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