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, word2bytesprivate static int bsize
private final int cmid
private final int origIdx
public InvokeCompiledMethod(int cmethId, int origBCIndex)
public byte[] getBytes()
getBytes in class PseudoBytecodepublic int getSize()
getSize in class PseudoBytecodepublic int stackChanges()
stackChanges in class PseudoBytecode