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, toString
public ASTIntLiterals(int id)
public ASTIntLiterals(Parser p, int id)
Copyright © 2015. All rights reserved.