JavaCheck, JavaFileScannerpublic class CommentLinesVisitor extends SubscriptionVisitor
context| Constructor | Description |
|---|---|
CommentLinesVisitor() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
analyzeCommentLines(CompilationUnitTree tree) |
|
int |
commentLinesMetric() |
|
List<Tree.Kind> |
nodesToVisit() |
|
Set<Integer> |
noSonarLines() |
|
void |
visitToken(SyntaxToken syntaxToken) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasSemantic, leaveNode, scanFile, scanTree, visitNode, visitTriviapublic List<Tree.Kind> nodesToVisit()
nodesToVisit in class SubscriptionVisitorpublic void analyzeCommentLines(CompilationUnitTree tree)
public void visitToken(SyntaxToken syntaxToken)
visitToken in class SubscriptionVisitorpublic int commentLinesMetric()
Copyright © 2012–2018 SonarSource. All rights reserved.