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