unity.parser
Class ASTOr

java.lang.Object
  extended by unity.parser.SimpleNode
      extended by unity.parser.ASTOr
All Implemented Interfaces:
Node

public class ASTOr
extends SimpleNode


Constructor Summary
ASTOr(int id)
           
ASTOr(uql p, int id)
           
 
Method Summary
 void setType(int t)
           
 java.lang.String toString()
           
 
Methods inherited from class unity.parser.SimpleNode
dump, InsertChild, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtRemoveChild, jjtSetParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTOr

public ASTOr(int id)

ASTOr

public ASTOr(uql p,
             int id)
Method Detail

setType

public void setType(int t)

toString

public java.lang.String toString()
Overrides:
toString in class SimpleNode