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

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

Uses of IterateExpCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return IterateExpCS
 IterateExpCS CSTFactory.createIterateExpCS()
          Returns a new object of class 'Iterate Exp CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement IterateExpCS
 class IterateExpCSImpl
          An implementation of the model object 'Iterate Exp CS'
 

Methods in org.eclipse.ocl.cst.impl that return IterateExpCS
 IterateExpCS CSTFactoryImpl.createIterateExpCS()
           
 

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

Methods in org.eclipse.ocl.cst.util with parameters of type IterateExpCS
 T CSTSwitch.caseIterateExpCS(IterateExpCS object)
          Returns the result of interpreting the object as an instance of 'Iterate Exp CS'
 

Uses of IterateExpCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return IterateExpCS
protected  IterateExpCS AbstractOCLParser.createIterateExpCS(SimpleNameCS simpleNameCS, VariableCS variable1, VariableCS variable2, OCLExpressionCS oclExpressionCS)
           
 

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


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