Class X.Not

  • Enclosing class:
    X

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

      • Not

        public Not​(X x)
    • Method Detail

      • eval

        public java.lang.Object eval​(java.util.Map<java.lang.String,​java.lang.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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object