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) |
getSemanticModel, hasSemantic, isSubscribed, leaveNode, scanFile, scanTree, visitNode, visitTokens, visitTriviapublic int linesOfCode(CompilationUnitTree tree)
public List<Tree.Kind> nodesToVisit()
nodesToVisit in class SubscriptionVisitorpublic void visitToken(SyntaxToken syntaxToken)
visitToken in class SubscriptionVisitorCopyright © 2012–2015 SonarSource. All rights reserved.