Package org.jboss.jdeparser
Class ImplJDocComment
- java.lang.Object
-
- org.jboss.jdeparser.AbstractJComment
-
- org.jboss.jdeparser.AbstractJHtmlComment
-
- org.jboss.jdeparser.AbstractJDocComment
-
- org.jboss.jdeparser.ImplJDocComment
-
- All Implemented Interfaces:
JComment
,JDocComment
,JHtmlComment
,Writable
class ImplJDocComment extends AbstractJDocComment implements JDocComment
-
-
Field Summary
Fields Modifier and Type Field Description private static Indent
escIndent
-
Fields inherited from class org.jboss.jdeparser.AbstractJComment
CLOSE_PAREN_CONTENT, COMMA_CONTENT, DOC_ROOT_CONTENT, HASH_CONTENT, NL_CONTENT, OPEN_PAREN_CONTENT
-
-
Constructor Summary
Constructors Constructor Description ImplJDocComment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(SourceFileWriter writer)
-
Methods inherited from class org.jboss.jdeparser.AbstractJDocComment
_return, _throws, block, br, docRoot, docTag, docTag, getDocTags, inlineDocTag, nl, p, param, sp, text, typeName, value
-
Methods inherited from class org.jboss.jdeparser.AbstractJHtmlComment
add, htmlLink, htmlTag, preformattedCode
-
Methods inherited from class org.jboss.jdeparser.AbstractJComment
add, addItemDirectly, code, getContent, inlineDocTag, linkConstructor, linkField, linkMethod, linkMethod, linkType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.jdeparser.JComment
code, linkConstructor, linkField, linkMethod, linkMethod, linkType
-
Methods inherited from interface org.jboss.jdeparser.JDocComment
_return, _throws, block, br, docRoot, docTag, docTag, inlineDocTag, inlineDocTag, nl, p, param, sp, text, typeName, value
-
Methods inherited from interface org.jboss.jdeparser.JHtmlComment
htmlLink, htmlTag, preformattedCode
-
-
-
-
Field Detail
-
escIndent
private static final Indent escIndent
-
-
Method Detail
-
write
public void write(SourceFileWriter writer) throws java.io.IOException
- Specified by:
write
in interfaceWritable
- Overrides:
write
in classAbstractJComment
- Throws:
java.io.IOException
-
-