|
|||||||||
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.code.Statement
public class Statement
문장 하나를 나타낸다.
Constructor Summary | |
---|---|
Statement(AbstractBlock parent,
java.lang.String stmt)
|
Method Summary | |
---|---|
void |
appendContents(int level,
Output target,
Formatter formatter)
add contents to target. |
protected AbstractBlockComment |
getComment()
|
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 |
---|
public Statement(AbstractBlock parent, java.lang.String stmt)
Method Detail |
---|
public void appendContents(int level, Output target, Formatter formatter)
Source
level
- : indent level .target
- : adding contents to this objectformatter
- : formatting object.protected AbstractBlockComment getComment()
getComment
in class AbstractCodeFragment
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |