| Package | Description |
|---|---|
| org.eclipse.persistence.internal.libraries.asm.tree |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalVariableAnnotationNode
A node that represents a type annotation on a local or resource variable.
|
| Modifier and Type | Field and Description |
|---|---|
List<TypeAnnotationNode> |
TryCatchBlockNode.invisibleTypeAnnotations
The runtime invisible type annotations on the exception handler type.
|
List<TypeAnnotationNode> |
RecordComponentNode.invisibleTypeAnnotations
The runtime invisible type annotations of this record component.
|
List<TypeAnnotationNode> |
MethodNode.invisibleTypeAnnotations
The runtime invisible type annotations of this method.
|
List<TypeAnnotationNode> |
FieldNode.invisibleTypeAnnotations
The runtime invisible type annotations of this field.
|
List<TypeAnnotationNode> |
ClassNode.invisibleTypeAnnotations
The runtime invisible type annotations of this class.
|
List<TypeAnnotationNode> |
AbstractInsnNode.invisibleTypeAnnotations
The runtime invisible type annotations of this instruction.
|
List<TypeAnnotationNode> |
TryCatchBlockNode.visibleTypeAnnotations
The runtime visible type annotations on the exception handler type.
|
List<TypeAnnotationNode> |
RecordComponentNode.visibleTypeAnnotations
The runtime visible type annotations of this record component.
|
List<TypeAnnotationNode> |
MethodNode.visibleTypeAnnotations
The runtime visible type annotations of this method.
|
List<TypeAnnotationNode> |
FieldNode.visibleTypeAnnotations
The runtime visible type annotations of this field.
|
List<TypeAnnotationNode> |
ClassNode.visibleTypeAnnotations
The runtime visible type annotations of this class.
|
List<TypeAnnotationNode> |
AbstractInsnNode.visibleTypeAnnotations
The runtime visible type annotations of this instruction.
|
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.