public class IntStore extends PseudoBytecode
istore_<?>
, istore
Local number Instruction [0, 3] istore_<i> other istore, wide istore
Modifier and Type | Field and Description |
---|---|
private int |
bsize |
private byte[] |
codes |
private int |
lnum |
next
Constructor and Description |
---|
IntStore(int local) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes() |
int |
getSize() |
int |
stackChanges() |
String |
toString() |
double2bytes, float2bytes, initBytes, int2bytes, long2bytes, makeOUcode, makeOUUcode, makeWOUUcode, word2bytes
public IntStore(int local)
public byte[] getBytes()
getBytes
in class PseudoBytecode
public int getSize()
getSize
in class PseudoBytecode
public int stackChanges()
stackChanges
in class PseudoBytecode