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 and Description |
---|---|
static ParameterAnnotationEntry[] |
ParameterAnnotationEntry.createParameterAnnotationEntries(Attribute[] attrs) |
ParameterAnnotationEntry[] |
Method.getParameterAnnotationEntries() |
ParameterAnnotationEntry[] |
ParameterAnnotations.getParameterAnnotationEntries()
returns the array of parameter annotation entries in this parameter annotation
|
ParameterAnnotationEntry[] |
ParameterAnnotations.getParameterAnnotationTable() |
Modifier and Type | Method and Description |
---|---|
void |
ParameterAnnotations.setParameterAnnotationTable(ParameterAnnotationEntry[] parameter_annotation_table) |
Constructor and Description |
---|
ParameterAnnotations(byte parameter_annotation_type,
int name_index,
int length,
ParameterAnnotationEntry[] parameter_annotation_table,
ConstantPool constant_pool) |
Copyright © 2017. All rights reserved.