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 January 9 2014. | Portions Copyright 1997-2014 Oracle. All rights reserved.