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, toString
public ASTIntFlatExpr(int id)
public ASTIntFlatExpr(Parser p, int id)
public void setInt(int i)
public int getInt()
public String toString()
toString
in class SimpleNode
Copyright © 2015. All rights reserved.