- AnnotatedType - Interface in com.sun.javadoc
-
- AnnotationDesc - Interface in com.sun.javadoc
-
- AnnotationDesc.ElementValuePair - Interface in com.sun.javadoc
-
- AnnotationTypeDoc - Interface in com.sun.javadoc
-
- AnnotationTypeElementDoc - Interface in com.sun.javadoc
-
- AnnotationValue - Interface in com.sun.javadoc
-
- 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.
- 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.
- importedClasses() - Method in interface com.sun.javadoc.ClassDoc
-
- importedPackages() - Method in interface com.sun.javadoc.ClassDoc
-
- 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.
- 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
- Tag - Interface in com.sun.javadoc
-
- ThrowsTag - Interface in com.sun.javadoc
-
- Type - Interface in com.sun.javadoc
-
- TypeVariable - Interface in com.sun.javadoc
-
- 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.