Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--DE.fub.inf.JVM.ClassGen.Instruction | +--DE.fub.inf.JVM.ClassGen.RET
Fields inherited from class DE.fub.inf.JVM.ClassGen.Instruction | |
length, position, tag |
Constructor Summary | |
RET(int index)
|
Method Summary | |
void | dump(java.io.DataOutputStream out)
Dump instruction as byte code to stream out. |
int | getIndex()
|
void | initFromFile(ByteSequence bytes,
boolean wide)
Read needed data (e.g. index) from file. |
void | setIndex(int n)
Set index of local variable containg the return address |
java.lang.String | toString(boolean verbose)
|
Methods inherited from class DE.fub.inf.JVM.ClassGen.Instruction | |
consumeStack, dump, getInstructionList, getLength, getPosition, getTag, initFromFile, produceStack, readInstruction, setPosition, toString, toString, toString, updatePosition |
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Constructor Detail |
public RET(int index)
Method Detail |
public void dump(java.io.DataOutputStream out) throws java.io.IOException
out
- Output streamprotected void initFromFile(ByteSequence bytes, boolean wide) throws java.io.IOException
public final int getIndex()
public final void setIndex(int n)
public java.lang.String toString(boolean verbose)
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |