org.apache.bcel.generic
public class GOTO_W extends GotoInstruction
Version: $Id: GOTO_W.java 386056 2006-03-15 11:31:56Z tcurdt $
| Constructor Summary | |
|---|---|
| GOTO_W()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). | |
| GOTO_W(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 void | initFromFile(ByteSequence bytes, boolean wide)
Read needed data (e.g. index) from file. |
Parameters: v Visitor object
Parameters: out Output stream