public class AbstractDeprecatedChecker extends SubscriptionBaseVisitor
context| Constructor and Description |
|---|
AbstractDeprecatedChecker() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasDeprecatedAnnotation(Tree tree) |
static boolean |
hasJavadocDeprecatedTag(String comment) |
static boolean |
hasJavadocDeprecatedTag(Tree tree) |
static boolean |
isDeprecated(AnnotationTree tree) |
List<Tree.Kind> |
nodesToVisit() |
getSemanticModel, scanFileaddIssue, addIssue, addIssue, addIssueOnFile, reportIssue, reportIssuehasSemantic, leaveNode, scanTree, visitNode, visitToken, visitTriviapublic List<Tree.Kind> nodesToVisit()
nodesToVisit in class SubscriptionVisitorpublic static boolean hasJavadocDeprecatedTag(Tree tree)
public static boolean hasDeprecatedAnnotation(Tree tree)
public static boolean isDeprecated(AnnotationTree tree)
Copyright © 2012–2015 SonarSource. All rights reserved.