public class JSR_W extends JsrInstruction
index, position, target
length, opcode
Constructor and Description |
---|
JSR_W(InstructionHandle target) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
Call corresponding visitor method(s).
|
void |
dump(DataOutputStream out)
Dump instruction as byte code to stream out.
|
protected void |
initFromFile(ByteSequence bytes,
boolean wide)
Read needed data (e.g.
|
getType, physicalSuccessor
containsTarget, getIndex, getTarget, getTargetOffset, getTargetOffset, setTarget, toString, updatePosition, updateTarget
consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, hashCode, produceStack, readInstruction, setComparator, toString, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
produceStack
public JSR_W(InstructionHandle target)
public void dump(DataOutputStream out) throws IOException
dump
in class BranchInstruction
out
- Output streamIOException
protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException
initFromFile
in class BranchInstruction
bytes
- input streamwide
- wide prefix?IOException
- may be thrown if the implementation needs to read data from the fileInstructionList
public void accept(Visitor v)
accept
in class Instruction
v
- Visitor objectCopyright © 2017. All rights reserved.