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

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

Uses of InitOrDerValueCS in org.eclipse.ocl.cst
 

Subinterfaces of InitOrDerValueCS in org.eclipse.ocl.cst
 interface DerValueCS
          A representation of the model object 'Der Value CS'.
 interface InitValueCS
          A representation of the model object 'Init Value CS'.
 

Methods in org.eclipse.ocl.cst that return types with arguments of type InitOrDerValueCS
 org.eclipse.emf.common.util.EList<InitOrDerValueCS> PropertyContextCS.getConstraints()
          Returns the value of the 'Constraints' containment reference list.
 

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

Classes in org.eclipse.ocl.cst.impl that implement InitOrDerValueCS
 class DerValueCSImpl
          An implementation of the model object 'Der Value CS'.
 class InitOrDerValueCSImpl
          An implementation of the model object 'Init Or Der Value CS'.
 class InitValueCSImpl
          An implementation of the model object 'Init Value CS'.
 

Fields in org.eclipse.ocl.cst.impl with type parameters of type InitOrDerValueCS
protected  org.eclipse.emf.common.util.EList<InitOrDerValueCS> PropertyContextCSImpl.constraints
          The cached value of the 'Constraints' containment reference list.
 

Methods in org.eclipse.ocl.cst.impl that return types with arguments of type InitOrDerValueCS
 org.eclipse.emf.common.util.EList<InitOrDerValueCS> PropertyContextCSImpl.getConstraints()
           
 

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

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

Uses of InitOrDerValueCS in org.eclipse.ocl.parser
 

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

Method parameters in org.eclipse.ocl.parser with type arguments of type InitOrDerValueCS
protected  PropertyContextCS AbstractOCLParser.createPropertyContextCS(PathNameCS pathNameCS, SimpleNameCS simpleNameCS, TypeCS typeCS, org.eclipse.emf.common.util.EList<InitOrDerValueCS> constraints)