public class

PreRoutineInvocationDetails

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

Summary

Public Constructors
PreRoutineInvocationDetails(IERoutineContext ectx, EState state)
Public Methods
List<Integer> getStackSlotAges()
List<IEImm> getStackSlotValues()
Map<Integer, IEImm> getVariableMap()
IVirtualMemory getVirtualMemory()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PreRoutineInvocationDetails (IERoutineContext ectx, EState state)

Public Methods

public List<Integer> getStackSlotAges ()

public List<IEImm> getStackSlotValues ()

public Map<Integer, IEImm> getVariableMap ()

public IVirtualMemory getVirtualMemory ()