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.BranchInstruction | +--DE.fub.inf.JVM.ClassGen.JSR
Fields inherited from class DE.fub.inf.JVM.ClassGen.BranchInstruction | |
index, target |
Fields inherited from class DE.fub.inf.JVM.ClassGen.Instruction | |
length, position, tag |
Constructor Summary | |
JSR(InstructionHandle target)
|
Method Summary | |
void | dump(java.io.DataOutputStream out)
Dump instruction as byte code to stream out. |
int | updatePosition(int offset,
int max_offset)
|
Methods inherited from class DE.fub.inf.JVM.ClassGen.BranchInstruction | |
dump, getTarget, getTargetOffset, getTargetOffset, getTargetOffset, initFromFile, setTarget, toString |
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 JSR(InstructionHandle target)
Method Detail |
public void dump(java.io.DataOutputStream out) throws java.io.IOException
out
- Output streamprotected int updatePosition(int offset, int max_offset)
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |