langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/ClassTree.java
author ksrini
Sun, 15 Jun 2014 08:41:57 -0700
changeset 25454 376a52c9540c
parent 22163 3651128c74eb
permissions -rw-r--r--
8039028: [javadoc] refactor the usage of Util.java Reviewed-by: jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
/*
25454
376a52c9540c 8039028: [javadoc] refactor the usage of Util.java
ksrini
parents: 22163
diff changeset
     2
 * Copyright (c) 1998, 2014, 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
25454
376a52c9540c 8039028: [javadoc] refactor the usage of Util.java
ksrini
parents: 22163
diff changeset
    84
    private final Configuration configuration;
376a52c9540c 8039028: [javadoc] refactor the usage of Util.java
ksrini
parents: 22163
diff changeset
    85
    private final Utils utils;
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    86
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
    87
     * Constructor. Build the Tree using the Root of this Javadoc run.
06bc494ca11e Initial load
duke
parents:
diff changeset
    88
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
    89
     * @param configuration the configuration of the doclet.
06bc494ca11e Initial load
duke
parents:
diff changeset
    90
     * @param noDeprecated Don't add deprecated classes in the class tree, if
06bc494ca11e Initial load
duke
parents:
diff changeset
    91
     * true.
06bc494ca11e Initial load
duke
parents:
diff changeset
    92
     */
