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