Package org.jacop.fz
Class ASTSetLiteral
- java.lang.Object
-
- org.jacop.fz.SimpleNode
-
- org.jacop.fz.ASTSetLiteral
-
- All Implemented Interfaces:
Node
public class ASTSetLiteral extends SimpleNode
-
-
Constructor Summary
Constructors Constructor Description ASTSetLiteral(int id)
ASTSetLiteral(Parser p, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getType()
void
setType(int t)
java.lang.String
toString()
-
Methods inherited from class org.jacop.fz.SimpleNode
dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, removeChildren, toString
-
-
-
-
Constructor Detail
-
ASTSetLiteral
public ASTSetLiteral(int id)
-
ASTSetLiteral
public ASTSetLiteral(Parser p, int id)
-
-
Method Detail
-
setType
public void setType(int t)
-
getType
public int getType()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classSimpleNode
-
-