Class StmtNode

java.lang.Object
  extended by ASTNode
      extended by StmtNode
Direct Known Subclasses:
AssignStmtNode, CallStmtNode, ExitStmtNode, ForStmtNode, IfStmtNode, NullStmtNode, ReturnStmtNode, WhileStmtNode

public abstract class StmtNode
extends ASTNode

An AST node representing a statement of some sort.


Nested Class Summary
 
Nested classes/interfaces inherited from class ASTNode
ASTNode.DataType
 
Constructor Summary
StmtNode()
           
 
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

StmtNode

public StmtNode()