|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsimple.tree.ParseNode
simple.tree.Stmt
public class Stmt
| 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 |
|---|
public Stmt(Expr e)
| Method Detail |
|---|
public Expr getExpr()
public void accept(Visitor v)
accept in class ParseNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||