|
|||||||||
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.CaseBlock
public class CaseBlock
represents case block statement .
Constructor Summary | |
---|---|
CaseBlock(SwitchBlock parent,
java.lang.String expression)
|
Method Summary | |
---|---|
void |
appendHeader(Output target,
Formatter formatter)
|
Methods inherited from class net.kldp.jcodegen.base.AbstractBlock |
---|
appendContents, 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 |
---|
public CaseBlock(SwitchBlock parent, java.lang.String expression)
Method Detail |
---|
public void appendHeader(Output target, Formatter formatter)
appendHeader
in class AbstractBlock
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |