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

Packages that use Variable
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.prettyprint   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.base.cs2pivot   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

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

Methods in org.eclipse.ocl.examples.pivot that return Variable
 Variable ExpressionInOcl.createContextVariable()
          Creates a new Variable and sets the 'Context Variable' containment reference.
 Variable LoopExp.createIterator()
          Creates a new Variable and appends it to the 'Iterator' containment reference list.
 Variable ExpressionInOcl.createParameterVariable()
          Creates a new Variable and appends it to the 'Parameter Variable' containment reference list.
 Variable IterateExp.createResult()
          Creates a new Variable and sets the 'Result' containment reference.
 Variable ExpressionInOcl.createResultVariable()
          Creates a new Variable and sets the 'Result Variable' containment reference.
 Variable LetExp.createVariable()
          Creates a new Variable and sets the 'Variable' containment reference.
 Variable PivotFactory.createVariable()
          Returns a new object of class 'Variable'.
 Variable OCLFactory.createVariable()
          Returns a new object of class 'Variable'.
 Variable ExpressionInOcl.getContextVariable()
          Returns the value of the 'Context Variable' containment reference.
 Variable IterateExp.getResult()
          Returns the value of the 'Result' containment reference.
 Variable ExpressionInOcl.getResultVariable()
          Returns the value of the 'Result Variable' containment reference.
 Variable AbstractEnvironment.getSelfVariable()
           
 Variable Environment.getSelfVariable()
          Gets the self variable, looking it up in a parent environment if necessary.
 Variable LetExp.getVariable()
          Returns the value of the 'Variable' containment reference.
 

Methods in org.eclipse.ocl.examples.pivot that return types with arguments of type Variable
 org.eclipse.emf.common.util.EList<Variable> LoopExp.getIterators()
          Returns the value of the 'Iterator' containment reference list.
 org.eclipse.emf.common.util.EList<Variable> ExpressionInOcl.getParameterVariables()
          Returns the value of the 'Parameter Variable' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type Variable
 boolean AbstractEnvironment.addElement(java.lang.String name, Variable elem, boolean isExplicit)
           
 boolean Environment.addElement(java.lang.String name, Variable elem, boolean explicit)
          Adds a variable declaration to the environment.
 void ExpressionInOcl.setContextVariable(Variable value)
          Sets the value of the 'Context Variable' containment reference.
 void IterateExp.setResult(Variable value)
          Sets the value of the 'Result' containment reference.
 void ExpressionInOcl.setResultVariable(Variable value)
          Sets the value of the 'Result Variable' containment reference.
 void AbstractEnvironment.setSelfVariable(Variable var)
           
 void Environment.setSelfVariable(Variable var)
          Sets the "self" variable that is the implicit source of any property, operation, or association class call.
 void LetExp.setVariable(Variable value)
          Sets the value of the 'Variable' containment reference.
 

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

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type Variable
 Value EvaluationVisitorDecorator.visitVariable(Variable variable)
          Delegates to my decorated visitor.
 Value EvaluationVisitorImpl.visitVariable(Variable variable)
          Callback for a Variable visit.
 Value TracingEvaluationVisitor.visitVariable(Variable variable)
           
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement Variable
 class VariableImpl
          An implementation of the model object 'Variable'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl declared as Variable
protected  Variable ExpressionInOclImpl.contextVariable
          The cached value of the 'Context Variable' containment reference.
protected  Variable IterateExpImpl.result
          The cached value of the 'Result' containment reference.
protected  Variable ExpressionInOclImpl.resultVariable
          The cached value of the 'Result Variable' containment reference.
protected  Variable LetExpImpl.variable
          The cached value of the 'Variable' containment reference.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl with type parameters of type Variable
protected  org.eclipse.emf.common.util.EList<Variable> LoopExpImpl.iterators
          The cached value of the 'Iterator' containment reference list.
protected  org.eclipse.emf.common.util.EList<Variable> ExpressionInOclImpl.parameterVariables
          The cached value of the 'Parameter Variable' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return Variable
 Variable ExpressionInOclImpl.createContextVariable()
           
 Variable LoopExpImpl.createIterator()
           
 Variable ExpressionInOclImpl.createParameterVariable()
           
 Variable IterateExpImpl.createResult()
           
 Variable ExpressionInOclImpl.createResultVariable()
           
 Variable LetExpImpl.createVariable()
           
 Variable PivotFactoryImpl.createVariable()
           
 Variable ExpressionInOclImpl.getContextVariable()
           
 Variable IterateExpImpl.getResult()
           
 Variable ExpressionInOclImpl.getResultVariable()
           
 Variable LetExpImpl.getVariable()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return types with arguments of type Variable
 org.eclipse.emf.common.util.EList<Variable> LoopExpImpl.getIterators()
           
 org.eclipse.emf.common.util.EList<Variable> ExpressionInOclImpl.getParameterVariables()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type Variable
 org.eclipse.emf.common.notify.NotificationChain ExpressionInOclImpl.basicSetContextVariable(Variable newContextVariable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IterateExpImpl.basicSetResult(Variable newResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ExpressionInOclImpl.basicSetResultVariable(Variable newResultVariable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LetExpImpl.basicSetVariable(Variable newVariable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ExpressionInOclImpl.setContextVariable(Variable newContextVariable)
           
 void IterateExpImpl.setResult(Variable newResult)
           
 void ExpressionInOclImpl.setResultVariable(Variable newResultVariable)
           
 void LetExpImpl.setVariable(Variable newVariable)
           
 

Uses of Variable in org.eclipse.ocl.examples.pivot.prettyprint
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type Variable
 java.lang.Object PrettyPrintExprVisitor.visitVariable(Variable object)
           
 

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

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

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

Methods in org.eclipse.ocl.examples.pivot.utilities that return Variable
 Variable OCLFactoryImpl.createVariable()
           
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type Variable
 java.lang.Object Pivot2MonikerVisitor.visitVariable(Variable object)
           
 java.lang.String ToStringVisitor.visitVariable(Variable variable)
          Visits the variable's initialization expression (if any).
 

Uses of Variable in org.eclipse.ocl.examples.xtext.base.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type Variable
 ScopeAdapter PivotScopeVisitor.visitVariable(Variable pivotElement)
           
 

Uses of Variable in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type Variable
protected  java.lang.String BaseLabelProvider.image(Variable ele)
           
protected  java.lang.String BaseLabelProvider.text(Variable ele)