Package | Description |
---|---|
org.objectweb.asm.tree |
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
|
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 |
---|---|---|
List<TypeAnnotationNode> |
AbstractInsnNode.invisibleTypeAnnotations |
The runtime invisible type annotations of this instruction.
|
List<TypeAnnotationNode> |
ClassNode.invisibleTypeAnnotations |
The runtime invisible type annotations of this class.
|
List<TypeAnnotationNode> |
FieldNode.invisibleTypeAnnotations |
The runtime invisible type annotations of this field.
|
List<TypeAnnotationNode> |
MethodNode.invisibleTypeAnnotations |
The runtime invisible type annotations of this method.
|
List<TypeAnnotationNode> |
TryCatchBlockNode.invisibleTypeAnnotations |
The runtime invisible type annotations on the exception handler type.
|
List<TypeAnnotationNode> |
AbstractInsnNode.visibleTypeAnnotations |
The runtime visible type annotations of this instruction.
|
List<TypeAnnotationNode> |
ClassNode.visibleTypeAnnotations |
The runtime visible type annotations of this class.
|
List<TypeAnnotationNode> |
FieldNode.visibleTypeAnnotations |
The runtime visible type annotations of this field.
|
List<TypeAnnotationNode> |
MethodNode.visibleTypeAnnotations |
The runtime visible type annotations of this method.
|
List<TypeAnnotationNode> |
TryCatchBlockNode.visibleTypeAnnotations |
The runtime visible type annotations on the exception handler type.
|