public class ComplexityVisitor extends SubscriptionVisitor
context| Constructor and Description |
|---|
ComplexityVisitor(boolean analyseAccessors) |
| Modifier and Type | Method and Description |
|---|---|
void |
leaveNode(Tree tree) |
List<Tree.Kind> |
nodesToVisit() |
int |
scan(ClassTree classTree,
MethodTree tree) |
int |
scan(Tree tree) |
void |
visitNode(Tree tree) |
getSemanticModel, hasSemantic, isSubscribed, scanFile, scanTree, visitToken, visitTokens, visitTriviapublic List<Tree.Kind> nodesToVisit()
nodesToVisit in class SubscriptionVisitorpublic int scan(ClassTree classTree, MethodTree tree)
public int scan(Tree tree)
public void visitNode(Tree tree)
visitNode in class SubscriptionVisitorpublic void leaveNode(Tree tree)
leaveNode in class SubscriptionVisitorCopyright © 2012–2015 SonarSource. All rights reserved.