|
||||||||||
| 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 JBlock |
create()
Called when a block needs to be created. |
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 JBlock create()
public JBlock get(boolean create)
get in interface BlockReferencecreate - 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 | |||||||||