Uses of Class
org.apache.bcel.generic.MethodGen.BranchTarget
-
Packages that use MethodGen.BranchTarget Package Description org.apache.bcel.generic This package contains the "generic" part of the Byte Code Engineering Library, i.e., 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.BranchTarget Modifier and Type Field Description private java.util.Stack<MethodGen.BranchTarget>
MethodGen.BranchStack. branchTargets
private java.util.Hashtable<InstructionHandle,MethodGen.BranchTarget>
MethodGen.BranchStack. visitedTargets
Methods in org.apache.bcel.generic that return MethodGen.BranchTarget Modifier and Type Method Description MethodGen.BranchTarget
MethodGen.BranchStack. pop()
private MethodGen.BranchTarget
MethodGen.BranchStack. visit(InstructionHandle target, int stackDepth)
-