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

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

Uses of PrimitiveLiteralExpCS in org.eclipse.ocl.cst
 

Subinterfaces of PrimitiveLiteralExpCS in org.eclipse.ocl.cst
 interface BooleanLiteralExpCS
          A representation of the model object 'Boolean Literal Exp CS'.
 interface IntegerLiteralExpCS
          A representation of the model object 'Integer Literal Exp CS'.
 interface RealLiteralExpCS
          A representation of the model object 'Real Literal Exp CS'.
 interface StringLiteralExpCS
          A representation of the model object 'String Literal Exp CS'.
 interface UnlimitedNaturalLiteralExpCS
          A representation of the model object 'Unlimited Natural Literal Exp CS'.
 

Methods in org.eclipse.ocl.cst that return PrimitiveLiteralExpCS
 PrimitiveLiteralExpCS CSTFactory.createPrimitiveLiteralExpCS()
          Returns a new object of class 'Primitive Literal Exp CS'.
 

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

Classes in org.eclipse.ocl.cst.impl that implement PrimitiveLiteralExpCS
 class BooleanLiteralExpCSImpl
          An implementation of the model object 'Boolean Literal Exp CS'.
 class IntegerLiteralExpCSImpl
          An implementation of the model object 'Integer Literal Exp CS'.
 class PrimitiveLiteralExpCSImpl
          An implementation of the model object 'Primitive Literal Exp CS'.
 class RealLiteralExpCSImpl
          An implementation of the model object 'Real Literal Exp CS'.
 class StringLiteralExpCSImpl
          An implementation of the model object 'String Literal Exp CS'.
 class UnlimitedNaturalLiteralExpCSImpl
          An implementation of the model object 'Unlimited Natural Literal Exp CS'.
 

Methods in org.eclipse.ocl.cst.impl that return PrimitiveLiteralExpCS
 PrimitiveLiteralExpCS CSTFactoryImpl.createPrimitiveLiteralExpCS()
           
 

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

Methods in org.eclipse.ocl.cst.util with parameters of type PrimitiveLiteralExpCS
 T CSTSwitch.casePrimitiveLiteralExpCS(PrimitiveLiteralExpCS object)
          Returns the result of interpreting the object as an instance of 'Primitive Literal Exp CS'.
 

Uses of PrimitiveLiteralExpCS in org.eclipse.ocl.parser
 

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