com.sun.tools.xjc.reader.dtd.bindinfo

Class BIConstructor

public class BIConstructor extends Object

<constructor> declaration in the binding file.

Since JAXB will generate both interfaces and implementations, A constructor declaration will create:

Constructor Summary
BIConstructor(Element _node)
Method Summary
voidcreateDeclaration(CClassInfo cls)
Creates a constructor declaration into the ClassItem.
LocatorgetSourceLocation()
Gets the location where this declaration is declared.

Constructor Detail

BIConstructor

BIConstructor(Element _node)

Method Detail

createDeclaration

public void createDeclaration(CClassInfo cls)
Creates a constructor declaration into the ClassItem.

Parameters: cls ClassItem object that corresponds to the element declaration that contains this declaration.

getSourceLocation

public Locator getSourceLocation()
Gets the location where this declaration is declared.