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
-
index
-
-
wide
-
-
RET()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
RET(int)
-
-
dump(DataOutputStream)
- Dump instruction as byte code to stream out.
-
initFromFile(ByteSequence, boolean)
- Read needed data (e.g.
wide
private boolean wide
index
private int index
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 IOException
- Dump instruction as byte code to stream out.
- Parameters:
- out - Output stream
- Overrides:
- dump in class Instruction
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