langtools/test/jdk/javadoc/tool/generics/genericInnerAndOuter/expected.out
author ksrini
Sat, 28 Nov 2015 18:52:17 -0800
changeset 35426 374342e56a56
parent 21717 langtools/test/tools/javadoc/generics/genericInnerAndOuter/expected.out@11ba59c9bbb5
permissions -rw-r--r--
8035473: [javadoc] Revamp the existing Doclet APIs 8146529: Update the new Doclet API 8146427: "-nohelp" option issue 8146475: "-helpfile" option issue Reviewed-by: alanb, bpatel, ihse, jjg, jlahoda, mchung, ogb, vromero
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
class pkg1.O<T>
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
  name: O / O / pkg1.O
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
  type parameters:
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
    T
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
  superclass:
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
    java.lang.Object
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
  constructors:
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
    O()
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
class pkg1.O<T>.I<S>
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
  name: I / O.I / pkg1.O.I
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
  type parameters:
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
    S
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
  nested in:
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
    pkg1.O<T>
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
  superclass:
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
    java.lang.Object
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
  constructors:
21717
11ba59c9bbb5 8025524: javadoc does not correctly locate constructors for nested classes
bpatel
parents: 10
diff changeset
    19
    I()
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
  methods:
06bc494ca11e Initial load
duke
parents:
diff changeset
    21
    void m1(O<String>.I<Number>)
06bc494ca11e Initial load
duke
parents:
diff changeset
    22
06bc494ca11e Initial load
duke
parents:
diff changeset
    23
class pkg1.X<T>
06bc494ca11e Initial load
duke
parents:
diff changeset
    24
  name: X / X / pkg1.X
06bc494ca11e Initial load
duke
parents:
diff changeset
    25
  type parameters:
06bc494ca11e Initial load
duke
parents:
diff changeset
    26
    T
06bc494ca11e Initial load
duke
parents:
diff changeset
    27
  superclass:
06bc494ca11e Initial load
duke
parents:
diff changeset
    28
    java.lang.Object
06bc494ca11e Initial load
duke
parents:
diff changeset
    29
  constructors:
06bc494ca11e Initial load
duke
parents:
diff changeset
    30
    X()
06bc494ca11e Initial load
duke
parents:
diff changeset
    31
06bc494ca11e Initial load
duke
parents:
diff changeset
    32
class pkg1.X<T>.Y
06bc494ca11e Initial load
duke
parents:
diff changeset
    33
  name: Y / X.Y / pkg1.X.Y
06bc494ca11e Initial load
duke
parents:
diff changeset
    34
  nested in:
06bc494ca11e Initial load
duke
parents:
diff changeset
    35
    pkg1.X<T>
06bc494ca11e Initial load
duke
parents:
diff changeset
    36
  superclass:
06bc494ca11e Initial load
duke
parents:
diff changeset
    37
    java.lang.Object
06bc494ca11e Initial load
duke
parents:
diff changeset
    38
  constructors:
21717
11ba59c9bbb5 8025524: javadoc does not correctly locate constructors for nested classes
bpatel
parents: 10
diff changeset
    39
    Y()
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    40
06bc494ca11e Initial load
duke
parents:
diff changeset
    41
class pkg1.X<T>.Y.Z<S>
06bc494ca11e Initial load
duke
parents:
diff changeset
    42
  name: Z / X.Y.Z / pkg1.X.Y.Z
06bc494ca11e Initial load
duke
parents:
diff changeset
    43
  type parameters:
06bc494ca11e Initial load
duke
parents:
diff changeset
    44
    S
06bc494ca11e Initial load
duke
parents:
diff changeset
    45
  nested in:
06bc494ca11e Initial load
duke
parents:
diff changeset
    46
    pkg1.X<T>.Y
06bc494ca11e Initial load
duke
parents:
diff changeset
    47
  superclass:
06bc494ca11e Initial load
duke
parents:
diff changeset
    48
    java.lang.Object
06bc494ca11e Initial load
duke
parents:
diff changeset
    49
  constructors:
21717
11ba59c9bbb5 8025524: javadoc does not correctly locate constructors for nested classes
bpatel
parents: 10
diff changeset
    50
    Z()
10
06bc494ca11e Initial load
duke
parents:
diff changeset
    51
  methods:
06bc494ca11e Initial load
duke
parents:
diff changeset
    52
    void m1(X<String>.Y.Z<Number>)
06bc494ca11e Initial load
duke
parents:
diff changeset
    53