simple.tree
Class Stmt

java.lang.Object
  extended by simple.tree.ParseNode
      extended by simple.tree.Stmt

public class Stmt
extends ParseNode

Author:
santa

Constructor Summary
Stmt(Expr e)
           
 
Method Summary
 void accept(Visitor v)
           
 Expr getExpr()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stmt

public Stmt(Expr e)
Method Detail

getExpr

public Expr getExpr()

accept

public void accept(Visitor v)
Specified by:
accept in class ParseNode