Package org.teavm.ast
Class ContinueStatement
java.lang.Object
org.teavm.ast.Statement
org.teavm.ast.ContinueStatement
-
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) voidsetLocation(TextLocation location) voidsetTarget(IdentifiedStatement target) 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
-
ContinueStatement
public ContinueStatement()
-
-
Method Details
-
getTarget
-
setTarget
-
getLocation
-
setLocation
-
acceptVisitor
- Specified by:
acceptVisitorin classStatement
-