org.apache.bcel.generic
public class GOTO extends GotoInstruction implements VariableLengthInstruction
Constructor Summary | |
---|---|
GOTO(InstructionHandle target) |
Method Summary | |
---|---|
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. |
Parameters: v Visitor object
Parameters: out Output stream