Package org.teavm.ast
Class AssignmentStatement
java.lang.Object
org.teavm.ast.Statement
org.teavm.ast.AssignmentStatement
-
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, cond, cond, empty, exitFunction, initClass, raiseException
-
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
-