| Modifier and Type | Field and Description |
|---|---|
protected Interpreter |
interpreter
The actual interpreter.
|
protected Object |
result
Use interpreter as marker for not having run.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Script.Callable(Interpreter intrprtr)
The base constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
call() |
boolean |
cancel()
Soft cancel the execution.
|
protected Object |
interpret()
Run the interpreter.
|
boolean |
isCancellable() |
boolean |
isCancelled() |
protected final Interpreter interpreter
protected volatile Object result
protected Script.Callable(Interpreter intrprtr)
intrprtr - the interpreter to useprotected Object interpret()
public boolean cancel()
public boolean isCancelled()
public boolean isCancellable()
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.