Constructor and Description |
---|
CompoundStmt(java.util.List<Stmt> stmts) |
Modifier and Type | Method and Description |
---|---|
void |
accept(TreeVisitor tv) |
java.util.List<Stmt> |
getStmts() |
private final java.util.List<Stmt> stmts
CompoundStmt(java.util.List<Stmt> stmts)
public java.util.List<Stmt> getStmts()
public void accept(TreeVisitor tv)