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
    protected final DocEnv
    AbstractTypeImpl.env
    Deprecated.
     
    protected final DocEnv
    AbstractTypeImpl.env
    Deprecated.
     
    protected final DocEnv
    AbstractTypeImpl.env
    Deprecated.
     
    protected final DocEnv
    AbstractTypeImpl.env
    Deprecated.
     
    protected final DocEnv
    DocImpl.env
    Deprecated.
    Doc environment
    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
    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
    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.
    Constructors in gw.gosudoc.com.sun.tools.javadoc.main with parameters of type DocEnv
    Modifier
    Constructor
    Description
     
    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.
     
     
    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.
     
    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
    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.