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