public class ASTFloatTiExprTail extends SimpleNode
Constructor and Description |
---|
ASTFloatTiExprTail(int id) |
ASTFloatTiExprTail(Parser p,
int id) |
Modifier and Type | Method and Description |
---|---|
double |
getHigh() |
double |
getLow() |
int |
getType() |
void |
setLowHigh(double l,
double h) |
void |
setType(int t) |
String |
toString() |
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString
public ASTFloatTiExprTail(int id)
public ASTFloatTiExprTail(Parser p, int id)
public void setType(int t)
public int getType()
public void setLowHigh(double l, double h)
public double getLow()
public double getHigh()
public String toString()
toString
in class SimpleNode
Copyright © 2015. All rights reserved.