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.internal.impl   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.cs2as   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type VariableDeclaration
 CGIterator AS2CGVisitor.getIterator(VariableDeclaration asVariable)
           
 CGVariable AS2CGVisitor.getLocalVariable(VariableDeclaration asVariable)
           
 CGVariable AS2CGVisitor.Variables.getLocalVariable(VariableDeclaration asVariable)
           
 CGVariable AS2CGVisitor.getVariable(VariableDeclaration asVariable)
           
 CGVariable AS2CGVisitor.Variables.getVariable(VariableDeclaration asVariable)
           
protected  java.lang.String NameManager.getVariableDeclarationNameHint(VariableDeclaration aVariableDeclaration)
           
 void AS2CGVisitor.Variables.putVariable(VariableDeclaration asVariable, 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.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
 T1 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 AbstractWrappingVisitor.visitVariableDeclaration(VariableDeclaration object)
           
 R Visitor.visitVariableDeclaration(VariableDeclaration object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type VariableDeclaration
 java.lang.Boolean AS2XMIidVisitor.visitVariableDeclaration(VariableDeclaration object)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as that return VariableDeclaration
protected  VariableDeclaration EssentialOCLCSLeft2RightVisitor.getImplicitSource(ModelElementCS csExp, Type requiredType)
           
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type VariableDeclaration
protected  VariableExp EssentialOCLCSLeft2RightVisitor.createImplicitVariableExp(VariableDeclaration variable)
           
protected  VariableExp EssentialOCLCSLeft2RightVisitor.resolveVariableExp(AbstractNameExpCS csNameExp, VariableDeclaration variableDeclaration)