net.sourceforge.javajson.parser
Class MyNode
java.lang.Object
net.sourceforge.javajson.parser.MyNode
- Direct Known Subclasses:
- SimpleNode
public class MyNode
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
symtab
protected static Hashtable symtab
- Symbol table
stack
protected static Object[] stack
- Stack for calculations.
top
protected static int top
MyNode
public MyNode()
interpret
protected void interpret()
push
protected void push(Object o)