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 ASTAnnotationAnnotatable. getAnnotation(String binaryName)Returns a specific annotation on this node, or null if absent.ASTAnnotationASTMarkerAnnotation. getParent()ASTAnnotationASTNormalAnnotation. getParent()ASTAnnotationASTSingleMemberAnnotation. 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 ObjectJavaParserDecoratedVisitor. visit(ASTAnnotation node, Object data)Deprecated.ObjectJavaParserVisitor. visit(ASTAnnotation node, Object data)ObjectJavaParserVisitorAdapter. visit(ASTAnnotation node, Object data)ObjectJavaParserVisitorDecorator. 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 ObjectAbstractJavaRule. 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 ObjectJUnitAssertionsShouldIncludeMessageRule. 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 ObjectUnnecessaryAnnotationValueElementRule. 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 ObjectClassTypeResolver. visit(ASTAnnotation node, Object data)Deprecated.
-