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

Packages that use VariableExp
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.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
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.parser   
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 VariableExp in org.eclipse.ocl
 

Methods in org.eclipse.ocl with parameters of type VariableExp
 Object EvaluationVisitorImpl.visitVariableExp(VariableExp<C,PM> v)
          Callback for a VariableExp visit.
 Object EvaluationVisitorDecorator.visitVariableExp(VariableExp<C,PM> variableExp)
          Delegates to my decorated visitor.
 

Uses of VariableExp in org.eclipse.ocl.ecore
 

Subinterfaces of VariableExp in org.eclipse.ocl.ecore
 interface VariableExp
          A representation of the model object 'Variable Exp'
 

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

Methods in org.eclipse.ocl.ecore.util with parameters of type VariableExp
<C,PM> T
EcoreSwitch.caseExpressions_VariableExp(VariableExp<C,PM> object)
          Returns the result of interpreting the object as an instance of 'Variable Exp'
<C,PM> T
EcoreSwitch.caseVariableExp_1(VariableExp<C,PM> object)
          Deprecated. Since 1.3, override the EcoreSwitch.caseExpressions_VariableExp(org.eclipse.ocl.expressions.VariableExp) method, instead.
 

Uses of VariableExp in org.eclipse.ocl.expressions
 

Methods in org.eclipse.ocl.expressions that return VariableExp
<C,PM> VariableExp<C,PM>
ExpressionsFactory.createVariableExp()
          Returns a new object of class 'Variable Exp'
 

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

Classes in org.eclipse.ocl.expressions.impl that implement VariableExp
 class VariableExpImpl<C,PM>
          An implementation of the model object 'Variable Exp'
 

Methods in org.eclipse.ocl.expressions.impl that return VariableExp
<C,PM> VariableExp<C,PM>
ExpressionsFactoryImpl.createVariableExp()
           
 

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

Methods in org.eclipse.ocl.expressions.operations with parameters of type VariableExp
static
<C,PM> boolean
VariableExpOperations.checkVarType(VariableExp<C,PM> variableExp, DiagnosticChain diagnostics, Map<Object,Object> context)
          type = referredVariable.type
 

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

Methods in org.eclipse.ocl.expressions.util with parameters of type VariableExp
<C,PM> T
ExpressionsSwitch.caseVariableExp(VariableExp<C,PM> object)
          Returns the result of interpreting the object as an instance of 'Variable Exp'
 boolean ExpressionsValidator.validateVariableExp_checkVarType(VariableExp<?,?> variableExp, DiagnosticChain diagnostics, Map<Object,Object> context)
          Validates the checkVarType constraint of 'Variable Exp'
 boolean ExpressionsValidator.validateVariableExp(VariableExp<?,?> variableExp, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 

Uses of VariableExp in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return VariableExp
protected  VariableExp<C,PM> AbstractOCLAnalyzer.createVariableExp(Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, CSTNode cst, Variable<C,PM> var)
          Creates a variable expression with the variable that it references.
protected  VariableExp<C,PM> AbstractOCLAnalyzer.simpleVariableName(SimpleNameCS simpleNameCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, OCLExpression<C> source, String simpleName)
          Attempts to parse a simpleNameCS as a variable expression.
 

Methods in org.eclipse.ocl.parser with parameters of type VariableExp
 Boolean ValidationVisitor.visitVariableExp(VariableExp<C,PM> v)
          Callback for a VariableExp visit.
 

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

Methods in org.eclipse.ocl.uml.util with parameters of type VariableExp
<C,PM> T
UMLSwitch.caseExpressions_VariableExp(VariableExp<C,PM> object)
          Returns the result of interpreting the object as an instance of 'Variable Exp'
<C,PM> T
UMLSwitch.caseVariableExp_1(VariableExp<C,PM> object)
          Deprecated. Since 2.0, override the UMLSwitch.caseExpressions_VariableExp(org.eclipse.ocl.expressions.VariableExp) method, instead.
 

Uses of VariableExp in org.eclipse.ocl.util
 

Methods in org.eclipse.ocl.util with parameters of type VariableExp
 String ToStringVisitor.visitVariableExp(VariableExp<C,PM> v)
          Callback for a VariableExp visit.
 

Uses of VariableExp in org.eclipse.ocl.utilities
 

Methods in org.eclipse.ocl.utilities that return VariableExp
<C,PM> VariableExp<C,PM>
OCLFactory.createVariableExp()
          Returns a new object of class 'Variable Exp'
 

Methods in org.eclipse.ocl.utilities with parameters of type VariableExp
 T Visitor.visitVariableExp(VariableExp<C,PM> variableExp)
           
 T AbstractVisitor.visitVariableExp(VariableExp<C,PM> v)
          Simply returns AbstractVisitor.result.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.