BlockReferencepublic class ExistingBlockReference extends java.lang.Object implements BlockReference
| Constructor | Description |
|---|---|
ExistingBlockReference(JBlock _block) |
| Modifier and Type | Method | Description |
|---|---|---|
JBlock |
get(boolean create) |
public ExistingBlockReference(JBlock _block)
public JBlock get(boolean create)
get in interface BlockReferencecreate - If false, the method will return null if the block is
not yet created.Copyright © 2018 Oracle Corporation. All rights reserved.