Expression<T>public class NegateNode<T> extends Node<T>
| Constructor | Description |
|---|---|
NegateNode(Adapter<T> runtime,
Expression<T> negated) |
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
internalEquals(Object o) |
|
protected int |
internalHashCode() |
|
T |
search(T input) |
Evaluate this expression against a JSON-like structure and return the result.
|
equals, hashCode, internalToString, toStringpublic NegateNode(Adapter<T> runtime, Expression<T> negated)
public T search(T input)
Expressionprotected boolean internalEquals(Object o)
internalEquals in class Node<T>protected int internalHashCode()
internalHashCode in class Node<T>Copyright © 2016–2019. All rights reserved.