org.apache.bcel.generic
public abstract class JsrInstruction extends BranchInstruction implements UnconditionalBranch, TypedInstruction, StackProducer
Version: $Id: JsrInstruction.java 386056 2006-03-15 11:31:56Z tcurdt $
Constructor Summary | |
---|---|
JsrInstruction(short opcode, InstructionHandle target) | |
JsrInstruction()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). |
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.