public class BSHTryWithResources extends SimpleNode
children, id, parent, parser| Constructor and Description |
|---|
BSHTryWithResources(int id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Throwable> |
autoClose() |
java.lang.Object |
eval(CallStack callstack,
Interpreter interpreter)
This is the general signature for evaluation of a node.
|
add, dump, getId, getLineNumber, getSourceFile, getText, hasNext, hasPrevious, jjtAddChild, jjtClose, jjtGetChild, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, next, nextIndex, previous, previousIndex, remove, set, setSourceFile, toString, toStringpublic java.lang.Object eval(CallStack callstack, Interpreter interpreter) throws EvalError
SimpleNodeeval in interface Nodeeval in class SimpleNodecallstack - evaluation call stackinterpreter - evaluation interpreterEvalError - if an evaluation error occurredpublic java.util.List<java.lang.Throwable> autoClose()