Uses of Interface
org.eclipse.ocl.examples.pivot.BooleanLiteralExp

Packages that use BooleanLiteralExp
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.prettyprint   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of BooleanLiteralExp in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type BooleanLiteralExp
 CGConstantExp AS2CGVisitor.visitBooleanLiteralExp(BooleanLiteralExp element)
           
 

Uses of BooleanLiteralExp in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return BooleanLiteralExp
 BooleanLiteralExp PivotFactory.createBooleanLiteralExp()
          Returns a new object of class 'Boolean Literal Exp'.
 

Uses of BooleanLiteralExp in org.eclipse.ocl.examples.pivot.evaluation
 

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type BooleanLiteralExp
 java.lang.Object AbstractEvaluationVisitorDecorator.visitBooleanLiteralExp(BooleanLiteralExp literalExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitBooleanLiteralExp(BooleanLiteralExp booleanLiteralExp)
          Callback for a BooleanLiteralExp visit.
 java.lang.Object TracingEvaluationVisitor.visitBooleanLiteralExp(BooleanLiteralExp literalExp)
           
 

Uses of BooleanLiteralExp in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement BooleanLiteralExp
 class BooleanLiteralExpImpl
          An implementation of the model object 'Boolean Literal Exp'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return BooleanLiteralExp
 BooleanLiteralExp PivotFactoryImpl.createBooleanLiteralExp()
           
 

Uses of BooleanLiteralExp in org.eclipse.ocl.examples.pivot.prettyprint
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type BooleanLiteralExp
 java.lang.Object EssentialOCLPrettyPrintVisitor.visitBooleanLiteralExp(BooleanLiteralExp object)
           
 

Uses of BooleanLiteralExp in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type BooleanLiteralExp
 T1 PivotSwitch.caseBooleanLiteralExp(BooleanLiteralExp object)
          Returns the result of interpreting the object as an instance of 'Boolean Literal Exp'.
 boolean PivotValidator.validateBooleanLiteralExp_validateTypeIsBoolean(BooleanLiteralExp booleanLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateTypeIsBoolean constraint of 'Boolean Literal Exp'.
 boolean PivotValidator.validateBooleanLiteralExp(BooleanLiteralExp booleanLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitBooleanLiteralExp(BooleanLiteralExp object)
           
 R AbstractExtendingVisitor.visitBooleanLiteralExp(BooleanLiteralExp object)
           
 R AbstractNullVisitor.visitBooleanLiteralExp(BooleanLiteralExp object)
           
 R AbstractWrappingVisitor.visitBooleanLiteralExp(BooleanLiteralExp object)
           
 R Visitor.visitBooleanLiteralExp(BooleanLiteralExp object)
           
 

Uses of BooleanLiteralExp in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type BooleanLiteralExp
 java.lang.Object AS2MonikerVisitor.visitBooleanLiteralExp(BooleanLiteralExp object)
           
 java.lang.String ToStringVisitor.visitBooleanLiteralExp(BooleanLiteralExp bl)
          Callback for a BooleanLiteralExp visit.
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type BooleanLiteralExp
protected  java.lang.String BaseLabelProvider.image(BooleanLiteralExp ele)