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

Method decimal

src/test/java/com/amazon/ion/IonTestCase.java:493–496  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

491
492
493 public IonDecimal decimal(String text)
494 {
495 return (IonDecimal) oneValue(text);
496 }
497
498 public IonSexp oneSexp(String text)
499 {

Callers 4

testNegativeZeroMethod · 0.80
checkEqualityMethod · 0.80
testSetValueMethod · 0.80

Calls 1

oneValueMethod · 0.95

Tested by

no test coverage detected