org.apache.bcel.generic
Class MethodGen.BranchTarget

java.lang.Object
  extended by org.apache.bcel.generic.MethodGen.BranchTarget
Enclosing class:
MethodGen

static final class MethodGen.BranchTarget
extends java.lang.Object


Field Summary
(package private)  int stackDepth
           
(package private)  InstructionHandle target
           
 
Constructor Summary
MethodGen.BranchTarget(InstructionHandle target, int stackDepth)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

InstructionHandle target

stackDepth

int stackDepth
Constructor Detail

MethodGen.BranchTarget

MethodGen.BranchTarget(InstructionHandle target,
                       int stackDepth)