| Modifier and Type | Method | Description |
|---|---|---|
abstract java.lang.Object |
ScriptType.eval(java.io.Reader r,
ScriptType.Context context) |
Deprecated.
Evaluate the script given in the form of a Reader.
|
abstract java.lang.Object |
ScriptType.eval(java.lang.String script,
ScriptType.Context context) |
Deprecated.
Evaluate the script given in the form of a string.
|
abstract void |
ScriptType.exec(java.io.Reader r,
ScriptType.Context context) |
Deprecated.
Execute the script given in the form of a Reader.
|
abstract void |
ScriptType.exec(java.lang.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.