java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.units.code.asm.decompiler.ConverterInstructionEntry<InsnType extends com.pnfsoftware.jeb.core.units.code.IInstruction> |
Utility class.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
optionally set: subsequent instruction (peep-hole, next 1 instruction)