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

Packages that use VariableDeclaration
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot   
 

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

Subinterfaces of VariableDeclaration in org.eclipse.ocl.examples.pivot
 interface Parameter
          A representation of the model object 'Parameter'.
 interface TupleLiteralPart
          A representation of the model object 'Tuple Literal Part'.
 interface Variable
          A representation of the model object 'Variable'.
 

Methods in org.eclipse.ocl.examples.pivot that return VariableDeclaration
 VariableDeclaration VariableExp.getReferredVariable()
          Returns the value of the 'Referred Variable' reference.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type VariableDeclaration
 void VariableExp.setReferredVariable(VariableDeclaration value)
          Sets the value of the 'Referred Variable' reference.
 

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

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type VariableDeclaration
 void AbstractEvaluationEnvironment.add(VariableDeclaration referredVariable, Value value)
          Adds the supplied name and value binding to the environment
 void EvaluationEnvironment.add(VariableDeclaration referredVariable, Value value)
          Adds the supplied variable declaration and value binding to the environment.
 Value AbstractEvaluationEnvironment.getValueOf(VariableDeclaration referredVariable)
          Returns the value associated with the supplied name
 Value EvaluationEnvironment.getValueOf(VariableDeclaration referredVariable)
          Returns the value associated with the supplied variable declaration
 Value AbstractEvaluationEnvironment.remove(VariableDeclaration referredVariable)
          Deprecated. 
 Value EvaluationEnvironment.remove(VariableDeclaration referredVariable)
          Deprecated. let expiry of a nested evaluation environment remove automatically
 void AbstractEvaluationEnvironment.replace(VariableDeclaration referredVariable, Value value)
          Replaces the current value of the supplied name with the supplied value.
 void EvaluationEnvironment.replace(VariableDeclaration referredVariable, Value value)
          Replaces the current value of the supplied variable declaration with the supplied value.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement VariableDeclaration
 class ParameterImpl
          An implementation of the model object 'Parameter'.
 class TupleLiteralPartImpl
          An implementation of the model object 'Tuple Literal Part'.
 class VariableDeclarationImpl
          An implementation of the model object 'Variable Declaration'.
 class VariableImpl
          An implementation of the model object 'Variable'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl declared as VariableDeclaration
protected  VariableDeclaration VariableExpImpl.referredVariable
          The cached value of the 'Referred Variable' reference.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return VariableDeclaration
 VariableDeclaration VariableExpImpl.basicGetReferredVariable()
           
 VariableDeclaration VariableExpImpl.getReferredVariable()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type VariableDeclaration
 void VariableExpImpl.setReferredVariable(VariableDeclaration newReferredVariable)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type VariableDeclaration
 T PivotSwitch.caseVariableDeclaration(VariableDeclaration object)
          Returns the result of interpreting the object as an instance of 'Variable Declaration'.
 boolean PivotValidator.validateVariableDeclaration(VariableDeclaration variableDeclaration, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitVariableDeclaration(VariableDeclaration object)
           
 R AbstractExtendingVisitor.visitVariableDeclaration(VariableDeclaration object)
           
 R AbstractNullVisitor.visitVariableDeclaration(VariableDeclaration object)
           
 R Visitor.visitVariableDeclaration(VariableDeclaration object)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot that return VariableDeclaration
protected  VariableDeclaration EssentialOCLLeft2RightVisitor.getImplicitSource(ModelElementCS csExp, Feature feature)
           
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type VariableDeclaration
protected  VariableExp EssentialOCLLeft2RightVisitor.resolveVariableExp(NameExpCS csNameExp, VariableDeclaration variableDeclaration)