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

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

Uses of IteratorExpCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return IteratorExpCS
 IteratorExpCS CSTFactory.createIteratorExpCS()
          Returns a new object of class 'Iterator Exp CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement IteratorExpCS
 class IteratorExpCSImpl
          An implementation of the model object 'Iterator Exp CS'
 

Methods in org.eclipse.ocl.cst.impl that return IteratorExpCS
 IteratorExpCS CSTFactoryImpl.createIteratorExpCS()
           
 

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

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

Uses of IteratorExpCS in org.eclipse.ocl.parser
 

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

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


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