Package | Description |
---|---|
org.apache.bcel.generic |
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ANEWARRAY |
ANEWARRAY - Create new array of references
|
class |
MULTIANEWARRAY |
MULTIANEWARRAY - Create new mutidimensional array of references
|
class |
NEW |
NEW - Create new object
|
class |
NEWARRAY |
NEWARRAY - Create new array of basic type (int, short, ...)
|
Modifier and Type | Method | Description |
---|---|---|
void |
EmptyVisitor.visitAllocationInstruction(AllocationInstruction obj) |
|
void |
Visitor.visitAllocationInstruction(AllocationInstruction obj) |