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