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

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

Subinterfaces of LiteralExpCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
 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.essentialOCLCST that return LiteralExpCS
 LiteralExpCS EssentialOCLCSTFactory.createLiteralExpCS()
          Returns a new object of class 'Literal Exp CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.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.essentialOCLCST.impl that return LiteralExpCS
 LiteralExpCS EssentialOCLCSTFactoryImpl.createLiteralExpCS()
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util with parameters of type LiteralExpCS
 T EssentialOCLCSTSwitch.caseLiteralExpCS(LiteralExpCS object)
          Returns the result of interpreting the object as an instance of 'Literal Exp CS'.
 

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

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