Class X.Not

Enclosing class:
X

public static class X.Not extends X.UnaryOp
Negation logical operator
  • Constructor Details

    • Not

      public Not(X x)
  • 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)
      Description copied from class: X.UnaryOp
      Create a clone of this X.BinaryOp with the given arg
      Specified by:
      clone in class X.UnaryOp