JavaCheck
, JavaFileScanner
public 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, wait
hasSemantic, leaveNode, scanFile, scanTree, visitNode, visitTrivia
public int linesOfCode(Tree tree)
public List<Tree.Kind> nodesToVisit()
nodesToVisit
in class SubscriptionVisitor
public void visitToken(SyntaxToken syntaxToken)
visitToken
in class SubscriptionVisitor
Copyright © 2012–2018 SonarSource. All rights reserved.