Uses of Interface
org.eclipse.emf.ocl.expressions.TupleLiteralExp

Packages that use TupleLiteralExp
org.eclipse.emf.ocl.expressions Abstract API for OCL expression syntax.  
org.eclipse.emf.ocl.expressions.impl Implementation of the API for OCL expression syntax.  
org.eclipse.emf.ocl.expressions.util EMF utilities for the OCL expression syntax API.  
 

Uses of TupleLiteralExp in org.eclipse.emf.ocl.expressions
 

Methods in org.eclipse.emf.ocl.expressions that return TupleLiteralExp
 TupleLiteralExp ExpressionsFactory.createTupleLiteralExp()
          Returns a new object of class 'Tuple Literal Exp'
 

Methods in org.eclipse.emf.ocl.expressions with parameters of type TupleLiteralExp
 java.lang.Object Visitor.visitTupleLiteralExp(TupleLiteralExp tl)
           
 

Uses of TupleLiteralExp in org.eclipse.emf.ocl.expressions.impl
 

Classes in org.eclipse.emf.ocl.expressions.impl that implement TupleLiteralExp
 class TupleLiteralExpImpl
           An implementation of the model object 'Tuple Literal Exp'
 

Methods in org.eclipse.emf.ocl.expressions.impl that return TupleLiteralExp
 TupleLiteralExp ExpressionsFactoryImpl.createTupleLiteralExp()
           
 

Methods in org.eclipse.emf.ocl.expressions.impl with parameters of type TupleLiteralExp
 java.lang.Object ValidationVisitorImpl.visitTupleLiteralExp(TupleLiteralExp tl)
          Callback for a TupleLiteralExp visit.
 java.lang.Object ToStringVisitorImpl.visitTupleLiteralExp(TupleLiteralExp tl)
          Callback for a TupleLiteralExp visit.
 java.lang.Object EvaluationVisitorImpl.visitTupleLiteralExp(TupleLiteralExp tl)
          Callback for a TupleLiteralExp visit.
 

Uses of TupleLiteralExp in org.eclipse.emf.ocl.expressions.util
 

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type TupleLiteralExp
 java.lang.Object ExpressionsSwitch.caseTupleLiteralExp(TupleLiteralExp object)
          Returns the result of interpretting the object as an instance of 'Tuple Literal Exp'
 java.lang.Object AbstractVisitor.visitTupleLiteralExp(TupleLiteralExp tl)
           
 


Copyright 2002, 2006 IBM Corporation and others.
All Rights Reserved.