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