MCPcopy Create free account
hub / github.com/capstone-engine/capstone / getFieldOrder

Method getFieldOrder

bindings/java/capstone/X86.java:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 public long disp;
22
23 @Override
24 public List getFieldOrder() {
25 return Arrays.asList("segment", "base", "index", "scale", "disp");
26 }
27 }
28
29 public static class Encoding extends Structure {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected