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

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

Uses of TupleTypeCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return TupleTypeCS
 TupleTypeCS CSTFactory.createTupleTypeCS()
          Returns a new object of class 'Tuple Type CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement TupleTypeCS
 class TupleTypeCSImpl
          An implementation of the model object 'Tuple Type CS'
 

Methods in org.eclipse.ocl.cst.impl that return TupleTypeCS
 TupleTypeCS CSTFactoryImpl.createTupleTypeCS()
           
 

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

Methods in org.eclipse.ocl.cst.util with parameters of type TupleTypeCS
 T CSTSwitch.caseTupleTypeCS(TupleTypeCS object)
          Returns the result of interpreting the object as an instance of 'Tuple Type CS'
 

Uses of TupleTypeCS in org.eclipse.ocl.parser
 

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

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


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