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