public final class BlockStmt extends Statement
| Constructor and Description |
|---|
BlockStmt() |
BlockStmt(int beginLine,
int beginColumn,
int endLine,
int endColumn,
java.util.List<Statement> stmts) |
BlockStmt(java.util.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.
|
java.util.List<Statement> |
getStmts() |
void |
setStmts(java.util.List<Statement> stmts) |
equals, getBeginColumn, getBeginComments, getBeginIndex, getBeginLine, getData, getEndColumn, getEndComments, getEndIndex, getEndLine, getInternalComments, hashCode, setBeginColumn, setBeginComments, setBeginIndex, setBeginLine, setData, setEndColumn, setEndComments, setEndIndex, setEndLine, setInternalComments, toStringpublic BlockStmt()
public BlockStmt(java.util.List<Statement> stmts)
public BlockStmt(int beginLine,
int beginColumn,
int endLine,
int endColumn,
java.util.List<Statement> stmts)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Nodepublic <A> void accept(VoidVisitor<A> v, A arg)
Nodepublic java.util.List<Statement> getStmts()
public void setStmts(java.util.List<Statement> stmts)
Copyright © 2015. All Rights Reserved.