Package org.teavm.ast
Class BlockStatement
java.lang.Object
org.teavm.ast.Statement
org.teavm.ast.IdentifiedStatement
org.teavm.ast.BlockStatement
-
Nested Class Summary
Nested classes/interfaces inherited from class org.teavm.ast.Statement
Statement.TryCatchStatementBuilder, Statement.TryCatchStatementBuilder2 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.teavm.ast.IdentifiedStatement
getId, setIdMethods inherited from class org.teavm.ast.Statement
assign, block, cond, cond, doTry, empty, exitBlock, exitFunction, exitFunction, initClass, loopWhile, raiseException, sequence, statementExpr, switchClause, switchClause, switchStatement
-
Constructor Details
-
BlockStatement
public BlockStatement()
-
-
Method Details
-
getBody
-
acceptVisitor
- Specified by:
acceptVisitorin classStatement
-