Uses of Class
org.objectweb.asm.tree.AnnotationNode
-
Packages that use AnnotationNode Package Description org.objectweb.asm.tree Provides an ASM visitor that constructs a tree representation of the classes it visits. -
-
Uses of AnnotationNode in org.objectweb.asm.tree
Subclasses of AnnotationNode in org.objectweb.asm.tree Modifier and Type Class Description class
LocalVariableAnnotationNode
A node that represents a type annotation on a local or resource variable.class
TypeAnnotationNode
A node that represents a type annotationn.Fields in org.objectweb.asm.tree with type parameters of type AnnotationNode Modifier and Type Field Description List<AnnotationNode>
ClassNode. invisibleAnnotations
The runtime invisible annotations of this class.List<AnnotationNode>
FieldNode. invisibleAnnotations
The runtime invisible annotations of this field.List<AnnotationNode>
MethodNode. invisibleAnnotations
The runtime invisible annotations of this method.List<AnnotationNode>
ClassNode. visibleAnnotations
The runtime visible annotations of this class.List<AnnotationNode>
FieldNode. visibleAnnotations
The runtime visible annotations of this field.List<AnnotationNode>
MethodNode. visibleAnnotations
The runtime visible annotations of this method.
-