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.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(java.lang.String annotQualifiedName)Get specific annotaion on this node.ASTAnnotationASTMarkerAnnotation. jjtGetParent()ASTAnnotationASTNormalAnnotation. jjtGetParent()ASTAnnotationASTSingleMemberAnnotation. jjtGetParent()Methods in net.sourceforge.pmd.lang.java.ast that return types with arguments of type ASTAnnotation Modifier and Type Method Description java.util.List<ASTAnnotation>Annotatable. getDeclaredAnnotations()Get all annotations present on this node.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTAnnotation Modifier and Type Method Description java.lang.ObjectJavaParserDecoratedVisitor. visit(ASTAnnotation node, java.lang.Object data)Deprecated.java.lang.ObjectJavaParserVisitor. visit(ASTAnnotation node, java.lang.Object data)java.lang.ObjectJavaParserVisitorAdapter. visit(ASTAnnotation node, java.lang.Object data)java.lang.ObjectJavaParserVisitorDecorator. visit(ASTAnnotation node, java.lang.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 java.lang.ObjectAbstractJavaRule. visit(ASTAnnotation node, java.lang.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 java.lang.ObjectUnnecessaryAnnotationValueElementRule. visit(ASTAnnotation node, java.lang.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 java.lang.ObjectClassTypeResolver. visit(ASTAnnotation node, java.lang.Object data)Deprecated.
-