| Constructor and Description |
|---|
BlockStmt(java.util.LinkedList<Stmt> stmts) |
| Modifier and Type | Method and Description |
|---|---|
Exp |
accept(TreeVisitor v) |
Type |
accept(TypeVisitor v) |
void |
accept(Visitor v)
Visitor pattern dispatch.
|
public java.util.LinkedList<Stmt> stmts
public BlockStmt(java.util.LinkedList<Stmt> stmts)
public void accept(Visitor v)
public Type accept(TypeVisitor v)