Class BIConstructor
- java.lang.Object
-
- com.sun.tools.xjc.reader.dtd.bindinfo.BIConstructor
-
public class BIConstructor extends java.lang.Object
<constructor>
declaration in the binding file.Since JAXB will generate both interfaces and implementations, A constructor declaration will create:
- a method declaration in the factory interface
- a method implementation in the factory implementation class
- a constructor implementation in the actual implementation class
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createDeclaration(CClassInfo cls)
Creates a constructor declaration into the ClassItem.org.xml.sax.Locator
getSourceLocation()
Gets the location where this declaration is declared.
-
-
-
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 org.xml.sax.Locator getSourceLocation()
Gets the location where this declaration is declared.
-
-