Interface LazyOperator

    • Method Detail

      • getOper

        java.lang.String getOper()
        Gets the String that is used to denote the operator in the expression.
        Returns:
        The String that is used to denote the operator in the expression.
      • getPrecedence

        int getPrecedence()
        Gets the precedence value of this operator.
        Returns:
        the precedence value of this operator.
      • isLeftAssoc

        boolean isLeftAssoc()
        Gets whether this operator is left associative (true) or if this operator is right associative (false).
        Returns:
        true if this operator is left associative.
      • isBooleanOperator

        boolean isBooleanOperator()
        Gets whether this operator evaluates to a boolean expression.
        Returns:
        true if this operator evaluates to a boolean expression.