Modifier and Type | Method and 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 June 20 2015. | Portions Copyright 1997-2015 Oracle. All rights reserved.