# Class: com.pnfsoftware.jeb.core.units.code.asm.decompiler.ConverterInstructionEntry

Utility class holding a native instruction being converted to IR.

## Constructor: ConverterInstructionEntry


## Constructor: ConverterInstructionEntry
- parameter: `e0`, type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ConverterInstructionEntry<InsnType>`


## Constructor: ConverterInstructionEntry
- parameter: `insn`, type: `InsnType`
- parameter: `address`, type: `long`
- parameter: `r`, type: `java.util.List<com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IEStatement>`
- parameter: `irAddress`, type: `int`


## Field: address
Type: `long`
Description: Native instruction address.

## Field: insn
Type: `InsnType`
Description: Native instruction being converted.

## Field: irAddress
Type: `int`
Description: Address of the first generated IR statement.

## Field: ph1Insn
Type: `InsnType`
Description: optionally set: subsequent instruction \(peep\-hole, next 1 instruction\)

## Field: r
Type: `java.util.List<com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IEStatement>`
Description: IR statements generated for this instruction.

## Method: reljmp
- parameter: `delta`, type: `int`
- return type: `int`


## Method: toString
- return type: `java.lang.String`


