public class LinesOfCodeVisitor extends SubscriptionVisitor
context| Constructor and Description |
|---|
LinesOfCodeVisitor() |
| Modifier and Type | Method and Description |
|---|---|
int |
linesOfCode(Tree tree) |
List<Tree.Kind> |
nodesToVisit() |
void |
visitToken(SyntaxToken syntaxToken) |
hasSemantic, 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–2017 SonarSource. All rights reserved.