public class LoadLongConst extends PseudoBytecode
Modifier and Type | Field and Description |
---|---|
private static int |
bsize |
private long |
lbits |
next
Constructor and Description |
---|
LoadLongConst(long 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 long lbits
public LoadLongConst(long bits)
public byte[] getBytes()
getBytes
in class PseudoBytecode
public int getSize()
getSize
in class PseudoBytecode
public int stackChanges()
stackChanges
in class PseudoBytecode