JaCoP.fz
Class ASTSetLiteral

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

public class ASTSetLiteral
extends SimpleNode


Constructor Summary
ASTSetLiteral(int id)
           
ASTSetLiteral(Parser p, int id)
           
 
Method Summary
 int getType()
           
 void setType(int t)
           
 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

ASTSetLiteral

public ASTSetLiteral(int id)

ASTSetLiteral

public ASTSetLiteral(Parser p,
                     int id)
Method Detail

setType

public void setType(int t)

getType

public int getType()

toString

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