Uses of Class
gw.gosudoc.com.sun.tools.javadoc.main.DocEnv
-
Packages that use DocEnv Package Description gw.gosudoc.com.sun.tools.javadoc.main -
-
Uses of DocEnv in gw.gosudoc.com.sun.tools.javadoc.main
Fields in gw.gosudoc.com.sun.tools.javadoc.main declared as DocEnv Modifier and Type Field Description private DocEnvComment. docenvDeprecated.Doc environmentprivate DocEnvDocLocale. docenvDeprecated.Enclosing DocEnvprivate DocEnvJavadocClassFinder. docenvDeprecated.(package private) DocEnvJavadocEnter. docenvDeprecated.(package private) DocEnvJavadocMemberEnter. docenvDeprecated.(package private) DocEnvJavadocTool. docenvDeprecated.protected DocEnvAbstractTypeImpl. envDeprecated.private DocEnvAnnotationDescImpl.ElementValuePairImpl. envprivate DocEnvAnnotationDescImpl. envDeprecated.private DocEnvAnnotationValueImpl. envDeprecated.protected DocEnvDocImpl. envDeprecated.Doc environmentprivate DocEnvParameterImpl. envDeprecated.(package private) DocEnvTypeMaker.ArrayTypeImpl. envFields in gw.gosudoc.com.sun.tools.javadoc.main with type parameters of type DocEnv Modifier and Type Field Description protected static com.sun.tools.javac.util.Context.Key<DocEnv>DocEnv. docEnvKeyDeprecated.Methods in gw.gosudoc.com.sun.tools.javadoc.main that return DocEnv Modifier and Type Method Description (package private) DocEnvTagImpl. docenv()Deprecated.static DocEnvDocEnv. instance(com.sun.tools.javac.util.Context context)Deprecated.Methods in gw.gosudoc.com.sun.tools.javadoc.main with parameters of type DocEnv Modifier and Type Method Description private voidSerializedForm. addMethodIfExist(DocEnv env, com.sun.tools.javac.code.Symbol.ClassSymbol def, java.lang.String methodName)Deprecated.(package private) static java.lang.StringClassDocImpl. classToString(DocEnv env, com.sun.tools.javac.code.Symbol.ClassSymbol c, boolean full)Deprecated.Return the class name with any type parameters as a string.private voidSerializedForm. computeDefaultSerializableFields(DocEnv env, com.sun.tools.javac.code.Symbol.ClassSymbol def, ClassDocImpl cd)Deprecated.private static com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type>TypeVariableImpl. getBounds(com.sun.tools.javac.code.Type.TypeVar v, DocEnv env)Deprecated.Get the bounds of a type variable as listed in the "extends" clause.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.private static TypeTypeMaker. getTypeImpl(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.(package private) static java.lang.StringTypeMaker. getTypeString(DocEnv env, com.sun.tools.javac.code.Type t, boolean full)Deprecated.Return the string representation of a type use.private voidSerializedForm. mapSerialFieldTagImplsToFieldDocImpls(FieldDocImpl spfDoc, DocEnv env, com.sun.tools.javac.code.Symbol.ClassSymbol def)Deprecated.(package private) static java.lang.StringParameterizedTypeImpl. parameterizedTypeToString(DocEnv env, com.sun.tools.javac.code.Type.ClassType cl, boolean full)Deprecated.private voidRootDocImpl. setClasses(DocEnv env, com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree.JCClassDecl> classes)Deprecated.Initialize classes information.private voidRootDocImpl. setPackages(DocEnv env, com.sun.tools.javac.util.List<java.lang.String> packages)Deprecated.Initialize packages information.(package private) static java.lang.StringTypeMaker. typeArgumentsString(DocEnv env, com.sun.tools.javac.code.Type.ClassType cl, boolean full)Deprecated.Return the actual type arguments of a parameterized type as an angle-bracketed string.(package private) static java.lang.StringTypeMaker. typeParametersString(DocEnv env, com.sun.tools.javac.code.Symbol sym, boolean full)Deprecated.Return the formal type parameters of a class or method as an angle-bracketed string.(package private) static java.lang.StringTypeVariableImpl. typeVarToString(DocEnv env, com.sun.tools.javac.code.Type.TypeVar v, boolean full)Deprecated.Return the string form of a type variable along with any "extends" clause.(package private) static java.lang.StringWildcardTypeImpl. wildcardTypeToString(DocEnv env, com.sun.tools.javac.code.Type.WildcardType wildThing, boolean full)Deprecated.Return the string form of a wildcard type ("?") along with any "extends" or "super" clause.Constructors in gw.gosudoc.com.sun.tools.javadoc.main with parameters of type DocEnv Constructor Description AbstractTypeImpl(DocEnv env, com.sun.tools.javac.code.Type type)Deprecated.AnnotatedTypeImpl(DocEnv env, com.sun.tools.javac.code.Type type)Deprecated.AnnotationDescImpl(DocEnv env, com.sun.tools.javac.code.Attribute.Compound annotation)Deprecated.AnnotationTypeDocImpl(DocEnv env, com.sun.tools.javac.code.Symbol.ClassSymbol sym)Deprecated.AnnotationTypeDocImpl(DocEnv env, com.sun.tools.javac.code.Symbol.ClassSymbol sym, com.sun.source.util.TreePath treePath)Deprecated.AnnotationTypeElementDocImpl(DocEnv env, com.sun.tools.javac.code.Symbol.MethodSymbol sym)Deprecated.AnnotationTypeElementDocImpl(DocEnv env, com.sun.tools.javac.code.Symbol.MethodSymbol sym, com.sun.source.util.TreePath treePath)Deprecated.AnnotationValueImpl(DocEnv env, com.sun.tools.javac.code.Attribute attr)Deprecated.ArrayTypeImpl(DocEnv env, com.sun.tools.javac.code.Type arrayType)ClassDocImpl(DocEnv env, com.sun.tools.javac.code.Symbol.ClassSymbol sym)Deprecated.ConstructorClassDocImpl(DocEnv env, com.sun.tools.javac.code.Symbol.ClassSymbol sym, com.sun.source.util.TreePath treePath)Deprecated.ConstructorConstructorDocImpl(DocEnv env, com.sun.tools.javac.code.Symbol.MethodSymbol sym)Deprecated.constructor.ConstructorDocImpl(DocEnv env, com.sun.tools.javac.code.Symbol.MethodSymbol sym, com.sun.source.util.TreePath treePath)Deprecated.constructor.DocImpl(DocEnv env, com.sun.source.util.TreePath treePath)Deprecated.Constructor.DocLocale(DocEnv docenv, java.lang.String localeName, boolean useBreakIterator)Deprecated.ConstructorElementValuePairImpl(DocEnv env, com.sun.tools.javac.code.Symbol.MethodSymbol meth, com.sun.tools.javac.code.Attribute value)ExecutableMemberDocImpl(DocEnv env, com.sun.tools.javac.code.Symbol.MethodSymbol sym)Deprecated.Constructor.ExecutableMemberDocImpl(DocEnv env, com.sun.tools.javac.code.Symbol.MethodSymbol sym, com.sun.source.util.TreePath treePath)Deprecated.Constructor.FieldDocImpl(DocEnv env, com.sun.tools.javac.code.Symbol.VarSymbol sym)Deprecated.Constructor.FieldDocImpl(DocEnv env, com.sun.tools.javac.code.Symbol.VarSymbol sym, com.sun.source.util.TreePath treePath)Deprecated.Constructor.MemberDocImpl(DocEnv env, com.sun.tools.javac.code.Symbol sym, com.sun.source.util.TreePath treePath)Deprecated.constructor.MethodDocImpl(DocEnv env, com.sun.tools.javac.code.Symbol.MethodSymbol sym)Deprecated.constructor.MethodDocImpl(DocEnv env, com.sun.tools.javac.code.Symbol.MethodSymbol sym, com.sun.source.util.TreePath treePath)Deprecated.constructor.PackageDocImpl(DocEnv env, com.sun.tools.javac.code.Symbol.PackageSymbol sym)Deprecated.ConstructorPackageDocImpl(DocEnv env, com.sun.tools.javac.code.Symbol.PackageSymbol sym, com.sun.source.util.TreePath treePath)Deprecated.ConstructorParameterImpl(DocEnv env, com.sun.tools.javac.code.Symbol.VarSymbol sym)Deprecated.Constructor of parameter info class.ParameterizedTypeImpl(DocEnv env, com.sun.tools.javac.code.Type type)Deprecated.ProgramElementDocImpl(DocEnv env, com.sun.tools.javac.code.Symbol sym, com.sun.source.util.TreePath treePath)Deprecated.RootDocImpl(DocEnv env, com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree.JCClassDecl> classes, com.sun.tools.javac.util.List<java.lang.String> packages, com.sun.tools.javac.util.List<java.lang.String[]> options)Deprecated.Constructor used when reading source files.RootDocImpl(DocEnv env, com.sun.tools.javac.util.List<java.lang.String> classes, com.sun.tools.javac.util.List<java.lang.String[]> options)Deprecated.Constructor used when reading class files.SerializedForm(DocEnv env, com.sun.tools.javac.code.Symbol.ClassSymbol def, ClassDocImpl cd)Deprecated.Constructor.TypeVariableImpl(DocEnv env, com.sun.tools.javac.code.Type.TypeVar type)Deprecated.WildcardTypeImpl(DocEnv env, com.sun.tools.javac.code.Type.WildcardType type)Deprecated.
-