Class ReturnInstruction

java.lang.Object
org.apache.bcel.generic.Instruction
org.apache.bcel.generic.ReturnInstruction
All Implemented Interfaces:
Cloneable, ExceptionThrower, StackConsumer, TypedInstruction
Direct Known Subclasses:
ARETURN, DRETURN, FRETURN, IRETURN, LRETURN, RETURN

Super class for the xRETURN family of instructions.