java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.emulator.RoutineIOHandler |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RoutineIOHandler(EEmulator emu) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EEmulator | getEmulator() | ||||||||||
double | nextAsDouble() | ||||||||||
float | nextAsFloat() | ||||||||||
int | nextAsInt() | ||||||||||
long | nextAsLong() | ||||||||||
int | nextAsObj() | ||||||||||
long | nextAsPtr() | ||||||||||
long | nextAsSizet() | ||||||||||
void | reset(ICallingConvention cc) | ||||||||||
void | retDouble(double val) | ||||||||||
void | retFloat(float val) | ||||||||||
void | retInt(int val) | ||||||||||
void | retLong(long val) | ||||||||||
void | retObj(int objid) | ||||||||||
void | retPtr(long ptr) | ||||||||||
void | retSizet(long val) | ||||||||||
void | skipJniEnvPtr() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |