public class JavaDocTemplate extends CommentTemplate
m_content| Constructor and Description |
|---|
JavaDocTemplate() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTag(JavaDocTag tag,
java.lang.String value) |
void |
setDescription(JavaDocTag tag,
java.lang.String key,
java.lang.String value) |
void |
write(java.io.PrintWriter writer,
int indent)
write the template information to the PrintWriter at the given
indention.
|
addImport, addText, getContent, getParent, setContent, setParentpublic void setDescription(JavaDocTag tag, java.lang.String key, java.lang.String value)
public void addTag(JavaDocTag tag, java.lang.String value)
public void write(java.io.PrintWriter writer,
int indent)
Indention is multiplied by 4 to supply the spaces
for the indention.
write in interface Templatewrite in class CommentTemplatewriter - PrintWriter, an initialized PrintWriter to write this
element of the Class toindent - int, the indention for this element.
Value is multiplied by four to give the number of spaces used for indention