Package org.teavm.ast

Class BinaryExpr

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class BinaryExpr
    extends Expr
    • Constructor Detail

      • BinaryExpr

        public BinaryExpr()
    • Method Detail

      • getFirstOperand

        public Expr getFirstOperand()
      • setFirstOperand

        public void setFirstOperand​(Expr firstOperand)
      • getSecondOperand

        public Expr getSecondOperand()
      • setSecondOperand

        public void setSecondOperand​(Expr secondOperand)
      • clone

        protected Expr clone​(java.util.Map<Expr,​Expr> cache)
        Specified by:
        clone in class Expr