net.sourceforge.javajson.parser
Class MyNode

java.lang.Object
  extended by net.sourceforge.javajson.parser.MyNode
Direct Known Subclasses:
SimpleNode

public class MyNode
extends Object


Field Summary
protected static Object[] stack
          Stack for calculations.
protected static Hashtable symtab
          Symbol table
protected static int top
           
 
Constructor Summary
MyNode()
           
 
Method Summary
protected  void interpret()
           
protected  void push(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

symtab

protected static Hashtable symtab
Symbol table


stack

protected static Object[] stack
Stack for calculations.


top

protected static int top
Constructor Detail

MyNode

public MyNode()
Method Detail

interpret

protected void interpret()

push

protected void push(Object o)