Skip to content

Commit bd3a60b

Browse files
committed
Package update, fixes #82
1 parent e75646f commit bd3a60b

File tree

3,398 files changed

+42703
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,398 files changed

+42703
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
//[Kores](../../../index.md)/[com.koresframework.kores.annotation](../index.md)/[Spec](index.md)/[Spec](-spec.md)
2+
3+
# Spec
4+
5+
[jvm]\
6+
fun [Spec](-spec.md)()
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
//[Kores](../../../index.md)/[com.koresframework.kores.annotation](../index.md)/[Spec](index.md)
2+
3+
# Spec
4+
5+
[jvm]\
6+
annotation class [Spec](index.md)
7+
8+
Types annotated with this annotation must never be added directly to [Instructions](../../com.koresframework.kores/-instructions/index.md) collection.
9+
10+
## Constructors
11+
12+
| | |
13+
|---|---|
14+
| [Spec](-spec.md) | [jvm]<br>fun [Spec](-spec.md)() |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
//[Kores](../../index.md)/[com.koresframework.kores.annotation](index.md)
2+
3+
# Package com.koresframework.kores.annotation
4+
5+
## Types
6+
7+
| Name | Summary |
8+
|---|---|
9+
| [Spec](-spec/index.md) | [jvm]<br>annotation class [Spec](-spec/index.md)<br>Types annotated with this annotation must never be added directly to [Instructions](../com.koresframework.kores/-instructions/index.md) collection. |
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
//[Kores](../../../../index.md)/[com.koresframework.kores.base.comment](../../index.md)/[Code](../index.md)/[Builder](index.md)/[Builder](-builder.md)
2+
3+
# Builder
4+
5+
[jvm]\
6+
fun [Builder](-builder.md)(defaults: [Code](../index.md))
7+
8+
fun [Builder](-builder.md)()
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//[Kores](../../../../../index.md)/[com.koresframework.kores.base.comment](../../../index.md)/[Code](../../index.md)/[Builder](../index.md)/[Companion](index.md)/[builder](builder.md)
2+
3+
# builder
4+
5+
[jvm]\
6+
7+
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()
8+
9+
fun [builder](builder.md)(): [Code.Builder](../index.md)
10+
11+
@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()
12+
13+
fun [builder](builder.md)(defaults: [Code](../../index.md)): [Code.Builder](../index.md)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
//[Kores](../../../../../index.md)/[com.koresframework.kores.base.comment](../../../index.md)/[Code](../../index.md)/[Builder](../index.md)/[Companion](index.md)
2+
3+
# Companion
4+
5+
[jvm]\
6+
object [Companion](index.md)
7+
8+
## Functions
9+
10+
| Name | Summary |
11+
|---|---|
12+
| [builder](builder.md) | [jvm]<br>@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()<br>fun [builder](builder.md)(): [Code.Builder](../index.md)<br>@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()<br>fun [builder](builder.md)(defaults: [Code](../../index.md)): [Code.Builder](../index.md) |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
//[Kores](../../../../index.md)/[com.koresframework.kores.base.comment](../../index.md)/[Code](../index.md)/[Builder](index.md)/[build](build.md)
2+
3+
# build
4+
5+
[jvm]\
6+
open override fun [build](build.md)(): [Code](../index.md)
7+
8+
Build the object of type T.
9+
10+
#### Return
11+
12+
Instance of object of type T.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
//[Kores](../../../../index.md)/[com.koresframework.kores.base.comment](../../index.md)/[Code](../index.md)/[Builder](index.md)/[code](code.md)
2+
3+
# code
4+
5+
[jvm]\
6+
fun [code](code.md)(value: [Code.CodeNode](../-code-node/index.md)): [Code.Builder](index.md)
7+
8+
See [Code.code](../code.md)
9+
10+
[jvm]\
11+
lateinit var [code](code.md): [Code.CodeNode](../-code-node/index.md)
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
//[Kores](../../../../index.md)/[com.koresframework.kores.base.comment](../../index.md)/[Code](../index.md)/[Builder](index.md)
2+
3+
# Builder
4+
5+
[jvm]\
6+
class [Builder](index.md) : [Builder](../../../com.koresframework.kores.builder/-builder/index.md)<[Code](../index.md), [Code.Builder](index.md)>
7+
8+
## Constructors
9+
10+
| | |
11+
|---|---|
12+
| [Builder](-builder.md) | [jvm]<br>fun [Builder](-builder.md)(defaults: [Code](../index.md)) |
13+
14+
## Types
15+
16+
| Name | Summary |
17+
|---|---|
18+
| [Companion](-companion/index.md) | [jvm]<br>object [Companion](-companion/index.md) |
19+
20+
## Functions
21+
22+
| Name | Summary |
23+
|---|---|
24+
| [build](build.md) | [jvm]<br>open override fun [build](build.md)(): [Code](../index.md)<br>Build the object of type T. |
25+
| [code](code.md) | [jvm]<br>fun [code](code.md)(value: [Code.CodeNode](../-code-node/index.md)): [Code.Builder](index.md)<br>See [Code.code](../code.md) |
26+
27+
## Properties
28+
29+
| Name | Summary |
30+
|---|---|
31+
| [code](code.md) | [jvm]<br>lateinit var [code](code.md): [Code.CodeNode](../-code-node/index.md) |
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
//[Kores](../../../../../index.md)/[com.koresframework.kores.base.comment](../../../index.md)/[Code](../../index.md)/[CodeNode](../index.md)/[CodeRepresentation](index.md)/[CodeRepresentation](-code-representation.md)
2+
3+
# CodeRepresentation
4+
5+
[jvm]\
6+
fun [CodeRepresentation](-code-representation.md)(representation: [KoresPart](../../../../com.koresframework.kores/-kores-part/index.md))
7+
8+
## Parameters
9+
10+
jvm
11+
12+
| | |
13+
|---|---|
14+
| representation | Code representation. |

0 commit comments

Comments
 (0)