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:
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

Field Summary
 
Fields inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
length, opcode
 
Constructor Summary
protected Bytecodes.ReturnInstruction(short opcode)
           
 
Method Summary
 Set getExceptions()
           
 jq_Type getType()
           
 
Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
accept, consumeStack, copy, dump, getLength, getOpcode, initFromFile, produceStack, readInstruction, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface joeq.Compiler.BytecodeAnalysis.Bytecodes.StackConsumer
consumeStack
 

Constructor Detail

Bytecodes.ReturnInstruction

protected Bytecodes.ReturnInstruction(short opcode)
Parameters:
opcode - of instruction
Method Detail

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.