public abstract class IssuableSubscriptionVisitor extends SubscriptionVisitor
context
Constructor and Description |
---|
IssuableSubscriptionVisitor() |
Modifier and Type | Method and Description |
---|---|
void |
addIssue(int line,
String message) |
void |
addIssueOnFile(String message) |
void |
reportIssue(Tree tree,
String message) |
void |
reportIssue(Tree tree,
String message,
List<JavaFileScannerContext.Location> flow,
Integer cost) |
void |
reportIssue(Tree startTree,
Tree endTree,
String message) |
hasSemantic, leaveNode, nodesToVisit, scanFile, scanTree, visitNode, visitToken, visitTrivia
Copyright © 2012–2016 SonarSource. All rights reserved.