Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTAnnotation
Packages that use ASTAnnotation
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ASTAnnotation in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTAnnotationModifier and TypeMethodDescriptiondefault ASTAnnotationAnnotatable.getAnnotation(String binaryName) Returns a specific annotation on this node, or null if absent.Methods in net.sourceforge.pmd.lang.java.ast that return types with arguments of type ASTAnnotationModifier and TypeMethodDescriptiondefault NodeStream<ASTAnnotation>Annotatable.getDeclaredAnnotations()Returns all annotations present on this node.ASTArrayType.getDeclaredAnnotations()default NodeStream<ASTAnnotation>ModifierOwner.getDeclaredAnnotations()Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTAnnotation