JaCoP.fz
Class ASTIntLiterals

java.lang.Object
  extended by JaCoP.fz.SimpleNode
      extended by JaCoP.fz.ASTIntLiterals
All Implemented Interfaces:
Node

public class ASTIntLiterals
extends SimpleNode


Constructor Summary
ASTIntLiterals(int id)
           
ASTIntLiterals(Parser p, int id)
           
 
Method Summary
 java.util.ArrayList<java.lang.Integer> getList()
           
 void setList(java.util.ArrayList<java.lang.Integer> l)
           
 java.lang.String toString()
           
 
Methods inherited from class JaCoP.fz.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTIntLiterals

public ASTIntLiterals(int id)

ASTIntLiterals

public ASTIntLiterals(Parser p,
                      int id)
Method Detail

setList

public void setList(java.util.ArrayList<java.lang.Integer> l)

getList

public java.util.ArrayList<java.lang.Integer> getList()

toString

public java.lang.String toString()
Overrides:
toString in class SimpleNode