Package org.apache.bcel.generic
Class MethodGen.BranchTarget
- java.lang.Object
-
- org.apache.bcel.generic.MethodGen.BranchTarget
-
- Enclosing class:
- MethodGen
static final class MethodGen.BranchTarget extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
stackDepth
(package private) InstructionHandle
target
-
Constructor Summary
Constructors Constructor Description BranchTarget(InstructionHandle target, int stackDepth)
-
-
-
Field Detail
-
target
final InstructionHandle target
-
stackDepth
final int stackDepth
-
-
Constructor Detail
-
BranchTarget
BranchTarget(InstructionHandle target, int stackDepth)
-
-