Doclet API
DRAFT 9-Ubuntu+0-9b151-2
A B C D E F G H I J K L M N O P Q R S T U V W 

A

AnnotatedType - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
AnnotationDesc - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
AnnotationDesc.ElementValuePair - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
AnnotationTypeDoc - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
AnnotationTypeElementDoc - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
AnnotationValue - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
allClasses() - Method in interface com.sun.javadoc.PackageDoc
Deprecated.
Get all included classes and interfaces in the package.
allClasses(boolean) - Method in interface com.sun.javadoc.PackageDoc
Deprecated.
Get all classes and interfaces in the package, filtered to the specified access modifier option.
annotations() - Method in interface com.sun.javadoc.AnnotatedType
Deprecated.
Returns the annotations associated with this type.
annotations() - Method in interface com.sun.javadoc.PackageDoc
Deprecated.
Get the annotations of this package.
annotations() - Method in interface com.sun.javadoc.Parameter
Deprecated.
Get the annotations of this parameter.
annotations() - Method in interface com.sun.javadoc.ProgramElementDoc
Deprecated.
Get the annotations of this program element.
annotations() - Method in interface com.sun.javadoc.TypeVariable
Deprecated.
Get the annotations of this program element.
annotationType() - Method in interface com.sun.javadoc.AnnotationDesc
Deprecated.
Returns the annotation type of this annotation.
annotationTypes() - Method in interface com.sun.javadoc.PackageDoc
Deprecated.
Get included annotation types in this package.
asAnnotatedType() - Method in interface com.sun.javadoc.Type
Deprecated.
Returns this type as a AnnotatedType if it represents an annotated type.
asAnnotationTypeDoc() - Method in interface com.sun.javadoc.Type
Deprecated.
Return this type as an AnnotationTypeDoc if it represents an annotation type.
asClassDoc() - Method in interface com.sun.javadoc.ParameterizedType
Deprecated.
Return the generic class or interface that declared this type.
asClassDoc() - Method in interface com.sun.javadoc.Type
Deprecated.
Return this type as a ClassDoc if it represents a class or interface.
asParameterizedType() - Method in interface com.sun.javadoc.Type
Deprecated.
Return this type as a ParameterizedType if it represents an invocation of a generic class or interface.
asTypeVariable() - Method in interface com.sun.javadoc.Type
Deprecated.
Return this type as a TypeVariable if it represents a type variable.
asWildcardType() - Method in interface com.sun.javadoc.Type
Deprecated.
Return this type as a WildcardType if it represents a wildcard type.

B

bounds() - Method in interface com.sun.javadoc.TypeVariable
Deprecated.
Return the bounds of this type variable.

C

com.sun.javadoc - package com.sun.javadoc
Note: The declarations in this package have been superseded by those in the package jdk.javadoc.doclet.
ClassDoc - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
ConstructorDoc - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
classes() - Method in interface com.sun.javadoc.RootDoc
Deprecated.
Return the included classes and interfaces in all packages.
classNamed(String) - Method in interface com.sun.javadoc.RootDoc
Deprecated.
Return a ClassDoc for the specified class or interface name.
column() - Method in interface com.sun.javadoc.SourcePosition
Deprecated.
The column in the source file.
commentText() - Method in interface com.sun.javadoc.Doc
Deprecated.
Return the text of the comment for this doc item.
compareTo(Object) - Method in interface com.sun.javadoc.Doc
Deprecated.
Compares this doc object with the specified object for order.
compareTo(Object) - Method in interface com.sun.javadoc.SerialFieldTag
Deprecated.
Compares this Object with the specified Object for order.
constantValue() - Method in interface com.sun.javadoc.FieldDoc
Deprecated.
Get the value of a constant field.
constantValueExpression() - Method in interface com.sun.javadoc.FieldDoc
Deprecated.
Get the value of a constant field.
constructors() - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Return included constructors in this class.
constructors(boolean) - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Return constructors in this class, filtered to the specified access modifier option.
containingClass() - Method in interface com.sun.javadoc.ProgramElementDoc
Deprecated.
Get the containing class or interface of this program element.
containingPackage() - Method in interface com.sun.javadoc.ProgramElementDoc
Deprecated.
Get the package that this program element is contained in.
containingType() - Method in interface com.sun.javadoc.ParameterizedType
Deprecated.
Return the type that contains this type as a member.

