Class ComparativeExpNode

    • Constructor Detail

      • ComparativeExpNode

        public ComparativeExpNode()
    • Method Detail

      • precedence

        public int precedence()
        Description copied from interface: ExpNode
        Precedence of this expression node. Used to parse the expression into the correct tree. We use 0 to represent the highest precedence
        Returns: