org.apache.bcel.generic
Class MethodGen.BranchStack
java.lang.Object
org.apache.bcel.generic.MethodGen.BranchStack
- Enclosing class:
- MethodGen
static final class MethodGen.BranchStack
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
branchTargets
java.util.Stack branchTargets
visitedTargets
java.util.Hashtable visitedTargets
MethodGen.BranchStack
MethodGen.BranchStack()
push
public void push(InstructionHandle target,
int stackDepth)
pop
public MethodGen.BranchTarget pop()
visit
private final MethodGen.BranchTarget visit(InstructionHandle target,
int stackDepth)
visited
private final boolean visited(InstructionHandle target)