aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/dac/inheritedMethods/dac-as-java/Child.html
blob: bfeabbc98cbff21a3da2838a893b945351086c41 (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
<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">public</span> <span class="keyword">class</span> <span class="identifier">Child</span> <span class="keyword">extends</span> <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">
            <devsite-heading ds-is="heading" text="Public constructors" id="pubctors" level="h3" toc="" class="">
              <h3 is-upgraded="">Public constructors</h3>
            </devsite-heading>
          </th>
        </tr>
        <tr>
          <td>
            <div><code><a href="#Child()">Child</a>()</code></div>
            <p></p>
          </td>
        </tr>
      </tbody>
    </table>
    <table class="responsive" id="pubmethods">
      <tbody>
        <tr>
          <th colSpan="2">
            <devsite-heading ds-is="heading" text="Public methods" id="pubmethods" level="h3" toc="" class="">
              <h3 is-upgraded="">Public methods</h3>
            </devsite-heading>
          </th>
        </tr>
        <tr>
          <td><span class="identifier">void</span></td>
          <td>
            <div><code><a href="#Bar()">Bar</a>()</code></div>
            <p></p>
          </td>
        </tr>
      </tbody>
    </table>
    <h2>Public constructors</h2>
<a name="Child()"></a>
    <div class="api apilevel-" data-version-added="">
      <h3 class="api-name">Child</h3>
      <pre class="api-signature no-pretty-print"><span class="keyword">public</span> <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">public</span> <span class="identifier">void</span> <span class="identifier">Bar</span><span class="symbol">(</span><span class="symbol">)</span></pre>
    </div>
  </body>
</html>