MCPcopy Create free account
hub / github.com/java-native-access/jna / IntStructure

Class IntStructure

test/com/sun/jna/UnionTest.java:52–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 public static class IntStructure extends Structure {
53 public static final List<String> FIELDS = createFieldsOrder("value");
54 public int value;
55 @Override
56 protected List<String> getFieldOrder() {
57 return FIELDS;
58 }
59 }
60
61 public static class SubIntStructure extends IntStructure {}
62

Callers

nothing calls this directly

Calls 1

createFieldsOrderMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…