06bc494ca11e Initial load
duke
parents:
diff changeset
    93
    public ClassTree(Configuration configuration, boolean noDeprecated) {
06bc494ca11e Initial load
duke
parents:
diff changeset
    94
        configuration.message.notice("doclet.Building_Tree");
25454
376a52c9540c 8039028: [javadoc] refactor the usage of Util.java
ksrini
parents: 22163
diff changeset
    95
        this.configuration = configuration;
376a52c9540c 8039028: [javadoc] refactor the usage of Util.java
ksrini
parents: 22163
diff changeset
    96
        this.utils = configuration.utils;
376a52c9540c 8039028: [javadoc] refactor the usage of Util.java
ksrini
parents: 22163
diff changeset
    97
        buildTree(configuration.root.classes());
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    98
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
    99
06bc494ca11e Initial load
duke
parents:
diff changeset
   100
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   101
     * Constructor. Build the Tree using the Root of this Javadoc run.
06bc494ca11e Initial load
duke
parents:
diff changeset
   102
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   103
     * @param root Root of the Document.
25454
376a52c9540c 8039028: [javadoc] refactor the usage of Util.java
ksrini
parents: 22163
diff changeset
   104
     * @param configuration The current configuration of the doclet.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   105
     */
06bc494ca11e Initial load
duke
parents:
diff changeset
   106
    public ClassTree(RootDoc root, Configuration configuration) {
25454
376a52c9540c 8039028: [javadoc] refactor the usage of Util.java
ksrini
parents: 22163
diff changeset
   107
        this.configuration = configuration;
376a52c9540c 8039028: [javadoc] refactor the usage of Util.java
ksrini
parents: 22163
diff changeset
   108
        this.utils = configuration.utils;
376a52c9540c 8039028: [javadoc] refactor the usage of Util.java
ksrini
parents: 22163
diff changeset
   109
        buildTree(root.classes());
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   110
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   111
06bc494ca11e Initial load
duke
parents:
diff changeset
   112
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   113
     * Constructor. Build the tree for the given array of classes.
06bc494ca11e Initial load
duke
parents:
diff changeset
   114
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   115
     * @param classes Array of classes.
06bc494ca11e Initial load
duke
parents:
diff changeset
   116
     * @param configuration The curren configuration of the doclet.
06bc494ca11e Initial load
duke
parents:
diff changeset
   117
     */
06bc494ca11e Initial load
duke
parents:
diff changeset
   118
    public ClassTree(ClassDoc[] classes, Configuration configuration) {
25454
376a52c9540c 8039028: [javadoc] refactor the usage of Util.java
ksrini
parents: 22163
diff changeset
   119
        this.configuration = configuration;
376a52c9540c 8039028: [javadoc] refactor the usage of Util.java
ksrini
parents: 22163
diff changeset
   120
        this.utils = configuration.utils;
376a52c9540c 8039028: [javadoc] refactor the usage of Util.java
ksrini
parents: 22163
diff changeset
   121
        buildTree(classes);
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   122
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   123
06bc494ca11e Initial load
duke
parents:
diff changeset
   124
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   125
     * Generate mapping for the sub-classes for every class in this run.
06bc494ca11e Initial load
duke
parents:
diff changeset
   126
     * Return the sub-class list for java.lang.Object which will be having
06bc494ca11e Initial load
duke
parents:
diff changeset
   127
     * sub-class listing for itself and also for each sub-class itself will
06bc494ca11e Initial load
duke
parents:
diff changeset
   128
     * have their own sub-class lists.
06bc494ca11e Initial load
duke
parents:
diff changeset
   129
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   130
     * @param classes all the classes in this run.
06bc494ca11e Initial load
duke
parents:
diff changeset
   131
     * @param configuration the current configuration of the doclet.
06bc494ca11e Initial load
duke
parents:
diff changeset
   132
     */
25454
376a52c9540c 8039028: [javadoc] refactor the usage of Util.java
ksrini
parents: 22163
diff changeset
   133
    private void buildTree(ClassDoc[] classes) {
22159
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   134
        for (ClassDoc aClass : classes) {
9606
e5a619cb5dd3 6492694: @deprecated tag doesn't work in package-info files.
bpatel
parents: 5520
diff changeset
   135
            // 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
   136
            // 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
   137
            // deprecated package.
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   138
            if (configuration.nodeprecated &&
25454
376a52c9540c 8039028: [javadoc] refactor the usage of Util.java
ksrini
parents: 22163
diff changeset
   139
                    (utils.isDeprecated(aClass) ||
376a52c9540c 8039028: [javadoc] refactor the usage of Util.java
ksrini
parents: 22163
diff changeset
   140
                    utils.isDeprecated(aClass.containingPackage()))) {
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   141
                continue;
06bc494ca11e Initial load
duke
parents:
diff changeset
   142
            }
16319
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 14260
diff changeset
   143
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 14260
diff changeset
   144
            if (configuration.javafx
22159
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   145
                    && aClass.tags("treatAsPrivate").length > 0) {
16319
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 14260
diff changeset
   146
                continue;
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 14260
diff changeset
   147
            }
e586bfeb39c5 7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents: 14260
diff changeset
   148
22159
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   149
            if (aClass.isEnum()) {
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   150
                processType(aClass, configuration, baseEnums, subEnums);
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   151
            } else if (aClass.isClass()) {
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   152
                processType(aClass, configuration, baseclasses, subclasses);
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   153
            } else if (aClass.isInterface()) {
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   154
                processInterface(aClass);
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   155
                List<ClassDoc> list = implementingclasses.get(aClass);
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   156
                if (list != null) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   157
                    Collections.sort(list);
06bc494ca11e Initial load
duke
parents:
diff changeset
   158
                }
22159
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   159
            } else if (aClass.isAnnotationType()) {
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   160
                processType(aClass, configuration, baseAnnotationTypes,
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   161
                    subAnnotationTypes);
06bc494ca11e Initial load
duke
parents:
diff changeset
   162
            }
06bc494ca11e Initial load
duke
parents:
diff changeset
   163
        }
06bc494ca11e Initial load
duke
parents:
diff changeset
   164
06bc494ca11e Initial load
duke
parents:
diff changeset
   165
        Collections.sort(baseinterfaces);
22159
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   166
        for (List<ClassDoc> docs : subinterfaces.values()) {
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   167
            Collections.sort(docs);
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   168
        }
22159
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   169
        for (List<ClassDoc> docs : subclasses.values()) {
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   170
            Collections.sort(docs);
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   171
        }
06bc494ca11e Initial load
duke
parents:
diff changeset
   172
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   173
06bc494ca11e Initial load
duke
parents:
diff changeset
   174
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   175
     * For the class passed map it to it's own sub-class listing.
06bc494ca11e Initial load
duke
parents:
diff changeset
   176
     * For the Class passed, get the super class,
06bc494ca11e Initial load
duke
parents:
diff changeset
   177
     * if superclass is non null, (it is not "java.lang.Object")
06bc494ca11e Initial load
duke
parents:
diff changeset
   178
     *    get the "value" from the hashmap for this key Class
06bc494ca11e Initial load
duke
parents:
diff changeset
   179
     *    if entry not found create one and get that.
06bc494ca11e Initial load
duke
parents:
diff changeset
   180
     *    add this Class as a sub class in the list
06bc494ca11e Initial load
duke
parents:
diff changeset
   181
     *    Recurse till hits java.lang.Object Null SuperClass.
06bc494ca11e Initial load
duke
parents:
diff changeset
   182
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   183
     * @param cd class for which sub-class mapping to be generated.
06bc494ca11e Initial load
duke
parents:
diff changeset
   184
     * @param configuration the current configurtation of the doclet.
06bc494ca11e Initial load
duke
parents:
diff changeset
   185
     */
06bc494ca11e Initial load
duke
parents:
diff changeset
   186
    private void processType(ClassDoc cd, Configuration configuration,
868
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   187
            List<ClassDoc> bases, Map<ClassDoc,List<ClassDoc>> subs) {
25454
376a52c9540c 8039028: [javadoc] refactor the usage of Util.java
ksrini
parents: 22163
diff changeset
   188
        ClassDoc superclass = utils.getFirstVisibleSuperClassCD(cd, configuration);
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   189
        if (superclass != null) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   190
            if (!add(subs, superclass, cd)) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   191
                return;
06bc494ca11e Initial load
duke
parents:
diff changeset
   192
            } else {
06bc494ca11e Initial load
duke
parents:
diff changeset
   193
                processType(superclass, configuration, bases, subs);
06bc494ca11e Initial load
duke
parents:
diff changeset
   194
            }
06bc494ca11e Initial load
duke
parents:
diff changeset
   195
        } else {     // cd is java.lang.Object, add it once to the list
06bc494ca11e Initial load
duke
parents:
diff changeset
   196
            if (!bases.contains(cd)) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   197
                bases.add(cd);
06bc494ca11e Initial load
duke
parents:
diff changeset
   198
            }
06bc494ca11e Initial load
duke
parents:
diff changeset
   199
        }
25454
376a52c9540c 8039028: [javadoc] refactor the usage of Util.java
ksrini
parents: 22163
diff changeset
   200
        List<Type> intfacs = utils.getAllInterfaces(cd, configuration);
22159
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   201
        for (Type intfac : intfacs) {
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   202
            add(implementingclasses, intfac.asClassDoc(), cd);
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   203
        }
06bc494ca11e Initial load
duke
parents:
diff changeset
   204
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   205
06bc494ca11e Initial load
duke
parents:
diff changeset
   206
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   207
     * For the interface passed get the interfaces which it extends, and then
06bc494ca11e Initial load
duke
parents:
diff changeset
   208
     * put this interface in the sub-interface list of those interfaces. Do it
06bc494ca11e Initial load
duke
parents:
diff changeset
   209
     * recursively. If a interface doesn't have super-interface just attach
06bc494ca11e Initial load
duke
parents:
diff changeset
   210
     * that interface in the list of all the baseinterfaces.
06bc494ca11e Initial load
duke
parents:
diff changeset
   211
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   212
     * @param cd Interface under consideration.
06bc494ca11e Initial load
duke
parents:
diff changeset
   213
     */
06bc494ca11e Initial load
duke
parents:
diff changeset
   214
    private void processInterface(ClassDoc cd) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   215
        ClassDoc[] intfacs = cd.interfaces();
06bc494ca11e Initial load
duke
parents:
diff changeset
   216
        if (intfacs.length > 0) {
22159
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   217
            for (ClassDoc intfac : intfacs) {
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   218
                if (!add(subinterfaces, intfac, cd)) {
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   219
                    return;
06bc494ca11e Initial load
duke
parents:
diff changeset
   220
                } else {
22159
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   221
                    processInterface(intfac);   // Recurse
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   222
                }
06bc494ca11e Initial load
duke
parents:
diff changeset
   223
            }
06bc494ca11e Initial load
duke
parents:
diff changeset
   224
        } else {
06bc494ca11e Initial load
duke
parents:
diff changeset
   225
            // we need to add all the interfaces who do not have
06bc494ca11e Initial load
duke
parents:
diff changeset
   226
            // super-interfaces to baseinterfaces list to traverse them
06bc494ca11e Initial load
duke
parents:
diff changeset
   227
            if (!baseinterfaces.contains(cd)) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   228
                baseinterfaces.add(cd);
06bc494ca11e Initial load
duke
parents:
diff changeset
   229
            }
06bc494ca11e Initial load
duke
parents:
diff changeset
   230
        }
