Uses of Interface
org.eclipse.ocl.cst.TupleLiteralExpCS

Packages that use TupleLiteralExpCS
org.eclipse.ocl.cst   
org.eclipse.ocl.cst.impl   
org.eclipse.ocl.cst.util   
org.eclipse.ocl.parser   
 

Uses of TupleLiteralExpCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return TupleLiteralExpCS
 TupleLiteralExpCS CSTFactory.createTupleLiteralExpCS()
          Returns a new object of class 'Tuple Literal Exp CS'
 

Uses of TupleLiteralExpCS in org.eclipse.ocl.cst.impl
 

Classes in org.eclipse.ocl.cst.impl that implement TupleLiteralExpCS
 class TupleLiteralExpCSImpl
          An implementation of the model object 'Tuple Literal Exp CS'
 

Methods in org.eclipse.ocl.cst.impl that return TupleLiteralExpCS
 TupleLiteralExpCS CSTFactoryImpl.createTupleLiteralExpCS()
           
 

Uses of TupleLiteralExpCS in org.eclipse.ocl.cst.util
 

Methods in org.eclipse.ocl.cst.util with parameters of type TupleLiteralExpCS
 T CSTSwitch.caseTupleLiteralExpCS(TupleLiteralExpCS object)
          Returns the result of interpreting the object as an instance of 'Tuple Literal Exp CS'
 

Uses of TupleLiteralExpCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return TupleLiteralExpCS
protected  TupleLiteralExpCS AbstractOCLParser.createTupleLiteralExpCS(EList<VariableCS> variables)
           
 

Methods in org.eclipse.ocl.parser with parameters of type TupleLiteralExpCS
protected  TupleLiteralExp<C,P> AbstractOCLAnalyzer.tupleLiteralExpCS(TupleLiteralExpCS tupleLiteralExpCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          TupleLiteralExpCS
 


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