public abstract class ReturnInstruction extends Instruction implements ExceptionThrower, TypedInstruction, StackConsumer
length, opcode| Modifier | Constructor and Description |
|---|---|
(package private) |
ReturnInstruction()
Empty constructor needed for Instruction.readInstruction.
|
protected |
ReturnInstruction(short opcode) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?>[] |
getExceptions() |
Type |
getType() |
Type |
getType(ConstantPoolGen cp) |
accept, consumeStack, copy, dispose, dump, equals, getComparator, getLength, getName, getOpcode, hashCode, initFromFile, isValidByte, isValidShort, produceStack, readInstruction, setComparator, setLength, setOpcode, toString, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitconsumeStackReturnInstruction()
protected ReturnInstruction(short opcode)
opcode - of instructionpublic Type getType()
public java.lang.Class<?>[] getExceptions()
getExceptions in interface ExceptionThrowerpublic Type getType(ConstantPoolGen cp)
getType in interface TypedInstruction