Package org.apache.bcel.generic
Class ReturnInstruction
java.lang.Object
org.apache.bcel.generic.Instruction
org.apache.bcel.generic.ReturnInstruction
- All Implemented Interfaces:
Cloneable
,ExceptionThrower
,StackConsumer
,TypedInstruction
public abstract class ReturnInstruction
extends Instruction
implements ExceptionThrower, TypedInstruction, StackConsumer
Super class for the xRETURN family of instructions.
-
Field Summary
Fields inherited from class org.apache.bcel.generic.Instruction
EMPTY_ARRAY, length, opcode
-
Constructor Summary
ConstructorsModifierConstructorDescription(package private)
Empty constructor needed for Instruction.readInstruction.protected
ReturnInstruction
(short opcode) -
Method Summary
Methods inherited from class org.apache.bcel.generic.Instruction
accept, consumeStack, copy, dispose, dump, equals, getComparator, getLength, getName, getOpcode, hashCode, initFromFile, isValidByte, isValidShort, produceStack, readInstruction, setComparator, setLength, setOpcode, toString, toString, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.bcel.generic.StackConsumer
consumeStack
-
Constructor Details
-
ReturnInstruction
ReturnInstruction()Empty constructor needed for Instruction.readInstruction. Not to be used otherwise. -
ReturnInstruction
protected ReturnInstruction(short opcode) - Parameters:
opcode
- of instruction
-
-
Method Details
-
getExceptions
- Specified by:
getExceptions
in interfaceExceptionThrower
-
getType
-
getType
- Specified by:
getType
in interfaceTypedInstruction
- Returns:
- type associated with the instruction
-