langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/ClassTree.java
author briangoetz
Wed, 18 Dec 2013 16:05:18 -0500
changeset 22163 3651128c74eb
parent 22159 682da512ec17
child 25454 376a52c9540c
permissions -rw-r--r--
8030244: Update langtools to use Diamond Reviewed-by: darcy
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
/*
16319
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 14260
diff changeset
     2
 * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
 *
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 1789
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 1789
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
 *
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
 * accompanied this code).
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
 *
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
 *
5520
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 1789
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 1789
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
86e4b9a9da40 6943119: Rebrand source copyright notices
ohair
parents: 1789
diff changeset
    23
 * questions.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    24
 */
06bc494ca11e Initial load
duke
parents:
diff changeset
    25
06bc494ca11e Initial load
duke
parents:
diff changeset
    26
package com.sun.tools.doclets.internal.toolkit.util;
06bc494ca11e Initial load
duke
parents:
diff changeset
    27
14258
8d2148961366 8000663: clean up langtools imports
jjg
parents: 9606
diff changeset
    28
import java.util.*;
8d2148961366 8000663: clean up langtools imports
jjg
parents: 9606
diff changeset
    29
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    30
import com.sun.javadoc.*;
14258
8d2148961366 8000663: clean up langtools imports
jjg
parents: 9606
diff changeset
    31
import com.sun.tools.doclets.internal.toolkit.*;
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    32
06bc494ca11e Initial load
duke
parents:
diff changeset
    33
/**
06bc494ca11e Initial load
duke
parents:
diff changeset
    34
 * Build Class Hierarchy for all the Classes. This class builds the Class
06bc494ca11e Initial load
duke
parents:
diff changeset
    35
 * Tree and the Interface Tree separately.
06bc494ca11e Initial load
duke
parents:
diff changeset
    36
 *
14260
727a84636f12 8000665: fix "internal API" comments on javadoc files
jjg
parents: 14258
diff changeset
    37
 *  <p><b>This is NOT part of any supported API.
727a84636f12 8000665: fix "internal API" comments on javadoc files
jjg
parents: 14258
diff changeset
    38
 *  If you write code that depends on this, you do so at your own risk.
727a84636f12 8000665: fix "internal API" comments on javadoc files
jjg
parents: 14258
diff changeset
    39
 *  This code and its internal interfaces are subject to change or
727a84636f12 8000665: fix "internal API" comments on javadoc files
jjg
parents: 14258
diff changeset
    40
 *  deletion without notice.</b>
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    41
 *
06bc494ca11e Initial load
duke
parents:
diff changeset
    42
 * @see java.util.HashMap
06bc494ca11e Initial load
duke
parents:
diff changeset
    43
 * @see java.util.List
06bc494ca11e Initial load
duke
parents:
diff changeset
    44
 * @see com.sun.javadoc.Type
06bc494ca11e Initial load
duke
parents:
diff changeset
    45
 * @see com.sun.javadoc.ClassDoc
06bc494ca11e Initial load
duke
parents:
diff changeset
    46
 * @author Atul M Dambalkar
06bc494ca11e Initial load
duke
parents:
diff changeset
    47
 */
06bc494ca11e Initial load
duke
parents:
diff changeset
    48
public class ClassTree {
06bc494ca11e Initial load
duke
parents:
diff changeset
    49
06bc494ca11e Initial load
duke
parents:
diff changeset
    50
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
    51
     * List of baseclasses. Contains only java.lang.Object. Can be used to get
06bc494ca11e Initial load
duke
parents:
diff changeset
    52
     * the mapped listing of sub-classes.
06bc494ca11e Initial load
duke
parents:
diff changeset
    53
     */
22163
3651128c74eb 8030244: Update langtools to use Diamond
briangoetz
parents: 22159
diff changeset
    54
    private List<ClassDoc> baseclasses = new ArrayList<>();
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    55
06bc494ca11e Initial load
duke
parents:
diff changeset
    56
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
    57
    * Mapping for each Class with their SubClasses
06bc494ca11e Initial load
duke
parents:
diff changeset
    58
    */
22163
3651128c74eb 8030244: Update langtools to use Diamond
briangoetz
parents: 22159
diff changeset
    59
    private Map<ClassDoc,List<ClassDoc>> subclasses = new HashMap<>();
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    60
06bc494ca11e Initial load
duke
parents:
diff changeset
    61
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
    62
     * List of base-interfaces. Contains list of all the interfaces who do not
06bc494ca11e Initial load
duke
parents:
diff changeset
    63
     * have super-interfaces. Can be used to get the mapped listing of
06bc494ca11e Initial load
duke
parents:
diff changeset
    64
     * sub-interfaces.
06bc494ca11e Initial load
duke
parents:
diff changeset
    65
     */
22163
3651128c74eb 8030244: Update langtools to use Diamond
briangoetz
parents: 22159
diff changeset
    66
    private List<ClassDoc> baseinterfaces = new ArrayList<>();
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    67
06bc494ca11e Initial load
duke
parents:
diff changeset
    68
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
    69
    * Mapping for each Interface with their SubInterfaces
06bc494ca11e Initial load
duke
parents:
diff changeset
    70
    */
22163
3651128c74eb 8030244: Update langtools to use Diamond
briangoetz
parents: 22159
diff changeset
    71
    private Map<ClassDoc,List<ClassDoc>> subinterfaces = new HashMap<>();
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    72
22163
3651128c74eb 8030244: Update langtools to use Diamond
briangoetz
parents: 22159
diff changeset
    73
    private List<ClassDoc> baseEnums = new ArrayList<>();
3651128c74eb 8030244: Update langtools to use Diamond
briangoetz
parents: 22159
diff changeset
    74
    private Map<ClassDoc,List<ClassDoc>> subEnums = new HashMap<>();
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    75
22163
3651128c74eb 8030244: Update langtools to use Diamond
briangoetz
parents: 22159
diff changeset
    76
    private List<ClassDoc> baseAnnotationTypes = new ArrayList<>();
3651128c74eb 8030244: Update langtools to use Diamond
briangoetz
parents: 22159
diff changeset
    77
    private Map<ClassDoc,List<ClassDoc>> subAnnotationTypes = new HashMap<>();
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    78
06bc494ca11e Initial load
duke
parents:
diff changeset
    79
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
    80
    * Mapping for each Interface with classes who implement it.
06bc494ca11e Initial load
duke
parents:
diff changeset
    81
    */
22163
3651128c74eb 8030244: Update langtools to use Diamond
briangoetz
parents: 22159
diff changeset
    82
    private Map<ClassDoc,List<ClassDoc>> implementingclasses = new HashMap<>();
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    83
06bc494ca11e Initial load
duke
parents:
diff changeset
    84
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
    85
     * Constructor. Build the Tree using the Root of this Javadoc run.
06bc494ca11e Initial load
duke
parents:
diff changeset
    86
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
    87
     * @param configuration the configuration of the doclet.
06bc494ca11e Initial load
duke
parents:
diff changeset
    88
     * @param noDeprecated Don't add deprecated classes in the class tree, if
06bc494ca11e Initial load
duke
parents:
diff changeset
    89
     * true.
06bc494ca11e Initial load
duke
parents:
diff changeset
    90
     */
06bc494ca11e Initial load
duke
parents:
diff changeset
    91
    public ClassTree(Configuration configuration, boolean noDeprecated) {
06bc494ca11e Initial load
duke
parents:
diff changeset
    92
        configuration.message.notice("doclet.Building_Tree");
06bc494ca11e Initial load
duke
parents:
diff changeset
    93
        buildTree(configuration.root.classes(), configuration);
06bc494ca11e Initial load
duke
parents:
diff changeset
    94
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
    95
06bc494ca11e Initial load
duke
parents:
diff changeset
    96
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
    97
     * Constructor. Build the Tree using the Root of this Javadoc run.
06bc494ca11e Initial load
duke
parents:
diff changeset
    98
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
    99
     * @param root Root of the Document.
06bc494ca11e Initial load
duke
parents:
diff changeset
   100
     * @param configuration The curren configuration of the doclet.
06bc494ca11e Initial load
duke
parents:
diff changeset
   101
     */
06bc494ca11e Initial load
duke
parents:
diff changeset
   102
    public ClassTree(RootDoc root, Configuration configuration) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   103
        buildTree(root.classes(), configuration);
06bc494ca11e Initial load
duke
parents:
diff changeset
   104
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   105
06bc494ca11e Initial load
duke
parents:
diff changeset
   106
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   107
     * Constructor. Build the tree for the given array of classes.
06bc494ca11e Initial load
duke
parents:
diff changeset
   108
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   109
     * @param classes Array of classes.
06bc494ca11e Initial load
duke
parents:
diff changeset
   110
     * @param configuration The curren configuration of the doclet.
06bc494ca11e Initial load
duke
parents:
diff changeset
   111
     */
06bc494ca11e Initial load
duke
parents:
diff changeset
   112
    public ClassTree(ClassDoc[] classes, Configuration configuration) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   113
        buildTree(classes, configuration);
06bc494ca11e Initial load
duke
parents:
diff changeset
   114
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   115
06bc494ca11e Initial load
duke
parents:
diff changeset
   116
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   117
     * Generate mapping for the sub-classes for every class in this run.
06bc494ca11e Initial load
duke
parents:
diff changeset
   118
     * Return the sub-class list for java.lang.Object which will be having
06bc494ca11e Initial load
duke
parents:
diff changeset
   119
     * sub-class listing for itself and also for each sub-class itself will
06bc494ca11e Initial load
duke
parents:
diff changeset
   120
     * have their own sub-class lists.
06bc494ca11e Initial load
duke
parents:
diff changeset
   121
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   122
     * @param classes all the classes in this run.
06bc494ca11e Initial load
duke
parents:
diff changeset
   123
     * @param configuration the current configuration of the doclet.
06bc494ca11e Initial load
duke
parents:
diff changeset
   124
     */
06bc494ca11e Initial load
duke
parents:
diff changeset
   125
    private void buildTree(ClassDoc[] classes, Configuration configuration) {
22159
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   126
        for (ClassDoc aClass : classes) {
9606
e5a619cb5dd3 6492694: @deprecated tag doesn't work in package-info files.
bpatel
parents: 5520
diff changeset
   127
            // In the tree page (e.g overview-tree.html) do not include
e5a619cb5dd3 6492694: @deprecated tag doesn't work in package-info files.
bpatel
parents: 5520
diff changeset
   128
            // information of classes which are deprecated or are a part of a
e5a619cb5dd3 6492694: @deprecated tag doesn't work in package-info files.
bpatel
parents: 5520
diff changeset
   129
            // deprecated package.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   130
            if (configuration.nodeprecated &&
22159
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   131
                    (Util.isDeprecated(aClass) ||
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   132
                    Util.isDeprecated(aClass.containingPackage()))) {
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   133
                continue;
06bc494ca11e Initial load
duke
parents:
diff changeset
   134
            }
16319
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 14260
diff changeset
   135
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 14260
diff changeset
   136
            if (configuration.javafx
22159
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   137
                    && aClass.tags("treatAsPrivate").length > 0) {
16319
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 14260
diff changeset
   138
                continue;
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 14260
diff changeset
   139
            }
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 14260
diff changeset
   140
22159
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   141
            if (aClass.isEnum()) {
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   142
                processType(aClass, configuration, baseEnums, subEnums);
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   143
            } else if (aClass.isClass()) {
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   144
                processType(aClass, configuration, baseclasses, subclasses);
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   145
            } else if (aClass.isInterface()) {
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   146
                processInterface(aClass);
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   147
                List<ClassDoc> list = implementingclasses.get(aClass);
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   148
                if (list != null) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   149
                    Collections.sort(list);
06bc494ca11e Initial load
duke
parents:
diff changeset
   150
                }
22159
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   151
            } else if (aClass.isAnnotationType()) {
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   152
                processType(aClass, configuration, baseAnnotationTypes,
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   153
                    subAnnotationTypes);
06bc494ca11e Initial load
duke
parents:
diff changeset
   154
            }
06bc494ca11e Initial load
duke
parents:
diff changeset
   155
        }
06bc494ca11e Initial load
duke
parents:
diff changeset
   156
06bc494ca11e Initial load
duke
parents:
diff changeset
   157
        Collections.sort(baseinterfaces);
22159
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   158
        for (List<ClassDoc> docs : subinterfaces.values()) {
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   159
            Collections.sort(docs);
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   160
        }
22159
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   161
        for (List<ClassDoc> docs : subclasses.values()) {
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   162
            Collections.sort(docs);
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   163
        }
06bc494ca11e Initial load
duke
parents:
diff changeset
   164
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   165
06bc494ca11e Initial load
duke
parents:
diff changeset
   166
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   167
     * For the class passed map it to it's own sub-class listing.
06bc494ca11e Initial load
duke
parents:
diff changeset
   168
     * For the Class passed, get the super class,
06bc494ca11e Initial load
duke
parents:
diff changeset
   169
     * if superclass is non null, (it is not "java.lang.Object")
06bc494ca11e Initial load
duke
parents:
diff changeset
   170
     *    get the "value" from the hashmap for this key Class
06bc494ca11e Initial load
duke
parents:
diff changeset
   171
     *    if entry not found create one and get that.
06bc494ca11e Initial load
duke
parents:
diff changeset
   172
     *    add this Class as a sub class in the list
06bc494ca11e Initial load
duke
parents:
diff changeset
   173
     *    Recurse till hits java.lang.Object Null SuperClass.
06bc494ca11e Initial load
duke
parents:
diff changeset
   174
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   175
     * @param cd class for which sub-class mapping to be generated.
06bc494ca11e Initial load
duke
parents:
diff changeset
   176
     * @param configuration the current configurtation of the doclet.
06bc494ca11e Initial load
duke
parents:
diff changeset
   177
     */
06bc494ca11e Initial load
duke
parents:
diff changeset
   178
    private void processType(ClassDoc cd, Configuration configuration,
868
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   179
            List<ClassDoc> bases, Map<ClassDoc,List<ClassDoc>> subs) {
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   180
        ClassDoc superclass = Util.getFirstVisibleSuperClassCD(cd, configuration);
06bc494ca11e Initial load
duke
parents:
diff changeset
   181
        if (superclass != null) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   182
            if (!add(subs, superclass, cd)) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   183
                return;
06bc494ca11e Initial load
duke
parents:
diff changeset
   184
            } else {
06bc494ca11e Initial load
duke
parents:
diff changeset
   185
                processType(superclass, configuration, bases, subs);
06bc494ca11e Initial load
duke
parents:
diff changeset
   186
            }
06bc494ca11e Initial load
duke
parents:
diff changeset
   187
        } else {     // cd is java.lang.Object, add it once to the list
06bc494ca11e Initial load
duke
parents:
diff changeset
   188
            if (!bases.contains(cd)) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   189
                bases.add(cd);
06bc494ca11e Initial load
duke
parents:
diff changeset
   190
            }
06bc494ca11e Initial load
duke
parents:
diff changeset
   191
        }
1789
7ac8c0815000 6765045: Remove rawtypes warnings from langtools
mcimadamore
parents: 1264
diff changeset
   192
        List<Type> intfacs = Util.getAllInterfaces(cd, configuration);
22159
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   193
        for (Type intfac : intfacs) {
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   194
            add(implementingclasses, intfac.asClassDoc(), cd);
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   195
        }
06bc494ca11e Initial load
duke
parents:
diff changeset
   196
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   197
06bc494ca11e Initial load
duke
parents:
diff changeset
   198
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   199
     * For the interface passed get the interfaces which it extends, and then
06bc494ca11e Initial load
duke
parents:
diff changeset
   200
     * put this interface in the sub-interface list of those interfaces. Do it
06bc494ca11e Initial load
duke
parents:
diff changeset
   201
     * recursively. If a interface doesn't have super-interface just attach
06bc494ca11e Initial load
duke
parents:
diff changeset
   202
     * that interface in the list of all the baseinterfaces.
06bc494ca11e Initial load
duke
parents:
diff changeset
   203
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   204
     * @param cd Interface under consideration.
06bc494ca11e Initial load
duke
parents:
diff changeset
   205
     */
06bc494ca11e Initial load
duke
parents:
diff changeset
   206
    private void processInterface(ClassDoc cd) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   207
        ClassDoc[] intfacs = cd.interfaces();
06bc494ca11e Initial load
duke
parents:
diff changeset
   208
        if (intfacs.length > 0) {
22159
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   209
            for (ClassDoc intfac : intfacs) {
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   210
                if (!add(subinterfaces, intfac, cd)) {
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   211
                    return;
06bc494ca11e Initial load
duke
parents:
diff changeset
   212
                } else {
22159
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   213
                    processInterface(intfac);   // Recurse
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   214
                }
06bc494ca11e Initial load
duke
parents:
diff changeset
   215
            }
06bc494ca11e Initial load
duke
parents:
diff changeset
   216
        } else {
06bc494ca11e Initial load
duke
parents:
diff changeset
   217
            // we need to add all the interfaces who do not have
06bc494ca11e Initial load
duke
parents:
diff changeset
   218
            // super-interfaces to baseinterfaces list to traverse them
06bc494ca11e Initial load
duke
parents:
diff changeset
   219
            if (!baseinterfaces.contains(cd)) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   220
                baseinterfaces.add(cd);
06bc494ca11e Initial load
duke
parents:
diff changeset
   221
            }
06bc494ca11e Initial load
duke
parents:
diff changeset
   222
        }
06bc494ca11e Initial load
duke
parents:
diff changeset
   223
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   224
06bc494ca11e Initial load
duke
parents:
diff changeset
   225
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   226
     * Adjust the Class Tree. Add the class interface  in to it's super-class'
