Package org.teavm.ast
Class AssignmentStatement
java.lang.Object
org.teavm.ast.Statement
org.teavm.ast.AssignmentStatement
-
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) booleanisAsync()voidsetAsync(boolean async) voidsetLeftValue(Expr leftValue) voidsetLocation(TextLocation location) voidsetRightValue(Expr rightValue) 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
-
AssignmentStatement
public AssignmentStatement()
-
-
Method Details
-
getLeftValue
-
setLeftValue
-
getRightValue
-
setRightValue
-
getLocation
-
setLocation
-
isAsync
public boolean isAsync() -
setAsync
public void setAsync(boolean async) -
acceptVisitor
- Specified by:
acceptVisitorin classStatement
-