|
|||||||||
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
net.kldp.jcodegen.code.TryWrapper
public class TryWrapper
Try , Catch , Finally 를 묶는 가상의 블럭
Constructor Summary | |
---|---|
TryWrapper(AbstractBlock parent)
|
Method Summary | |
---|---|
protected boolean |
canBeParentOf(Source code)
check if code can be added to this object. |
Methods inherited from class net.kldp.jcodegen.code.AbstractTransparentBlock |
---|
appendContents, appendHeader |
Methods inherited from class net.kldp.jcodegen.base.AbstractBlock |
---|
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 TryWrapper(AbstractBlock parent)
Method Detail |
---|
protected boolean canBeParentOf(Source code)
AbstractBlock
canBeParentOf
in class AbstractBlock
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |