|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WhileStatement in org.sintef.mofscript.MOFScriptModel |
---|
Methods in org.sintef.mofscript.MOFScriptModel that return WhileStatement | |
---|---|
WhileStatement |
MOFScriptModelFactory.createWhileStatement()
Returns a new object of class 'While Statement' |
Uses of WhileStatement in org.sintef.mofscript.MOFScriptModel.impl |
---|
Classes in org.sintef.mofscript.MOFScriptModel.impl that implement WhileStatement | |
---|---|
class |
WhileStatementImpl
An implementation of the model object 'While Statement' |
Methods in org.sintef.mofscript.MOFScriptModel.impl that return WhileStatement | |
---|---|
WhileStatement |
MOFScriptModelFactoryImpl.createWhileStatement()
|
Uses of WhileStatement in org.sintef.mofscript.MOFScriptModel.util |
---|
Methods in org.sintef.mofscript.MOFScriptModel.util with parameters of type WhileStatement | |
---|---|
java.lang.Object |
MOFScriptModelSwitch.caseWhileStatement(WhileStatement object)
Returns the result of interpretting the object as an instance of 'While Statement' |
Uses of WhileStatement in org.sintef.mofscript.parser |
---|
Methods in org.sintef.mofscript.parser that return WhileStatement | |
---|---|
WhileStatement |
MofScriptParser.whileStatement()
While statement (while) |
Uses of WhileStatement in org.sintef.mofscript.runtime.statement |
---|
Methods in org.sintef.mofscript.runtime.statement with parameters of type WhileStatement | |
---|---|
protected void |
WhileStatementExecutor.addLocalVariables(WhileStatement whileSt,
ExecutionEnvironment env)
Adds local variables to the environment |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |