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