ca.quine.jcommons.sourcegen
Class JavaDocCommentSource

java.lang.Object
  |
  +--ca.quine.jcommons.sourcegen.CommentSource
        |
        +--ca.quine.jcommons.sourcegen.JavaDocCommentSource

public class JavaDocCommentSource
extends CommentSource


Field Summary
 
Fields inherited from class ca.quine.jcommons.sourcegen.CommentSource
C_STYLE, INDENT_STYLE, indentLevel, JAVADOC_STYLE, style, text
 
Constructor Summary
JavaDocCommentSource()
           
JavaDocCommentSource(int indentLevel)
           
 
Method Summary
 void addBlockTag(BlockTagSource blockTag)
           
 void output(FormattingRules rules, StringBuffer buffer)
           
 
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
 

Constructor Detail

JavaDocCommentSource

public JavaDocCommentSource(int indentLevel)

JavaDocCommentSource

public JavaDocCommentSource()
Method Detail

addBlockTag

public void addBlockTag(BlockTagSource blockTag)

output

public void output(FormattingRules rules,
                   StringBuffer buffer)
Overrides:
output in class CommentSource