06bc494ca11e Initial load
duke
parents:
diff changeset
   227
     * or super-interface's sub-interface list.
06bc494ca11e Initial load
duke
parents:
diff changeset
   228
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   229
     * @param map the entire map.
06bc494ca11e Initial load
duke
parents:
diff changeset
   230
     * @param superclass java.lang.Object or the super-interface.
06bc494ca11e Initial load
duke
parents:
diff changeset
   231
     * @param cd sub-interface to be mapped.
06bc494ca11e Initial load
duke
parents:
diff changeset
   232
     * @returns boolean true if class added, false if class already processed.
06bc494ca11e Initial load
duke
parents:
diff changeset
   233
     */
868
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   234
    private boolean add(Map<ClassDoc,List<ClassDoc>> map, ClassDoc superclass, ClassDoc cd) {
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   235
        List<ClassDoc> list = map.get(superclass);
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   236
        if (list == null) {
22163
3651128c74eb 8030244: Update langtools to use Diamond
briangoetz
parents: 22159
diff changeset
   237
            list = new ArrayList<>();
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   238
            map.put(superclass, list);
06bc494ca11e Initial load
duke
parents:
diff changeset
   239
        }
06bc494ca11e Initial load
duke
parents:
diff changeset
   240
        if (list.contains(cd)) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   241
            return false;
06bc494ca11e Initial load
duke
parents:
diff changeset
   242
        } else {
06bc494ca11e Initial load
duke
parents:
diff changeset
   243
            list.add(cd);
06bc494ca11e Initial load
duke
parents:
diff changeset
   244
        }
06bc494ca11e Initial load
duke
parents:
diff changeset
   245
        return true;
06bc494ca11e Initial load
duke
parents:
diff changeset
   246
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   247
06bc494ca11e Initial load
duke
parents:
diff changeset
   248
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   249
     * From the map return the list of sub-classes or sub-interfaces. If list
06bc494ca11e Initial load
duke
parents:
diff changeset
   250
     * is null create a new one and return it.
06bc494ca11e Initial load
duke
parents:
diff changeset
   251
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   252
     * @param map The entire map.
06bc494ca11e Initial load
duke
parents:
diff changeset
   253
     * @param cd class for which the sub-class list is requested.
06bc494ca11e Initial load
duke
parents:
diff changeset
   254
     * @returns List Sub-Class list for the class passed.
06bc494ca11e Initial load
duke
parents:
diff changeset
   255
     */
