private class CodeContext.Branch extends CodeContext.Relocatable
Modifier and Type | Field and Description |
---|---|
private CodeContext.Offset |
destination |
private boolean |
expanded |
private int |
opcode |
private CodeContext.Inserter |
source |
Constructor and Description |
---|
Branch(int opcode,
CodeContext.Offset destination) |
Modifier and Type | Method and Description |
---|---|
boolean |
relocate()
Relocate this object.
|
private boolean expanded
private final int opcode
private final CodeContext.Inserter source
private final CodeContext.Offset destination
public Branch(int opcode, CodeContext.Offset destination)
public boolean relocate()
CodeContext.Relocatable
relocate
in class CodeContext.Relocatable