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

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

Uses of InitValueCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return InitValueCS
 InitValueCS CSTFactory.createInitValueCS()
          Returns a new object of class 'Init Value CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement InitValueCS
 class InitValueCSImpl
          An implementation of the model object 'Init Value CS'
 

Methods in org.eclipse.ocl.cst.impl that return InitValueCS
 InitValueCS CSTFactoryImpl.createInitValueCS()
           
 

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

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

Uses of InitValueCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return InitValueCS
protected  InitValueCS AbstractOCLParser.createInitValueCS(InitOrDerValueCS initOrDerValueCS, OCLExpressionCS oclExpressionCS)
           
 


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