public class JSR_W extends JsrInstruction
index, position, targetlength, 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(java.io.DataOutputStream out)
Dump instruction as byte code to stream out.
|
protected void |
initFromFile(ByteSequence bytes,
boolean wide)
Read needed data (e.g.
|
getType, physicalSuccessorcontainsTarget, getIndex, getTarget, getTargetOffset, getTargetOffset, setTarget, toString, updatePosition, updateTargetconsumeStack, copy, equals, getComparator, getLength, getName, getOpcode, hashCode, produceStack, readInstruction, setComparator, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitproduceStackpublic JSR_W(InstructionHandle target)
public void dump(java.io.DataOutputStream out)
throws java.io.IOException
dump in class BranchInstructionout - Output streamjava.io.IOExceptionprotected void initFromFile(ByteSequence bytes, boolean wide) throws java.io.IOException
initFromFile in class BranchInstructionbytes - input streamwide - wide prefix?java.io.IOException - may be thrown if the implementation needs to read data from the fileInstructionListpublic void accept(Visitor v)
accept in class Instructionv - Visitor object