| Package | Description |
|---|---|
| serp.bytecode |
Bytecode Manipuation
|
| serp.bytecode.visitor |
Bytecode Visitor
|
| Modifier and Type | Method and Description |
|---|---|
NewArrayInstruction |
Code.newarray()
Create a new array of a primitive type; the
newarray opcode. |
NewArrayInstruction |
NewArrayInstruction.setTypeCode(int code)
Set the array code used in the lowlevel bytecode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyPrintVisitor.enterNewArrayInstruction(NewArrayInstruction obj) |
void |
BCVisitor.enterNewArrayInstruction(NewArrayInstruction obj) |
void |
BCVisitor.exitNewArrayInstruction(NewArrayInstruction obj) |
Copyright © 2002–2015. All rights reserved.