java.io.Serializable
, java.lang.Cloneable
, InstructionTargeter
, StackProducer
, TypedInstruction
, UnconditionalBranch
public class JSR_W extends JsrInstruction
index, position, target
length, opcode
Constructor | Description |
---|---|
JSR_W(InstructionHandle target) |
Modifier and Type | Method | Description |
---|---|---|
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.
|
containsTarget, getIndex, getTarget, getTargetOffset, getTargetOffset, setTarget, toString, updatePosition, updateTarget
consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, produceStack, readInstruction, setComparator, toString, toString
getType, physicalSuccessor
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
produceStack
public JSR_W(InstructionHandle target)
public void dump(java.io.DataOutputStream out) throws java.io.IOException
dump
in class BranchInstruction
out
- Output streamjava.io.IOException
protected void initFromFile(ByteSequence bytes, boolean wide) throws java.io.IOException
initFromFile
in class BranchInstruction
bytes
- input streamwide
- wide prefix?java.io.IOException
InstructionList
public void accept(Visitor v)
accept
in class Instruction
v
- Visitor object