|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.xjc.reader.dtd.bindinfo.BIConstructor
public class BIConstructor
<constructor> declaration in the binding file.
Since JAXB will generate both interfaces and implementations, A constructor declaration will create:
Method Summary | |
---|---|
void |
createDeclaration(CClassInfo cls)
Creates a constructor declaration into the ClassItem. |
org.xml.sax.Locator |
getSourceLocation()
Gets the location where this declaration is declared. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void createDeclaration(CClassInfo cls)
cls
- ClassItem object that corresponds to the
element declaration that contains this declaration.public org.xml.sax.Locator getSourceLocation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |