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

IR location object, holding an IR context and an IR statement offset.

## Constructor: ELocation
- parameter: `ctx`, type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.IERoutineContext`
- parameter: `stmOffset`, type: `long`


## Method: getRoutineContext
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.IERoutineContext`


## Method: getStatement
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IEStatement`


## Method: getStatementOffset
- return type: `long`


