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:49–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
@Override
50
public
List getFieldOrder() {
51
return
Arrays.asList(
"type"
,
"value"
);
52
}
53
}
54
55
public
static
class
UnionOpInfo extends Capstone.UnionOpInfo {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected