|
org.openide.execution 1.12.1 | |||||||||
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)
Deprecated. Evaluate the script given in the form of a Reader. |
abstract Object |
ScriptType.eval(String script,
ScriptType.Context context)
Deprecated. Evaluate the script given in the form of a string. |
abstract void |
ScriptType.exec(Reader r,
ScriptType.Context context)
Deprecated. Execute the script given in the form of a Reader. |
abstract void |
ScriptType.exec(String script,
ScriptType.Context context)
Deprecated. Execute the script given in the form of a string. |
|
org.openide.execution 1.12.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |