ca.quine.jcommons.sourcegen
Class JavaDocCommentSource
java.lang.Object
|
+--ca.quine.jcommons.sourcegen.CommentSource
|
+--ca.quine.jcommons.sourcegen.JavaDocCommentSource
- public class JavaDocCommentSource
- extends CommentSource
Methods inherited from class ca.quine.jcommons.sourcegen.CommentSource |
getIndentLevel, getStyle, getText, isReformat, isStarOnEachLine, isUseSingleLineCommentIfPossible, outputProtected, outputWithoutReformat, setIndentLevel, setReformat, setStarOnEachLine, setStyle, setText, setUseSingleLineCommentIfPossible |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaDocCommentSource
public JavaDocCommentSource(int indentLevel)
JavaDocCommentSource
public JavaDocCommentSource()
addBlockTag
public void addBlockTag(BlockTagSource blockTag)
output
public void output(FormattingRules rules,
StringBuffer buffer)
- Overrides:
output
in class CommentSource