Package org.jacop.fz
Class ASTIntFlatExpr
java.lang.Object
org.jacop.fz.SimpleNode
org.jacop.fz.ASTIntFlatExpr
- All Implemented Interfaces:
Node
-
Field Summary
FieldsFields inherited from class org.jacop.fz.SimpleNode
children, id, parent, parser
-
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
-
value
int value
-
-
Constructor Details
-
ASTIntFlatExpr
public ASTIntFlatExpr(int id) -
ASTIntFlatExpr
-
-
Method Details
-
setInt
public void setInt(int i) -
getInt
public int getInt() -
toString
- Overrides:
toString
in classSimpleNode
-