public class LineLengthCheck extends SubscriptionVisitorCheck
| Modifier and Type | Field and Description |
|---|---|
int |
maximumLineLength |
| Constructor and Description |
|---|
LineLengthCheck() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaximumLineLength() |
List<Tree.Kind> |
nodesToVisit() |
void |
visitFile(Tree tree) |
void |
visitNode(Tree tree) |
addIssue, addIssue, addLineIssue, scanFilegetContext, isSubscribed, leaveFile, leaveNode, scanTree, scanTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContextpublic int getMaximumLineLength()
public List<Tree.Kind> nodesToVisit()
nodesToVisit in class SubscriptionVisitorpublic void visitFile(Tree tree)
visitFile in class SubscriptionVisitorpublic void visitNode(Tree tree)
visitNode in class SubscriptionVisitorCopyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.