|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.xjc.generator.util.LazyBlockReference
public abstract class LazyBlockReference
Lazy block reference.
Constructor Summary | |
---|---|
LazyBlockReference()
|
Method Summary | |
---|---|
protected abstract com.sun.codemodel.JBlock |
create()
Called when a block needs to be created. |
com.sun.codemodel.JBlock |
get(boolean create)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LazyBlockReference()
Method Detail |
---|
protected abstract com.sun.codemodel.JBlock create()
public com.sun.codemodel.JBlock get(boolean create)
get
in interface BlockReference
create
- If false, the method will return null if the block is
not yet created.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |