public class BIConstructor extends Object
<constructor>
declaration in the binding file.
Since JAXB will generate both interfaces and implementations, A constructor declaration will create:
Modifier and Type | Method | 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 © 2018 Oracle Corporation. All rights reserved.