public class GOTO_W extends GotoInstruction
index, position, targetlength, opcode| Constructor and Description |
|---|
GOTO_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.
|
containsTarget, getIndex, getPosition, getTarget, getTargetOffset, getTargetOffset, setIndex, setPosition, setTarget, toString, updatePosition, updateTargetconsumeStack, copy, equals, getComparator, getLength, getName, getOpcode, hashCode, isValidByte, isValidShort, produceStack, readInstruction, setComparator, toString, toStringpublic GOTO_W(InstructionHandle target)
public void accept(Visitor v)
accept in class Instructionv - Visitor objectpublic void dump(DataOutputStream out) throws IOException
dump in class BranchInstructionout - Output streamIOExceptionprotected void initFromFile(ByteSequence bytes, boolean wide) throws IOException
initFromFile in class BranchInstructionbytes - input streamwide - wide prefix?IOException - may be thrown if the implementation needs to read data from the fileInstructionListCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.