Doclet API
A C D E F G I K L M N O P Q R S T V

I

importedClasses() - Method in interface com.sun.javadoc.ClassDoc
Get the list of classes declared as imported.
importedPackages() - Method in interface com.sun.javadoc.ClassDoc
Get the list of packages declared as imported.
inlineTags() - Method in interface com.sun.javadoc.Tag
For documentation comment with embedded @link tags, return the array of Tags consisting of SeeTag(s) and text containing Tag(s).
inlineTags() - Method in interface com.sun.javadoc.Doc
Return comment as tags.
innerClasses() - Method in interface com.sun.javadoc.ClassDoc
Return inner classes within this class.
interfaces() - Method in interface com.sun.javadoc.PackageDoc
Get Interfaces in this package.
interfaces() - Method in interface com.sun.javadoc.ClassDoc
Return interfaces implemented by this class or interfaces extended by this interface.
isAbstract() - Method in interface com.sun.javadoc.MethodDoc
Return true if this method is abstract
isAbstract() - Method in interface com.sun.javadoc.ClassDoc
Return true if this class is abstract
isClass() - Method in interface com.sun.javadoc.Doc
Is this Doc item a class.
isConstructor() - Method in interface com.sun.javadoc.Doc
Is this Doc item a constructor? False until overridden.
isError() - Method in interface com.sun.javadoc.Doc
Is this Doc item a error class? False until overridden.
isException() - Method in interface com.sun.javadoc.Doc
Is this Doc item a exception class? False until overridden.
isExternalizable() - Method in interface com.sun.javadoc.ClassDoc
Return true if this class implements java.io.Externalizable.
isField() - Method in interface com.sun.javadoc.Doc
Is this Doc item a field? False until overridden.
isFinal() - Method in interface com.sun.javadoc.ProgramElementDoc
Return true if this program element is final
isIncluded() - Method in interface com.sun.javadoc.Doc
return true if this Doc is include in the active set.
isInterface() - Method in interface com.sun.javadoc.Doc
Is this Doc item a interface? False until overridden.
isMethod() - Method in interface com.sun.javadoc.Doc
Is this Doc item a simple method (i.e.
isNative() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Return true if this method is native
isOrdinaryClass() - Method in interface com.sun.javadoc.Doc
Is this Doc item a ordinary class (i.e.
isPackagePrivate() - Method in interface com.sun.javadoc.ProgramElementDoc
Return true if this program element is package private
isPrivate() - Method in interface com.sun.javadoc.ProgramElementDoc
Return true if this program element is private
isProtected() - Method in interface com.sun.javadoc.ProgramElementDoc
Return true if this program element is protected
isPublic() - Method in interface com.sun.javadoc.ProgramElementDoc
Return true if this program element is public
isSerializable() - Method in interface com.sun.javadoc.ClassDoc
Return true if this class implements java.io.Serializable.
isStatic() - Method in interface com.sun.javadoc.ProgramElementDoc
Return true if this program element is static
isSynchronized() - Method in interface com.sun.javadoc.ExecutableMemberDoc
Return true if this method is synchronized
isSynthetic() - Method in interface com.sun.javadoc.MemberDoc
Returns true if this member was synthesized by the compiler.
isTransient() - Method in interface com.sun.javadoc.FieldDoc
Return true if this field is transient
isVolatile() - Method in interface com.sun.javadoc.FieldDoc
Return true if this field is volatile

Doclet API
A C D E F G I K L M N O P Q R S T V
Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.