Package | Description |
---|---|
net.sourceforge.pmd.lang.java.ast | |
net.sourceforge.pmd.lang.java.rule | |
net.sourceforge.pmd.lang.java.rule.codestyle | |
net.sourceforge.pmd.lang.java.typeresolution |
Modifier and Type | Method | Description |
---|---|---|
ASTAnnotation |
Annotatable.getAnnotation(java.lang.String annotQualifiedName) |
Get specific annotaion on this node.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<ASTAnnotation> |
Annotatable.getDeclaredAnnotations() |
Get all annotations present on this node.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
JavaParserDecoratedVisitor.visit(ASTAnnotation node,
java.lang.Object data) |
|
java.lang.Object |
JavaParserVisitor.visit(ASTAnnotation node,
java.lang.Object data) |
|
java.lang.Object |
JavaParserVisitorAdapter.visit(ASTAnnotation node,
java.lang.Object data) |
|
java.lang.Object |
JavaParserVisitorDecorator.visit(ASTAnnotation node,
java.lang.Object data) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
AbstractJavaRule.visit(ASTAnnotation node,
java.lang.Object data) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
UnnecessaryAnnotationValueElementRule.visit(ASTAnnotation node,
java.lang.Object data) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
ClassTypeResolver.visit(ASTAnnotation node,
java.lang.Object data) |
Copyright © 2002–2018 PMD. All rights reserved.