Uses of Class
org.apache.bcel.generic.MethodGen.BranchTarget
Packages that use MethodGen.BranchTarget
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
-
Uses of MethodGen.BranchTarget in org.apache.bcel.generic
Fields in org.apache.bcel.generic with type parameters of type MethodGen.BranchTargetModifier and TypeFieldDescriptionprivate final Stack
<MethodGen.BranchTarget> MethodGen.BranchStack.branchTargets
private final Hashtable
<InstructionHandle, MethodGen.BranchTarget> MethodGen.BranchStack.visitedTargets
Methods in org.apache.bcel.generic that return MethodGen.BranchTargetModifier and TypeMethodDescriptionMethodGen.BranchStack.pop()
private MethodGen.BranchTarget
MethodGen.BranchStack.visit
(InstructionHandle target, int stackDepth)