Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Compil3r.BytecodeAnalysis
Class Bytecodes.ReturnInstruction  view Bytecodes.ReturnInstruction download Bytecodes.ReturnInstruction.java

java.lang.Object
  extended byCompil3r.BytecodeAnalysis.Bytecodes.Instruction
      extended byCompil3r.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


Field Summary
 
Fields inherited from class Compil3r.BytecodeAnalysis.Bytecodes.Instruction
length, opcode
 
Constructor Summary
(package private) Bytecodes.ReturnInstruction()
          Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
protected Bytecodes.ReturnInstruction(short opcode)
           
 
Method Summary
 java.util.Set getExceptions()
           
 Clazz.jq_Type getType()
           
 
Methods inherited from class Compil3r.BytecodeAnalysis.Bytecodes.Instruction
accept, consumeStack, copy, dispose, 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 Compil3r.BytecodeAnalysis.Bytecodes.StackConsumer
consumeStack
 

Constructor Detail

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)
Method Detail

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