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

Packages that use VariableDeclaration
org.sintef.mofscript.MOFScriptModel   
org.sintef.mofscript.MOFScriptModel.impl   
org.sintef.mofscript.MOFScriptModel.util   
org.sintef.mofscript.parser   
org.sintef.mofscript.runtime   
org.sintef.mofscript.runtime.statement   
 

Uses of VariableDeclaration in org.sintef.mofscript.MOFScriptModel
 

Methods in org.sintef.mofscript.MOFScriptModel that return VariableDeclaration
 VariableDeclaration MOFScriptModelFactory.createVariableDeclaration()
          Returns a new object of class 'Variable Declaration'
 

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

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

Methods in org.sintef.mofscript.MOFScriptModel.impl that return VariableDeclaration
 VariableDeclaration MOFScriptModelFactoryImpl.createVariableDeclaration()
           
 

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

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

Uses of VariableDeclaration in org.sintef.mofscript.parser
 

Methods in org.sintef.mofscript.parser that return VariableDeclaration
 VariableDeclaration MofScriptParser.constantDeclaration()
          Constant declaration
 VariableDeclaration MofScriptModelChecker.findGlobalVariables(MOFScriptTransformation transformation, java.lang.String name)
           
protected  VariableDeclaration MofScriptModelChecker.getTempVar()
           
 VariableDeclaration MofScriptParser.variableDeclaration()
          Variable declaration
 VariableDeclaration MofScriptParser.variableOrConstantDeclaration()
          Variable or constant declarations
 

Methods in org.sintef.mofscript.parser with parameters of type VariableDeclaration
 void MofScriptModelChecker.checkVariableDeclaration(VariableDeclaration varDecl)
          Checks properties of the transformation
protected  MofScriptParseError MofScriptModelChecker.checkVariableUsage(VariableDeclaration var, java.lang.String functionCalled, FunctionCall fc)
          Check if the usage of a variable (e.g. a Hashtable var) is legal
 

Uses of VariableDeclaration in org.sintef.mofscript.runtime
 

Methods in org.sintef.mofscript.runtime that return VariableDeclaration
 VariableDeclaration ExecutionEnvironment.findVariable(java.lang.String varName)
           
 VariableDeclaration ExecutionEnvironment.getVariable(java.lang.String varName)
          Fetches a variable by name
 

Methods in org.sintef.mofscript.runtime with parameters of type VariableDeclaration
 void ExecutionEnvironment.addVariable(VariableDeclaration var)
          adds a variable
 void ExecutionEnvironment.removeVariable(VariableDeclaration var)
           
 void ExecutionEnvironment.setTypeForVariable(VariableDeclaration varDecl, java.lang.Object varValue)
           
 void ExecutionEnvironment.setVariable(java.lang.String varName, VariableDeclaration val)
           
 

Uses of VariableDeclaration in org.sintef.mofscript.runtime.statement
 

Methods in org.sintef.mofscript.runtime.statement with parameters of type VariableDeclaration
protected  void IteratorStatementExecutor.handleIntegerIterator(IteratorStatement itstatement, int intValue, java.lang.String forname, VariableDeclaration iteratorVariable, ExecutionEnvironment itEnv, java.lang.Object rule_create)
          Iterator for an integer
protected  void IteratorStatementExecutor.handleStringIterator(IteratorStatement itstatement, java.lang.String strBuf, java.lang.String forname, VariableDeclaration iteratorVariable, ExecutionEnvironment itEnv, java.lang.Object rule_create)
          Iterator for a String buffer