public class Goto extends PseudoBytecode
| Modifier and Type | Field and Description |
|---|---|
private int |
bsize |
private byte[] |
codes |
private int |
offset |
next| Constructor and Description |
|---|
Goto(int off) |
| Modifier and Type | Method and Description |
|---|---|
private void |
adjustFields() |
byte[] |
getBytes() |
int |
getOffset() |
int |
getSize() |
void |
patch(int off) |
int |
stackChanges() |
String |
toString() |
double2bytes, float2bytes, initBytes, int2bytes, long2bytes, makeOUcode, makeOUUcode, makeWOUUcode, word2bytespublic Goto(int off)
public byte[] getBytes()
getBytes in class PseudoBytecodepublic int getSize()
getSize in class PseudoBytecodepublic int getOffset()
public int stackChanges()
stackChanges in class PseudoBytecodepublic void patch(int off)
private void adjustFields()