edu.mit.sketch.ddlcompiler.ddljtree
Class ASTMeetsConstraint

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

public class ASTMeetsConstraint
extends SimpleNode


Constructor Summary
ASTMeetsConstraint(DDLParser2 p, int id)
           
ASTMeetsConstraint(int id)
           
 
Method Summary
 java.lang.Object jjtAccept(DDLParser2Visitor visitor, java.lang.Object data)
          Accept the visitor.
 
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

ASTMeetsConstraint

public ASTMeetsConstraint(int id)

ASTMeetsConstraint

public ASTMeetsConstraint(DDLParser2 p,
                          int id)
Method Detail

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