test/langtools/tools/javadoc/generics/genericClass/expected.out
author erikj
Tue, 12 Sep 2017 19:03:39 +0200
changeset 47216 71c04702a3d5
parent 10 langtools/test/tools/javadoc/generics/genericClass/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<T>
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
    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
  fields:
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
    T t
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
    pkg1.A<T> at
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
    pkg1.A<java.lang.String> as
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
  constructors:
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
    A()
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
  methods:
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
    void m1(T)
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
    void m2(A<T>)
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
    void m3(A<String>)