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

public abstract class ReturnInstruction extends Instruction implements ExceptionThrower, TypedInstruction, StackConsumer
Super class for the xRETURN family of instructions.
  • Constructor Details

    • ReturnInstruction

      protected ReturnInstruction(short opcode)
      Parameters:
      opcode - of instruction
  • Method Details