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.
|
org.apache.bcel.verifier.statics |
Provides PassVerifier classes used internally by JustIce.
|
Modifier and Type | Method and Description |
---|---|
static ParameterAnnotationEntry[] |
ParameterAnnotationEntry.createParameterAnnotationEntries(Attribute[] attrs) |
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 |
---|---|
void |
ParameterAnnotations.setParameterAnnotationTable(ParameterAnnotationEntry[] parameter_annotation_table) |
void |
DescendingVisitor.visitParameterAnnotationEntry(ParameterAnnotationEntry obj) |
void |
EmptyVisitor.visitParameterAnnotationEntry(ParameterAnnotationEntry parameterAnnotationEntry) |
void |
Visitor.visitParameterAnnotationEntry(ParameterAnnotationEntry obj) |
Constructor and Description |
---|
ParameterAnnotations(byte parameter_annotation_type,
int name_index,
int length,
ParameterAnnotationEntry[] parameter_annotation_table,
ConstantPool constant_pool) |
Modifier and Type | Method and Description |
---|---|
void |
StringRepresentation.visitParameterAnnotationEntry(ParameterAnnotationEntry obj) |
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.