06bc494ca11e Initial load
duke
parents:
diff changeset
   231
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   232
06bc494ca11e Initial load
duke
parents:
diff changeset
   233
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   234
     * Adjust the Class Tree. Add the class interface  in to it's super-class'
06bc494ca11e Initial load
duke
parents:
diff changeset
   235
     * or super-interface's sub-interface list.
06bc494ca11e Initial load
duke
parents:
diff changeset
   236
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   237
     * @param map the entire map.
06bc494ca11e Initial load
duke
parents:
diff changeset
   238
     * @param superclass java.lang.Object or the super-interface.
06bc494ca11e Initial load
duke
parents:
diff changeset
   239
     * @param cd sub-interface to be mapped.
06bc494ca11e Initial load
duke
parents:
diff changeset
   240
     * @returns boolean true if class added, false if class already processed.
06bc494ca11e Initial load
duke
parents:
diff changeset
   241
     */
868
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   242
    private boolean add(Map<ClassDoc,List<ClassDoc>> map, ClassDoc superclass, ClassDoc cd) {
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   243
        List<ClassDoc> list = map.get(superclass);
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   244
        if (list == null) {
22163
3651128c74eb 8030244: Update langtools to use Diamond
briangoetz
parents: 22159
diff changeset
   245
            list = new ArrayList<>();
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   246
            map.put(superclass, list);
06bc494ca11e Initial load
duke
parents:
diff changeset
   247
        }
06bc494ca11e Initial load
duke
parents:
diff changeset
   248
        if (list.contains(cd)) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   249
            return false;
06bc494ca11e Initial load
duke
parents:
diff changeset
   250
        } else {
06bc494ca11e Initial load
duke
parents:
diff changeset
   251
            list.add(cd);
06bc494ca11e Initial load
duke
parents:
diff changeset
   252
        }
