MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / isNumericValue

Method isNumericValue

src/main/java/com/amazon/ion/IonFloat.java:110–110  ·  view source on GitHub ↗

Determines whether this value is numeric. Returns true if this value is none of null, nan, +inf, and -inf, and false if it is any of them. @return a checked condition whether this value is numeric.

()

Source from the content-addressed store, hash-verified

108 * @return a checked condition whether this value is numeric.
109 */
110 public boolean isNumericValue();
111
112 public IonFloat clone()
113 throws UnknownSymbolException;

Callers 5

checkNullDecimalMethod · 0.65
checkNullFloatMethod · 0.65
modifyFloatMethod · 0.65
checkSpecialMethod · 0.65
checkNullIntMethod · 0.65

Implementers 2

IonFloatLitesrc/main/java/com/amazon/ion/impl/lite
IonDecimalLitesrc/main/java/com/amazon/ion/impl/lite

Calls

no outgoing calls

Tested by 5

checkNullDecimalMethod · 0.52
checkNullFloatMethod · 0.52
modifyFloatMethod · 0.52
checkSpecialMethod · 0.52
checkNullIntMethod · 0.52