|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.kldp.jcodegen.base.AbstractBlockComment
net.kldp.jcodegen.base.BlockComment
public class BlockComment
Constructor Summary | |
---|---|
BlockComment(char headerChar)
|
Method Summary | |
---|---|
void |
addCommentLine(java.lang.String line)
add one comment line. |
protected void |
appendHeader(int level,
Output target,
Formatter formatter)
add block comment header |
protected void |
appendTail(int level,
Output target,
Formatter formatter)
|
Methods inherited from class net.kldp.jcodegen.base.AbstractBlockComment |
---|
appendBody, appendContents, getBodyStartString, isEmpty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlockComment(char headerChar)
Method Detail |
---|
public void addCommentLine(java.lang.String line)
AbstractBlockComment
addCommentLine
in class AbstractBlockComment
protected void appendHeader(int level, Output target, Formatter formatter)
AbstractBlockComment
appendHeader
in class AbstractBlockComment
protected void appendTail(int level, Output target, Formatter formatter)
appendTail
in class AbstractBlockComment
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |