|
|||||||||
| 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.GOTO_W
GOTO_W - Branch always (offset, not address)
| 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 | |
GOTO_W(InstructionHandle target)
|
|
| Method Summary | |
void |
dump(java.io.DataOutputStream out)
Dump instruction as byte code to stream out. |
protected void |
initFromFile(ByteSequence bytes,
boolean wide)
Read needed data (e.g. |
| Methods inherited from class de.fub.bytecode.generic.BranchInstruction |
containsTarget,
getTarget,
getTargetOffset,
getTargetOffset,
setTarget,
toString,
updatePosition,
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 GOTO_W(InstructionHandle target)
| Method Detail |
public void dump(java.io.DataOutputStream out)
throws java.io.IOException
out - Output stream
protected void initFromFile(ByteSequence bytes,
boolean wide)
throws java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||