blob: 79546418f55b098ac29a9b61782bd52e167ace27 (
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
|
<HTML>
<HEAD>
</HEAD>
<BODY>
<a href="out.html">test</a> / <a href="out.html"></a> / <a href="out.html">Klass</a><br/>
<br/>
<h1>Klass</h1>
<pre><code><span class="keyword">class </span><span class="identifier">Klass</span></code></pre><br/>
<br/>
<h3>Constructors</h3>
<table>
<tbody>
<tr>
<td>
<a href="out.html"><init></a></td>
<td>
<code><span class="keyword">public</span> <span class="identifier">Klass</span><span class="symbol">(</span><span class="symbol">)</span></code></td>
</tr>
</tbody>
</table>
<h3>Class Object Properties</h3>
<table>
<tbody>
<tr>
<td>
<a href="out.html">x</a></td>
<td>
<code><span class="keyword">val </span><span class="identifier">x</span><span class="symbol">: </span><span class="identifier">Int</span></code></td>
</tr>
</tbody>
</table>
<h3>Class Object Functions</h3>
<table>
<tbody>
<tr>
<td>
<a href="out.html">foo</a></td>
<td>
<code><span class="keyword">fun </span><span class="identifier">foo</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code></td>
</tr>
</tbody>
</table>
</BODY>
</HTML>
|