Skip to content

Commit 327f961

Browse files
committed
Automated deployment: Sun Jan 12 10:19:48 UTC 2020 69c5bad
1 parent 369aa55 commit 327f961

12 files changed

Lines changed: 118 additions & 23 deletions

File tree

string-notation/de.joshuagleitze.stringnotation/-base-string-notation/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ <h4><a href="print-before-part.html">printBeforePart</a></h4>
6161
</tr>
6262
<tr>
6363
<td>
64+
<h4><a href="to-string.html">toString</a></h4>
65+
</td>
66+
<td>
67+
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">toString</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td>
68+
</tr>
69+
<tr>
70+
<td>
6471
<h4><a href="transform-part-after-parse.html">transformPartAfterParse</a></h4>
6572
</td>
6673
<td>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<HTML>
2+
<HEAD>
3+
<meta charset="UTF-8">
4+
<title>BaseStringNotation.toString - string-notation</title>
5+
<link rel="stylesheet" href="../../../style.css">
6+
</HEAD>
7+
<BODY>
8+
<a href="../../index.html">string-notation</a>&nbsp;/&nbsp;<a href="../index.html">de.joshuagleitze.stringnotation</a>&nbsp;/&nbsp;<a href="index.html">BaseStringNotation</a>&nbsp;/&nbsp;<a href="./to-string.html">toString</a><br/>
9+
<br/>
10+
<h1>toString</h1>
11+
<a name="de.joshuagleitze.stringnotation.BaseStringNotation$toString()"></a>
12+
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">toString</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code>
13+
</BODY>
14+
</HTML>

