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