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

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

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

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

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

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.serializer with parameters of type BooleanLiteralExpCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_BooleanLiteralExpCS(org.eclipse.emf.ecore.EObject context, BooleanLiteralExpCS semanticObject)
          Constraint: (name='true' | name='false')
 

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

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