string-notation/de.joshuagleitze.stringnotation/-java-type-name/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ <h3>Functions</h3>
1717
<tbody>
1818
<tr>
1919
<td>
20+
<h4><a href="print.html">print</a></h4>
21+
</td>
22+
<td>
23+
<p>Transforms a <a href="../-word/index.html">Word</a> into a string that is formatted according to <code>this</code> notation.</p>
24+
<code><span class="keyword">fun </span><span class="identifier">print</span><span class="symbol">(</span><span class="identifier" id="de.joshuagleitze.stringnotation.JavaTypeName$print(de.joshuagleitze.stringnotation.Word)/word">word</span><span class="symbol">:</span>&nbsp;<a href="../-word/index.html"><span class="identifier">Word</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td>
25+
</tr>
26+
<tr>
27+
<td>
2028
<h4><a href="transform-part-to-print.html">transformPartToPrint</a></h4>
2129
</td>
2230
<td>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<HTML>
2+
<HEAD>
3+
<meta charset="UTF-8">
4+
<title>JavaTypeName.print - string-notation</title>
5+
<link rel="stylesheet" href="../../../style.css">
6+
</HEAD>
7+
<BODY>
8+
<a href="../../index.html">string-notation</a>&nbsp;/&nbsp;<a href="../index.html">de.joshuagleitze.stringnotation</a>&nbsp;/&nbsp;<a href="index.html">JavaTypeName</a>&nbsp;/&nbsp;<a href="./print.html">print</a><br/>
9+
<br/>
10+
<h1>print</h1>
11+
<a name="de.joshuagleitze.stringnotation.JavaTypeName$print(de.joshuagleitze.stringnotation.Word)"></a>
12+
<code><span class="keyword">fun </span><span class="identifier">print</span><span class="symbol">(</span><span class="identifier" id="de.joshuagleitze.stringnotation.JavaTypeName$print(de.joshuagleitze.stringnotation.Word)/word">word</span><span class="symbol">:</span>&nbsp;<a href="../-word/index.html"><span class="identifier">Word</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code>
13+
<p>Transforms a <a href="../-word/index.html">Word</a> into a string that is formatted according to <code>this</code> notation.</p>
14+
</BODY>
15+
</HTML>

string-notation/de.joshuagleitze.stringnotation/-word/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ <h4><a href="to-notation.html">toNotation</a></h4>
7070
<p>Converts this word into a string according to the given <a href="to-notation.html#de.joshuagleitze.stringnotation.Word$toNotation(de.joshuagleitze.stringnotation.StringNotation)/notation">notation</a>.</p>
7171
<code><span class="keyword">fun </span><span class="identifier">toNotation</span><span class="symbol">(</span><span class="identifier" id="de.joshuagleitze.stringnotation.Word$toNotation(de.joshuagleitze.stringnotation.StringNotation)/notation">notation</span><span class="symbol">:</span>&nbsp;<a href="../-string-notation/index.html"><span class="identifier">StringNotation</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td>
7272
</tr>
73+
<tr>
74+
<td>
75+
<h4><a href="to-string.html">toString</a></h4>
76+
</td>
77+
<td>
78+
<code><span class="keyword">fun </span><span class="identifier">toString</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td>
79+
</tr>
7380
</tbody>
7481
</table>
7582
</BODY>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<HTML>
2+
<HEAD>
3+
<meta charset="UTF-8">
4+
<title>Word.toString - string-notation</title>
5+
<link rel="stylesheet" href="../../../style.css">
6+
</HEAD>
7+
<BODY>
8+
<a href="../../index.html">string-notation</a>&nbsp;/&nbsp;<a href="../index.html">de.joshuagleitze.stringnotation</a>&nbsp;/&nbsp;<a href="index.html">Word</a>&nbsp;/&nbsp;<a href="./to-string.html">toString</a><br/>
9+
<br/>
10+
<h1>toString</h1>
11+
<a name="de.joshuagleitze.stringnotation.Word$toString()"></a>
12+
<code><span class="keyword">fun </span><span class="identifier">toString</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code>
13+
</BODY>
14+
</HTML>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<HTML>
2+
<HEAD>
3+
<meta charset="UTF-8">
4+
<title>fromNotation - string-notation</title>
5+
<link rel="stylesheet" href="../../../style.css">
6+
</HEAD>
7+
<BODY>
8+
<a href="../../index.html">string-notation</a>&nbsp;/&nbsp;<a href="../index.html">de.joshuagleitze.stringnotation</a>&nbsp;/&nbsp;<a href="index.html">kotlin.String</a>&nbsp;/&nbsp;<a href="./from-notation.html">fromNotation</a><br/>
9+
<br/>
10+
<h1>fromNotation</h1>
11+
<a name="de.joshuagleitze.stringnotation$fromNotation(kotlin.String, de.joshuagleitze.stringnotation.StringNotation)"></a>
12+
<code><span class="keyword">fun </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">.</span><span class="identifier">fromNotation</span><span class="symbol">(</span><span class="identifier" id="de.joshuagleitze.stringnotation$fromNotation(kotlin.String, de.joshuagleitze.stringnotation.StringNotation)/notation">notation</span><span class="symbol">:</span>&nbsp;<a href="../-string-notation/index.html"><span class="identifier">StringNotation</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../-word/index.html"><span class="identifier">Word</span></a></code>
13+
<p>Converts <code>this</code> string, into a <a href="../-word/index.html">Word</a> according to the provided <a href="from-notation.html#de.joshuagleitze.stringnotation$fromNotation(kotlin.String, de.joshuagleitze.stringnotation.StringNotation)/notation">notation</a>. This method expects that the input is formatted according to
14+
the <a href="from-notation.html#de.joshuagleitze.stringnotation$fromNotation(kotlin.String, de.joshuagleitze.stringnotation.StringNotation)/notation">notation</a> and creates a notation-agnostic representation of it.</p>
15+
</BODY>
16+
</HTML>

string-notation/de.joshuagleitze.stringnotation/kotlin.-string/in-notation.html

Lines changed: 0 additions & 16 deletions
This file was deleted.

string-notation/de.joshuagleitze.stringnotation/kotlin.-string/index.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,19 @@ <h3>Extensions for kotlin.String</h3>
1212
<tbody>
1313
<tr>
1414
<td>
15-
<h4><a href="in-notation.html">inNotation</a></h4>
15+
<h4><a href="from-notation.html">fromNotation</a></h4>
1616
</td>
1717
<td>
18-
<p>Converts <code>this</code> string, into a <a href="../-word/index.html">Word</a> according to the provided <a href="in-notation.html#de.joshuagleitze.stringnotation$inNotation(kotlin.String, de.joshuagleitze.stringnotation.StringNotation)/notation">notation</a>. This method expects that the input is formatted according to
19-
the <a href="in-notation.html#de.joshuagleitze.stringnotation$inNotation(kotlin.String, de.joshuagleitze.stringnotation.StringNotation)/notation">notation</a> and creates a notation-agnostic representation of it.</p>
20-
<code><span class="keyword">fun </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">.</span><span class="identifier">inNotation</span><span class="symbol">(</span><span class="identifier" id="de.joshuagleitze.stringnotation$inNotation(kotlin.String, de.joshuagleitze.stringnotation.StringNotation)/notation">notation</span><span class="symbol">:</span>&nbsp;<a href="../-string-notation/index.html"><span class="identifier">StringNotation</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../-word/index.html"><span class="identifier">Word</span></a></code></td>
18+
<p>Converts <code>this</code> string, into a <a href="../-word/index.html">Word</a> according to the provided <a href="from-notation.html#de.joshuagleitze.stringnotation$fromNotation(kotlin.String, de.joshuagleitze.stringnotation.StringNotation)/notation">notation</a>. This method expects that the input is formatted according to
19+
the <a href="from-notation.html#de.joshuagleitze.stringnotation$fromNotation(kotlin.String, de.joshuagleitze.stringnotation.StringNotation)/notation">notation</a> and creates a notation-agnostic representation of it.</p>
20+
<code><span class="keyword">fun </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">.</span><span class="identifier">fromNotation</span><span class="symbol">(</span><span class="identifier" id="de.joshuagleitze.stringnotation$fromNotation(kotlin.String, de.joshuagleitze.stringnotation.StringNotation)/notation">notation</span><span class="symbol">:</span>&nbsp;<a href="../-string-notation/index.html"><span class="identifier">StringNotation</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../-word/index.html"><span class="identifier">Word</span></a></code></td>
21+
</tr>
22+
<tr>
23+
<td>
24+
<h4><a href="keep-only-java-identifier-chars.html">keepOnlyJavaIdentifierChars</a></h4>
25+
</td>
26+
<td>
27+
<code><span class="keyword">fun </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">.</span><span class="identifier">keepOnlyJavaIdentifierChars</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td>
2128
</tr>
2229
</tbody>
2330
</table>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<HTML>
2+
<HEAD>
3+
<meta charset="UTF-8">
4+
<title>keepOnlyJavaIdentifierChars - string-notation</title>
5+
<link rel="stylesheet" href="../../../style.css">
6+
</HEAD>
7+
<BODY>
8+
<a href="../../index.html">string-notation</a>&nbsp;/&nbsp;<a href="../index.html">de.joshuagleitze.stringnotation</a>&nbsp;/&nbsp;<a href="index.html">kotlin.String</a>&nbsp;/&nbsp;<a href="./keep-only-java-identifier-chars.html">keepOnlyJavaIdentifierChars</a><br/>
9+
<br/>
10+
<h1>keepOnlyJavaIdentifierChars</h1>
11+
<a name="de.joshuagleitze.stringnotation$keepOnlyJavaIdentifierChars(kotlin.String)"></a>
12+
<code><span class="keyword">fun </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">.</span><span class="identifier">keepOnlyJavaIdentifierChars</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code>
13+
</BODY>
14+
</HTML>

0 commit comments

Comments
 (0)