ExistingBlockReference
, LazyBlockReference
public interface BlockReference
JBlock
object.
This interface is usually used when one wants to create a new JBlock object lazily.
Modifier and Type | Method | Description |
---|---|---|
JBlock |
get(boolean create) |
JBlock get(boolean create)
create
- If false, the method will return null if the block is
not yet created.Copyright © 2018 Oracle Corporation. All rights reserved.