Package org.jacop.fz
Class ASTmodel
- java.lang.Object
-
- org.jacop.fz.SimpleNode
-
- org.jacop.fz.ASTmodel
-
- All Implemented Interfaces:
Node
public class ASTmodel extends SimpleNode
-
-
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
-
ASTmodel
public ASTmodel(int id)
-
ASTmodel
public ASTmodel(Parser p, int id)
-
-