JavaCheck, JavaFileScannerpublic class LinesOfCodeVisitor extends SubscriptionVisitor
context| Constructor | Description |
|---|---|
LinesOfCodeVisitor() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
linesOfCode(Tree tree) |
|
List<Tree.Kind> |
nodesToVisit() |
|
void |
visitToken(SyntaxToken syntaxToken) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasSemantic, leaveNode, scanFile, scanTree, visitNode, visitTriviapublic int linesOfCode(Tree tree)
public List<Tree.Kind> nodesToVisit()
nodesToVisit in class SubscriptionVisitorpublic void visitToken(SyntaxToken syntaxToken)
visitToken in class SubscriptionVisitorCopyright © 2012–2018 SonarSource. All rights reserved.