BlockReferencepublic class ExistingBlockReference extends java.lang.Object implements BlockReference
| Constructor | Description |
|---|---|
ExistingBlockReference(com.sun.codemodel.JBlock _block) |
| Modifier and Type | Method | Description |
|---|---|---|
com.sun.codemodel.JBlock |
get(boolean create) |
public ExistingBlockReference(com.sun.codemodel.JBlock _block)
public com.sun.codemodel.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.