|
|||||||||
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.JsrInstruction | +--de.fub.bytecode.generic.JSR_W
JSR_W - 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, opcode |
Constructor Summary | |
JSR_W(InstructionHandle target)
|
Method Summary | |
void |
accept(Visitor v)
Call corresponding visitor method(s). |
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.JsrInstruction |
getType, physicalSuccessor |
Methods inherited from class de.fub.bytecode.generic.BranchInstruction |
containsTarget, getIndex, getTarget, getTargetOffset, getTargetOffset, setTarget, toString, updatePosition, updateTarget |
Methods inherited from class de.fub.bytecode.generic.Instruction |
consumeStack, consumeStack, copy, getLength, getOpcode, getTag, produceStack, produceStack, readInstruction, toString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface de.fub.bytecode.generic.StackProducer |
produceStack |
Constructor Detail |
public JSR_W(InstructionHandle target)
Method Detail |
public void dump(java.io.DataOutputStream out) throws java.io.IOException
dump
in class BranchInstruction
out
- Output streamprotected void initFromFile(ByteSequence bytes, boolean wide) throws java.io.IOException
initFromFile
in class BranchInstruction
de.fub.bytecode.generic.BranchInstruction
bytes
- input streamwide
- wide prefix?InstructionList
public void accept(Visitor v)
accept
in class Instruction
v
- Visitor object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |