|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PrintStatement in org.eclipse.mofscript.MOFScriptModel |
---|
Methods in org.eclipse.mofscript.MOFScriptModel that return PrintStatement | |
---|---|
PrintStatement |
MOFScriptModelFactory.createPrintStatement()
Returns a new object of class 'Print Statement' |
Uses of PrintStatement in org.eclipse.mofscript.MOFScriptModel.impl |
---|
Classes in org.eclipse.mofscript.MOFScriptModel.impl that implement PrintStatement | |
---|---|
class |
PrintStatementImpl
An implementation of the model object 'Print Statement' |
Methods in org.eclipse.mofscript.MOFScriptModel.impl that return PrintStatement | |
---|---|
PrintStatement |
MOFScriptModelFactoryImpl.createPrintStatement()
|
Uses of PrintStatement in org.eclipse.mofscript.MOFScriptModel.util |
---|
Methods in org.eclipse.mofscript.MOFScriptModel.util with parameters of type PrintStatement | |
---|---|
T |
MOFScriptModelSwitch.casePrintStatement(PrintStatement object)
Returns the result of interpreting the object as an instance of 'Print Statement' |
Uses of PrintStatement in org.eclipse.mofscript.parser |
---|
Methods in org.eclipse.mofscript.parser that return PrintStatement | |
---|---|
PrintStatement |
MofScript2Parser.directPrintStatement()
|
PrintStatement |
MofScript2Parser.printStatement(java.lang.String context)
|
Uses of PrintStatement in org.eclipse.mofscript.runtime.statement |
---|
Methods in org.eclipse.mofscript.runtime.statement with parameters of type PrintStatement | |
---|---|
protected void |
PrintStatementExecutor.handleLog(PrintStatement pstatement)
Handles log functionality |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |