Package org.teavm.ast
Class WhileStatement
java.lang.Object
org.teavm.ast.Statement
org.teavm.ast.IdentifiedStatement
org.teavm.ast.WhileStatement
-
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) getBody()voidsetCondition(Expr condition) 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
-
WhileStatement
public WhileStatement()
-
-
Method Details
-
getCondition
-
setCondition
-
getBody
-
acceptVisitor
- Specified by:
acceptVisitorin classStatement
-