public class GOTO extends GotoInstruction implements VariableLengthInstruction
index, position, targetlength, opcode| Constructor and Description |
|---|
GOTO(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 int |
updatePosition(int offset,
int max_offset)
Called in pass 2 of InstructionList.setPositions() in order to update
the branch target, that may shift due to variable length instructions.
|
containsTarget, getIndex, getTarget, getTargetOffset, getTargetOffset, initFromFile, setTarget, toString, updateTargetconsumeStack, copy, equals, getComparator, getLength, getName, getOpcode, produceStack, readInstruction, setComparator, toString, toStringpublic GOTO(InstructionHandle target)
public void dump(DataOutputStream out) throws IOException
dump in class BranchInstructionout - Output streamIOExceptionprotected int updatePosition(int offset,
int max_offset)
updatePosition in class BranchInstructionoffset - additional offset caused by preceding (variable length) instructionsmax_offset - the maximum offset that may be caused by these instructionspublic void accept(Visitor v)
accept in class Instructionv - Visitor objectCopyright © 2018–2021 mhoffrogge. All rights reserved.