D

Doclet - Class in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
Doc - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
DocErrorReporter - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
Doclet() - Constructor for class com.sun.javadoc.Doclet
Deprecated.
 
defaultValue() - Method in interface com.sun.javadoc.AnnotationTypeElementDoc
Deprecated.
Returns the default value of this element.
definesSerializableFields() - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Return true if Serializable fields are explicitly defined with the special class member serialPersistentFields.
description() - Method in interface com.sun.javadoc.SerialFieldTag
Deprecated.
Return the field comment.
dimension() - Method in interface com.sun.javadoc.Type
Deprecated.
Return the type's dimension information, as a string.

E

ExecutableMemberDoc - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
element() - Method in interface com.sun.javadoc.AnnotationDesc.ElementValuePair
Deprecated.
Returns the annotation type element.
elements() - Method in interface com.sun.javadoc.AnnotationTypeDoc
Deprecated.
Returns the elements of this annotation type.
elementValues() - Method in interface com.sun.javadoc.AnnotationDesc
Deprecated.
Returns this annotation's elements and their values.
enumConstants() - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Return the enum constants if this is an enum type.
enums() - Method in interface com.sun.javadoc.PackageDoc
Deprecated.
Get included enum types in this package.
errors() - Method in interface com.sun.javadoc.PackageDoc
Deprecated.
Get included Error classes in this package.
exception() - Method in interface com.sun.javadoc.ThrowsTag
Deprecated.
Return a ClassDoc that represents the exception.
exceptionComment() - Method in interface com.sun.javadoc.ThrowsTag
Deprecated.
Return the exception comment associated with this ThrowsTag.
exceptionName() - Method in interface com.sun.javadoc.ThrowsTag
Deprecated.
Return the name of the exception associated with this ThrowsTag.
exceptions() - Method in interface com.sun.javadoc.PackageDoc
Deprecated.
Get included Exception classes in this package.
exceptionType() - Method in interface com.sun.javadoc.ThrowsTag
Deprecated.
Return the type of the exception associated with this ThrowsTag.
extendsBounds() - Method in interface com.sun.javadoc.WildcardType
Deprecated.
Return the upper bounds of this wildcard type argument as given by the extends clause.

F

FieldDoc - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
fieldName() - Method in interface com.sun.javadoc.SerialFieldTag
Deprecated.
Return the serializable field name.
fields() - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Return included fields in this class or interface.
fields(boolean) - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Return fields in this class or interface, filtered to the specified access modifier option.
fieldType() - Method in interface com.sun.javadoc.SerialFieldTag
Deprecated.
Return the field type string.
fieldTypeDoc() - Method in interface com.sun.javadoc.SerialFieldTag
Deprecated.
Return the ClassDoc for field type.
file() - Method in interface com.sun.javadoc.SourcePosition
Deprecated.
The source file.
findClass(String) - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Find the specified class or interface within the context of this class doc.
findClass(String) - Method in interface com.sun.javadoc.PackageDoc
Deprecated.
Lookup a class or interface within this package.
firstSentenceTags() - Method in interface com.sun.javadoc.Doc
Deprecated.
Return the first sentence of the comment as an array of tags.
firstSentenceTags() - Method in interface com.sun.javadoc.Tag
Deprecated.
Return the first sentence of the comment as an array of tags.
flatSignature() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Deprecated.
get flat signature.

G

