jellyj.classfile.classgen
Class RET

jellyj.classfile.classgen.Instruction
  |
  +--jellyj.classfile.classgen.RET

public class RET
extends Instruction

RET - Return from subroutine Stack: ..., -> ..., address

Author:
JellyJ Design Group

Constructor Summary
 (package private) RET()
          Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 RET(int index)
           

Method Summary
 voiddump(DataOutputStream out)
          Dump instruction as byte code to stream out.

Methods inherited from class jellyj.classfile.classgen.Instruction
consumeStack, copy, getLength, getPosition, getTag, produceStack, readInstruction, setPosition, toString

Constructor Detail

RET

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

RET

public RET(int index)
Method Detail

dump

public void dump(DataOutputStream out)
throws java.io.IOException
Dump instruction as byte code to stream out.
Parameters:
out - Output stream