Package org.teavm.ast

Class AssignmentStatement


  • public class AssignmentStatement
    extends Statement
    • Constructor Detail

      • AssignmentStatement

        public AssignmentStatement()
    • Method Detail

      • getLeftValue

        public Expr getLeftValue()
      • setLeftValue

        public void setLeftValue​(Expr leftValue)
      • getRightValue

        public Expr getRightValue()
      • setRightValue

        public void setRightValue​(Expr rightValue)
      • setLocation

        public void setLocation​(TextLocation location)
      • isAsync

        public boolean isAsync()
      • setAsync

        public void setAsync​(boolean async)