java.io.Serializable, java.lang.Cloneable, ExceptionThrower, StackConsumer, TypedInstructionpublic abstract class ReturnInstruction extends Instruction implements ExceptionThrower, TypedInstruction, StackConsumer
length, opcode| Modifier | Constructor | Description |
|---|---|---|
protected |
ReturnInstruction(short opcode) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Class[] |
getExceptions() |
|
Type |
getType() |
|
Type |
getType(ConstantPoolGen cp) |
accept, consumeStack, copy, dump, equals, getComparator, getLength, getName, getOpcode, initFromFile, produceStack, readInstruction, setComparator, toString, toString, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconsumeStackprotected 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