Public Methods | |
MULTIANEWARRAY (int index, short dimensions) | |
int | consumeStack (ConstantPoolGen cpg) |
void | dump (DataOutputStream out) throws IOException |
final short | getDimensions () |
Class[] | getExceptions () |
String | toString (ConstantPool cp) |
String | toString (boolean verbose) |
InstructionHandle | execute (SystemState ss, KernelState ks, ThreadInfo th) |
void | setPeer (de.fub.bytecode.generic.Instruction i) |
MULTIANEWARRAY (int index, short dimensions) | |
void | accept (Visitor v) |
int | consumeStack (ConstantPoolGen cpg) |
void | dump (DataOutputStream out) throws IOException |
final short | getDimensions () |
Class[] | getExceptions () |
String | toString (ConstantPool cp) |
String | toString (boolean verbose) |
int | allocateArray (String type, int[] dim, ThreadInfo th, int d) |
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 | |
MULTIANEWARRAY () | |
MULTIANEWARRAY () | |
Private Attributes | |
short | dimensions |
de fub bytecode generic MULTIANEWARRAY | peer |
String | type |
int | dimensions |
Stack: ..., count1, [count2, ...] -> ..., arrayref
Definition at line 14 of file lib/jpf/de/fub/bytecode/generic/MULTIANEWARRAY.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/MULTIANEWARRAY.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/MULTIANEWARRAY.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 40 of file src/de/fub/bytecode/generic/MULTIANEWARRAY.java. |
|
Also works for instructions whose stack effect depends on the constant pool entry they reference.
Reimplemented from Instruction. Definition at line 53 of file src/de/fub/bytecode/generic/MULTIANEWARRAY.java. |
|
Also works for instructions whose stack effect depends on the constant pool entry they reference.
Reimplemented from Instruction. Definition at line 36 of file lib/jpf/de/fub/bytecode/generic/MULTIANEWARRAY.java. |
|
Dump instruction as byte code to stream out.
Reimplemented from CPInstruction. Definition at line 58 of file src/de/fub/bytecode/generic/MULTIANEWARRAY.java. |
|
Dump instruction as byte code to stream out.
Reimplemented from CPInstruction. Definition at line 42 of file lib/jpf/de/fub/bytecode/generic/MULTIANEWARRAY.java. |
|
Definition at line 66 of file src/de/fub/bytecode/generic/MULTIANEWARRAY.java. |
|
Definition at line 50 of file lib/jpf/de/fub/bytecode/generic/MULTIANEWARRAY.java. |
|
Read needed data (i.e., no. dimension) from file. Reimplemented from CPInstruction. Definition at line 81 of file src/de/fub/bytecode/generic/MULTIANEWARRAY.java. |
|
Read needed data (i.e. no. dimension) from file. Reimplemented from CPInstruction. Definition at line 63 of file lib/jpf/de/fub/bytecode/generic/MULTIANEWARRAY.java. |
|
Reimplemented from CPInstruction. Definition at line 97 of file src/de/fub/bytecode/generic/MULTIANEWARRAY.java. |
|
Reimplemented from CPInstruction. Definition at line 91 of file src/de/fub/bytecode/generic/MULTIANEWARRAY.java. |
|
Reimplemented from CPInstruction. Definition at line 79 of file lib/jpf/de/fub/bytecode/generic/MULTIANEWARRAY.java. |
|
Reimplemented from CPInstruction. Definition at line 73 of file lib/jpf/de/fub/bytecode/generic/MULTIANEWARRAY.java. |