public class LinesOfCodeVisitor extends SubscriptionVisitor
context
Constructor and Description |
---|
LinesOfCodeVisitor() |
Modifier and Type | Method and Description |
---|---|
int |
linesOfCode(CompilationUnitTree tree) |
List<Tree.Kind> |
nodesToVisit() |
void |
visitToken(SyntaxToken syntaxToken) |
hasSemantic, leaveNode, scanFile, scanTree, visitNode, visitTrivia
public int linesOfCode(CompilationUnitTree tree)
public List<Tree.Kind> nodesToVisit()
nodesToVisit
in class SubscriptionVisitor
public void visitToken(SyntaxToken syntaxToken)
visitToken
in class SubscriptionVisitor
Copyright © 2012–2016 SonarSource. All rights reserved.