getElementType() - Method in interface com.sun.javadoc.Type
Deprecated.
If this type is an array type, return the element type of the array.
getRawCommentText() - Method in interface com.sun.javadoc.Doc
Deprecated.
Return the full unprocessed text of the comment.

H

holder() - Method in interface com.sun.javadoc.Tag
Deprecated.
Return the containing Doc of this Tag element.

I

importedClasses() - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Import declarations are implementation details that should not be exposed here. In addition, not all imported classes are imported through single-type-import declarations.
importedPackages() - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Import declarations are implementation details that should not be exposed here. In addition, this method's return type does not allow for all type-import-on-demand declarations to be returned.
inlineTags() - Method in interface com.sun.javadoc.Doc
Deprecated.
Return comment as an array of tags.
inlineTags() - Method in interface com.sun.javadoc.Tag
Deprecated.
For a documentation comment with embedded {@link} tags, return an array of Tag objects.
innerClasses() - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Return included nested classes and interfaces within this class or interface.
innerClasses(boolean) - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Return nested classes and interfaces within this class or interface filtered to the specified access modifier option.
interfaces() - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Return interfaces implemented by this class or interfaces extended by this interface.
interfaces() - Method in interface com.sun.javadoc.PackageDoc
Deprecated.
Get included interfaces in this package, omitting annotation types.
interfaceTypes() - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Return interfaces implemented by this class or interfaces extended by this interface.
interfaceTypes() - Method in interface com.sun.javadoc.ParameterizedType
Deprecated.
Return the interface types directly implemented by or extended by this parameterized type.
isAbstract() - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Return true if this class is abstract.
isAbstract() - Method in interface com.sun.javadoc.MethodDoc
Deprecated.
Return true if this method is abstract
isAnnotationType() - Method in interface com.sun.javadoc.Doc
Deprecated.
Is this Doc item an annotation type?
isAnnotationTypeElement() - Method in interface com.sun.javadoc.Doc
Deprecated.
Is this Doc item an annotation type element?
isClass() - Method in interface com.sun.javadoc.Doc
Deprecated.
Is this Doc item a class (and not an interface or annotation type)?
isConstructor() - Method in interface com.sun.javadoc.Doc
Deprecated.
Is this Doc item a constructor?
isDefault() - Method in interface com.sun.javadoc.MethodDoc
Deprecated.
Return true if this method is default
isEnum() - Method in interface com.sun.javadoc.Doc
Deprecated.
Is this Doc item an enum type?
isEnumConstant() - Method in interface com.sun.javadoc.Doc
Deprecated.
Is this Doc item an enum constant?
isError() - Method in interface com.sun.javadoc.Doc
Deprecated.
Is this Doc item an error class?
isException() - Method in interface com.sun.javadoc.Doc
Deprecated.
Is this Doc item an exception class?
isExternalizable() - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Return true if this class implements or interface extends java.io.Externalizable.
isField() - Method in interface com.sun.javadoc.Doc
Deprecated.
Is this Doc item a field (but not an enum constant)?
isFinal() - Method in interface com.sun.javadoc.ProgramElementDoc
Deprecated.
Return true if this program element is final.
isIncluded() - Method in interface com.sun.javadoc.Doc
Deprecated.
Return true if this Doc item is included in the result set.
isInterface() - Method in interface com.sun.javadoc.Doc
Deprecated.
Is this Doc item an interface (but not an annotation type)?
isMethod() - Method in interface com.sun.javadoc.Doc
Deprecated.
Is this Doc item a method (but not a constructor or annotation type element)?
isNative() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Deprecated.
Return true if this method is native
isOrdinaryClass() - Method in interface com.sun.javadoc.Doc
Deprecated.
Is this Doc item an ordinary class?
isPackagePrivate() - Method in interface com.sun.javadoc.ProgramElementDoc
Deprecated.
Return true if this program element is package private.
isPrimitive() - Method in interface com.sun.javadoc.Type
Deprecated.
Return true if this type represents a primitive type.
isPrivate() - Method in interface com.sun.javadoc.ProgramElementDoc
Deprecated.
Return true if this program element is private.
isProtected() - Method in interface com.sun.javadoc.ProgramElementDoc
Deprecated.
Return true if this program element is protected.
isPublic() - Method in interface com.sun.javadoc.ProgramElementDoc
Deprecated.
Return true if this program element is public.
isSerializable() - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Return true if this class implements or interface extends java.io.Serializable.
isStatic() - Method in interface com.sun.javadoc.ProgramElementDoc
Deprecated.
Return true if this program element is static.
isSynchronized() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Deprecated.
Return true if this method is synchronized
isSynthesized() - Method in interface com.sun.javadoc.AnnotationDesc
Deprecated.
Check for the synthesized bit on the annotation.
isSynthetic() - Method in interface com.sun.javadoc.MemberDoc
Deprecated.
Returns true if this member was synthesized by the compiler.
isTransient() - Method in interface com.sun.javadoc.FieldDoc
Deprecated.
Return true if this field is transient
isTypeParameter() - Method in interface com.sun.javadoc.ParamTag
Deprecated.
Return true if this ParamTag corresponds to a type parameter.
isVarArgs() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Deprecated.
Return true if this method was declared to take a variable number of arguments.
isVolatile() - Method in interface com.sun.javadoc.FieldDoc
Deprecated.
Return true if this field is volatile

