Class OperatorNOTEQU

  • All Implemented Interfaces:
    ExpressionItem

    public final class OperatorNOTEQU
    extends AbstractOperator
    The class implements the NOTEQU operator handler
    • Constructor Detail

      • OperatorNOTEQU

        public OperatorNOTEQU()
    • Method Detail

      • getReference

        public java.lang.String getReference()
        Description copied from class: AbstractOperator
        Get the operator reference to be shown for a help information request
        Specified by:
        getReference in class AbstractOperator
        Returns:
        the operator reference as a String, must not be null
      • getKeyword

        public java.lang.String getKeyword()
        Description copied from class: AbstractOperator
        Get the operator keyword
        Specified by:
        getKeyword in class AbstractOperator
        Returns:
        the operator keyword, must not be null
      • executeFloatInt

        public Value executeFloatInt​(Value arg1,
                                     Value arg2)
      • executeIntFloat

        public Value executeIntFloat​(Value arg1,
                                     Value arg2)
      • executeFloatFloat

        public Value executeFloatFloat​(Value arg1,
                                       Value arg2)
      • executeBoolBool

        public Value executeBoolBool​(Value arg1,
                                     Value arg2)
      • getExpressionItemPriority

        public ExpressionItemPriority getExpressionItemPriority()
        Description copied from interface: ExpressionItem
        Get the priority of the item
        Returns:
        the item priority, must not be null