| Modifier and Type | Class | Description |
|---|---|---|
class |
LocalVariableAnnotationNode |
A node that represents a type annotation on a local or resource variable.
|
| Modifier and Type | Field | Description |
|---|---|---|
java.util.List<TypeAnnotationNode> |
AbstractInsnNode.invisibleTypeAnnotations |
The runtime invisible type annotations of this instruction.
|
java.util.List<TypeAnnotationNode> |
ClassNode.invisibleTypeAnnotations |
The runtime invisible type annotations of this class.
|
java.util.List<TypeAnnotationNode> |
FieldNode.invisibleTypeAnnotations |
The runtime invisible type annotations of this field.
|
java.util.List<TypeAnnotationNode> |
MethodNode.invisibleTypeAnnotations |
The runtime invisible type annotations of this method.
|
java.util.List<TypeAnnotationNode> |
RecordComponentNode.invisibleTypeAnnotations |
The runtime invisible type annotations of this record component.
|
java.util.List<TypeAnnotationNode> |
TryCatchBlockNode.invisibleTypeAnnotations |
The runtime invisible type annotations on the exception handler type.
|
java.util.List<TypeAnnotationNode> |
AbstractInsnNode.visibleTypeAnnotations |
The runtime visible type annotations of this instruction.
|
java.util.List<TypeAnnotationNode> |
ClassNode.visibleTypeAnnotations |
The runtime visible type annotations of this class.
|
java.util.List<TypeAnnotationNode> |
FieldNode.visibleTypeAnnotations |
The runtime visible type annotations of this field.
|
java.util.List<TypeAnnotationNode> |
MethodNode.visibleTypeAnnotations |
The runtime visible type annotations of this method.
|
java.util.List<TypeAnnotationNode> |
RecordComponentNode.visibleTypeAnnotations |
The runtime visible type annotations of this record component.
|
java.util.List<TypeAnnotationNode> |
TryCatchBlockNode.visibleTypeAnnotations |
The runtime visible type annotations on the exception handler type.
|
Copyright © 2022. All rights reserved.