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.branchTargetsprivate final Hashtable<InstructionHandle, MethodGen.BranchTarget> MethodGen.BranchStack.visitedTargetsMethods in org.apache.bcel.generic that return MethodGen.BranchTargetModifier and TypeMethodDescriptionMethodGen.BranchStack.pop()private MethodGen.BranchTargetMethodGen.BranchStack.visit(InstructionHandle target, int stackDepth)