org.apache.bcel.generic
public abstract class JsrInstruction extends BranchInstruction implements UnconditionalBranch, TypedInstruction, StackProducer
Version: $Id: JsrInstruction.java 152824 2002-08-07 18:01:32Z mdahm $
Method Summary | |
---|---|
Type | getType(ConstantPoolGen cp) |
InstructionHandle | physicalSuccessor()
Returns an InstructionHandle to the physical successor
of this JsrInstruction. |
Returns: return address type
Returns: an InstructionHandle to the "next" instruction that will be executed when RETurned from a subroutine.