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

Packages that use VariableDeclaration
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.util   
org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type VariableDeclaration
 CGIterator Pivot2CGVisitor.getIterator(VariableDeclaration pVariable)
           
 CGVariable Pivot2CGVisitor.getVariable(VariableDeclaration pVariable)
           
 CGVariable Pivot2CGVisitor.Variables.getVariable(VariableDeclaration pVariable)
           
protected  java.lang.String NameManager.getVariableDeclarationNameHint(VariableDeclaration aVariableDeclaration)
           
 void Pivot2CGVisitor.Variables.putVariable(VariableDeclaration pVariable, CGVariable cgVariable)
           
 

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
 java.lang.Object AbstractEvaluationEnvironment.getValueOf(VariableDeclaration referredVariable)
          Returns the value associated with the supplied name
 java.lang.Object EvaluationEnvironment.getValueOf(VariableDeclaration referredVariable)
          Returns the value associated with the supplied variable declaration
 

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(AbstractNameExpCS csNameExp, VariableDeclaration variableDeclaration)