public static class InjectionGenerator.BranchFixup
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.LinkedList<InjectionGenerator.BranchFixup> |
allBranchFixups |
BranchHandle |
branch |
int |
lengthAtBranch |
int |
lengthAtTarget |
| Constructor and Description |
|---|
BranchFixup(BranchHandle branch,
InstructionList il) |
| Modifier and Type | Method and Description |
|---|---|
void |
atTarget(InstructionList il) |
static void |
fixAllFixups(InstructionList il) |
public BranchHandle branch
public int lengthAtBranch
public int lengthAtTarget
public static java.util.LinkedList<InjectionGenerator.BranchFixup> allBranchFixups