Package | Description |
---|---|
org.apache.bcel.classfile |
This package contains the classes that describe the structure of a
Java class file and a class file parser.
|
Modifier and Type | Method | Description |
---|---|---|
ParameterAnnotationEntry[] |
ParameterAnnotations.getParameterAnnotationEntries() |
returns the array of parameter annotation entries in this parameter annotation
|
ParameterAnnotationEntry[] |
ParameterAnnotations.getParameterAnnotationTable() |
Modifier and Type | Method | Description |
---|---|---|
void |
ParameterAnnotations.setParameterAnnotationTable(ParameterAnnotationEntry[] parameter_annotation_table) |
Constructor | Description |
---|---|
ParameterAnnotations(byte parameter_annotation_type,
int name_index,
int length,
ParameterAnnotationEntry[] parameter_annotation_table,
ConstantPool constant_pool) |