gl
Class Tree.Deref
Object
AbstractCollection<E>
AbstractList
Gl.Tree.Deref
Tree.Deref
- All Implemented Interfaces:
- Gl.Tree.Visit, Tree.Interpreter, Serializable, Iterable, Collection, List
- Enclosing class:
- Tree
public static class Tree.Deref
- extends Gl.Tree.Deref
- implements Tree.Interpreter
tree node class.
- See Also:
- Serialized Form
|
Method Summary |
int |
eval(Env env)
execute this subtree, return value (if any). |
| Methods inherited from class AbstractList |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList |
Tree.Deref
protected Tree.Deref(int position,
List args)
eval
public int eval(Env env)
- Description copied from interface:
Tree.Interpreter
- execute this subtree, return value (if any).
- Specified by:
eval in interface Tree.Interpreter