org.apache.bcel.generic
Class ReturnInstruction
- Cloneable, ExceptionThrower, Serializable, StackConsumer, TypedInstruction
public abstract class ReturnInstruction
Super class for the xRETURN family of instructions.
$Id: ReturnInstruction.java 386056 2006-03-15 11:31:56Z tcurdt $
accept, className, consumeStack, copy, dispose, dump, equals, getComparator, getLength, getName, getOpcode, initFromFile, produceStack, readInstruction, setComparator, setOpcode, toString, toString, toString |
ReturnInstruction
(package private) ReturnInstruction()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
ReturnInstruction
protected ReturnInstruction(short opcode)
getType
public Type getType()