public abstract class ReturnInstruction extends Instruction implements ExceptionThrower, TypedInstruction, StackConsumer
length, opcode
Modifier | Constructor and Description |
---|---|
protected |
ReturnInstruction(short opcode) |
Modifier and Type | Method and Description |
---|---|
Class<?>[] |
getExceptions() |
Type |
getType() |
Type |
getType(ConstantPoolGen cp) |
accept, consumeStack, copy, dump, equals, getComparator, getLength, getName, getOpcode, hashCode, initFromFile, isValidByte, isValidShort, produceStack, readInstruction, setComparator, toString, toString, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
consumeStack
protected ReturnInstruction(short opcode)
opcode
- of instructionpublic Class<?>[] getExceptions()
getExceptions
in interface ExceptionThrower
public Type getType(ConstantPoolGen cp)
getType
in interface TypedInstruction
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.