Package org.jacop.fz
Class ASTScalarFlatExpr
java.lang.Object
org.jacop.fz.SimpleNode
org.jacop.fz.ASTScalarFlatExpr
- All Implemented Interfaces:
Node
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) double
(package private) String
(package private) int
(package private) int
-
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 -
intValue
int intValue -
doubleValue
double doubleValue -
ident
String ident
-
-
Constructor Details
-
ASTScalarFlatExpr
public ASTScalarFlatExpr(int id) -
ASTScalarFlatExpr
-
-
Method Details
-
setType
public void setType(int t) -
getType
public int getType() -
setInt
public void setInt(int i) -
getInt
public int getInt() -
setFloat
public void setFloat(double d) -
getFloat
public double getFloat() -
setIdent
-
getIdent
-
toString
- Overrides:
toString
in classSimpleNode
-