public class

ConverterInstructionEntry

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.decompiler.ConverterInstructionEntry<InsnType extends com.pnfsoftware.jeb.core.units.code.IInstruction>

Class Overview

Utility class holding a native instruction being converted to IR.

Summary

Fields
public long address
public InsnType extends IInstruction insn
public int irAddress
public InsnType extends IInstruction ph1Insn optionally set: subsequent instruction (peep-hole, next 1 instruction)
public List<IEStatement> r
Public Constructors
ConverterInstructionEntry()
ConverterInstructionEntry(ConverterInstructionEntry<InsnType> e0)
ConverterInstructionEntry(InsnType insn, long address, List<IEStatement> r, int irAddress)
Public Methods
int reljmp(int delta)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public long address

public InsnType extends IInstruction insn

public int irAddress

public InsnType extends IInstruction ph1Insn

optionally set: subsequent instruction (peep-hole, next 1 instruction)

public List<IEStatement> r

Public Constructors

public ConverterInstructionEntry ()

public ConverterInstructionEntry (ConverterInstructionEntry<InsnType> e0)

public ConverterInstructionEntry (InsnType insn, long address, List<IEStatement> r, int irAddress)

Public Methods

public int reljmp (int delta)

public String toString ()