Uses of Class
net.sourceforge.pmd.lang.java.ast.Comment
-
Packages that use Comment Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.rule.documentation -
-
Uses of Comment in net.sourceforge.pmd.lang.java.ast
Subclasses of Comment in net.sourceforge.pmd.lang.java.ast Modifier and Type Class Description class
FormalComment
class
MultiLineComment
class
SingleLineComment
Fields in net.sourceforge.pmd.lang.java.ast with type parameters of type Comment Modifier and Type Field Description protected List<Comment>
JavaParserTokenManager. comments
Methods in net.sourceforge.pmd.lang.java.ast that return Comment Modifier and Type Method Description Comment
AbstractJavaNode. comment()
Deprecated.Methods in net.sourceforge.pmd.lang.java.ast that return types with arguments of type Comment Modifier and Type Method Description List<Comment>
ASTCompilationUnit. getComments()
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type Comment Modifier and Type Method Description void
AbstractJavaNode. comment(Comment theComment)
Deprecated.Method parameters in net.sourceforge.pmd.lang.java.ast with type arguments of type Comment Modifier and Type Method Description void
ASTCompilationUnit. setComments(List<Comment> comments)
Deprecated. -
Uses of Comment in net.sourceforge.pmd.lang.java.rule.documentation
Methods in net.sourceforge.pmd.lang.java.rule.documentation with parameters of type Comment Modifier and Type Method Description protected String
AbstractCommentRule. filteredCommentIn(Comment comment)
-