public static class ValueNodes.NumberNode extends ValueNode
| Modifier and Type | Field and Description |
|---|---|
static ValueNodes.NumberNode |
NAN |
| Modifier and Type | Method and Description |
|---|---|
ValueNodes.NumberNode |
asNumberNode() |
ValueNodes.StringNode |
asStringNode() |
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, asOffsetDateTimeNode, asPathNode, asPatternNode, asPredicateNode, asUndefinedNode, asValueListNode, createBooleanNode, createClassNode, createJsonNode, createJsonNode, createNullNode, createNumberNode, createOffsetDateTimeNode, createPathNode, createPathNode, createPatternNode, createPatternNode, createStringNode, createUndefinedNode, isBooleanNode, isClassNode, isJsonNode, isNullNode, isOffsetDateTimeNode, isPathNode, isPatternNode, isPredicateNode, isStringNode, isUndefinedNode, isValueListNode, toValueNodepublic static ValueNodes.NumberNode NAN
public ValueNodes.StringNode asStringNode()
asStringNode in class ValueNodepublic java.math.BigDecimal getNumber()
public java.lang.Class<?> type(Predicate.PredicateContext ctx)
public boolean isNumberNode()
isNumberNode in class ValueNodepublic ValueNodes.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