Uses of Interface
com.sun.javadoc.ProgramElementDoc
-
Packages that use ProgramElementDoc Package Description com.sun.javadoc Note: The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. -
-
Uses of ProgramElementDoc in com.sun.javadoc
Subinterfaces of ProgramElementDoc in com.sun.javadoc Modifier and Type Interface Description interface
AnnotationTypeDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
AnnotationTypeElementDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
ClassDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
ConstructorDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
ExecutableMemberDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
FieldDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
MemberDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
MethodDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.Methods in com.sun.javadoc that return ProgramElementDoc Modifier and Type Method Description ProgramElementDoc
TypeVariable. owner()
Deprecated.Return the class, interface, method, or constructor within which this type variable is declared.
-