|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterAnnotationEntry | |
---|---|
org.apache.bcel.classfile | This package contains the classes that describe the structure of a Java class file and a class file parser. |
Uses of ParameterAnnotationEntry in org.apache.bcel.classfile |
---|
Methods in org.apache.bcel.classfile that return ParameterAnnotationEntry | |
---|---|
ParameterAnnotationEntry[] |
ParameterAnnotations.getParameterAnnotationEntries()
returns the array of parameter annotation entries in this parameter annotation |
ParameterAnnotationEntry[] |
ParameterAnnotations.getParameterAnnotationTable()
|
Methods in org.apache.bcel.classfile with parameters of type ParameterAnnotationEntry | |
---|---|
void |
ParameterAnnotations.setParameterAnnotationTable(ParameterAnnotationEntry[] parameter_annotation_table)
|
Constructors in org.apache.bcel.classfile with parameters of type ParameterAnnotationEntry | |
---|---|
ParameterAnnotations(byte parameter_annotation_type,
int name_index,
int length,
ParameterAnnotationEntry[] parameter_annotation_table,
ConstantPool constant_pool)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |