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

Method toString

test/com/sun/jna/CallbacksTest.java:992–995  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

990 called[0] = true;
991 }
992 @Override
993 public String toString() {
994 return "Some debug output";
995 }
996 };
997 lib.callVoidCallback(cb);
998 assertTrue("Callback with custom method name not called", called[0]);

Callers 15

toNativeMethod · 0.45
toNativeMethod · 0.45
fromNativeMethod · 0.45
testToStringsMethod · 0.45
callbackMethod · 0.45
fromNativeMethod · 0.45
toNativeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected