java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.ELocation

public class ELocation extends Object
IR location object, holding an IR context and an IR statement offset.
  • Constructor Details

  • Method Details

    • getRoutineContext

      public IERoutineContext getRoutineContext()
    • getStatementOffset

      public long getStatementOffset()
    • getStatement

      public IEStatement getStatement()