Class X.Neq

Enclosing class:
X

public static class X.Neq extends X.BinaryOp
"not equals" comparison operator.
  • Constructor Details

    • Neq

      public Neq(X x, X y)
  • Method Details

    • eval

      public Object eval(Map<String,Object> context)
      Description copied from class: X
      Evaluation of the expression over a map style context that defines variable values.
      Specified by:
      eval in class X
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • clone

      public X clone(X x, X y)
      Description copied from class: X.BinaryOp
      Create a clone of this X.BinaryOp with the given two args
      Specified by:
      clone in class X.BinaryOp