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> |
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> |
TryCatchBlockNode.visibleTypeAnnotations |
The runtime visible type annotations on the exception handler type.
|