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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type PrimitiveLiteralExpCS
 Continuation<?> AutoEssentialOCLCSContainmentVisitor.visitPrimitiveLiteralExpCS(PrimitiveLiteralExpCS self)
           
 Continuation<?> EssentialOCLCSContainmentVisitor.visitPrimitiveLiteralExpCS(PrimitiveLiteralExpCS csElement)
           
 

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

Subinterfaces of PrimitiveLiteralExpCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs
 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.essentialoclcs that return PrimitiveLiteralExpCS
 PrimitiveLiteralExpCS EssentialOCLCSFactory.createPrimitiveLiteralExpCS()
          Returns a new object of class 'Primitive Literal Exp CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.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.essentialoclcs.impl that return PrimitiveLiteralExpCS
 PrimitiveLiteralExpCS EssentialOCLCSFactoryImpl.createPrimitiveLiteralExpCS()
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util with parameters of type PrimitiveLiteralExpCS
 T EssentialOCLCSSwitch.casePrimitiveLiteralExpCS(PrimitiveLiteralExpCS object)
          Returns the result of interpreting the object as an instance of 'Primitive Literal Exp CS'.
 R AbstractDelegatingEssentialOCLCSVisitor.visitPrimitiveLiteralExpCS(PrimitiveLiteralExpCS object)
           
 Continuation<?> AbstractEssentialOCLCSContainmentVisitor.visitPrimitiveLiteralExpCS(PrimitiveLiteralExpCS csElement)
           
 Element AbstractEssentialOCLCSLeft2RightVisitor.visitPrimitiveLiteralExpCS(PrimitiveLiteralExpCS csElement)
           
 Continuation<?> AbstractEssentialOCLCSPostOrderVisitor.visitPrimitiveLiteralExpCS(PrimitiveLiteralExpCS csElement)
           
 Continuation<?> AbstractEssentialOCLCSPreOrderVisitor.visitPrimitiveLiteralExpCS(PrimitiveLiteralExpCS csElement)
           
 R AbstractExtendingEssentialOCLCSVisitor.visitPrimitiveLiteralExpCS(PrimitiveLiteralExpCS object)
           
 R AbstractNullEssentialOCLCSVisitor.visitPrimitiveLiteralExpCS(PrimitiveLiteralExpCS object)
           
 R EssentialOCLCSVisitor.visitPrimitiveLiteralExpCS(PrimitiveLiteralExpCS object)