MCPcopy Create free account
hub / github.com/apache/commons-ognl / bigIntValue

Method bigIntValue

src/main/java/org/apache/commons/ognl/OgnlOps.java:268–296  ·  view source on GitHub ↗

Evaluates the given object as a BigInteger. @param value an object to interpret as a BigInteger @return the BigInteger value implied by the given object @throws NumberFormatException if the given object can't be understood as a BigInteger

( Object value )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

compareWithConversionMethod · 0.95
convertValueMethod · 0.95
binaryOrMethod · 0.95
binaryXorMethod · 0.95
binaryAndMethod · 0.95
shiftLeftMethod · 0.95
shiftRightMethod · 0.95
unsignedShiftRightMethod · 0.95
addMethod · 0.95
subtractMethod · 0.95
multiplyMethod · 0.95
divideMethod · 0.95

Calls 2

stringValueMethod · 0.95
longValueMethod · 0.80

Tested by

no test coverage detected