Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/capstone-engine/capstone
/ getFieldOrder
Method
getFieldOrder
bindings/java/capstone/Arm64.java:47–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
public
int
value;
46
47
@Override
48
public
List getFieldOrder() {
49
return
Arrays.asList(
"type"
,
"value"
);
50
}
51
}
52
53
public
static
class
Operand extends Structure {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected