Uses of Interface
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.PrimitiveLiteralExpCS

Packages that use PrimitiveLiteralExpCS
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util   
org.eclipse.ocl.examples.xtext.essentialocl.util   
 

Uses of PrimitiveLiteralExpCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
 

Subinterfaces of PrimitiveLiteralExpCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
 interface BooleanLiteralExpCS
          A representation of the model object 'Boolean Literal Exp CS'.
 interface InvalidLiteralExpCS
          A representation of the model object 'Invalid Literal Exp CS'.
 interface NullLiteralExpCS
          A representation of the model object 'Null Literal Exp CS'.
 interface NumberLiteralExpCS
          A representation of the model object 'Number 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.examples.xtext.essentialocl.essentialOCLCST that return PrimitiveLiteralExpCS
 PrimitiveLiteralExpCS EssentialOCLCSTFactory.createPrimitiveLiteralExpCS()
          Returns a new object of class 'Primitive Literal Exp CS'.
 

Uses of PrimitiveLiteralExpCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that implement PrimitiveLiteralExpCS
 class BooleanLiteralExpCSImpl
          An implementation of the model object 'Boolean Literal Exp CS'.
 class InvalidLiteralExpCSImpl
          An implementation of the model object 'Invalid Literal Exp CS'.
 class NullLiteralExpCSImpl
          An implementation of the model object 'Null Literal Exp CS'.
 class NumberLiteralExpCSImpl
          An implementation of the model object 'Number Literal Exp CS'.
 class PrimitiveLiteralExpCSImpl
          An implementation of the model object 'Primitive 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.examples.xtext.essentialocl.essentialOCLCST.impl that return PrimitiveLiteralExpCS
 PrimitiveLiteralExpCS EssentialOCLCSTFactoryImpl.createPrimitiveLiteralExpCS()
           
 

Uses of PrimitiveLiteralExpCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util with parameters of type PrimitiveLiteralExpCS
 T EssentialOCLCSTSwitch.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.examples.xtext.essentialocl.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.util with parameters of type PrimitiveLiteralExpCS
 R AbstractDelegatingEssentialOCLCSVisitor.visitPrimitiveLiteralExpCS(PrimitiveLiteralExpCS object)
           
 R AbstractExtendingDelegatingEssentialOCLCSVisitor.visitPrimitiveLiteralExpCS(PrimitiveLiteralExpCS object)
           
 R AbstractExtendingEssentialOCLCSVisitor.visitPrimitiveLiteralExpCS(PrimitiveLiteralExpCS object)
           
 R AbstractNullEssentialOCLCSVisitor.visitPrimitiveLiteralExpCS(PrimitiveLiteralExpCS object)
           
 R EssentialOCLCSVisitor.visitPrimitiveLiteralExpCS(PrimitiveLiteralExpCS object)