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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type BooleanLiteralExpCS
 MonikeredElement EssentialOCLLeft2RightVisitor.visitBooleanLiteralExpCS(BooleanLiteralExpCS csBooleanLiteralExp)
           
 

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

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

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.util with parameters of type BooleanLiteralExpCS
 R AbstractDelegatingEssentialOCLCSVisitor.visitBooleanLiteralExpCS(BooleanLiteralExpCS object)
           
 R AbstractExtendingDelegatingEssentialOCLCSVisitor.visitBooleanLiteralExpCS(BooleanLiteralExpCS object)
           
 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.utilities
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.utilities with parameters of type BooleanLiteralExpCS
 java.lang.Boolean EssentialOCLCS2MonikerVisitor.visitBooleanLiteralExpCS(BooleanLiteralExpCS object)