Package org.teavm.ast
Class GotoPartStatement
java.lang.Object
org.teavm.ast.Statement
org.teavm.ast.GotoPartStatement
-
Nested Class Summary
Nested classes/interfaces inherited from class org.teavm.ast.Statement
Statement.TryCatchStatementBuilder, Statement.TryCatchStatementBuilder2 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptVisitor(StatementVisitor visitor) intgetPart()voidsetPart(int part) Methods 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
-
GotoPartStatement
public GotoPartStatement()
-
-
Method Details
-
getPart
public int getPart() -
setPart
public void setPart(int part) -
acceptVisitor
- Specified by:
acceptVisitorin classStatement
-