public class TrailingCommentCheck extends SubscriptionBaseTreeVisitor
| Constructor and Description |
|---|
TrailingCommentCheck() |
| Modifier and Type | Method and Description |
|---|---|
List<Tree.Kind> |
nodesToVisit() |
void |
setLegalCommentPattern(String pattern) |
void |
visitFile(Tree tree) |
void |
visitNode(Tree tree) |
addIssuegetContext, isSubscribed, leaveNode, scanFile, scanTree, visitToken, visitTriviapublic List<Tree.Kind> nodesToVisit()
nodesToVisit in class SubscriptionTreeVisitorpublic void visitFile(Tree tree)
visitFile in class SubscriptionTreeVisitorpublic void visitNode(Tree tree)
visitNode in class SubscriptionTreeVisitorpublic void setLegalCommentPattern(String pattern)
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.