public class SequenceNode<T> extends Node<T>
| Constructor and Description |
|---|
SequenceNode(Adapter<T> runtime,
List<Node<T>> nodes) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
internalEquals(Object o) |
protected int |
internalHashCode() |
protected String |
internalToString() |
T |
search(T input)
Evaluate this expression against a JSON-like structure and return the result.
|
protected String internalToString()
internalToString in class Node<T>protected boolean internalEquals(Object o)
internalEquals in class Node<T>protected int internalHashCode()
internalHashCode in class Node<T>public T search(T input)
ExpressionCopyright © 2016–2023. All rights reserved.