| Package | Description |
|---|---|
| org.apache.bcel.classfile |
Classes that describe the structure of a Java class file and a class file parser.
|
| org.apache.bcel.verifier.statics |
PassVerifier classes used internally by JustIce.
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterAnnotationEntry[] |
ParameterAnnotationEntry.createParameterAnnotationEntries(Attribute[] attributes) |
ParameterAnnotationEntry[] |
ParameterAnnotations.getParameterAnnotationEntries()
returns the array of parameter annotation entries in this parameter annotation
|
ParameterAnnotationEntry[] |
Method.getParameterAnnotationEntries() |
ParameterAnnotationEntry[] |
ParameterAnnotations.getParameterAnnotationTable() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ParameterAnnotationEntry> |
ParameterAnnotations.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterAnnotations.setParameterAnnotationTable(ParameterAnnotationEntry[] parameterAnnotationTable) |
void |
Visitor.visitParameterAnnotationEntry(ParameterAnnotationEntry obj) |
void |
EmptyVisitor.visitParameterAnnotationEntry(ParameterAnnotationEntry parameterAnnotationEntry) |
void |
DescendingVisitor.visitParameterAnnotationEntry(ParameterAnnotationEntry obj) |
| Constructor and Description |
|---|
ParameterAnnotations(byte parameterAnnotationType,
int nameIndex,
int length,
ParameterAnnotationEntry[] parameterAnnotationTable,
ConstantPool constantPool)
Constructs a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StringRepresentation.visitParameterAnnotationEntry(ParameterAnnotationEntry obj) |
Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.