MCPcopy Index your code
hub / github.com/java-native-access/jna / toString

Method toString

src/com/sun/jna/Structure.java:1616–1619  ·  view source on GitHub ↗

If jna.dump_memory is true, will include a native memory dump of the Structure's backing memory. @return String representation of this object.

()

Source from the content-addressed store, hash-verified

1614 * @return String representation of this object.
1615 */
1616 @Override
1617 public String toString() {
1618 return toString(Boolean.getBoolean("jna.dump_memory"));
1619 }
1620
1621 /**
1622 * @param debug If true, will include a native memory dump of the

Callers 3

testStructureSizeMethod · 0.95
writeFieldMethod · 0.45
toStringMethod · 0.45

Calls 13

ensureAllocatedMethod · 0.95
formatMethod · 0.95
getPointerMethod · 0.95
sizeMethod · 0.95
fieldsMethod · 0.95
getFieldValueMethod · 0.95
isArrayMethod · 0.80
valueOfMethod · 0.80
getByteArrayMethod · 0.80
iteratorMethod · 0.45
hasNextMethod · 0.45
nextMethod · 0.45

Tested by 1

testStructureSizeMethod · 0.76