|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.fub.bytecode.generic.Instruction | +--de.fub.bytecode.generic.BranchInstruction | +--de.fub.bytecode.generic.JSR
JSR - Jump to subroutine
Fields inherited from class de.fub.bytecode.generic.BranchInstruction |
index,
position,
target |
Fields inherited from class de.fub.bytecode.generic.Instruction |
length,
tag |
Constructor Summary | |
JSR(InstructionHandle target)
|
Method Summary | |
void |
dump(java.io.DataOutputStream out)
Dump instruction as byte code to stream out. |
protected int |
updatePosition(int offset,
int max_offset)
|
Methods inherited from class de.fub.bytecode.generic.BranchInstruction |
containsTarget,
getTarget,
getTargetOffset,
getTargetOffset,
initFromFile,
setTarget,
toString,
updateTarget |
Methods inherited from class de.fub.bytecode.generic.Instruction |
consumeStack,
consumeStack,
copy,
getLength,
getTag,
produceStack,
produceStack,
toString,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |