public static class CodeDocumentationUtil.CommentContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
CodeDocumentationAwareCommenter |
commenter |
boolean |
docAsterisk
Indicates position at the line that starts from
'*' (non-first and non-last javadoc line in java language). |
boolean |
docStart
Indicates position at the line that starts from
'/**' (in java language). |
int |
lineStart |
Constructor and Description |
---|
CommentContext() |
CommentContext(CodeDocumentationAwareCommenter commenter,
boolean docStart,
boolean docAsterisk,
int lineStart) |
public final CodeDocumentationAwareCommenter commenter
public final int lineStart
public boolean docStart
'/**'
(in java language).public boolean docAsterisk
'*'
(non-first and non-last javadoc line in java language).public CommentContext()
public CommentContext(CodeDocumentationAwareCommenter commenter, boolean docStart, boolean docAsterisk, int lineStart)