Uses of Interface
org.eclipse.ocl.expressions.BooleanLiteralExp

Packages that use BooleanLiteralExp
org.eclipse.ocl Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.impl Implementation of the Ecore binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.ecore.internal   
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.examples.impactanalyzer.deltaPropagation   
org.eclipse.ocl.examples.impactanalyzer.impl   
org.eclipse.ocl.expressions Specification of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.impl Implementation of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.operations   
org.eclipse.ocl.expressions.util Generated utilities for working with instances the Expressions model. 
org.eclipse.ocl.internal.evaluation   
org.eclipse.ocl.internal.helper   
org.eclipse.ocl.parser   
org.eclipse.ocl.uml.internal   
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
org.eclipse.ocl.util Miscellaneous utilities in support of the OCL parser and environment implementations. 
org.eclipse.ocl.utilities Abstract API for OCL AST utilities and extensions of the UML metamodel. 
 

Uses of BooleanLiteralExp in org.eclipse.ocl
 

Methods in org.eclipse.ocl with parameters of type BooleanLiteralExp
 java.lang.Object EvaluationVisitorDecorator.visitBooleanLiteralExp(BooleanLiteralExp<C> literalExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitBooleanLiteralExp(BooleanLiteralExp<C> bl)
          Callback for a BooleanLiteralExp visit.
 

Uses of BooleanLiteralExp in org.eclipse.ocl.ecore
 

Subinterfaces of BooleanLiteralExp in org.eclipse.ocl.ecore
 interface BooleanLiteralExp
          A representation of the model object 'Boolean Literal Exp'.
 

Uses of BooleanLiteralExp in org.eclipse.ocl.ecore.impl
 

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

Uses of BooleanLiteralExp in org.eclipse.ocl.ecore.internal
 

Methods in org.eclipse.ocl.ecore.internal that return BooleanLiteralExp
<C> BooleanLiteralExp<C>
OCLFactoryImpl.createBooleanLiteralExp()
           
 

Uses of BooleanLiteralExp in org.eclipse.ocl.ecore.util
 

Methods in org.eclipse.ocl.ecore.util with parameters of type BooleanLiteralExp
<C> T
EcoreSwitch.caseBooleanLiteralExp_1(BooleanLiteralExp<C> object)
          Deprecated. Since 1.3, override the EcoreSwitch.caseExpressions_BooleanLiteralExp(org.eclipse.ocl.expressions.BooleanLiteralExp) method, instead.
<C> T
EcoreSwitch.caseExpressions_BooleanLiteralExp(BooleanLiteralExp<C> object)
          Returns the result of interpreting the object as an instance of 'Boolean Literal Exp'.
 

Uses of BooleanLiteralExp in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation
 

Methods in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation with parameters of type BooleanLiteralExp
 java.lang.Object PartialEvaluationVisitorImpl.visitBooleanLiteralExp(BooleanLiteralExp<org.eclipse.emf.ecore.EClassifier> bl)
           
 

Uses of BooleanLiteralExp in org.eclipse.ocl.examples.impactanalyzer.impl
 

Methods in org.eclipse.ocl.examples.impactanalyzer.impl with parameters of type BooleanLiteralExp
 org.eclipse.emf.ecore.EClass ContextTypeRetriever.visitBooleanLiteralExp(BooleanLiteralExp<org.eclipse.emf.ecore.EClassifier> literalExp)
           
 

Uses of BooleanLiteralExp in org.eclipse.ocl.expressions
 

Methods in org.eclipse.ocl.expressions that return BooleanLiteralExp
<C> BooleanLiteralExp<C>
ExpressionsFactory.createBooleanLiteralExp()
          Returns a new object of class 'Boolean Literal Exp'.
 

Uses of BooleanLiteralExp in org.eclipse.ocl.expressions.impl
 

Methods in org.eclipse.ocl.expressions.impl that return BooleanLiteralExp
<C> BooleanLiteralExp<C>
ExpressionsFactoryImpl.createBooleanLiteralExp()
           
 

Uses of BooleanLiteralExp in org.eclipse.ocl.expressions.operations
 

Methods in org.eclipse.ocl.expressions.operations with parameters of type BooleanLiteralExp
static
<C> boolean
BooleanLiteralExpOperations.checkBooleanType(BooleanLiteralExp<C> booleanLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          self.type.name = 'Boolean'
 

Uses of BooleanLiteralExp in org.eclipse.ocl.expressions.util
 

Methods in org.eclipse.ocl.expressions.util with parameters of type BooleanLiteralExp
<C> T
ExpressionsSwitch.caseBooleanLiteralExp(BooleanLiteralExp<C> object)
          Returns the result of interpreting the object as an instance of 'Boolean Literal Exp'.
 boolean ExpressionsValidator.validateBooleanLiteralExp_checkBooleanType(BooleanLiteralExp<?> booleanLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the checkBooleanType constraint of 'Boolean Literal Exp'.
 boolean ExpressionsValidator.validateBooleanLiteralExp(BooleanLiteralExp<?> booleanLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of BooleanLiteralExp in org.eclipse.ocl.internal.evaluation
 

Methods in org.eclipse.ocl.internal.evaluation with parameters of type BooleanLiteralExp
 java.lang.Object TracingEvaluationVisitor.visitBooleanLiteralExp(BooleanLiteralExp<C> literalExp)
           
 

Uses of BooleanLiteralExp in org.eclipse.ocl.internal.helper
 

Methods in org.eclipse.ocl.internal.helper with parameters of type BooleanLiteralExp
 java.util.List<Choice> OCLSyntaxHelper.ASTVisitor.visitBooleanLiteralExp(BooleanLiteralExp<C> exp)
           
 

Uses of BooleanLiteralExp in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return BooleanLiteralExp
protected  BooleanLiteralExp<C> AbstractOCLAnalyzer.booleanLiteralExpCS(BooleanLiteralExpCS booleanLiteralExpCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          BooleanLiteralExpCS
<C> BooleanLiteralExp<C>
OCLFactoryWithHistory.createBooleanLiteralExp()
           
 

Methods in org.eclipse.ocl.parser with parameters of type BooleanLiteralExp
 java.lang.Boolean ValidationVisitor.visitBooleanLiteralExp(BooleanLiteralExp<C> bl)
          Callback for a BooleanLiteralExp visit.
 

Uses of BooleanLiteralExp in org.eclipse.ocl.uml.internal
 

Methods in org.eclipse.ocl.uml.internal that return BooleanLiteralExp
<C> BooleanLiteralExp<C>
OCLFactoryImpl.createBooleanLiteralExp()
           
 

Uses of BooleanLiteralExp in org.eclipse.ocl.uml.util
 

Methods in org.eclipse.ocl.uml.util with parameters of type BooleanLiteralExp
<C> T
UMLSwitch.caseBooleanLiteralExp_1(BooleanLiteralExp<C> object)
          Deprecated. Since 2.0, override the UMLSwitch.caseExpressions_BooleanLiteralExp(org.eclipse.ocl.expressions.BooleanLiteralExp) method, instead.
<C> T
UMLSwitch.caseExpressions_BooleanLiteralExp(BooleanLiteralExp<C> object)
          Returns the result of interpreting the object as an instance of 'Boolean Literal Exp'.
 

Uses of BooleanLiteralExp in org.eclipse.ocl.util
 

Methods in org.eclipse.ocl.util with parameters of type BooleanLiteralExp
 java.lang.String ToStringVisitor.visitBooleanLiteralExp(BooleanLiteralExp<C> bl)
          Callback for a BooleanLiteralExp visit.
 

Uses of BooleanLiteralExp in org.eclipse.ocl.utilities
 

Methods in org.eclipse.ocl.utilities that return BooleanLiteralExp
<C> BooleanLiteralExp<C>
OCLFactory.createBooleanLiteralExp()
          Returns a new object of class 'Boolean Literal Exp'.
 

Methods in org.eclipse.ocl.utilities with parameters of type BooleanLiteralExp
 T AbstractVisitor.visitBooleanLiteralExp(BooleanLiteralExp<C> literalExp)
          Simply returns AbstractVisitor.result.
 T Visitor.visitBooleanLiteralExp(BooleanLiteralExp<C> literalExp)