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

Public Member Functions

List getFieldOrder ()
 

Public Attributes

byte base
 
byte index
 
long length
 
long disp
 

Detailed Description

Definition at line 16 of file Systemz.java.

Member Function Documentation

◆ getFieldOrder()

List capstone.Systemz.MemType.getFieldOrder ( )
inline

Definition at line 23 of file Systemz.java.

23  {
24  return Arrays.asList("base", "index", "length", "disp");
25  }

Member Data Documentation

◆ base

byte capstone.Systemz.MemType.base

Definition at line 17 of file Systemz.java.

◆ disp

long capstone.Systemz.MemType.disp

Definition at line 20 of file Systemz.java.

Referenced by capstone.CsInsn.__gen_detail().

◆ index

byte capstone.Systemz.MemType.index

Definition at line 18 of file Systemz.java.

◆ length

long capstone.Systemz.MemType.length

Definition at line 19 of file Systemz.java.


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