Class ASTDivNode

    • Constructor Detail

      • ASTDivNode

        public ASTDivNode​(int id)
        Parameters:
        id -
      • ASTDivNode

        public ASTDivNode​(Parser p,
                          int id)
        Parameters:
        p -
        id -
    • Method Detail

      • perform

        public java.lang.Number perform​(java.lang.Number left,
                                        java.lang.Number right,
                                        InternalContextAdapter context)
        Description copied from class: ASTMathNode
        Performs the math operation represented by this node.
        Specified by:
        perform in class ASTMathNode