Package org.teavm.ast
Class BlockStatement
- java.lang.Object
-
- org.teavm.ast.Statement
-
- org.teavm.ast.IdentifiedStatement
-
- org.teavm.ast.BlockStatement
-
public class BlockStatement extends IdentifiedStatement
-
-
Constructor Summary
Constructors Constructor Description BlockStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidacceptVisitor(StatementVisitor visitor)java.util.List<Statement>getBody()-
Methods inherited from class org.teavm.ast.IdentifiedStatement
getId, setId
-
Methods inherited from class org.teavm.ast.Statement
assign, cond, cond, empty, exitFunction, initClass, raiseException
-
-
-
-
Method Detail
-
getBody
public java.util.List<Statement> getBody()
-
acceptVisitor
public void acceptVisitor(StatementVisitor visitor)
- Specified by:
acceptVisitorin classStatement
-
-