edu.mit.sketch.ddlcompiler.ddljtree
Class ASTNumericComparison

java.lang.Object
  extended by edu.mit.sketch.ddlcompiler.ddljtree.SimpleNode
      extended by edu.mit.sketch.ddlcompiler.ddljtree.ASTNumericComparison
All Implemented Interfaces:
Node

public class ASTNumericComparison
extends SimpleNode


Constructor Summary
ASTNumericComparison(DDLParser2 p, int id)
           
ASTNumericComparison(int id)
           
 
Method Summary
 java.lang.String getType()
          Gets the value of type
 java.lang.Object jjtAccept(DDLParser2Visitor visitor, java.lang.Object data)
          Accept the visitor.
 void setType(java.lang.String argType)
          Sets the value of type
 
Methods inherited from class edu.mit.sketch.ddlcompiler.ddljtree.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTNumericComparison

public ASTNumericComparison(int id)

ASTNumericComparison

public ASTNumericComparison(DDLParser2 p,
                            int id)
Method Detail

getType

public java.lang.String getType()
Gets the value of type

Returns:
the value of type

setType

public void setType(java.lang.String argType)
Sets the value of type

Parameters:
argType - Value to assign to type

jjtAccept

public java.lang.Object jjtAccept(DDLParser2Visitor visitor,
                                  java.lang.Object data)
Accept the visitor.

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode