Uses of Class
gw.gosudoc.com.sun.tools.javadoc.main.DocEnv

Packages that use DocEnv
Package
Description
 
  • Uses of DocEnv in gw.gosudoc.com.sun.tools.javadoc.main

    Modifier and Type
    Field
    Description
    private final DocEnv
    Comment.docenv
    Deprecated.
    Doc environment
    private final DocEnv
    DocLocale.docenv
    Deprecated.
    Enclosing DocEnv
    private DocEnv
    JavadocClassFinder.docenv
    Deprecated.
     
    (package private) final DocEnv
    JavadocEnter.docenv
    Deprecated.
     
    (package private) final DocEnv
    JavadocMemberEnter.docenv
    Deprecated.
     
    (package private) DocEnv
    JavadocTool.docenv
    Deprecated.
     
    protected final DocEnv
    AbstractTypeImpl.env
    Deprecated.
     
    private final DocEnv
    AnnotationDescImpl.ElementValuePairImpl.env
     
    private final DocEnv
    AnnotationDescImpl.env
    Deprecated.
     
    private final DocEnv
    AnnotationValueImpl.env
    Deprecated.
     
    protected final DocEnv
    DocImpl.env
    Deprecated.
    Doc environment
    private final DocEnv
    ParameterImpl.env
    Deprecated.
     
    (package private) DocEnv
    TypeMaker.ArrayTypeImpl.env
     
    Fields in gw.gosudoc.com.sun.tools.javadoc.main with type parameters of type DocEnv
    Modifier and Type
    Field
    Description
    protected static final com.sun.tools.javac.util.Context.Key<DocEnv>
    DocEnv.docEnvKey
    Deprecated.
     
    Modifier and Type
    Method
    Description
    (package private) DocEnv
    TagImpl.docenv()
    Deprecated.
     
    static DocEnv
    DocEnv.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 void
    SerializedForm.addMethodIfExist(DocEnv env, com.sun.tools.javac.code.Symbol.ClassSymbol def, String methodName)
    Deprecated.
     
    (package private) static String
    ClassDocImpl.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 void
    SerializedForm.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 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.
     
    private static Type
    TypeMaker.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 String
    TypeMaker.getTypeString(DocEnv env, com.sun.tools.javac.code.Type t, boolean full)
    Deprecated.
    Return the string representation of a type use.
    private void
    SerializedForm.mapSerialFieldTagImplsToFieldDocImpls(FieldDocImpl spfDoc, DocEnv env, com.sun.tools.javac.code.Symbol.ClassSymbol def)
    Deprecated.
     
    (package private) static String
    ParameterizedTypeImpl.parameterizedTypeToString(DocEnv env, com.sun.tools.javac.code.Type.ClassType cl, boolean full)
    Deprecated.
     
    private void
    RootDocImpl.setClasses(DocEnv env, com.sun.tools.javac.util.List<com.sun.tools.javac.tree.JCTree.JCClassDecl> classes)
    Deprecated.
    Initialize classes information.
    private void
    RootDocImpl.setPackages(DocEnv env, com.sun.tools.javac.util.List<String> packages)
    Deprecated.
    Initialize packages information.
    (package private) static String
    TypeMaker.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 String
    TypeMaker.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 String
    TypeVariableImpl.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 String
    WildcardTypeImpl.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
    Modifier
    Constructor
    Description
    protected
    AbstractTypeImpl(DocEnv env, com.sun.tools.javac.code.Type type)
    Deprecated.
     
    (package private)
    AnnotatedTypeImpl(DocEnv env, com.sun.tools.javac.code.Type type)
    Deprecated.
     
    (package private)
    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.
     
    (package private)
    AnnotationValueImpl(DocEnv env, com.sun.tools.javac.code.Attribute attr)
    Deprecated.
     
    (package private)
    ArrayTypeImpl(DocEnv env, com.sun.tools.javac.code.Type arrayType)
     
     
    ClassDocImpl(DocEnv env, com.sun.tools.javac.code.Symbol.ClassSymbol sym)
    Deprecated.
    Constructor
     
    ClassDocImpl(DocEnv env, com.sun.tools.javac.code.Symbol.ClassSymbol sym, com.sun.source.util.TreePath treePath)
    Deprecated.
    Constructor
     
    ConstructorDocImpl(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.
    (package private)
    DocImpl(DocEnv env, com.sun.source.util.TreePath treePath)
    Deprecated.
    Constructor.
    (package private)
    DocLocale(DocEnv docenv, String localeName, boolean useBreakIterator)
    Deprecated.
    Constructor
    (package private)
    ElementValuePairImpl(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.
    Constructor
     
    PackageDocImpl(DocEnv env, com.sun.tools.javac.code.Symbol.PackageSymbol sym, com.sun.source.util.TreePath treePath)
    Deprecated.
    Constructor
    (package private)
    ParameterImpl(DocEnv env, com.sun.tools.javac.code.Symbol.VarSymbol sym)
    Deprecated.
    Constructor of parameter info class.
    (package private)
    ParameterizedTypeImpl(DocEnv env, com.sun.tools.javac.code.Type type)
    Deprecated.
     
    protected
    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<String> packages, com.sun.tools.javac.util.List<String[]> options)
    Deprecated.
    Constructor used when reading source files.
     
    RootDocImpl(DocEnv env, com.sun.tools.javac.util.List<String> classes, com.sun.tools.javac.util.List<String[]> options)
    Deprecated.
    Constructor used when reading class files.
    (package private)
    SerializedForm(DocEnv env, com.sun.tools.javac.code.Symbol.ClassSymbol def, ClassDocImpl cd)
    Deprecated.
    Constructor.
    (package private)
    TypeVariableImpl(DocEnv env, com.sun.tools.javac.code.Type.TypeVar type)
    Deprecated.
     
    (package private)
    WildcardTypeImpl(DocEnv env, com.sun.tools.javac.code.Type.WildcardType type)
    Deprecated.