com.sun.tools.xjc.generator.util
public interface BlockReference
This interface is usually used when one wants to create a new JBlock object lazily.
Method Summary | |
---|---|
JBlock | get(boolean create) |
Parameters: create If false, the method will return null if the block is not yet created.