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

Packages that use NumberLiteralExpCS
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   
org.eclipse.ocl.examples.xtext.essentialocl.serializer   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type NumberLiteralExpCS
 Continuation<?> AutoEssentialOCLCSContainmentVisitor.visitNumberLiteralExpCS(NumberLiteralExpCS self)
           
 Continuation<?> EssentialOCLCSContainmentVisitor.visitNumberLiteralExpCS(NumberLiteralExpCS csElement)
           
 Element EssentialOCLCSLeft2RightVisitor.visitNumberLiteralExpCS(NumberLiteralExpCS csNumberLiteralExp)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs that return NumberLiteralExpCS
 NumberLiteralExpCS EssentialOCLCSFactory.createNumberLiteralExpCS()
          Returns a new object of class 'Number Literal Exp CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl that implement NumberLiteralExpCS
 class NumberLiteralExpCSImpl
          An implementation of the model object 'Number Literal Exp CS'.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl that return NumberLiteralExpCS
 NumberLiteralExpCS EssentialOCLCSFactoryImpl.createNumberLiteralExpCS()
           
 

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

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

Uses of NumberLiteralExpCS in org.eclipse.ocl.examples.xtext.essentialocl.serializer
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.serializer with parameters of type NumberLiteralExpCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_NumberLiteralExpCS(org.eclipse.emf.ecore.EObject context, NumberLiteralExpCS semanticObject)
          Constraint: name=NUMBER_LITERAL
 

Uses of NumberLiteralExpCS in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type NumberLiteralExpCS
protected  java.lang.String EssentialOCLLabelProvider.text(NumberLiteralExpCS ele)