Class DeclNode

java.lang.Object
  extended by ASTNode
      extended by DeclNode
Direct Known Subclasses:
ProcDeclNode, VarDeclNode

public abstract class DeclNode
extends ASTNode

An AST node representing a declaration of a function, procedure, or variable.


Nested Class Summary
 
Nested classes/interfaces inherited from class ASTNode
ASTNode.DataType
 
Constructor Summary
DeclNode()
           
 
Method Summary
 
Methods inherited from class ASTNode
indent, unparse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeclNode

public DeclNode()