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

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

Uses of CallExpCS in org.eclipse.ocl.cst
 

Subinterfaces of CallExpCS in org.eclipse.ocl.cst
 interface FeatureCallExpCS
          A representation of the model object 'Feature Call Exp CS'
 interface IterateExpCS
          A representation of the model object 'Iterate Exp CS'
 interface IteratorExpCS
          A representation of the model object 'Iterator Exp CS'
 interface LoopExpCS
          A representation of the model object 'Loop Exp CS'
 interface OperationCallExpCS
          A representation of the model object 'Operation Call Exp CS'
 

Methods in org.eclipse.ocl.cst that return CallExpCS
 CallExpCS CSTFactory.createCallExpCS()
          Returns a new object of class 'Call Exp CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement CallExpCS
 class CallExpCSImpl
          An implementation of the model object 'Call Exp CS'
 class FeatureCallExpCSImpl
          An implementation of the model object 'Feature Call Exp CS'
 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'
 class OperationCallExpCSImpl
          An implementation of the model object 'Operation Call Exp CS'
 

Methods in org.eclipse.ocl.cst.impl that return CallExpCS
 CallExpCS CSTFactoryImpl.createCallExpCS()
           
 

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

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

Uses of CallExpCS in org.eclipse.ocl.parser
 

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


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