Class ConverterInstructionEntry<InsnType extends IInstruction>
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ConverterInstructionEntry<InsnType>
- Type Parameters:
InsnType
-
Utility class holding a native instruction being converted to IR.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConverterInstructionEntry
(InsnType insn, long address, List<IEStatement> r, int irAddress) -
Method Summary
-
Field Details
-
insn
-
address
public long address -
r
-
irAddress
public int irAddress -
ph1Insn
optionally set: subsequent instruction (peep-hole, next 1 instruction)
-
-
Constructor Details
-
ConverterInstructionEntry
public ConverterInstructionEntry() -
ConverterInstructionEntry
-
ConverterInstructionEntry
-
-
Method Details