Modifier and Type | Method | Description |
---|---|---|
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.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.