All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.RET

java.lang.Object
   |
   +----espresso.classfile.classgen.Instruction
           |
           +----espresso.classfile.classgen.RET

public class RET
extends Instruction
RET - Return from subroutine Stack: ..., -> ..., address


Variable Index

 o index
 o wide

Constructor Index

 o RET()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 o RET(int)

Method Index

 o dump(DataOutputStream)
Dump instruction as byte code to stream out.
 o initFromFile(ByteSequence, boolean)
Read needed data (e.g.

Variables

 o wide
 private boolean wide
 o index
 private int index

Constructors

 o RET
 RET()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.

 o RET
 public RET(int index)

Methods

 o dump
 public void dump(DataOutputStream out) throws IOException
Dump instruction as byte code to stream out.

Parameters:
out - Output stream
Overrides:
dump in class Instruction
 o initFromFile
 protected void initFromFile(ByteSequence bytes,
                             boolean wide) throws IOException
Read needed data (e.g. index) from file.

Overrides:
initFromFile in class Instruction

All Packages  Class Hierarchy  This Package  Previous  Next  Index