J

jdk.javadoc - module jdk.javadoc
Defines the implementation of the system documentation tool and its command line equivalent, javadoc.
JAVA_1_1 - com.sun.javadoc.LanguageVersion
Deprecated.
1.1 added nested classes and interfaces.
JAVA_1_5 - com.sun.javadoc.LanguageVersion
Deprecated.
1.5 added generic types, annotations, enums, and varArgs.

K

kind() - Method in interface com.sun.javadoc.Tag
Deprecated.
Return the kind of this tag.

L

LanguageVersion - Enum in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
label() - Method in interface com.sun.javadoc.SeeTag
Deprecated.
Get the label of the @see tag.
languageVersion() - Static method in class com.sun.javadoc.Doclet
Deprecated.
Return the version of the Java Programming Language supported by this doclet.
line() - Method in interface com.sun.javadoc.SourcePosition
Deprecated.
The line in the source file.

M

MemberDoc - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
MethodDoc - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
methods() - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Return included methods in this class or interface.
methods(boolean) - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Return methods in this class or interface, filtered to the specified access modifier option.
modifiers() - Method in interface com.sun.javadoc.ProgramElementDoc
Deprecated.
Get modifiers string.
modifierSpecifier() - Method in interface com.sun.javadoc.ProgramElementDoc
Deprecated.
Get the modifier specifier integer.

N

name() - Method in interface com.sun.javadoc.Doc
Deprecated.
Returns the non-qualified name of this Doc item.
name() - Method in interface com.sun.javadoc.Parameter
Deprecated.
Get local name of this parameter.
name() - Method in interface com.sun.javadoc.Tag
Deprecated.
Return the name of this tag.

O

optionLength(String) - Static method in class com.sun.javadoc.Doclet
Deprecated.
Check for doclet-added options.
options() - Method in interface com.sun.javadoc.RootDoc
Deprecated.
Command line options.
ordinaryClasses() - Method in interface com.sun.javadoc.PackageDoc
Deprecated.
Get included ordinary classes (that is, exclude exceptions, errors, enums, interfaces, and annotation types) in this package.
overriddenClass() - Method in interface com.sun.javadoc.MethodDoc
Deprecated.
Return the class containing the method that this method overrides.
overriddenMethod() - Method in interface com.sun.javadoc.MethodDoc
Deprecated.
Return the method that this method overrides.
overriddenType() - Method in interface com.sun.javadoc.MethodDoc
Deprecated.
Return the type containing the method that this method overrides.
overrides(MethodDoc) - Method in interface com.sun.javadoc.MethodDoc
Deprecated.
Tests whether this method overrides another.
owner() - Method in interface com.sun.javadoc.TypeVariable
Deprecated.
Return the class, interface, method, or constructor within which this type variable is declared.

