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

Public Member Functions

List getFieldOrder ()
 

Public Attributes

int type
 
int value
 

Detailed Description

Definition at line 43 of file Arm64.java.

Member Function Documentation

◆ getFieldOrder()

List capstone.Arm64.OpShift.getFieldOrder ( )
inline

Definition at line 48 of file Arm64.java.

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

Member Data Documentation

◆ type

◆ value


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