com.sun.tools.xjc.generator.util
Interface BlockReference
- All Known Implementing Classes:
- ExistingBlockReference, LazyBlockReference
public interface BlockReference
Holds a reference to a JBlock object.
This interface is usually used when one wants to create
a new JBlock object lazily.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
|
Method Summary |
com.sun.codemodel.JBlock |
get(boolean create)
|
get
com.sun.codemodel.JBlock get(boolean create)
- Parameters:
create - If false, the method will return null if the block is
not yet created.
Copyright © 2010. All Rights Reserved.