public class LineVisitor extends SubscriptionVisitor
| Constructor and Description |
|---|
LineVisitor(Tree tree) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLinesNumber() |
Set<Integer> |
getLinesOfCode() |
int |
getLinesOfCodeNumber() |
List<Tree.Kind> |
nodesToVisit() |
void |
visitNode(Tree tree) |
getContext, isSubscribed, leaveFile, leaveNode, scanTree, scanTree, visitFilepublic LineVisitor(Tree tree)
public List<Tree.Kind> nodesToVisit()
nodesToVisit in class SubscriptionVisitorpublic void visitNode(Tree tree)
visitNode in class SubscriptionVisitorpublic int getLinesOfCodeNumber()
public int getLinesNumber()
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.