JaCoP.fz
Class ASTVarDeclItem

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

public class ASTVarDeclItem
extends SimpleNode


Constructor Summary
ASTVarDeclItem(int id)
           
ASTVarDeclItem(Parser p, int id)
           
 
Method Summary
 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

ASTVarDeclItem

public ASTVarDeclItem(int id)

ASTVarDeclItem

public ASTVarDeclItem(Parser p,
                      int id)
Method Detail

toString

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