test/langtools/tools/javadoc/generics/genericSuper/expected.out
author erikj
Tue, 12 Sep 2017 19:03:39 +0200
changeset 47216 71c04702a3d5
parent 10 langtools/test/tools/javadoc/generics/genericSuper/expected.out@06bc494ca11e
permissions -rw-r--r--
8187443: Forest Consolidation: Move files to unified layout Reviewed-by: darcy, ihse
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
class pkg1.A<V, W>
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
  name: A / A / pkg1.A
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
  type parameters:
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
    V
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
    W
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
  superclass:
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
    pkg1.S<W, V>
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
  interfaces:
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
    pkg1.I<java.lang.String>
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
  constructors:
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
    A()
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
interface pkg1.I<R>
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
  name: I / I / pkg1.I
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
  type parameters:
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
    R
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
class pkg1.S<T, U>
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
  name: S / S / pkg1.S
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
  type parameters:
06bc494ca11e Initial load
duke
parents:
diff changeset
    21
    T
06bc494ca11e Initial load
duke
parents:
diff changeset
    22
    U
06bc494ca11e Initial load
duke
parents:
diff changeset
    23
  superclass:
06bc494ca11e Initial load
duke
parents:
diff changeset
    24
    java.lang.Object
06bc494ca11e Initial load
duke
parents:
diff changeset
    25
  constructors:
06bc494ca11e Initial load
duke
parents:
diff changeset
    26
    S()
06bc494ca11e Initial load
duke
parents:
diff changeset
    27