| Package | Description | 
|---|---|
| org.objectweb.asm.tree | 
Provides an ASM visitor that constructs a tree representation of the
classes it visits. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LocalVariableAnnotationNodeA node that represents a type annotation on a local or resource variable. | 
| class  | TypeAnnotationNodeA node that represents a type annotationn. | 
| Modifier and Type | Field and Description | 
|---|---|
| List<AnnotationNode> | MethodNode. invisibleAnnotationsThe runtime invisible annotations of this method. | 
| List<AnnotationNode> | FieldNode. invisibleAnnotationsThe runtime invisible annotations of this field. | 
| List<AnnotationNode> | ClassNode. invisibleAnnotationsThe runtime invisible annotations of this class. | 
| List<AnnotationNode> | MethodNode. visibleAnnotationsThe runtime visible annotations of this method. | 
| List<AnnotationNode> | FieldNode. visibleAnnotationsThe runtime visible annotations of this field. | 
| List<AnnotationNode> | ClassNode. visibleAnnotationsThe runtime visible annotations of this class. |