|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ScriptType.Context in org.openide.execution |
Methods in org.openide.execution with parameters of type ScriptType.Context | |
abstract Object |
ScriptType.eval(Reader r,
ScriptType.Context context)
Evaluate the script given in the form of a Reader. |
abstract Object |
ScriptType.eval(String script,
ScriptType.Context context)
Evaluate the script given in the form of a string. |
abstract void |
ScriptType.exec(Reader r,
ScriptType.Context context)
Execute the script given in the form of a Reader. |
abstract void |
ScriptType.exec(String script,
ScriptType.Context context)
Execute the script given in the form of a string. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |