Class BinaryExpNode

    • Constructor Detail

      • BinaryExpNode

        public BinaryExpNode()
    • Method Detail

      • getLeft

        public ExpNode getLeft()
        Returns:
        the left
      • setLeft

        public void setLeft​(ExpNode left)
        Parameters:
        left - the left to set
      • getRight

        public ExpNode getRight()
        Returns:
        the right
      • setRight

        public void setRight​(ExpNode right)
        Parameters:
        right - the right to set
      • popOperands

        public void popOperands​(java.util.Stack<ExpNode> stack)
        Description copied from interface: ExpNode
        Read the operands from the stack