public class LoadRetAddrConst extends PseudoBytecode
Modifier and Type | Field and Description |
---|---|
private int |
bcindex |
private static int |
bsize |
next
Constructor and Description |
---|
LoadRetAddrConst(int off) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes() |
int |
getOffset() |
int |
getSize() |
void |
patch(int off) |
int |
stackChanges() |
String |
toString() |
double2bytes, float2bytes, initBytes, int2bytes, long2bytes, makeOUcode, makeOUUcode, makeWOUUcode, word2bytes
private static final int bsize
private int bcindex
public LoadRetAddrConst(int off)
public byte[] getBytes()
getBytes
in class PseudoBytecode
public int getSize()
getSize
in class PseudoBytecode
public int getOffset()
public int stackChanges()
stackChanges
in class PseudoBytecode
public void patch(int off)