P

PackageDoc - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
Parameter - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
ParameterizedType - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
ParamTag - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
ProgramElementDoc - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
packageNamed(String) - Method in interface com.sun.javadoc.RootDoc
Deprecated.
Return a PackageDoc for the specified package name.
parameterComment() - Method in interface com.sun.javadoc.ParamTag
Deprecated.
Return the parameter comment associated with this ParamTag.
parameterName() - Method in interface com.sun.javadoc.ParamTag
Deprecated.
Return the name of the parameter or type parameter associated with this ParamTag.
parameters() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Deprecated.
Get argument information.
paramTags() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Deprecated.
Return the param tags in this method, excluding the type parameter tags.
position() - Method in interface com.sun.javadoc.Doc
Deprecated.
Return the source position of the first line of the corresponding declaration, or null if no position is available.
position() - Method in interface com.sun.javadoc.Tag
Deprecated.
Return the source position of this tag.
printError(SourcePosition, String) - Method in interface com.sun.javadoc.DocErrorReporter
Deprecated.
Print an error message and increment error count.
printError(String) - Method in interface com.sun.javadoc.DocErrorReporter
Deprecated.
Print error message and increment error count.
printNotice(SourcePosition, String) - Method in interface com.sun.javadoc.DocErrorReporter
Deprecated.
Print a message.
printNotice(String) - Method in interface com.sun.javadoc.DocErrorReporter
Deprecated.
Print a message.
printWarning(SourcePosition, String) - Method in interface com.sun.javadoc.DocErrorReporter
Deprecated.
Print warning message and increment warning count.
printWarning(String) - Method in interface com.sun.javadoc.DocErrorReporter
Deprecated.
Print warning message and increment warning count.

Q

qualifiedName() - Method in interface com.sun.javadoc.ProgramElementDoc
Deprecated.
Get the fully qualified name of this program element.
qualifiedTypeName() - Method in interface com.sun.javadoc.Type
Deprecated.
Return qualified name of type excluding any dimension information.

R

RootDoc - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
receiverType() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Deprecated.
Get the receiver type of this executable element.
referencedClass() - Method in interface com.sun.javadoc.SeeTag
Deprecated.
Get the class doc referenced by the class name part of @see.
referencedClassName() - Method in interface com.sun.javadoc.SeeTag
Deprecated.
Get the class or interface name of the @see reference.
referencedMember() - Method in interface com.sun.javadoc.SeeTag
Deprecated.
Get the member doc for the field, constructor or method referenced by @see.
referencedMemberName() - Method in interface com.sun.javadoc.SeeTag
Deprecated.
Get the field, constructor or method substring of the @see reference.
referencedPackage() - Method in interface com.sun.javadoc.SeeTag
Deprecated.
Get the package doc when @see references only a package.
returnType() - Method in interface com.sun.javadoc.MethodDoc
Deprecated.
Get return type.

S

