public class CommentRegularExpressionCheck extends SubscriptionVisitorCheck
| Constructor and Description |
|---|
CommentRegularExpressionCheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
List<Tree.Kind> |
nodesToVisit() |
void |
setMessage(String message) |
void |
setRegularExpression(String regularExpression) |
void |
visitNode(Tree tree) |
addIssue, addIssue, addLineIssue, scanFilegetContext, isSubscribed, leaveFile, leaveNode, scanTree, scanTree, visitFilepublic void init()
public void setMessage(String message)
public void setRegularExpression(String regularExpression)
public void visitNode(Tree tree)
visitNode in class SubscriptionVisitorpublic List<Tree.Kind> nodesToVisit()
nodesToVisit in class SubscriptionVisitorCopyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.