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. branchTargetsprivate java.util.Hashtable<InstructionHandle,MethodGen.BranchTarget>MethodGen.BranchStack. visitedTargetsMethods in org.apache.bcel.generic that return MethodGen.BranchTarget Modifier and Type Method Description MethodGen.BranchTargetMethodGen.BranchStack. pop()private MethodGen.BranchTargetMethodGen.BranchStack. visit(InstructionHandle target, int stackDepth)
-