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 interface
AnnotatedType
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
AnnotationTypeDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
ClassDoc
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
ParameterizedType
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
TypeVariable
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.interface
WildcardType
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 Type Modifier and Type Method Description Type[]
TypeVariable. bounds()
Deprecated.Return the bounds of this type variable.Type
ParameterizedType. containingType()
Deprecated.Return the type that contains this type as a member.Type
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
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.Type
MethodDoc. overriddenType()
Deprecated.Return the type containing the method that this method overrides.Type
ExecutableMemberDoc. receiverType()
Deprecated.Get the receiver type of this executable element.Type
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.Type
ClassDoc. superclassType()
Deprecated.Return the superclass of this class.Type
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.Type
FieldDoc. type()
Deprecated.Get type of this field.Type
Parameter. type()
Deprecated.Get the type of this parameter.Type[]
ParameterizedType. typeArguments()
Deprecated.Return the actual type arguments of this type.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 Type Modifier and Type Field Description protected Type
AnnotationTypeWriterImpl. next
Deprecated.protected Type
AnnotationTypeWriterImpl. prev
Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type Type Modifier and Type Method Description void
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.AnnotationTypeWriter
WriterFactoryImpl. getAnnotationTypeWriter(AnnotationTypeDoc annotationType, Type prevType, Type nextType)
Deprecated.Return the writer for an annotation type.protected Content
LinkFactoryImpl. getTypeParameterLink(LinkInfo linkInfo, Type typeParam)
Deprecated.Return the link to the given type parameter.Content
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 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 void
MethodWriter. addComments(Type holder, MethodDoc method, Content methodDocTree)
Deprecated.Add the comments for the given method.AnnotationTypeWriter
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 Type Modifier and Type Method Description AbstractBuilder
BuilderFactory. 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 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
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return Type Modifier and Type Method Description Type
Utils. getFirstVisibleSuperClass(ClassDoc classDoc, Configuration configuration)
Deprecated.Given a class, return the closest visible super class.Type
ImplementedMethods. 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 Type
LinkInfo. type
Deprecated.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 Content
LinkFactory. 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 class
AnnotatedTypeImpl
Deprecated.class
AnnotationTypeDocImpl
Deprecated.class
ClassDocImpl
Deprecated.class
ParameterizedTypeImpl
Deprecated.class
TypeVariableImpl
Deprecated.class
WildcardTypeImpl
Deprecated.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.Type
ParameterizedTypeImpl. 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.Type
ClassDocImpl. getElementType()
Deprecated.static Type
TypeMaker. getType(DocEnv env, com.sun.tools.javac.code.Type t)
Deprecated.static Type
TypeMaker. getType(DocEnv env, com.sun.tools.javac.code.Type t, boolean errorToClassDoc)
Deprecated.static Type
TypeMaker. 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.Type
MethodDocImpl. overriddenType()
Deprecated.Return the type containing the method that this method overrides.Type
ExecutableMemberDocImpl. receiverType()
Deprecated.Get the receiver type of this executable element.Type
MethodDocImpl. returnType()
Deprecated.Get return type.Type[]
WildcardTypeImpl. superBounds()
Deprecated.Return the lower bounds of this wildcard type argument as given by the super clause.Type
ClassDocImpl. superclassType()
Deprecated.Return the superclass of this class.Type
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.Type
FieldDocImpl. type()
Deprecated.Get type of this field.Type[]
ParameterizedTypeImpl. typeArguments()
Deprecated.Return the actual type arguments of this type.Type
AnnotatedTypeImpl. 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.
-