Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTAnnotation
-
Packages that use ASTAnnotation Package Description net.sourceforge.pmd.lang.java.ast 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 ASTAnnotation Modifier and Type Method Description default ASTAnnotation
Annotatable. 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 ASTAnnotation Modifier and Type Method Description default NodeStream<ASTAnnotation>
Annotatable. getDeclaredAnnotations()
Returns all annotations present on this node.NodeStream<ASTAnnotation>
ASTArrayType. getDeclaredAnnotations()
default NodeStream<ASTAnnotation>
ModifierOwner. getDeclaredAnnotations()
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTAnnotation Modifier and Type Method Description default R
JavaVisitor. visit(ASTAnnotation node, P data)
-