Rizin
unix-like reverse engineering framework and cli tools
capstone.Arm.OpShift Class Reference
Inheritance diagram for capstone.Arm.OpShift:

Public Member Functions

List getFieldOrder ()
 

Public Attributes

int type
 
int value
 

Detailed Description

Definition at line 42 of file Arm.java.

Member Function Documentation

◆ getFieldOrder()

List capstone.Arm.OpShift.getFieldOrder ( )
inline

Definition at line 47 of file Arm.java.

47  {
48  return Arrays.asList("type","value");
49  }

Member Data Documentation

◆ type

◆ value


The documentation for this class was generated from the following file: