org.apache.bcel.generic
public abstract class ReturnInstruction extends Instruction implements ExceptionThrower, TypedInstruction, StackConsumer
Version: $Id: ReturnInstruction.java 386056 2006-03-15 11:31:56Z tcurdt $
| Constructor Summary | |
|---|---|
| ReturnInstruction()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). | |
| protected | ReturnInstruction(short opcode) |
| Method Summary | |
|---|---|
| Class[] | getExceptions() |
| Type | getType() |
| Type | getType(ConstantPoolGen cp) |
Parameters: opcode of instruction
Returns: type associated with the instruction