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 |
|---|
UndefinedNode() |
| Modifier and Type | Method and Description |
|---|---|
ValueNode.UndefinedNode |
asUndefinedNode() |
boolean |
equals(java.lang.Object o) |
boolean |
isUndefinedNode() |
java.lang.Class<?> |
type(Predicate.PredicateContext ctx) |
asBooleanNode, asClassNode, asJsonNode, asNullNode, asNumberNode, asPathNode, asPatternNode, asPredicateNode, asStringNode, asValueListNode, createBooleanNode, createClassNode, createJsonNode, createJsonNode, createNullNode, createNumberNode, createPathNode, createPathNode, createPatternNode, createPatternNode, createStringNode, createUndefinedNode, isBooleanNode, isClassNode, isJsonNode, isNullNode, isNumberNode, isPathNode, isPatternNode, isPredicateNode, isStringNode, isValueListNode, toValueNodepublic java.lang.Class<?> type(Predicate.PredicateContext ctx)
public ValueNode.UndefinedNode asUndefinedNode()
asUndefinedNode in class ValueNodepublic boolean isUndefinedNode()
isUndefinedNode in class ValueNodepublic boolean equals(java.lang.Object o)
equals in class java.lang.Object