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

Method getValue

src/com/sun/jna/ptr/IntByReference.java:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 public int getValue() {
44 return getPointer().getInt(0);
45 }
46
47 @Override
48 public String toString() {

Callers 15

testXGetWMProtocolsMethod · 0.95
testXQueryExtensionMethod · 0.95
testGetConsoleModeMethod · 0.95
testEnumProcessesMethod · 0.95
testZwQueryKeyMethod · 0.95

Calls 2

getPointerMethod · 0.65
getIntMethod · 0.45

Tested by 15

testXGetWMProtocolsMethod · 0.76
testXQueryExtensionMethod · 0.76
testGetConsoleModeMethod · 0.76
testEnumProcessesMethod · 0.76
testZwQueryKeyMethod · 0.76