Uses of Interface
org.eclipse.ocl.cst.VariableCS

Packages that use VariableCS
org.eclipse.ocl.cst   
org.eclipse.ocl.cst.impl   
org.eclipse.ocl.cst.util   
org.eclipse.ocl.parser   
 

Uses of VariableCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return VariableCS
 VariableCS CSTFactory.createVariableCS()
          Returns a new object of class 'Variable CS'
 VariableCS LoopExpCS.getVariable1()
          Returns the value of the 'Variable1' containment reference
 VariableCS LoopExpCS.getVariable2()
          Returns the value of the 'Variable2' containment reference
 VariableCS DefExpressionCS.getVariableCS()
          Returns the value of the 'Variable CS' containment reference
 

Methods in org.eclipse.ocl.cst with parameters of type VariableCS
 void LoopExpCS.setVariable1(VariableCS value)
          Sets the value of the 'Variable1' containment reference
 void LoopExpCS.setVariable2(VariableCS value)
          Sets the value of the 'Variable2' containment reference
 void DefExpressionCS.setVariableCS(VariableCS value)
          Sets the value of the 'Variable CS' containment reference
 

Uses of VariableCS in org.eclipse.ocl.cst.impl
 

Classes in org.eclipse.ocl.cst.impl that implement VariableCS
 class VariableCSImpl
          An implementation of the model object 'Variable CS'
 

Fields in org.eclipse.ocl.cst.impl declared as VariableCS
protected  VariableCS LoopExpCSImpl.variable1
          The cached value of the 'Variable1' containment reference
protected  VariableCS LoopExpCSImpl.variable2
          The cached value of the 'Variable2' containment reference
protected  VariableCS DefExpressionCSImpl.variableCS
          The cached value of the 'Variable CS' containment reference
 

Methods in org.eclipse.ocl.cst.impl that return VariableCS
 VariableCS CSTFactoryImpl.createVariableCS()
           
 VariableCS LoopExpCSImpl.getVariable1()
           
 VariableCS LoopExpCSImpl.getVariable2()
           
 VariableCS DefExpressionCSImpl.getVariableCS()
           
 

Methods in org.eclipse.ocl.cst.impl with parameters of type VariableCS
 NotificationChain LoopExpCSImpl.basicSetVariable1(VariableCS newVariable1, NotificationChain msgs)
           
 NotificationChain LoopExpCSImpl.basicSetVariable2(VariableCS newVariable2, NotificationChain msgs)
           
 NotificationChain DefExpressionCSImpl.basicSetVariableCS(VariableCS newVariableCS, NotificationChain msgs)
           
 void LoopExpCSImpl.setVariable1(VariableCS newVariable1)
           
 void LoopExpCSImpl.setVariable2(VariableCS newVariable2)
           
 void DefExpressionCSImpl.setVariableCS(VariableCS newVariableCS)
           
 

Uses of VariableCS in org.eclipse.ocl.cst.util
 

Methods in org.eclipse.ocl.cst.util with parameters of type VariableCS
 T CSTSwitch.caseVariableCS(VariableCS object)
          Returns the result of interpreting the object as an instance of 'Variable CS'
 

Uses of VariableCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return VariableCS
protected  VariableCS AbstractOCLParser.createVariableCS(SimpleNameCS varName, TypeCS typeCS, OCLExpressionCS oclExpressionCS)
           
 

Methods in org.eclipse.ocl.parser with parameters of type VariableCS
protected  DefExpressionCS AbstractOCLParser.createDefExpressionCS(VariableCS variableCS, OperationCS operationCS, OCLExpressionCS oclExpressionCS)
           
protected  IterateExpCS AbstractOCLParser.createIterateExpCS(OCLExpressionCS source, SimpleNameCS simpleNameCS, VariableCS variable1, VariableCS variable2, OCLExpressionCS oclExpressionCS)
           
protected  IteratorExpCS AbstractOCLParser.createIteratorExpCS(OCLExpressionCS source, SimpleNameCS simpleNameCS, VariableCS variable1, VariableCS variable2, OCLExpressionCS oclExpressionCS)
           
protected  TupleLiteralPart<C,P> AbstractOCLAnalyzer.tupleLiteralPartCS(VariableCS variableDeclarationCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          tupleLiteralPartCS
protected  Variable<C,PM> AbstractOCLAnalyzer.variableDeclarationCS(VariableCS variableDeclarationCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, boolean addToEnvironment)
          VariableDeclarationCS
 

Method parameters in org.eclipse.ocl.parser with type arguments of type VariableCS
protected  java.util.List<Variable<C,PM>> AbstractOCLAnalyzer.parametersCS(java.util.List<VariableCS> parameters, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          ParametersCS
protected   AbstractOCLAnalyzer.tupleLiteralPartListCS(java.util.List<VariableCS> variableDeclarations, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          tupleLiteralPartListCS
protected  java.util.List<Variable<C,PM>> AbstractOCLAnalyzer.variableDeclarationListCS(java.util.List<VariableCS> variableDeclarationCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, boolean addToEnvironment)
          VariableDeclarationListCS
 


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