org.apache.bcel.generic
static final class MethodGen.BranchStack extends Object
Field Summary | |
---|---|
Stack | branchTargets |
Hashtable | visitedTargets |
Method Summary | |
---|---|
MethodGen.BranchTarget | pop() |
void | push(InstructionHandle target, int stackDepth) |
MethodGen.BranchTarget | visit(InstructionHandle target, int stackDepth) |
boolean | visited(InstructionHandle target) |