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 classLocalVariableAnnotationNodeA node that represents a type annotation on a local or resource variable.classTypeAnnotationNodeA node that represents a type annotation.Fields in org.objectweb.asm.tree with type parameters of type AnnotationNode Modifier and Type Field Description java.util.List<AnnotationNode>ClassNode. invisibleAnnotationsThe runtime invisible annotations of this class.java.util.List<AnnotationNode>FieldNode. invisibleAnnotationsThe runtime invisible annotations of this field.java.util.List<AnnotationNode>MethodNode. invisibleAnnotationsThe runtime invisible annotations of this method.java.util.List<AnnotationNode>ClassNode. visibleAnnotationsThe runtime visible annotations of this class.java.util.List<AnnotationNode>FieldNode. visibleAnnotationsThe runtime visible annotations of this field.java.util.List<AnnotationNode>MethodNode. visibleAnnotationsThe runtime visible annotations of this method.
-