public abstract class AbstractExecutableScript extends Object implements ExecutableScript
| Constructor and Description |
|---|
AbstractExecutableScript() |
| Modifier and Type | Method and Description |
|---|---|
void |
setNextVar(String name,
Object value) |
Object |
unwrap(Object value)
Unwraps a possible script value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunpublic void setNextVar(String name, Object value)
setNextVar in interface ExecutableScriptpublic Object unwrap(Object value)
ExecutableScriptunwrap in interface ExecutableScriptCopyright © 2009–2017. All rights reserved.