| Modifier and Type | Interface and Description |
|---|---|
interface |
CommentLine
A representation of the model object 'Comment Line'.
|
interface |
InlineComment
A representation of the model object 'Inline Comment'.
|
interface |
SequenceNumberAreaComment
A representation of the model object 'Sequence Number Area Comment'.
|
| Modifier and Type | Method and Description |
|---|---|
static Comment |
CommentUtils.getFollowingComment(ASTNode node)
Finds a comment that follows the given node in the main source file.
|
static Comment |
CommentUtils.getPrecedingComment(ASTNode node)
Finds a comment that precedes the given node in the main source file.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Comment> |
CommentUtils.getContainedComments(ASTNode node)
Returns a list of comments that are contained within the given node in the
main source file.
|
| Modifier and Type | Method and Description |
|---|---|
static ASTNode |
CommentUtils.getFollowingNonComment(Comment comment)
Finds a non-comment that follows the given comment in the main source file.
|
static ASTNode |
CommentUtils.getPrecedingNonComment(Comment comment)
Finds a non-comment that precedes the given comment in the main source file.
|