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

Method format

src/com/sun/jna/Structure.java:1630–1634  ·  view source on GitHub ↗
(Class<?> type)

Source from the content-addressed store, hash-verified

1628 }
1629
1630 private String format(Class<?> type) {
1631 String s = type.getName();
1632 int dot = s.lastIndexOf(".");
1633 return s.substring(dot + 1);
1634 }
1635
1636 private String toString(int indent, boolean showContents, boolean dumpMemory) {
1637 ensureAllocated();

Callers 15

toStringMethod · 0.95
displayQuaterlySalesMethod · 0.80
kstatDataLookupStringMethod · 0.80
kstatDataLookupLongMethod · 0.80
kstatReadMethod · 0.80
kstatLookupMethod · 0.80
kstatLookupAllMethod · 0.80
testStatvfsMethod · 0.80
testEnumerateDevicesMethod · 0.80
testSetCursorPosMethod · 0.80

Calls 1

getNameMethod · 0.65

Tested by 15

kstatDataLookupStringMethod · 0.64
kstatDataLookupLongMethod · 0.64
kstatReadMethod · 0.64
kstatLookupMethod · 0.64
kstatLookupAllMethod · 0.64
testStatvfsMethod · 0.64
testEnumerateDevicesMethod · 0.64
testSetCursorPosMethod · 0.64
testGetTcpStatisticsMethod · 0.64
testGetUdpStatisticsMethod · 0.64