|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.kldp.jcodegen.base.AbstractCodeFragment
net.kldp.jcodegen.base.AbstractBlock
net.kldp.jcodegen.code.AbstractTransparentBlock
public abstract class AbstractTransparentBlock
자기자신은 결과 코드에 아무것도 추가하지 않으며 자식들만 추가한다.
Constructor Summary | |
---|---|
protected |
AbstractTransparentBlock(AbstractBlock parent)
|
Method Summary | |
---|---|
void |
appendContents(int level,
Output target,
Formatter formatter)
add contents to target. |
void |
appendHeader(Output target,
Formatter formatter)
|
Methods inherited from class net.kldp.jcodegen.base.AbstractBlock |
---|
canBeParentOf, getComment, getSubList |
Methods inherited from class net.kldp.jcodegen.base.AbstractCodeFragment |
---|
addCommentLine, addImport, addImport, addModifier, appendComment, appendModifiers, eval, getModifiers, getVisibility, setVariable, setVisibility |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractTransparentBlock(AbstractBlock parent)
Method Detail |
---|
public void appendHeader(Output target, Formatter formatter)
appendHeader
in class AbstractBlock
public void appendContents(int level, Output target, Formatter formatter)
Source
appendContents
in interface Source
appendContents
in class AbstractBlock
level
- : indent level .target
- : adding contents to this objectformatter
- : formatting object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |