abstract class AbstractJDocCommentable extends BasicJCommentable implements JDocCommentable
| Modifier and Type | Field and Description |
|---|---|
private ImplJDocComment |
docComment |
| Constructor and Description |
|---|
AbstractJDocCommentable() |
| Modifier and Type | Method and Description |
|---|---|
JComment |
deprecated()
Mark this program element as deprecated.
|
JDocComment |
docComment()
Get or create the doc comment for this element.
|
(package private) void |
writeDocComments(SourceFileWriter writer) |
blockComment, lineComment, writeCommentsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitblockComment, lineCommentprivate ImplJDocComment docComment
public JDocComment docComment()
JDocCommentabledocComment in interface JDocCommentablepublic JComment deprecated()
JDocCommentabledeprecated in interface JDocCommentablevoid writeDocComments(SourceFileWriter writer) throws java.io.IOException
java.io.IOException