aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/dac/inheritedMethods/dac/Child.html
blob: dff52afbe94e74977a85fdd6c0c9f09de35d2d62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<html devsite="true">
  <head>
    <title>Child</title>
{% setvar book_path %}/_book.yaml{% endsetvar %}
{% include "_shared/_reference-head-tags.html" %}
  </head>
  <body>
    <div id="api-info-block"></div>
    <h1>Child</h1>
    <pre><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Child</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="Parent.html#"><span class="identifier">Parent</span></a></pre>
    <table class="jd-inheritance-table">
      <tr>
        <td class="jd-inheritance-class-cell" colSpan="2"><a href="Parent.html#">Parent</a></td>
      </tr>
      <tr>
        <td class="jd-inheritance-space">   ↳</td>
        <td class="jd-inheritance-class-cell" colSpan="1"><a href="#">Child</a></td>
      </tr>
    </table>
    <h2>Summary</h2>
    <table class="responsive" id="pubctors">
      <tbody>
        <tr>
          <th colSpan="2">Public constructors</th>
        </tr>
        <tr>
          <td>
            <div><code><a href="#%3Cinit%3E()">&lt;init&gt;</a>()</code></div>
            <p></p>
          </td>
        </tr>
      </tbody>
    </table>
    <table class="responsive" id="pubmethods">
      <tbody>
        <tr>
          <th colSpan="2">Public methods</th>
        </tr>
        <tr>
          <td><span class="keyword">open</span> <span class="identifier">Unit</span></td>
          <td>
            <div><code><a href="#Bar()">Bar</a>()</code></div>
            <p></p>
          </td>
        </tr>
        <tr>
          <td><span class="keyword">open</span> <span class="identifier">Unit</span></td>
          <td>
            <div><code><a href="#baz()">baz</a>()</code></div>
            <p>Do an override subclass baz</p>
          </td>
        </tr>
      </tbody>
    </table>
    <table class="responsive" id="inhmethods">
      <tbody>
        <tr>
          <th colSpan="2">Inherited functions</th>
        </tr>
        <tr class="api apilevel-">
          <td colSpan="2">
            <div class="expandable jd-inherited-apis"><span class="expand-control exw-expanded">From class <code><a href="Parent.html#">Parent</a></code></span>
              <table class="responsive exw-expanded-content">
                <tbody>
                  <tr class="api apilevel-" data-version-added="ApiLevel:">
                    <td><code><span class="identifier">Unit</span></code></td>
                    <td width="100%"><code><a href="Parent.html#foo()">foo</a>()</code>
                      <p>
                        <p>Do a superclass foo</p>
                      </p>
                    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </td>
        </tr>
      </tbody>
    </table>
    <h2>Public constructors</h2>
<a name="%3Cinit%3E()"></a>
    <div class="api apilevel-" data-version-added="">
      <h3 class="api-name">&lt;init&gt;</h3>
      <pre class="api-signature no-pretty-print"><span class="identifier">Child</span><span class="symbol">(</span><span class="symbol">)</span></pre>
    </div>
    <h2>Public methods</h2>
<a name="Bar()"></a>
    <div class="api apilevel-" data-version-added="">
      <h3 class="api-name">Bar</h3>
      <pre class="api-signature no-pretty-print"><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">Bar</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></pre>
    </div>
<a name="baz()"></a>
    <div class="api apilevel-" data-version-added="">
      <h3 class="api-name">baz</h3>
      <pre class="api-signature no-pretty-print"><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">baz</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></pre>
      <p>Do an override subclass baz</p>
    </div>
  </body>
</html>