SeeTag - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
SerialFieldTag - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
SourcePosition - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
seeTags() - Method in interface com.sun.javadoc.Doc
Deprecated.
Return the see also tags in this Doc item.
serialFieldTags() - Method in interface com.sun.javadoc.FieldDoc
Deprecated.
Return the serialField tags in this FieldDoc item.
serializableFields() - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Return the Serializable fields of this class or interface.
serializationMethods() - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Return the serialization methods for this class or interface.
setRawCommentText(String) - Method in interface com.sun.javadoc.Doc
Deprecated.
Set the full unprocessed text of the comment.
signature() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Deprecated.
Get the signature.
simpleTypeName() - Method in interface com.sun.javadoc.Type
Deprecated.
Return the simple name of this type excluding any dimension information.
specifiedClasses() - Method in interface com.sun.javadoc.RootDoc
Deprecated.
Return the classes and interfaces specified as source file names on the command line.
specifiedPackages() - Method in interface com.sun.javadoc.RootDoc
Deprecated.
Return the packages specified on the command line.
start(RootDoc) - Static method in class com.sun.javadoc.Doclet
Deprecated.
Generate documentation here.
subclassOf(ClassDoc) - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Test whether this class is a subclass of the specified class.
superBounds() - Method in interface com.sun.javadoc.WildcardType
Deprecated.
Return the lower bounds of this wildcard type argument as given by the super clause.
superclass() - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Return the superclass of this class.
superclassType() - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Return the superclass of this class.
superclassType() - Method in interface com.sun.javadoc.ParameterizedType
Deprecated.
Return the class type that is a direct supertype of this one.

T

Tag - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
ThrowsTag - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
Type - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
TypeVariable - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
tags() - Method in interface com.sun.javadoc.Doc
Deprecated.
Return all tags in this Doc item.
tags(String) - Method in interface com.sun.javadoc.Doc
Deprecated.
Return tags of the specified kind in this Doc item.
text() - Method in interface com.sun.javadoc.Tag
Deprecated.
Return the text of this tag, that is, the portion beyond tag name.
thrownExceptions() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Deprecated.
Return exceptions this method or constructor throws.
thrownExceptionTypes() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Deprecated.
Return exceptions this method or constructor throws.
throwsTags() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Deprecated.
Return the throws tags in this method.
toString() - Method in interface com.sun.javadoc.AnnotationValue
Deprecated.
Returns a string representation of the value.
toString() - Method in interface com.sun.javadoc.Parameter
Deprecated.
Returns a string representation of the parameter.
toString() - Method in interface com.sun.javadoc.SourcePosition
Deprecated.
Convert the source position to the form "Filename:line".
toString() - Method in interface com.sun.javadoc.Tag
Deprecated.
Convert this object to a string.
toString() - Method in interface com.sun.javadoc.Type
Deprecated.
Return a string representation of the type.
type() - Method in interface com.sun.javadoc.FieldDoc
Deprecated.
Get type of this field.
type() - Method in interface com.sun.javadoc.Parameter
Deprecated.
Get the type of this parameter.
typeArguments() - Method in interface com.sun.javadoc.ParameterizedType
Deprecated.
Return the actual type arguments of this type.
typeName() - Method in interface com.sun.javadoc.Parameter
Deprecated.
Get type name of this parameter.
typeName() - Method in interface com.sun.javadoc.Type
Deprecated.
Return unqualified name of type excluding any dimension information.
typeParameters() - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Return the formal type parameters of this class or interface.
typeParameters() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Deprecated.
Return the formal type parameters of this method or constructor.
typeParamTags() - Method in interface com.sun.javadoc.ClassDoc
Deprecated.
Return the type parameter tags of this class or interface.
typeParamTags() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Deprecated.
Return the type parameter tags in this method.

U

underlyingType() - Method in interface com.sun.javadoc.AnnotatedType
Deprecated.
Returns the underlying type.

V

validOptions(String[][], DocErrorReporter) - Static method in class com.sun.javadoc.Doclet
Deprecated.
Check that options have the correct arguments.
value() - Method in interface com.sun.javadoc.AnnotationDesc.ElementValuePair
Deprecated.
Returns the value associated with the annotation type element.
value() - Method in interface com.sun.javadoc.AnnotationValue
Deprecated.
Returns the value.
valueOf(String) - Static method in enum com.sun.javadoc.LanguageVersion
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sun.javadoc.LanguageVersion
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.

W

WildcardType - Interface in com.sun.javadoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links
Doclet API
DRAFT 9-Ubuntu+0-9b151-2

Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.

DRAFT 9-Ubuntu+0-9b151-2