Public Methods | |
GOTO_W (InstructionHandle target) | |
void | dump (DataOutputStream out) throws IOException |
GOTO_W (InstructionHandle target) | |
void | accept (Visitor v) |
void | dump (DataOutputStream out) throws IOException |
Protected Methods | |
void | initFromFile (ByteSequence bytes, boolean wide) throws IOException |
void | initFromFile (ByteSequence bytes, boolean wide) throws IOException |
Private Methods | |
GOTO_W () | |
GOTO_W () |
Definition at line 12 of file lib/jpf/de/fub/bytecode/generic/GOTO_W.java.
|
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. Definition at line 17 of file lib/jpf/de/fub/bytecode/generic/GOTO_W.java. |
|
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. Definition at line 17 of file src/de/fub/bytecode/generic/GOTO_W.java. |
|
Call corresponding visitor method(s). The order is: Call visitor methods of implemented interfaces first, then call methods according to the class hierarchy in descending order, i.e., the most specific visitXXX() call comes last.
Reimplemented from Instruction. Definition at line 30 of file src/de/fub/bytecode/generic/GOTO_W.java. |
|
Dump instruction as byte code to stream out.
Reimplemented from BranchInstruction. Definition at line 40 of file src/de/fub/bytecode/generic/GOTO_W.java. |
|
Dump instruction as byte code to stream out.
Reimplemented from BranchInstruction. Definition at line 26 of file lib/jpf/de/fub/bytecode/generic/GOTO_W.java. |
|
Read needed data (e.g. index) from file. Reimplemented from BranchInstruction. Definition at line 48 of file src/de/fub/bytecode/generic/GOTO_W.java. |
|
Read needed data (e.g. index) from file. Reimplemented from BranchInstruction. Definition at line 34 of file lib/jpf/de/fub/bytecode/generic/GOTO_W.java. |