public class

ELocation

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

Class Overview

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

Summary

Public Constructors
ELocation(IERoutineContext ctx, long stmOffset)
Public Methods
IERoutineContext getRoutineContext()
IEStatement getStatement()
long getStatementOffset()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ELocation (IERoutineContext ctx, long stmOffset)

Public Methods

public IERoutineContext getRoutineContext ()

public IEStatement getStatement ()

public long getStatementOffset ()