Class CoreOperationNotEqual


public class CoreOperationNotEqual extends CoreOperationCompare
Implementation of Expression for the operation "!=".
  • Constructor Details

    • CoreOperationNotEqual

      public CoreOperationNotEqual(Expression arg1, Expression arg2)
      Constructs a new CoreOperationNotEqual.
      Parameters:
      arg1 - left operand
      arg2 - right operand
  • Method Details

    • getSymbol

      public String getSymbol()
      Description copied from class: CoreOperation
      Returns the XPath symbol for this operation, e.g. "+", "div", etc.
      Specified by:
      getSymbol in class CoreOperation
      Returns:
      String symbol