Package org.apache.bcel.generic
Class MethodGen.BranchStack
java.lang.Object
org.apache.bcel.generic.MethodGen.BranchStack
- Enclosing class:
MethodGen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stack
<MethodGen.BranchTarget> private final Hashtable
<InstructionHandle, MethodGen.BranchTarget> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpop()
void
push
(InstructionHandle target, int stackDepth) private MethodGen.BranchTarget
visit
(InstructionHandle target, int stackDepth) private boolean
visited
(InstructionHandle target)
-
Field Details
-
branchTargets
-
visitedTargets
-
-
Constructor Details
-
BranchStack
BranchStack()
-
-
Method Details
-
pop
-
push
-
visit
-
visited
-