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