Package | Description |
---|---|
org.apache.bcel.generic |
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Stack<MethodGen.BranchTarget> |
MethodGen.BranchStack.branchTargets |
(package private) java.util.Hashtable<InstructionHandle,MethodGen.BranchTarget> |
MethodGen.BranchStack.visitedTargets |
Modifier and Type | Method and Description |
---|---|
MethodGen.BranchTarget |
MethodGen.BranchStack.pop() |
private MethodGen.BranchTarget |
MethodGen.BranchStack.visit(InstructionHandle target,
int stackDepth) |