java.lang.Object
Compil3r.BytecodeAnalysis.Bytecodes.Instruction
Compil3r.BytecodeAnalysis.Bytecodes.ReturnInstruction
- All Implemented Interfaces:
- Bytecodes.ExceptionThrower, Bytecodes.StackConsumer, Bytecodes.TypedInstruction, java.lang.Cloneable, java.io.Serializable
- Direct Known Subclasses:
- Bytecodes.ARETURN, Bytecodes.DRETURN, Bytecodes.FRETURN, Bytecodes.IRETURN, Bytecodes.LRETURN, Bytecodes.RETURN
- Enclosing class:
- Bytecodes
- public abstract static class Bytecodes.ReturnInstruction
- extends Bytecodes.Instruction
- implements Bytecodes.ExceptionThrower, Bytecodes.TypedInstruction, Bytecodes.StackConsumer
| Methods inherited from class Compil3r.BytecodeAnalysis.Bytecodes.Instruction |
accept, consumeStack, copy, dispose, dump, getLength, getOpcode, initFromFile, produceStack, readInstruction, toString, toString |
Bytecodes.ReturnInstruction
Bytecodes.ReturnInstruction()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
Bytecodes.ReturnInstruction
protected Bytecodes.ReturnInstruction(short opcode)
getType
public Clazz.jq_Type getType()
- Specified by:
getType in interface Bytecodes.TypedInstruction
getExceptions
public java.util.Set getExceptions()
- Specified by:
getExceptions in interface Bytecodes.ExceptionThrower