public class ExistingBlockReference extends java.lang.Object implements BlockReference
Constructor and Description |
---|
ExistingBlockReference(com.sun.codemodel.JBlock _block) |
Modifier and Type | Method and 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 BlockReference
create
- If false, the method will return null if the block is
not yet created.