public class ASTIntLiterals extends SimpleNode
| Constructor and Description |
|---|
ASTIntLiterals(int id) |
ASTIntLiterals(Parser p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Integer> |
getList() |
void |
setList(ArrayList<Integer> l) |
String |
toString() |
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toStringpublic ASTIntLiterals(int id)
public ASTIntLiterals(Parser p, int id)
Copyright © 2016. All rights reserved.