public class ExprStmt extends Stmt
private Expr
expr
ExprStmt(Expr expr)
void
accept(TreeVisitor tv)
Expr
getExpr()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final Expr expr
public Expr getExpr()
public void accept(TreeVisitor tv)