| 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 | Method and Description |
|---|---|
int |
ConstantPoolGen.addArrayClass(ArrayType type)
Add a reference to an array class (e.g.
|
| Constructor and Description |
|---|
PUSH(ConstantPoolGen cp,
ArrayType value)
Pushes an array type constant, for example
int[].class, String[].class, and so on. |
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.