Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/capstone-engine/capstone
/ getFieldOrder
Method
getFieldOrder
bindings/java/capstone/Xcore.java:70–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
@Override
71
public
List getFieldOrder() {
72
return
Arrays.asList(
"op_count"
,
"op"
);
73
}
74
}
75
76
public
static
class
OpInfo extends Capstone.OpInfo {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected