jellyj.classfile.classgen
Class MULTIANEWARRAY
jellyj.classfile.classgen.Instruction
|
+--jellyj.classfile.classgen.CPInstruction
|
+--jellyj.classfile.classgen.MULTIANEWARRAY
- public class MULTIANEWARRAY
- extends CPInstruction
MULTIANEWARRAY - Create new mutidimensional array of references
Stack: ..., count1, [count2, ...] -> ..., arrayref
- Author:
- JellyJ Design Group
Constructor Summary |
(package private) | MULTIANEWARRAY() Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). |
| MULTIANEWARRAY(int index, short dimensions) |
Method Summary |
void | dump(DataOutputStream out) Dump instruction as byte code to stream out. |
String | toString() |
MULTIANEWARRAY
MULTIANEWARRAY()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
MULTIANEWARRAY
public MULTIANEWARRAY(int index, short dimensions)
dump
public void dump(DataOutputStream out)
throws java.io.IOException
- Dump instruction as byte code to stream out.
- Parameters:
- out - Output stream
toString
public String toString()
- Returns: mnemonic for instruction