com.sun.tools.xjc.reader.dtd.bindinfo
public class BIConstructor extends Object
Since JAXB will generate both interfaces and implementations, A constructor declaration will create:
Constructor Summary | |
---|---|
BIConstructor(Element _node) |
Method Summary | |
---|---|
void | createDeclaration(CClassInfo cls)
Creates a constructor declaration into the ClassItem.
|
Locator | getSourceLocation() Gets the location where this declaration is declared. |
Parameters: cls ClassItem object that corresponds to the element declaration that contains this declaration.