Public Methods | |
NEWARRAY (byte type) | |
void | dump (DataOutputStream out) throws IOException |
Class[] | getExceptions () |
final Type | getType () |
final byte | getTypecode () |
String | toString (boolean verbose) |
InstructionHandle | execute (SystemState ss, KernelState ks, ThreadInfo th) |
void | setPeer (de.fub.bytecode.generic.Instruction i) |
NEWARRAY (byte type) | |
NEWARRAY (BasicType type) | |
void | accept (Visitor v) |
void | dump (DataOutputStream out) throws IOException |
Class[] | getExceptions () |
final Type | getType () |
final byte | getTypecode () |
String | toString (boolean verbose) |
Instruction | execute (SystemState ss, KernelState ks, ThreadInfo th) |
void | setPeer (de.fub.bytecode.generic.Instruction i, ConstantPool cp) |
Protected Methods | |
void | initFromFile (ByteSequence bytes, boolean wide) throws IOException |
void | initFromFile (ByteSequence bytes, boolean wide) throws IOException |
Private Methods | |
NEWARRAY () | |
NEWARRAY () | |
Private Attributes | |
byte | type |
de fub bytecode generic NEWARRAY | peer |
String | type |
Stack: ..., count -> ..., arrayreftype mus be one of T_INT, T_SHORT, ...
Definition at line 14 of file lib/jpf/de/fub/bytecode/generic/NEWARRAY.java.
|
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. Definition at line 21 of file lib/jpf/de/fub/bytecode/generic/NEWARRAY.java. |
|
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. Definition at line 22 of file src/de/fub/bytecode/generic/NEWARRAY.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 38 of file src/de/fub/bytecode/generic/NEWARRAY.java. |
|
Dump instruction as byte code to stream out.
Reimplemented from Instruction. Definition at line 48 of file src/de/fub/bytecode/generic/NEWARRAY.java. |
|
Dump instruction as byte code to stream out.
Reimplemented from Instruction. Definition at line 30 of file lib/jpf/de/fub/bytecode/generic/NEWARRAY.java. |
|
Definition at line 58 of file src/de/fub/bytecode/generic/NEWARRAY.java. |
|
Definition at line 38 of file lib/jpf/de/fub/bytecode/generic/NEWARRAY.java. |
|
Definition at line 64 of file src/de/fub/bytecode/generic/NEWARRAY.java. |
|
Definition at line 44 of file lib/jpf/de/fub/bytecode/generic/NEWARRAY.java. |
|
Read needed data (e.g. index) from file. Reimplemented from Instruction. Definition at line 68 of file src/de/fub/bytecode/generic/NEWARRAY.java. |
|
Read needed data (e.g. index) from file. Reimplemented from Instruction. Definition at line 48 of file lib/jpf/de/fub/bytecode/generic/NEWARRAY.java. |
|
Reimplemented from Instruction. Definition at line 76 of file src/de/fub/bytecode/generic/NEWARRAY.java. |
|
Reimplemented from Instruction. Definition at line 56 of file lib/jpf/de/fub/bytecode/generic/NEWARRAY.java. |