public class InvokeCompiledMethod extends PseudoBytecode
Modifier and Type | Field and Description |
---|---|
private static int |
bsize |
private int |
cmid |
private int |
origIdx |
next
Constructor and Description |
---|
InvokeCompiledMethod(int cmethId,
int origBCIndex) |
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 int bsize
private final int cmid
private final int origIdx
public InvokeCompiledMethod(int cmethId, int origBCIndex)
public byte[] getBytes()
getBytes
in class PseudoBytecode
public int getSize()
getSize
in class PseudoBytecode
public int stackChanges()
stackChanges
in class PseudoBytecode