06bc494ca11e Initial load
duke
parents:
diff changeset
   253
        return true;
06bc494ca11e Initial load
duke
parents:
diff changeset
   254
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   255
06bc494ca11e Initial load
duke
parents:
diff changeset
   256
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   257
     * From the map return the list of sub-classes or sub-interfaces. If list
06bc494ca11e Initial load
duke
parents:
diff changeset
   258
     * is null create a new one and return it.
06bc494ca11e Initial load
duke
parents:
diff changeset
   259
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   260
     * @param map The entire map.
06bc494ca11e Initial load
duke
parents:
diff changeset
   261
     * @param cd class for which the sub-class list is requested.
06bc494ca11e Initial load
duke
parents:
diff changeset
   262
     * @returns List Sub-Class list for the class passed.
06bc494ca11e Initial load
duke
parents:
diff changeset
   263
     */
868
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   264
    private List<ClassDoc> get(Map<ClassDoc,List<ClassDoc>> map, ClassDoc cd) {
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   265
        List<ClassDoc> list = map.get(cd);
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   266
        if (list == null) {
22163
3651128c74eb 8030244: Update langtools to use Diamond
briangoetz
parents: 22159
diff changeset
   267
            return new ArrayList<>();
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   268
        }
06bc494ca11e Initial load
duke
parents:
diff changeset
   269
        return list;
06bc494ca11e Initial load
duke
parents:
diff changeset
   270
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   271
06bc494ca11e Initial load
duke
parents:
diff changeset
   272
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   273
     *  Return the sub-class list for the class passed.
06bc494ca11e Initial load
duke
parents:
diff changeset
   274
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   275
     * @param cd class whose sub-class list is required.
06bc494ca11e Initial load
duke
parents:
diff changeset
   276
     */
868
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   277
    public List<ClassDoc> subclasses(ClassDoc cd) {
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   278
        return get(subclasses, cd);
06bc494ca11e Initial load
duke
parents:
diff changeset
   279
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   280
06bc494ca11e Initial load
duke
parents:
diff changeset
   281
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   282
     *  Return the sub-interface list for the interface passed.
06bc494ca11e Initial load
duke
parents:
diff changeset
   283
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   284
     * @param cd interface whose sub-interface list is required.
06bc494ca11e Initial load
duke
parents:
diff changeset
   285
     */
868
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   286
    public List<ClassDoc> subinterfaces(ClassDoc cd) {
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   287
        return get(subinterfaces, cd);
06bc494ca11e Initial load
duke
parents:
diff changeset
   288
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   289
06bc494ca11e Initial load
duke
parents:
diff changeset
   290
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   291
     *  Return the list of classes which implement the interface passed.
06bc494ca11e Initial load
duke
parents:
diff changeset
   292
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   293
     * @param cd interface whose implementing-classes list is required.
06bc494ca11e Initial load
duke
parents:
diff changeset
   294
     */
868
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   295
    public List<ClassDoc> implementingclasses(ClassDoc cd) {
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   296
        List<ClassDoc> result = get(implementingclasses, cd);
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   297
        List<ClassDoc> subinterfaces = allSubs(cd, false);
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   298
06bc494ca11e Initial load
duke
parents:
diff changeset
   299
        //If class x implements a subinterface of cd, then it follows
06bc494ca11e Initial load
duke
parents:
diff changeset
   300
        //that class x implements cd.
1789
7ac8c0815000 6765045: Remove rawtypes warnings from langtools
mcimadamore
parents: 1264
diff changeset
   301
        Iterator<ClassDoc> implementingClassesIter, subInterfacesIter = subinterfaces.listIterator();
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   302
        ClassDoc c;
06bc494ca11e Initial load
duke
parents:
diff changeset
   303
        while(subInterfacesIter.hasNext()){
1789
7ac8c0815000 6765045: Remove rawtypes warnings from langtools
mcimadamore
parents: 1264
diff changeset
   304
            implementingClassesIter = implementingclasses(
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   305
                    subInterfacesIter.next()).listIterator();
06bc494ca11e Initial load
duke
parents:
diff changeset
   306
            while(implementingClassesIter.hasNext()){
1789
7ac8c0815000 6765045: Remove rawtypes warnings from langtools
mcimadamore
parents: 1264
diff changeset
   307
                c = implementingClassesIter.next();
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   308
                if(! result.contains(c)){
06bc494ca11e Initial load
duke
parents:
diff changeset
   309
                    result.add(c);
06bc494ca11e Initial load
duke
parents:
diff changeset
   310
                }
06bc494ca11e Initial load
duke
parents:
diff changeset
   311
            }
06bc494ca11e Initial load
duke
parents:
diff changeset
   312
        }
06bc494ca11e Initial load
duke
parents:
diff changeset
   313
        Collections.sort(result);
06bc494ca11e Initial load
duke
parents:
diff changeset
   314
        return result;
06bc494ca11e Initial load
duke
parents:
diff changeset
   315
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   316
06bc494ca11e Initial load
duke
parents:
diff changeset
   317
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   318
     *  Return the sub-class/interface list for the class/interface passed.
06bc494ca11e Initial load
duke
parents:
diff changeset
   319
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   320
     * @param cd class/interface whose sub-class/interface list is required.
06bc494ca11e Initial load
duke
parents:
diff changeset
   321
     * @param isEnum true if the subclasses should be forced to come from the
06bc494ca11e Initial load
duke
parents:
diff changeset
   322
     * enum tree.
06bc494ca11e Initial load
duke
parents:
diff changeset
   323
     */
868
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   324
    public List<ClassDoc> subs(ClassDoc cd, boolean isEnum) {
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   325
        if (isEnum) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   326
            return get(subEnums, cd);
06bc494ca11e Initial load
duke
parents:
diff changeset
   327
        } else if (cd.isAnnotationType()) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   328
            return get(subAnnotationTypes, cd);
06bc494ca11e Initial load
duke
parents:
diff changeset
   329
        } else if (cd.isInterface()) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   330
            return get(subinterfaces, cd);
06bc494ca11e Initial load
duke
parents:
diff changeset
   331
        } else if (cd.isClass()) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   332
            return get(subclasses, cd);
06bc494ca11e Initial load
duke
parents:
diff changeset
   333
        } else {
06bc494ca11e Initial load
duke
parents:
diff changeset
   334
            return null;
06bc494ca11e Initial load
duke
parents:
diff changeset
   335
        }
06bc494ca11e Initial load
duke
parents:
diff changeset
   336
06bc494ca11e Initial load
duke
parents:
diff changeset
   337
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   338
06bc494ca11e Initial load
duke
parents:
diff changeset
   339
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   340
     * Return a list of all direct or indirect, sub-classes and subinterfaces
06bc494ca11e Initial load
duke
parents:
diff changeset
   341
     * of the ClassDoc argument.
06bc494ca11e Initial load
duke
parents:
diff changeset
   342
     *
06bc494ca11e Initial load
duke
parents:
diff changeset
   343
     * @param cd ClassDoc whose sub-classes or sub-interfaces are requested.
06bc494ca11e Initial load
duke
parents:
diff changeset
   344
     * @param isEnum true if the subclasses should be forced to come from the
06bc494ca11e Initial load
duke
parents:
diff changeset
   345
     * enum tree.
06bc494ca11e Initial load
duke
parents:
diff changeset
   346
     */
868
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   347
    public List<ClassDoc> allSubs(ClassDoc cd, boolean isEnum) {
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   348
        List<ClassDoc> list = subs(cd, isEnum);
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   349
        for (int i = 0; i < list.size(); i++) {
868
d0f233085cbb 6657907: javadoc has unchecked warnings
jjg
parents: 10
diff changeset
   350
            cd = list.get(i);
1789
7ac8c0815000 6765045: Remove rawtypes warnings from langtools
mcimadamore
parents: 1264
diff changeset
   351
            List<ClassDoc> tlist = subs(cd, isEnum);
22159
682da512ec17 8030253: Update langtools to use strings-in-switch
briangoetz
parents: 16319
diff changeset
   352
            for (ClassDoc tcd : tlist) {
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   353
                if (!list.contains(tcd)) {
06bc494ca11e Initial load
duke
parents:
diff changeset
   354
                    list.add(tcd);
06bc494ca11e Initial load
duke
parents:
diff changeset
   355
                }
06bc494ca11e Initial load
duke
parents:
diff changeset
   356
            }
06bc494ca11e Initial load
duke
parents:
diff changeset
   357
        }
06bc494ca11e Initial load
duke
parents:
diff changeset
   358
        Collections.sort(list);
06bc494ca11e Initial load
duke
parents:
diff changeset
   359
        return list;
06bc494ca11e Initial load
duke
parents:
diff changeset
   360
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   361
06bc494ca11e Initial load
duke
parents:
diff changeset
   362
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   363
     *  Return the base-classes list. This will have only one element namely
06bc494ca11e Initial load
duke
parents:
diff changeset
   364
     *  thw classdoc for java.lang.Object, since this is the base class for all
06bc494ca11e Initial load
duke
parents:
diff changeset
   365
     *  classes.
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> baseclasses() {
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   368
        return baseclasses;
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 interfaces. This is the list of interfaces
06bc494ca11e Initial load
duke
parents:
diff changeset
   373
     *  which do not have super-interface.
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> baseinterfaces() {
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   376
        return baseinterfaces;
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 enums. This is the list of enums
06bc494ca11e Initial load
duke
parents:
diff changeset
   381
     *  which do not have super-enums.
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> baseEnums() {
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   384
        return baseEnums;
06bc494ca11e Initial load
duke
parents:
diff changeset
   385
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   386
06bc494ca11e Initial load
duke
parents:
diff changeset
   387
    /**
06bc494ca11e Initial load
duke
parents:
diff changeset
   388
     *  Return the list of base annotation types. This is the list of
06bc494ca11e Initial load
duke
parents:
diff changeset
   389
     *  annotation types which do not have super-annotation types.
06bc494ca11e Initial load
duke
parents:
diff changeset
   390
     */
1789
7ac8c0815000 6765045: Remove rawtypes warnings from langtools
mcimadamore
parents: 1264
diff changeset
   391
    public List<ClassDoc> baseAnnotationTypes() {
10
06bc494ca11e Initial load
duke
parents:
diff changeset
   392
        return baseAnnotationTypes;
06bc494ca11e Initial load
duke
parents:
diff changeset
   393
    }
06bc494ca11e Initial load
duke
parents:
diff changeset
   394
}