public class ASTIntFlatExpr extends SimpleNode
children, id, parent, parser| Constructor and Description |
|---|
ASTIntFlatExpr(int id) |
ASTIntFlatExpr(Parser p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
int |
getInt() |
void |
setInt(int i) |
String |
toString() |
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toStringpublic ASTIntFlatExpr(int id)
public ASTIntFlatExpr(Parser p, int id)
public void setInt(int i)
public int getInt()
public String toString()
toString in class SimpleNodeCopyright © 2016. All rights reserved.