| Package | Description |
|---|---|
| org.openjdk.asmtools.jdis |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeAnnotationData
Type Annotation data is a specific kind of AnnotationData.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) AnnotationData |
AnnotationElement.Annot_AnnotValue.annot
tag the descriptor for the constant
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.ArrayList<java.util.ArrayList<AnnotationData>> |
ParameterAnnotationData.array |
protected java.util.ArrayList<AnnotationData> |
MemberData.invisibleAnnotations
The invisible annotations for this class, member( field or method) or record component
|
protected java.util.ArrayList<AnnotationData> |
MemberData.visibleAnnotations
The visible annotations for this class, member( field or method) or record component
|
| Modifier and Type | Method and Description |
|---|---|
private <T extends AnnotationData> |
ClassData.printAnnotations(java.util.List<T> annotations) |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<AnnotationData> |
ParameterAnnotationData.get(int i) |
| Constructor and Description |
|---|
Annot_AnnotValue(Tables.AnnotElemType tagval,
ClassData cls,
AnnotationData annot) |