Uses of Interface
gw.gosudoc.com.sun.javadoc.Type
-
Packages that use Type Package Description gw.gosudoc.com.sun.javadoc Note: The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.gw.gosudoc.com.sun.tools.doclets.formats.html This produces Javadoc's HTML-formatted API output.gw.gosudoc.com.sun.tools.doclets.internal.toolkit Contains the base classes that make up a doclet.gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders This doclet-independent package has a set of classes and interfaces that are the building blocks for doclets.gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets This package has classes used to generate Javadoc tag documentation.gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util This package has utility classes that perform common services required for API documentation generation.gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links Provides a factory for constructing links.gw.gosudoc.com.sun.tools.javadoc.main -
-
Uses of Type in gw.gosudoc.com.sun.javadoc
Subinterfaces of Type in gw.gosudoc.com.sun.javadoc Modifier and Type Interface Description interfaceAnnotatedTypeDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceAnnotationTypeDocDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceClassDocDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceParameterizedTypeDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceTypeVariableDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceWildcardTypeDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.Methods in gw.gosudoc.com.sun.javadoc that return Type Modifier and Type Method Description Type[]TypeVariable. bounds()Deprecated.Return the bounds of this type variable.TypeParameterizedType. containingType()Deprecated.Return the type that contains this type as a member.TypeThrowsTag. 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.TypeType. 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.TypeMethodDoc. overriddenType()Deprecated.Return the type containing the method that this method overrides.TypeExecutableMemberDoc. receiverType()Deprecated.Get the receiver type of this executable element.TypeMethodDoc. returnType()Deprecated.Get return type.Type[]WildcardType. superBounds()Deprecated.Return the lower bounds of this wildcard type argument as given by the super clause.TypeClassDoc. superclassType()Deprecated.Return the superclass of this class.TypeParameterizedType. 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.TypeFieldDoc. type()Deprecated.Get type of this field.TypeParameter. type()Deprecated.Get the type of this parameter.Type[]ParameterizedType. typeArguments()Deprecated.Return the actual type arguments of this type.TypeAnnotatedType. 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 Type Modifier and Type Field Description protected TypeAnnotationTypeWriterImpl. nextDeprecated.protected TypeAnnotationTypeWriterImpl. prevDeprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type Type Modifier and Type Method Description voidMethodWriterImpl. addComments(Type holder, MethodDoc method, Content methodDocTree)Deprecated.Add the comments for the given method.protected voidAbstractMemberWriter. addModifierAndType(ProgramElementDoc member, Type type, Content tdSummaryType)Deprecated.Add the modifier and type for the member in the member summary.protected static voidMethodWriterImpl. addOverridden(HtmlDocletWriter writer, Type overriddenType, MethodDoc method, Content dl)Deprecated.protected voidAbstractExecutableMemberWriter. addReceiverAnnotations(ExecutableMemberDoc member, Type rcvrType, AnnotationDesc[] descList, Content tree)Deprecated.Add the receiver annotations information.AnnotationTypeWriterWriterFactoryImpl. getAnnotationTypeWriter(AnnotationTypeDoc annotationType, Type prevType, Type nextType)Deprecated.Return the writer for an annotation type.protected ContentLinkFactoryImpl. getTypeParameterLink(LinkInfo linkInfo, Type typeParam)Deprecated.Return the link to the given type parameter.ContentTagletWriterImpl. 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 Type Constructor Description AnnotationTypeWriterImpl(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 Type Modifier and Type Method Description voidMethodWriter. addComments(Type holder, MethodDoc method, Content methodDocTree)Deprecated.Add the comments for the given method.AnnotationTypeWriterWriterFactory. 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 Type Modifier and Type Method Description AbstractBuilderBuilderFactory. 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 Type Modifier and Type Method Description protected abstract ContentTagletWriter. throwsTagOutput(Type throwsType)Deprecated.Return the output for the throws tag. -
Uses of Type in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return Type Modifier and Type Method Description TypeUtils. getFirstVisibleSuperClass(ClassDoc classDoc, Configuration configuration)Deprecated.Given a class, return the closest visible super class.TypeImplementedMethods. getMethodHolder(MethodDoc methodDoc)Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return types with arguments of type Type Modifier and Type Method Description List<Type>Utils. getAllInterfaces(Type type, Configuration configuration)Deprecated.List<Type>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.Comparator<Type>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 Type Modifier and Type Method Description List<Type>Utils. getAllInterfaces(Type type, Configuration configuration)Deprecated.List<Type>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. -
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 Type Modifier and Type Field Description TypeLinkInfo. typeDeprecated.The Type we want to link to.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links with parameters of type Type Modifier and Type Method Description protected abstract ContentLinkFactory. getTypeParameterLink(LinkInfo linkInfo, Type typeParam)Deprecated.Return the link to the given type parameter. -
Uses of Type in gw.gosudoc.com.sun.tools.javadoc.main
Classes in gw.gosudoc.com.sun.tools.javadoc.main that implement Type Modifier and Type Class Description classAnnotatedTypeImplDeprecated.classAnnotationTypeDocImplDeprecated.classClassDocImplDeprecated.classParameterizedTypeImplDeprecated.classTypeVariableImplDeprecated.classWildcardTypeImplDeprecated.Methods in gw.gosudoc.com.sun.tools.javadoc.main that return Type Modifier and Type Method Description Type[]TypeVariableImpl. bounds()Deprecated.Return the bounds of this type variable.TypeParameterizedTypeImpl. containingType()Deprecated.Return the type that contains this type as a member.Type[]WildcardTypeImpl. extendsBounds()Deprecated.Return the upper bounds of this wildcard type argument as given by the extends clause.TypeClassDocImpl. getElementType()Deprecated.static TypeTypeMaker. getType(DocEnv env, com.sun.tools.javac.code.Type t)Deprecated.static TypeTypeMaker. getType(DocEnv env, com.sun.tools.javac.code.Type t, boolean errorToClassDoc)Deprecated.static TypeTypeMaker. getType(DocEnv env, com.sun.tools.javac.code.Type t, boolean errToClassDoc, boolean considerAnnotations)Deprecated.static Type[]TypeMaker. getTypes(DocEnv env, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type> ts)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.TypeMethodDocImpl. overriddenType()Deprecated.Return the type containing the method that this method overrides.TypeExecutableMemberDocImpl. receiverType()Deprecated.Get the receiver type of this executable element.TypeMethodDocImpl. returnType()Deprecated.Get return type.Type[]WildcardTypeImpl. superBounds()Deprecated.Return the lower bounds of this wildcard type argument as given by the super clause.TypeClassDocImpl. superclassType()Deprecated.Return the superclass of this class.TypeParameterizedTypeImpl. 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.TypeFieldDocImpl. type()Deprecated.Get type of this field.Type[]ParameterizedTypeImpl. typeArguments()Deprecated.Return the actual type arguments of this type.TypeAnnotatedTypeImpl. underlyingType()Deprecated.Methods in gw.gosudoc.com.sun.tools.javadoc.main with parameters of type Type Modifier and Type Method Description 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.
-