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

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

Uses of LoopExpCS in org.eclipse.ocl.cst
 

Subinterfaces of LoopExpCS in org.eclipse.ocl.cst
 interface IterateExpCS
          A representation of the model object 'Iterate Exp CS'
 interface IteratorExpCS
          A representation of the model object 'Iterator Exp CS'
 

Methods in org.eclipse.ocl.cst that return LoopExpCS
 LoopExpCS CSTFactory.createLoopExpCS()
          Returns a new object of class 'Loop Exp CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement LoopExpCS
 class IterateExpCSImpl
          An implementation of the model object 'Iterate Exp CS'
 class IteratorExpCSImpl
          An implementation of the model object 'Iterator Exp CS'
 class LoopExpCSImpl
          An implementation of the model object 'Loop Exp CS'
 

Methods in org.eclipse.ocl.cst.impl that return LoopExpCS
 LoopExpCS CSTFactoryImpl.createLoopExpCS()
           
 

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

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

Uses of LoopExpCS in org.eclipse.ocl.parser
 

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


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