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

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

Uses of StateExpCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return StateExpCS
 StateExpCS CSTFactory.createStateExpCS()
          Returns a new object of class 'State Exp CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement StateExpCS
 class StateExpCSImpl
          An implementation of the model object 'State Exp CS'
 

Methods in org.eclipse.ocl.cst.impl that return StateExpCS
 StateExpCS CSTFactoryImpl.createStateExpCS()
           
 

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

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

Uses of StateExpCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return StateExpCS
protected  StateExpCS AbstractOCLParser.createStateExpCS(PathNameCS pathName)
           
 

Methods in org.eclipse.ocl.parser with parameters of type StateExpCS
protected  OperationCallExpCS AbstractOCLParser.createOperationCallExpCS(SimpleNameCS simpleNameCS, IsMarkedPreCS isMarkedPreCS, StateExpCS stateExpCS)
           
protected  StateExp<C,S> AbstractOCLAnalyzer.stateExpCS(OCLExpression<C> source, StateExpCS stateExpCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          stateExpCS
 


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