com.jeffpalm.expr
Class OpNode

java.lang.Object
  extended by com.jeffpalm.expr.SimpleNode
      extended by com.jeffpalm.expr.OpNode
All Implemented Interfaces:
Node
Direct Known Subclasses:
ASTAdd, ASTMult, ASTRel

public class OpNode
extends SimpleNode


Field Summary
 
Fields inherited from class com.jeffpalm.expr.SimpleNode
children, id, parent, parser
 
Constructor Summary
OpNode(com.jeffpalm.expr.ExprParser p, int id)
           
OpNode(int id)
           
 
Method Summary
 
Methods inherited from class com.jeffpalm.expr.SimpleNode
childrenAccept, childrenAcceptReverse, dump, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OpNode

public OpNode(int id)

OpNode

public OpNode(com.jeffpalm.expr.ExprParser p,
              int id)