Package-level declarations

Types

Link copied to clipboard
open class BlockComment : Comment
AST node that represent block comments.
Link copied to clipboard
abstract class Comment : Node
Abstract class for all AST nodes that represent comments.
Link copied to clipboard
The comments contained in a certain parsed piece of source code.
Link copied to clipboard
abstract class JavadocComment : Comment
Link copied to clipboard
open class LineComment : Comment
AST node that represent line comments.
Link copied to clipboard
https://openjdk.org/jeps/467 added support for markdown JavaDoc comments /// That are prefixed with /// /// Support `markdown` markup and references /// And supports substrings not allowed in regular block comments, e.g.
Link copied to clipboard
A Javadoc comment.