public final class BlockStmt extends Statement
| Constructor and Description | 
|---|
BlockStmt()  | 
BlockStmt(int beginLine,
         int beginColumn,
         int endLine,
         int endColumn,
         List<Statement> stmts)  | 
BlockStmt(List<Statement> stmts)  | 
| Modifier and Type | Method and Description | 
|---|---|
<R,A> R | 
accept(GenericVisitor<R,A> v,
      A arg)
Accept method for visitor support. 
 | 
<A> void | 
accept(VoidVisitor<A> v,
      A arg)
Accept method for visitor support. 
 | 
List<Statement> | 
getStmts()  | 
void | 
setStmts(List<Statement> stmts)  | 
equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toStringpublic <R,A> R accept(GenericVisitor<R,A> v, A arg)
Nodepublic <A> void accept(VoidVisitor<A> v, A arg)
Node