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'
 

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'
 

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
 


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