Package org.jacop.fz
Class ASTSetLiteral
java.lang.Object
org.jacop.fz.SimpleNode
org.jacop.fz.ASTSetLiteral
- All Implemented Interfaces:
Node
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jacop.fz.SimpleNode
dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, removeChildren, toString
-
Field Details
-
type
int type
-
-
Constructor Details
-
ASTSetLiteral
public ASTSetLiteral(int id) -
ASTSetLiteral
-
-
Method Details
-
setType
public void setType(int t) -
getType
public int getType() -
toString
- Overrides:
toString
in classSimpleNode
-