cager.jexpr.ast
Class Statement

java.lang.Object
  extended bycager.jexpr.ast.AST
      extended bycager.jexpr.ast.Statement
Direct Known Subclasses:
Block, IfStatement, ReturnStatement

public abstract class Statement
extends AST


Constructor Summary
Statement()
           
 
Methods inherited from class cager.jexpr.ast.AST
dump, dumpChildren, dumpPrefix, getChildren, getParent, setParent, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Statement

public Statement()