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, writeComments
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
blockComment, lineComment
private ImplJDocComment docComment
public JDocComment docComment()
JDocCommentable
docComment
in interface JDocCommentable
public JComment deprecated()
JDocCommentable
deprecated
in interface JDocCommentable
void writeDocComments(SourceFileWriter writer) throws java.io.IOException
java.io.IOException