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, word2bytespublic IntStore(int local)
public byte[] getBytes()
getBytes in class PseudoBytecodepublic int getSize()
getSize in class PseudoBytecodepublic int stackChanges()
stackChanges in class PseudoBytecode