public class CommentLinesVisitor extends SubscriptionVisitor
| Modifier and Type | Class and Description |
|---|---|
static class |
CommentLinesVisitor.JavaCommentAnalyser |
context| Constructor and Description |
|---|
CommentLinesVisitor() |
| Modifier and Type | Method and Description |
|---|---|
int |
commentLines(CompilationUnitTree tree) |
List<Tree.Kind> |
nodesToVisit() |
void |
visitToken(SyntaxToken syntaxToken) |
getSemanticModel, hasSemantic, isSubscribed, leaveNode, scanFile, scanTree, visitNode, visitTokens, visitTriviapublic List<Tree.Kind> nodesToVisit()
nodesToVisit in class SubscriptionVisitorpublic int commentLines(CompilationUnitTree tree)
public void visitToken(SyntaxToken syntaxToken)
visitToken in class SubscriptionVisitorCopyright © 2012–2015 SonarSource. All rights reserved.