edu.mit.sketch.ddlcompiler.ddljtree
Class ASTBinaryConstraint
java.lang.Object
edu.mit.sketch.ddlcompiler.ddljtree.SimpleNode
edu.mit.sketch.ddlcompiler.ddljtree.ASTBinaryConstraint
- All Implemented Interfaces:
- Node
public class ASTBinaryConstraint
- extends SimpleNode
| 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 |
ASTBinaryConstraint
public ASTBinaryConstraint(int id)
ASTBinaryConstraint
public ASTBinaryConstraint(DDLParser2 p,
int id)
setType
public void setType(java.lang.String type)
getType
public java.lang.String getType()
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