org.apache.bcel.generic

Class MethodGen.BranchTarget

static final class MethodGen.BranchTarget extends Object

Field Summary
intstackDepth
InstructionHandletarget
Constructor Summary
BranchTarget(InstructionHandle target, int stackDepth)

Field Detail

stackDepth

int stackDepth

target

InstructionHandle target

Constructor Detail

BranchTarget

BranchTarget(InstructionHandle target, int stackDepth)