Uses of Interface
org.eclipse.mofscript.MOFScriptModel.VariableDeclaration

Packages that use VariableDeclaration
org.eclipse.mofscript.MOFScriptModel   
org.eclipse.mofscript.MOFScriptModel.impl   
org.eclipse.mofscript.MOFScriptModel.util   
org.eclipse.mofscript.MOFScriptModel.validation   
org.eclipse.mofscript.parser   
org.eclipse.mofscript.runtime   
org.eclipse.mofscript.runtime.traceability   
 

Uses of VariableDeclaration in org.eclipse.mofscript.MOFScriptModel
 

Methods in org.eclipse.mofscript.MOFScriptModel that return VariableDeclaration
 VariableDeclaration MOFScriptModelFactory.createVariableDeclaration()
          Returns a new object of class 'Variable Declaration'
 VariableDeclaration VariableDeclarationStatement.getVariable()
          Returns the value of the 'Variable' reference
 

Methods in org.eclipse.mofscript.MOFScriptModel with parameters of type VariableDeclaration
 void VariableDeclarationStatement.setVariable(VariableDeclaration value)
          Sets the value of the 'Variable' reference
 

Uses of VariableDeclaration in org.eclipse.mofscript.MOFScriptModel.impl
 

Classes in org.eclipse.mofscript.MOFScriptModel.impl that implement VariableDeclaration
 class VariableDeclarationImpl
          An implementation of the model object 'Variable Declaration'
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl that return VariableDeclaration
 VariableDeclaration VariableDeclarationStatementImpl.basicGetVariable()
           
 VariableDeclaration MOFScriptModelFactoryImpl.createVariableDeclaration()
           
 VariableDeclaration VariableDeclarationStatementImpl.getVariable()
           
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl with parameters of type VariableDeclaration
 void VariableDeclarationStatementImpl.setVariable(VariableDeclaration newVariable)
           
 

Uses of VariableDeclaration in org.eclipse.mofscript.MOFScriptModel.util
 

Methods in org.eclipse.mofscript.MOFScriptModel.util with parameters of type VariableDeclaration
 java.lang.Object MOFScriptModelSwitch.caseVariableDeclaration(VariableDeclaration object)
          Returns the result of interpreting the object as an instance of 'Variable Declaration'
 

Uses of VariableDeclaration in org.eclipse.mofscript.MOFScriptModel.validation
 

Methods in org.eclipse.mofscript.MOFScriptModel.validation with parameters of type VariableDeclaration
 boolean VariableDeclarationStatementValidator.validateVariable(VariableDeclaration value)
           
 

Uses of VariableDeclaration in org.eclipse.mofscript.parser
 

Methods in org.eclipse.mofscript.parser that return VariableDeclaration
 VariableDeclaration MofScript2Parser.constantDeclaration()
           
 VariableDeclaration MofScriptModelChecker.findGlobalVariables(MOFScriptTransformation transformation, java.lang.String name)
          Finds global variables
 VariableDeclaration MofScript2Parser.variableDeclaration()
           
 VariableDeclaration MofScript2Parser.variableOrConstantDeclaration()
           
 

Methods in org.eclipse.mofscript.parser with parameters of type VariableDeclaration
 void MofScriptModelChecker.checkVariableDeclaration(VariableDeclaration varDecl)
          Checks properties of the transformation
 

Uses of VariableDeclaration in org.eclipse.mofscript.runtime
 

Method parameters in org.eclipse.mofscript.runtime with type arguments of type VariableDeclaration
 void ExecutionEnvironment.addLocalVariablesZZZ(java.util.List<VariableDeclaration> variables, RuleExecutor currentRuleExecutor)
          Deprecated.  
 void ExecutionEnvironment.addModelVariables(java.util.List<VariableDeclaration> variables)
           
 

Constructors in org.eclipse.mofscript.runtime with parameters of type VariableDeclaration
Variable(VariableDeclaration vd)
           
 

Uses of VariableDeclaration in org.eclipse.mofscript.runtime.traceability
 

Methods in org.eclipse.mofscript.runtime.traceability with parameters of type VariableDeclaration
 void TraceabilityRuleExecutor.addVariables(java.lang.Object value, VariableDeclaration var)
           
 void TraceabilityReferenceEvaluator.variableModelRef(VariableDeclaration var, java.lang.String refname)