Class OperatorAND

    • Constructor Detail

      • OperatorAND

        public OperatorAND()
    • 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
      • 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