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

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

Uses of PrimitiveTypeCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return PrimitiveTypeCS
 PrimitiveTypeCS CSTFactory.createPrimitiveTypeCS()
          Returns a new object of class 'Primitive Type CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement PrimitiveTypeCS
 class PrimitiveTypeCSImpl
          An implementation of the model object 'Primitive Type CS'
 

Methods in org.eclipse.ocl.cst.impl that return PrimitiveTypeCS
 PrimitiveTypeCS CSTFactoryImpl.createPrimitiveTypeCS()
           
 

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

Methods in org.eclipse.ocl.cst.util with parameters of type PrimitiveTypeCS
 T CSTSwitch.casePrimitiveTypeCS(PrimitiveTypeCS object)
          Returns the result of interpreting the object as an instance of 'Primitive Type CS'
 

Uses of PrimitiveTypeCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return PrimitiveTypeCS
protected  PrimitiveTypeCS AbstractOCLParser.createPrimitiveTypeCS(SimpleTypeEnum type, String value)
           
 


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