| Package | Description |
|---|---|
| serp.bytecode |
Bytecode Manipuation
|
| serp.bytecode.visitor |
Bytecode Visitor
|
| Modifier and Type | Method and Description |
|---|---|
MultiANewArrayInstruction |
Code.multianewarray()
Create a new multidimensional array; the
multianewarray
opcode. |
MultiANewArrayInstruction |
MultiANewArrayInstruction.setDimensions(int dims)
Set the dimensions of the array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BCVisitor.enterMultiANewArrayInstruction(MultiANewArrayInstruction obj) |
void |
PrettyPrintVisitor.enterMultiANewArrayInstruction(MultiANewArrayInstruction obj) |
void |
BCVisitor.exitMultiANewArrayInstruction(MultiANewArrayInstruction obj) |
Copyright © 2002–2016. All rights reserved.