Uses of IfStatement in org.sintef.mofscript.MOFScriptModel |
---|
Methods in org.sintef.mofscript.MOFScriptModel that return IfStatement | |
---|---|
IfStatement |
MOFScriptModelFactory.createIfStatement()
Returns a new object of class 'If Statement' |
Uses of IfStatement in org.sintef.mofscript.MOFScriptModel.impl |
---|
Classes in org.sintef.mofscript.MOFScriptModel.impl that implement IfStatement | |
---|---|
class |
IfStatementImpl
An implementation of the model object 'If Statement' |
Methods in org.sintef.mofscript.MOFScriptModel.impl that return IfStatement | |
---|---|
IfStatement |
MOFScriptModelFactoryImpl.createIfStatement()
|
Uses of IfStatement in org.sintef.mofscript.MOFScriptModel.util |
---|
Methods in org.sintef.mofscript.MOFScriptModel.util with parameters of type IfStatement | |
---|---|
java.lang.Object |
MOFScriptModelSwitch.caseIfStatement(IfStatement object)
Returns the result of interpretting the object as an instance of 'If Statement' |
Uses of IfStatement in org.sintef.mofscript.parser |
---|
Methods in org.sintef.mofscript.parser that return IfStatement | |
---|---|
IfStatement |
MofScriptParser.ifStatement()
If statements |
Uses of IfStatement in org.sintef.mofscript.runtime.statement |
---|
Methods in org.sintef.mofscript.runtime.statement with parameters of type IfStatement | |
---|---|
protected void |
IfStatementExecutor.addLocalVariables(IfStatement ifSt,
ExecutionEnvironment env)
Adds local variables to the environment |