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

Packages that use RealLiteralExp
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 RealLiteralExp in org.eclipse.ocl
 

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

Uses of RealLiteralExp in org.eclipse.ocl.ecore
 

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

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

Classes in org.eclipse.ocl.ecore.impl that implement RealLiteralExp
 class RealLiteralExpImpl
          An implementation of the model object 'Real Literal Exp'.
 

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

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

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

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

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

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

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

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

Uses of RealLiteralExp in org.eclipse.ocl.expressions
 

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

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

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

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

Methods in org.eclipse.ocl.expressions.operations with parameters of type RealLiteralExp
static
<C> boolean
RealLiteralExpOperations.checkRealType(RealLiteralExp<C> realLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          self.type.name = 'Real'
 

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

Methods in org.eclipse.ocl.expressions.util with parameters of type RealLiteralExp
<C> T
ExpressionsSwitch.caseRealLiteralExp(RealLiteralExp<C> object)
          Returns the result of interpreting the object as an instance of 'Real Literal Exp'.
 boolean ExpressionsValidator.validateRealLiteralExp_checkRealType(RealLiteralExp<?> realLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the checkRealType constraint of 'Real Literal Exp'.
 boolean ExpressionsValidator.validateRealLiteralExp(RealLiteralExp<?> realLiteralExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

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

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

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

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

Uses of RealLiteralExp in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return RealLiteralExp
<C> RealLiteralExp<C>
OCLFactoryWithHistory.createRealLiteralExp()
           
protected  RealLiteralExp<C> AbstractOCLAnalyzer.realLiteralExpCS(RealLiteralExpCS realLiteralExpCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          RealLiteralExpCS
 

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

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

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

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

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

Uses of RealLiteralExp in org.eclipse.ocl.util
 

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

Uses of RealLiteralExp in org.eclipse.ocl.utilities
 

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

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