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