| Package | Description |
|---|---|
| org.apache.bcel.generic |
Generic part of the Apache Byte Code Engineering Library (BCEL), 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–2025 The Apache Software Foundation. All rights reserved.