Package org.jacop.fz
Class ASTConstraintItems
- java.lang.Object
-
- org.jacop.fz.SimpleNode
-
- org.jacop.fz.ASTConstraintItems
-
- All Implemented Interfaces:
Node
public class ASTConstraintItems extends SimpleNode
-
-
Constructor Summary
Constructors Constructor Description ASTConstraintItems(int id)
ASTConstraintItems(Parser p, int id)
-
Method Summary
-
Methods inherited from class org.jacop.fz.SimpleNode
dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, removeChildren, toString, toString
-
-
-
-
Constructor Detail
-
ASTConstraintItems
public ASTConstraintItems(int id)
-
ASTConstraintItems
public ASTConstraintItems(Parser p, int id)
-
-