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

Packages that use LiteralExpCS
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 LiteralExpCS in org.eclipse.ocl.examples.xtext.essentialocl.cs2as
 

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

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

Subinterfaces of LiteralExpCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs
 interface BooleanLiteralExpCS
          A representation of the model object 'Boolean Literal Exp CS'.
 interface CollectionLiteralExpCS
          A representation of the model object 'Collection 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 PrimitiveLiteralExpCS
          A representation of the model object 'Primitive Literal Exp CS'.
 interface StringLiteralExpCS
          A representation of the model object 'String Literal Exp CS'.
 interface TupleLiteralExpCS
          A representation of the model object 'Tuple Literal Exp CS'.
 interface TypeLiteralExpCS
          A representation of the model object 'Type 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 LiteralExpCS
 LiteralExpCS EssentialOCLCSFactory.createLiteralExpCS()
          Returns a new object of class 'Literal Exp CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl that implement LiteralExpCS
 class BooleanLiteralExpCSImpl
          An implementation of the model object 'Boolean Literal Exp CS'.
 class CollectionLiteralExpCSImpl
          An implementation of the model object 'Collection Literal Exp CS'.
 class InvalidLiteralExpCSImpl
          An implementation of the model object 'Invalid Literal Exp CS'.
 class LiteralExpCSImpl
          An implementation of the model object '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 TupleLiteralExpCSImpl
          An implementation of the model object 'Tuple Literal Exp CS'.
 class TypeLiteralExpCSImpl
          An implementation of the model object 'Type 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 LiteralExpCS
 LiteralExpCS EssentialOCLCSFactoryImpl.createLiteralExpCS()
           
 

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

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