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