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 |
void | dump(DataOutputStream out) Dump instruction as byte code to stream out. |
RET
RET()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
RET
public RET(int index)
dump
public void dump(DataOutputStream out)
throws java.io.IOException
- Dump instruction as byte code to stream out.
- Parameters:
- out - Output stream