Package org.jacop.fz
Class ASTFloatTiExprTail
- java.lang.Object
-
- org.jacop.fz.SimpleNode
-
- org.jacop.fz.ASTFloatTiExprTail
-
- All Implemented Interfaces:
Node
public class ASTFloatTiExprTail extends SimpleNode
-
-
Constructor Summary
Constructors Constructor Description ASTFloatTiExprTail(int id)ASTFloatTiExprTail(Parser p, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetHigh()doublegetLow()intgetType()voidsetLowHigh(double l, double h)voidsetType(int t)java.lang.StringtoString()-
Methods inherited from class org.jacop.fz.SimpleNode
dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, removeChildren, toString
-
-
-
-
Constructor Detail
-
ASTFloatTiExprTail
public ASTFloatTiExprTail(int id)
-
ASTFloatTiExprTail
public ASTFloatTiExprTail(Parser p, int id)
-
-
Method Detail
-
setType
public void setType(int t)
-
getType
public int getType()
-
setLowHigh
public void setLowHigh(double l, double h)
-
getLow
public double getLow()
-
getHigh
public double getHigh()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classSimpleNode
-
-