ValueNode.BooleanNode, ValueNode.ClassNode, ValueNode.JsonNode, ValueNode.NullNode, ValueNode.NumberNode, ValueNode.PathNode, ValueNode.PatternNode, ValueNode.PredicateNode, ValueNode.StringNode, ValueNode.UndefinedNode, ValueNode.ValueListNode| Constructor and Description |
|---|
PredicateNode(Predicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
ValueNode.PredicateNode |
asPredicateNode() |
boolean |
equals(java.lang.Object o) |
Predicate |
getPredicate() |
boolean |
isPredicateNode() |
java.lang.String |
toString() |
java.lang.Class<?> |
type(Predicate.PredicateContext ctx) |
asBooleanNode, asClassNode, asJsonNode, asNullNode, asNumberNode, asPathNode, asPatternNode, asStringNode, asUndefinedNode, asValueListNode, createBooleanNode, createClassNode, createJsonNode, createJsonNode, createNullNode, createNumberNode, createPathNode, createPathNode, createPatternNode, createPatternNode, createStringNode, createUndefinedNode, isBooleanNode, isClassNode, isJsonNode, isNullNode, isNumberNode, isPathNode, isPatternNode, isStringNode, isUndefinedNode, isValueListNode, toValueNodepublic PredicateNode(Predicate predicate)
public Predicate getPredicate()
public ValueNode.PredicateNode asPredicateNode()
asPredicateNode in class ValueNodepublic java.lang.Class<?> type(Predicate.PredicateContext ctx)
public boolean isPredicateNode()
isPredicateNode in class ValueNodepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object