org.apache.bcel.generic
public class GOTO extends GotoInstruction implements VariableLengthInstruction
Version: $Id: GOTO.java 386056 2006-03-15 11:31:56Z tcurdt $
| Constructor Summary | |
|---|---|
| GOTO()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). | |
| 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