public class BIConstructor extends Object
Since JAXB will generate both interfaces and implementations, A constructor declaration will create:
| Modifier and Type | Method and Description |
|---|---|
void |
createDeclaration(CClassInfo cls)
Creates a constructor declaration into the ClassItem.
|
Locator |
getSourceLocation()
Gets the location where this declaration is declared.
|
public void createDeclaration(CClassInfo cls)
cls - ClassItem object that corresponds to the
element declaration that contains this declaration.public Locator getSourceLocation()
Copyright © 2015 Oracle Corporation. All Rights Reserved.