public class CurrentNode<T> extends Node<T>
| Constructor and Description |
|---|
CurrentNode(Adapter<T> runtime) |
| Modifier and Type | Method and Description |
|---|---|
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 T search(T input)
Expressionpublic boolean internalEquals(Object o)
internalEquals in class Node<T>protected int internalHashCode()
internalHashCode in class Node<T>Copyright © 2016–2021. All rights reserved.