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, word2bytes
public Goto(int off)
public byte[] getBytes()
getBytes
in class PseudoBytecode
public int getSize()
getSize
in class PseudoBytecode
public int getOffset()
public int stackChanges()
stackChanges
in class PseudoBytecode
public void patch(int off)
private void adjustFields()