Package org.teavm.ast
Class SwitchStatement
java.lang.Object
org.teavm.ast.Statement
org.teavm.ast.IdentifiedStatement
org.teavm.ast.SwitchStatement
-
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
-
SwitchStatement
public SwitchStatement()
-
-
Method Details
-
getClauses
-
getDefaultClause
-
getValue
-
setValue
-
acceptVisitor
- Specified by:
acceptVisitorin classStatement
-