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.net.sourceforge.pmd.lang.java.rule Contains the built-in rules bundled with the Java distribution.net.sourceforge.pmd.lang.java.rule.bestpractices net.sourceforge.pmd.lang.java.rule.codestyle net.sourceforge.pmd.lang.java.typeresolution -
-
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 ASTAnnotation
Annotatable. getAnnotation(String binaryName)
Returns a specific annotation on this node, or null if absent.ASTAnnotation
ASTMarkerAnnotation. getParent()
ASTAnnotation
ASTNormalAnnotation. getParent()
ASTAnnotation
ASTSingleMemberAnnotation. getParent()
Methods in net.sourceforge.pmd.lang.java.ast that return types with arguments of type ASTAnnotation Modifier and Type Method Description List<ASTAnnotation>
Annotatable. getDeclaredAnnotations()
Get all annotations present on this node.List<ASTAnnotation>
ASTLocalVariableDeclaration. getDeclaredAnnotations()
List<ASTAnnotation>
ASTTypePattern. getDeclaredAnnotations()
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTAnnotation Modifier and Type Method Description Object
JavaParserDecoratedVisitor. visit(ASTAnnotation node, Object data)
Deprecated.Object
JavaParserVisitor. visit(ASTAnnotation node, Object data)
Object
JavaParserVisitorAdapter. visit(ASTAnnotation node, Object data)
Object
JavaParserVisitorDecorator. visit(ASTAnnotation node, Object data)
Deprecated. -
Uses of ASTAnnotation in net.sourceforge.pmd.lang.java.rule
Methods in net.sourceforge.pmd.lang.java.rule with parameters of type ASTAnnotation Modifier and Type Method Description Object
AbstractJavaRule. visit(ASTAnnotation node, Object data)
-
Uses of ASTAnnotation in net.sourceforge.pmd.lang.java.rule.bestpractices
Methods in net.sourceforge.pmd.lang.java.rule.bestpractices with parameters of type ASTAnnotation Modifier and Type Method Description Object
JUnitAssertionsShouldIncludeMessageRule. visit(ASTAnnotation node, Object data)
-
Uses of ASTAnnotation in net.sourceforge.pmd.lang.java.rule.codestyle
Methods in net.sourceforge.pmd.lang.java.rule.codestyle with parameters of type ASTAnnotation Modifier and Type Method Description Object
UnnecessaryAnnotationValueElementRule. visit(ASTAnnotation node, Object data)
-
Uses of ASTAnnotation in net.sourceforge.pmd.lang.java.typeresolution
Methods in net.sourceforge.pmd.lang.java.typeresolution with parameters of type ASTAnnotation Modifier and Type Method Description Object
ClassTypeResolver. visit(ASTAnnotation node, Object data)
Deprecated.
-