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

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

Uses of DerValueCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return DerValueCS
 DerValueCS CSTFactory.createDerValueCS()
          Returns a new object of class 'Der Value CS'.
 

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

Classes in org.eclipse.ocl.cst.impl that implement DerValueCS
 class DerValueCSImpl
          An implementation of the model object 'Der Value CS'.
 

Methods in org.eclipse.ocl.cst.impl that return DerValueCS
 DerValueCS CSTFactoryImpl.createDerValueCS()
           
 

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

Methods in org.eclipse.ocl.cst.util with parameters of type DerValueCS
 T CSTSwitch.caseDerValueCS(DerValueCS object)
          Returns the result of interpreting the object as an instance of 'Der Value CS'.
 

Uses of DerValueCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return DerValueCS
protected  DerValueCS AbstractOCLParser.createDerValueCS(OCLExpressionCS oclExpressionCS)