joeq.Compiler.BytecodeAnalysis
Class Bytecodes.ReturnInstruction

java.lang.Object
  extended by joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
      extended by joeq.Compiler.BytecodeAnalysis.Bytecodes.ReturnInstruction
All Implemented Interfaces:
java.io.Serializable, java.lang.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

Method Summary
 java.util.Set getExceptions()
           
 jq_Type getType()
           
 
Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
accept, consumeStack, copy, dump, getLength, getOpcode, produceStack, readInstruction, toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface joeq.Compiler.BytecodeAnalysis.Bytecodes.StackConsumer
consumeStack
 

Method Detail

getType

public jq_Type getType()
Specified by:
getType in interface Bytecodes.TypedInstruction

getExceptions

public java.util.Set getExceptions()
Specified by:
getExceptions in interface Bytecodes.ExceptionThrower