Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/capstone-engine/capstone
/ getFieldOrder
Method
getFieldOrder
bindings/java/capstone/Ppc.java:20–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
public
int
disp;
19
20
@Override
21
public
List getFieldOrder() {
22
return
Arrays.asList(
"base"
,
"disp"
);
23
}
24
}
25
26
public
static
class
CrxType extends Structure {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected