blob: 5da7f475d180bd0a572c089eb9030a9a24c62704 [file] [log] [blame]
<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">
<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="#%3Cinit%3E()">&lt;init&gt;</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="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">
<devsite-heading ds-is="heading" text="Inherited functions" id="inherited-functions" level="h3" toc="" class="">
<h3 is-upgraded="">Inherited functions</h3>
</devsite-heading>
</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>