868
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   256
    private List<ClassDoc> get(Map<ClassDoc,List<ClassDoc>> map, ClassDoc cd) {
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   257
        List<ClassDoc> list = map.get(cd);
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   258
        if (list == null) {
22163
3651128c74eb 8030244: Update langtools to use Diamond
briangoetz
parents: 22159
diff changeset
   259
            return new ArrayList<>();
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   260
        }
06bc494ca11e Initial load
duke
parents:
diff changeset
   261
        return list;
06bc494ca11e Initial load
duke
parents:
diff changeset
   262
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   263
06bc494ca11e Initial load
duke
parents:
diff changeset
   264
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   265
     *  Return the sub-class list for the class passed.
06bc494ca11e Initial load
duke
parents:
diff changeset
   266
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   267
     * @param cd class whose sub-class list is required.
06bc494ca11e Initial load
duke
parents:
diff changeset
   268
     */
868
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   269
    public List<ClassDoc> subclasses(ClassDoc cd) {
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   270
        return get(subclasses, cd);
06bc494ca11e Initial load
duke
parents:
diff changeset
   271
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   272
06bc494ca11e Initial load
duke
parents:
diff changeset
   273
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   274
     *  Return the sub-interface list for the interface passed.
06bc494ca11e Initial load
duke
parents:
diff changeset
   275
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   276
     * @param cd interface whose sub-interface list is required.
06bc494ca11e Initial load
duke
parents:
diff changeset
   277
     */
868
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   278
    public List<ClassDoc> subinterfaces(ClassDoc cd) {
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   279
        return get(subinterfaces, cd);
06bc494ca11e Initial load
duke
parents:
diff changeset
   280
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   281
06bc494ca11e Initial load
duke
parents:
diff changeset
   282
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   283
     *  Return the list of classes which implement the interface passed.
06bc494ca11e Initial load
duke
parents:
diff changeset
   284
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   285
     * @param cd interface whose implementing-classes list is required.
06bc494ca11e Initial load
duke
parents:
diff changeset
   286
     */
868
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   287
    public List<ClassDoc> implementingclasses(ClassDoc cd) {
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   288
        List<ClassDoc> result = get(implementingclasses, cd);
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   289
        List<ClassDoc> subinterfaces = allSubs(cd, false);
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   290
06bc494ca11e Initial load
duke
parents:
diff changeset
   291
        //If class x implements a subinterface of cd, then it follows
06bc494ca11e Initial load
duke
parents:
diff changeset
   292
        //that class x implements cd.
1789
7ac8c0815000 6765045: Remove rawtypes warnings from langtools
mcimadamore
parents: 1264
diff changeset
   293
        Iterator<ClassDoc> implementingClassesIter, subInterfacesIter = subinterfaces.listIterator();
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   294
        ClassDoc c;
06bc494ca11e Initial load
duke
parents:
diff changeset
   295
        while(subInterfacesIter.hasNext()){
1789
7ac8c0815000 6765045: Remove rawtypes warnings from langtools
mcimadamore
parents: 1264
diff changeset
   296
            implementingClassesIter = implementingclasses(
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   297
                    subInterfacesIter.next()).listIterator();
06bc494ca11e Initial load
duke
parents:
diff changeset
   298
            while(implementingClassesIter.hasNext()){
1789
7ac8c0815000 6765045: Remove rawtypes warnings from langtools
mcimadamore
parents: 1264
diff changeset
   299
                c = implementingClassesIter.next();
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   300
                if(! result.contains(c)){
06bc494ca11e Initial load
duke
parents:
diff changeset
   301
                    result.add(c);
06bc494ca11e Initial load
duke
parents:
diff changeset
   302
                }
06bc494ca11e Initial load
duke
parents:
diff changeset
   303
            }
06bc494ca11e Initial load
duke
parents:
diff changeset
   304
        }
06bc494ca11e Initial load
duke
parents:
diff changeset
   305
        Collections.sort(result);
06bc494ca11e Initial load
duke
parents:
diff changeset
   306
        return result;
06bc494ca11e Initial load
duke
parents:
diff changeset
   307
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   308
06bc494ca11e Initial load
duke
parents:
diff changeset
   309
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   310
     *  Return the sub-class/interface list for the class/interface passed.
06bc494ca11e Initial load
duke
parents:
diff changeset
   311
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   312
     * @param cd class/interface whose sub-class/interface list is required.
06bc494ca11e Initial load
duke
parents:
diff changeset
   313
     * @param isEnum true if the subclasses should be forced to come from the
06bc494ca11e Initial load
duke
parents:
diff changeset
   314
     * enum tree.
06bc494ca11e Initial load
duke
parents:
diff changeset
   315
     */
868
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   316
    public List<ClassDoc> subs(ClassDoc cd, boolean isEnum) {
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   317
        if (isEnum) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   318
            return get(subEnums, cd);
06bc494ca11e Initial load
duke
parents:
diff changeset
   319
        } else if (cd.isAnnotationType()) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   320
            return get(subAnnotationTypes, cd);
06bc494ca11e Initial load
duke
parents:
diff changeset
   321
        } else if (cd.isInterface()) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   322
            return get(subinterfaces, cd);
06bc494ca11e Initial load
duke
parents:
diff changeset
   323
        } else if (cd.isClass()) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   324
            return get(subclasses, cd);
06bc494ca11e Initial load
duke
parents:
diff changeset
   325
        } else {
06bc494ca11e Initial load
duke
parents:
diff changeset
   326
            return null;
06bc494ca11e Initial load
duke
parents:
diff changeset
   327
        }
06bc494ca11e Initial load
duke
parents:
diff changeset
   328
06bc494ca11e Initial load
duke
parents:
diff changeset
   329
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   330
06bc494ca11e Initial load
duke
parents:
diff changeset
   331
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   332
     * Return a list of all direct or indirect, sub-classes and subinterfaces
06bc494ca11e Initial load
duke
parents:
diff changeset
   333
     * of the ClassDoc argument.
06bc494ca11e Initial load
duke
parents:
diff changeset
   334
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   335
     * @param cd ClassDoc whose sub-classes or sub-interfaces are requested.
06bc494ca11e Initial load
duke
parents:
diff changeset
   336
     * @param isEnum true if the subclasses should be forced to come from the
06bc494ca11e Initial load
duke
parents:
diff changeset
   337
     * enum tree.
06bc494ca11e Initial load
duke
parents:
diff changeset
   338
     */
868
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   339
    public List<ClassDoc> allSubs(ClassDoc cd, boolean isEnum) {
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   340
        List<ClassDoc> list = subs(cd, isEnum);
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   341
        for (int i = 0; i < list.size(); i++) {
868
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   342
            cd = list.get(i);
1789
7ac8c0815000 6765045: Remove rawtypes warnings from langtools
mcimadamore
parents: 1264
diff changeset
   343
            List<ClassDoc> tlist = subs(cd, isEnum);
22159
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   344
            for (ClassDoc tcd : tlist) {
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   345
                if (!list.contains(tcd)) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   346
                    list.add(tcd);
06bc494ca11e Initial load
duke
parents:
diff changeset
   347
                }
06bc494ca11e Initial load
duke
parents:
diff changeset
   348
            }
06bc494ca11e Initial load
duke
parents:
diff changeset
   349
        }
06bc494ca11e Initial load
duke
parents:
diff changeset
   350
        Collections.sort(list);
06bc494ca11e Initial load
duke
parents:
diff changeset
   351
        return list;
06bc494ca11e Initial load
duke
parents:
diff changeset
   352
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   353
06bc494ca11e Initial load
duke
parents:
diff changeset
   354
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   355
     *  Return the base-classes list. This will have only one element namely
06bc494ca11e Initial load
duke
parents:
diff changeset
   356
     *  thw classdoc for java.lang.Object, since this is the base class for all
06bc494ca11e Initial load
duke
parents:
diff changeset
   357
     *  classes.
06bc494ca11e Initial load
duke
parents:
diff changeset
   358
     */
1789
7ac8c0815000 6765045: Remove rawtypes warnings from langtools
mcimadamore
parents: 1264
diff changeset
   359
    public List<ClassDoc> baseclasses() {
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   360
        return baseclasses;
06bc494ca11e Initial load
duke
parents:
diff changeset
   361
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   362
06bc494ca11e Initial load
duke
parents:
diff changeset
   363
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   364
     *  Return the list of base interfaces. This is the list of interfaces
06bc494ca11e Initial load
duke
parents:
diff changeset
   365
     *  which do not have super-interface.
06bc494ca11e Initial load
duke
parents:
diff changeset
   366
     */
1789
7ac8c0815000 6765045: Remove rawtypes warnings from langtools
mcimadamore
parents: 1264
diff changeset
   367
    public List<ClassDoc> baseinterfaces() {
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   368
        return baseinterfaces;
06bc494ca11e Initial load
duke
parents:
diff changeset
   369
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   370
06bc494ca11e Initial load
duke
parents:
diff changeset
   371
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   372
     *  Return the list of base enums. This is the list of enums
06bc494ca11e Initial load
duke
parents:
diff changeset
   373
     *  which do not have super-enums.
06bc494ca11e Initial load
duke
parents:
diff changeset
   374
     */
1789
7ac8c0815000 6765045: Remove rawtypes warnings from langtools
mcimadamore
parents: 1264
diff changeset
   375
    public List<ClassDoc> baseEnums() {
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   376
        return baseEnums;
06bc494ca11e Initial load
duke
parents:
diff changeset
   377
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   378
06bc494ca11e Initial load
duke
parents:
diff changeset
   379
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   380
     *  Return the list of base annotation types. This is the list of
06bc494ca11e Initial load
duke
parents:
diff changeset
   381
     *  annotation types which do not have super-annotation types.
06bc494ca11e Initial load
duke
parents:
diff changeset
   382
     */
1789
7ac8c0815000 6765045: Remove rawtypes warnings from langtools
mcimadamore
parents: 1264
diff changeset
   383
    public List<ClassDoc> baseAnnotationTypes() {
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   384
        return baseAnnotationTypes;
06bc494ca11e Initial load
duke
parents:
diff changeset
   385
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   386
}