Uses of Interface
gw.gosudoc.com.sun.javadoc.Type
Packages that use Type
Package
Description
-
Uses of Type in gw.gosudoc.com.sun.javadoc
Subinterfaces of Type in gw.gosudoc.com.sun.javadocModifier and TypeInterfaceDescriptioninterface
Deprecated.interface
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.Methods in gw.gosudoc.com.sun.javadoc that return TypeModifier and TypeMethodDescriptionType[]
TypeVariable.bounds()
Deprecated.Return the bounds of this type variable.ParameterizedType.containingType()
Deprecated.Return the type that contains this type as a member.ThrowsTag.exceptionType()
Deprecated.Return the type of the exception associated with thisThrowsTag
.Type[]
WildcardType.extendsBounds()
Deprecated.Return the upper bounds of this wildcard type argument as given by the extends clause.Type.getElementType()
Deprecated.If this type is an array type, return the element type of the array.Type[]
ClassDoc.interfaceTypes()
Deprecated.Return interfaces implemented by this class or interfaces extended by this interface.Type[]
ParameterizedType.interfaceTypes()
Deprecated.Return the interface types directly implemented by or extended by this parameterized type.MethodDoc.overriddenType()
Deprecated.Return the type containing the method that this method overrides.ExecutableMemberDoc.receiverType()
Deprecated.Get the receiver type of this executable element.MethodDoc.returnType()
Deprecated.Get return type.Type[]
WildcardType.superBounds()
Deprecated.Return the lower bounds of this wildcard type argument as given by the super clause.ClassDoc.superclassType()
Deprecated.Return the superclass of this class.ParameterizedType.superclassType()
Deprecated.Return the class type that is a direct supertype of this one.Type[]
ExecutableMemberDoc.thrownExceptionTypes()
Deprecated.Return exceptions this method or constructor throws.FieldDoc.type()
Deprecated.Get type of this field.Parameter.type()
Deprecated.Get the type of this parameter.Type[]
ParameterizedType.typeArguments()
Deprecated.Return the actual type arguments of this type.AnnotatedType.underlyingType()
Deprecated.Returns the underlying type. -
Uses of Type in gw.gosudoc.com.sun.tools.doclets.formats.html
Fields in gw.gosudoc.com.sun.tools.doclets.formats.html declared as TypeModifier and TypeFieldDescriptionprotected Type
AnnotationTypeWriterImpl.next
Deprecated.protected Type
AnnotationTypeWriterImpl.prev
Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html that return TypeMethods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type TypeModifier and TypeMethodDescriptionvoid
MethodWriterImpl.addComments
(Type holder, MethodDoc method, Content methodDocTree) Deprecated.Add the comments for the given method.protected void
AbstractMemberWriter.addModifierAndType
(ProgramElementDoc member, Type type, Content tdSummaryType) Deprecated.Add the modifier and type for the member in the member summary.protected static void
MethodWriterImpl.addOverridden
(HtmlDocletWriter writer, Type overriddenType, MethodDoc method, Content dl) Deprecated.protected void
AbstractExecutableMemberWriter.addReceiverAnnotations
(ExecutableMemberDoc member, Type rcvrType, AnnotationDesc[] descList, Content tree) Deprecated.Add the receiver annotations information.WriterFactoryImpl.getAnnotationTypeWriter
(AnnotationTypeDoc annotationType, Type prevType, Type nextType) Deprecated.Return the writer for an annotation type.private Content
ClassWriterImpl.getClassInheritenceTree
(Type type) Deprecated.Get the class hierarchy tree for the given class.private Content
ClassWriterImpl.getTreeForClassHelper
(Type type) Deprecated.Get the class helper tree for the given class.protected Content
LinkFactoryImpl.getTypeParameterLink
(LinkInfo linkInfo, Type typeParam) Deprecated.Return the link to the given type parameter.TagletWriterImpl.throwsTagOutput
(Type throwsType) Deprecated.Return the output for the throws tag.Constructors in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type TypeModifierConstructorDescriptionAnnotationTypeWriterImpl
(ConfigurationImpl configuration, AnnotationTypeDoc annotationType, Type prevType, Type nextType) Deprecated.LinkInfoImpl
(ConfigurationImpl configuration, LinkInfoImpl.Kind context, Type type) Deprecated.Construct a LinkInfo object. -
Uses of Type in gw.gosudoc.com.sun.tools.doclets.internal.toolkit
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit with parameters of type TypeModifier and TypeMethodDescriptionvoid
MethodWriter.addComments
(Type holder, MethodDoc method, Content methodDocTree) Deprecated.Add the comments for the given method.WriterFactory.getAnnotationTypeWriter
(AnnotationTypeDoc annotationType, Type prevType, Type nextType) Deprecated.Return the writer for an annotation type. -
Uses of Type in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type TypeModifier and TypeMethodDescriptionBuilderFactory.getAnnotationTypeBuilder
(AnnotationTypeDoc annotationType, Type prevType, Type nextType) Deprecated.Return the builder for the annotation type. -
Uses of Type in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets with parameters of type TypeModifier and TypeMethodDescriptionprivate Content
ThrowsTaglet.inheritThrowsDocumentation
(Doc holder, Type[] declaredExceptionTypes, Set<String> alreadyDocumented, TagletWriter writer) Deprecated.Inherit throws documentation for exceptions that were declared but not documented.private Content
ThrowsTaglet.linkToUndocumentedDeclaredExceptions
(Type[] declaredExceptionTypes, Set<String> alreadyDocumented, TagletWriter writer) Deprecated.Add links for exceptions that are declared but not documented.protected abstract Content
TagletWriter.throwsTagOutput
(Type throwsType) Deprecated.Return the output for the throws tag. -
Uses of Type in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with type parameters of type TypeMethods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return TypeModifier and TypeMethodDescriptionUtils.getFirstVisibleSuperClass
(ClassDoc classDoc, Configuration configuration) Deprecated.Given a class, return the closest visible super class.ImplementedMethods.getMethodHolder
(MethodDoc methodDoc) Deprecated.private Type[]
Utils.interfaceTypesOf
(Type type) Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return types with arguments of type TypeModifier and TypeMethodDescriptionUtils.getAllInterfaces
(Type type, Configuration configuration) Deprecated.Utils.getAllInterfaces
(Type type, Configuration configuration, boolean sort) Deprecated.For the class return all implemented interfaces including the superinterfaces of the implementing interfaces, also iterate over for all the superclasses.Utils.makeTypeComparator()
Deprecated.Returns a TypeComparator object suitable for sorting Types.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type TypeModifier and TypeMethodDescriptionprivate void
Utils.addAllInterfaceTypes
(Map<ClassDoc, Type> results, Type type, Type[] interfaceTypes, boolean raw, Configuration configuration) Deprecated.private <T extends ProgramElementDoc>
voidClassUseMapper.addTypeParameterToMap
(Map<String, List<T>> map, Type type, T holder) Deprecated.int
Utils.getAllInterfaces
(Type type, Configuration configuration) Deprecated.Utils.getAllInterfaces
(Type type, Configuration configuration, boolean sort) Deprecated.For the class return all implemented interfaces including the superinterfaces of the implementing interfaces, also iterate over for all the superclasses.private Type[]
Utils.interfaceTypesOf
(Type type) Deprecated.Method parameters in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with type arguments of type TypeModifier and TypeMethodDescriptionprivate void
Utils.addAllInterfaceTypes
(Map<ClassDoc, Type> results, Type type, Type[] interfaceTypes, boolean raw, Configuration configuration) Deprecated.private void
Utils.findAllInterfaceTypes
(Map<ClassDoc, Type> results, ClassDoc c, boolean raw, Configuration configuration) Deprecated.private void
Utils.findAllInterfaceTypes
(Map<ClassDoc, Type> results, ParameterizedType p, Configuration configuration) Deprecated. -
Uses of Type in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links declared as TypeMethods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links with parameters of type TypeModifier and TypeMethodDescriptionprotected abstract Content
LinkFactory.getTypeParameterLink
(LinkInfo linkInfo, Type typeParam) Deprecated.Return the link to the given type parameter.private void
LinkFactory.setBoundsLinkInfo
(LinkInfo linkInfo, Type bound) Deprecated. -
Uses of Type in gw.gosudoc.com.sun.tools.javadoc.main
Classes in gw.gosudoc.com.sun.tools.javadoc.main that implement TypeModifier and TypeClassDescription(package private) class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.(package private) class
Deprecated.private static class
Deprecated.class
Deprecated.class
Deprecated.Fields in gw.gosudoc.com.sun.tools.javadoc.main declared as TypeModifier and TypeFieldDescriptionprivate Type
TypeMaker.ArrayTypeImpl.skipArraysCache
private final Type
ParameterImpl.type
Deprecated.Methods in gw.gosudoc.com.sun.tools.javadoc.main that return TypeModifier and TypeMethodDescriptionType[]
TypeVariableImpl.bounds()
Deprecated.Return the bounds of this type variable.ParameterizedTypeImpl.containingType()
Deprecated.Return the type that contains this type as a member.ThrowsTagImpl.exceptionType()
Deprecated.Return the type that represents the exception.Type[]
WildcardTypeImpl.extendsBounds()
Deprecated.Return the upper bounds of this wildcard type argument as given by the extends clause.AbstractTypeImpl.getElementType()
Deprecated.ClassDocImpl.getElementType()
Deprecated.PrimitiveType.getElementType()
Deprecated.TypeMaker.ArrayTypeImpl.getElementType()
static Type
Deprecated.static Type
Deprecated.static Type
TypeMaker.getType
(DocEnv env, com.sun.tools.javac.code.Type t, boolean errToClassDoc, boolean considerAnnotations) Deprecated.private static Type
TypeMaker.getTypeImpl
(DocEnv env, com.sun.tools.javac.code.Type t, boolean errToClassDoc, boolean considerAnnotations) Deprecated.static Type[]
Deprecated.Convert a list of javac types into an array of javadoc types.static Type[]
TypeMaker.getTypes
(DocEnv env, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type> ts, Type[] res) Deprecated.Like the above version, but use and return the array given.Type[]
ClassDocImpl.interfaceTypes()
Deprecated.Return interfaces implemented by this class or interfaces extended by this interface.Type[]
ParameterizedTypeImpl.interfaceTypes()
Deprecated.Return the interface types directly implemented by or extended by this parameterized type.MethodDocImpl.overriddenType()
Deprecated.Return the type containing the method that this method overrides.ExecutableMemberDocImpl.receiverType()
Deprecated.Get the receiver type of this executable element.MethodDocImpl.returnType()
Deprecated.Get return type.private Type
TypeMaker.ArrayTypeImpl.skipArrays()
Type[]
WildcardTypeImpl.superBounds()
Deprecated.Return the lower bounds of this wildcard type argument as given by the super clause.ClassDocImpl.superclassType()
Deprecated.Return the superclass of this class.ParameterizedTypeImpl.superclassType()
Deprecated.Return the class type that is a direct supertype of this one.Type[]
ExecutableMemberDocImpl.thrownExceptionTypes()
Deprecated.Return exceptions this method or constructor throws.FieldDocImpl.type()
Deprecated.Get type of this field.ParameterImpl.type()
Deprecated.Get the type of this parameter.Type[]
ParameterizedTypeImpl.typeArguments()
Deprecated.Return the actual type arguments of this type.AnnotatedTypeImpl.underlyingType()
Deprecated.Methods in gw.gosudoc.com.sun.tools.javadoc.main with parameters of type Type
jdk.javadoc.doclet
.