joeq.Compiler.BytecodeAnalysis
Class Bytecodes.ReturnInstruction
java.lang.Object
joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
joeq.Compiler.BytecodeAnalysis.Bytecodes.ReturnInstruction
- All Implemented Interfaces:
- Serializable, Cloneable, Bytecodes.ExceptionThrower, Bytecodes.StackConsumer, Bytecodes.TypedInstruction
- Direct Known Subclasses:
- Bytecodes.ARETURN, Bytecodes.DRETURN, Bytecodes.FRETURN, Bytecodes.IRETURN, Bytecodes.LRETURN, Bytecodes.RETURN
- Enclosing interface:
- Bytecodes
public abstract static class Bytecodes.ReturnInstruction
- extends Bytecodes.Instruction
- implements Bytecodes.ExceptionThrower, Bytecodes.TypedInstruction, Bytecodes.StackConsumer
- See Also:
- Serialized Form
Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction |
accept, consumeStack, copy, dump, getLength, getOpcode, initFromFile, produceStack, readInstruction, toString, toString |
Bytecodes.ReturnInstruction
protected Bytecodes.ReturnInstruction(short opcode)
- Parameters:
opcode
- of instruction
getType
public jq_Type getType()
- Specified by:
getType
in interface Bytecodes.TypedInstruction
getExceptions
public Set getExceptions()
- Specified by:
getExceptions
in interface Bytecodes.ExceptionThrower
Copyright © 2001-2008 John Whaley. All Rights Reserved.