| Package | Description |
|---|---|
| net.sourceforge.pmd.lang.java.ast | |
| net.sourceforge.pmd.lang.java.rule.documentation |
| Modifier and Type | Class and Description |
|---|---|
class |
FormalComment |
class |
MultiLineComment |
class |
SingleLineComment |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Comment> |
JavaParserTokenManager.comments |
| Modifier and Type | Method and Description |
|---|---|
Comment |
AbstractJavaNode.comment() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Comment> |
ASTCompilationUnit.getComments() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJavaNode.comment(Comment theComment) |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTCompilationUnit.setComments(java.util.List<Comment> comments) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
AbstractCommentRule.filteredCommentIn(Comment comment) |
Copyright © 2002–2017 PMD. All rights reserved.