public class BSHPackageDeclaration extends SimpleNode
children, id, parent, parser| Constructor and Description |
|---|
BSHPackageDeclaration(int id) |
| Modifier and Type | Method and Description |
|---|---|
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 occurred