Skip to content

Commit

Permalink
Package update, fixes #82
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanxD committed Aug 15, 2021
1 parent e75646f commit bd3a60b
Show file tree
Hide file tree
Showing 3,398 changed files with 42,703 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
//[Kores](../../../index.md)/[com.koresframework.kores.annotation](../index.md)/[Spec](index.md)/[Spec](-spec.md)

# Spec

[jvm]\
fun [Spec](-spec.md)()
14 changes: 14 additions & 0 deletions kdocs/-kores/com.koresframework.kores.annotation/-spec/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//[Kores](../../../index.md)/[com.koresframework.kores.annotation](../index.md)/[Spec](index.md)

# Spec

[jvm]\
annotation class [Spec](index.md)

Types annotated with this annotation must never be added directly to [Instructions](../../com.koresframework.kores/-instructions/index.md) collection.

## Constructors

| | |
|---|---|
| [Spec](-spec.md) | [jvm]<br>fun [Spec](-spec.md)() |
9 changes: 9 additions & 0 deletions kdocs/-kores/com.koresframework.kores.annotation/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
//[Kores](../../index.md)/[com.koresframework.kores.annotation](index.md)

# Package com.koresframework.kores.annotation

## Types

| Name | Summary |
|---|---|
| [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. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//[Kores](../../../../index.md)/[com.koresframework.kores.base.comment](../../index.md)/[Code](../index.md)/[Builder](index.md)/[Builder](-builder.md)

# Builder

[jvm]\
fun [Builder](-builder.md)(defaults: [Code](../index.md))

fun [Builder](-builder.md)()
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//[Kores](../../../../../index.md)/[com.koresframework.kores.base.comment](../../../index.md)/[Code](../../index.md)/[Builder](../index.md)/[Companion](index.md)/[builder](builder.md)

# builder

[jvm]\

@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()

fun [builder](builder.md)(): [Code.Builder](../index.md)

@[JvmStatic](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-static/index.html)()

fun [builder](builder.md)(defaults: [Code](../../index.md)): [Code.Builder](../index.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
//[Kores](../../../../../index.md)/[com.koresframework.kores.base.comment](../../../index.md)/[Code](../../index.md)/[Builder](../index.md)/[Companion](index.md)

# Companion

[jvm]\
object [Companion](index.md)

## Functions

| Name | Summary |
|---|---|
| [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) |
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
//[Kores](../../../../index.md)/[com.koresframework.kores.base.comment](../../index.md)/[Code](../index.md)/[Builder](index.md)/[build](build.md)

# build

[jvm]\
open override fun [build](build.md)(): [Code](../index.md)

Build the object of type T.

#### Return

Instance of object of type T.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
//[Kores](../../../../index.md)/[com.koresframework.kores.base.comment](../../index.md)/[Code](../index.md)/[Builder](index.md)/[code](code.md)

# code

[jvm]\
fun [code](code.md)(value: [Code.CodeNode](../-code-node/index.md)): [Code.Builder](index.md)

See [Code.code](../code.md)

[jvm]\
lateinit var [code](code.md): [Code.CodeNode](../-code-node/index.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
//[Kores](../../../../index.md)/[com.koresframework.kores.base.comment](../../index.md)/[Code](../index.md)/[Builder](index.md)

# Builder

[jvm]\
class [Builder](index.md) : [Builder](../../../com.koresframework.kores.builder/-builder/index.md)<[Code](../index.md), [Code.Builder](index.md)>

## Constructors

| | |
|---|---|
| [Builder](-builder.md) | [jvm]<br>fun [Builder](-builder.md)(defaults: [Code](../index.md)) |

## Types

| Name | Summary |
|---|---|
| [Companion](-companion/index.md) | [jvm]<br>object [Companion](-companion/index.md) |

## Functions

| Name | Summary |
|---|---|
| [build](build.md) | [jvm]<br>open override fun [build](build.md)(): [Code](../index.md)<br>Build the object of type T. |
| [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) |

## Properties

| Name | Summary |
|---|---|
| [code](code.md) | [jvm]<br>lateinit var [code](code.md): [Code.CodeNode](../-code-node/index.md) |
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//[Kores](../../../../../index.md)/[com.koresframework.kores.base.comment](../../../index.md)/[Code](../../index.md)/[CodeNode](../index.md)/[CodeRepresentation](index.md)/[CodeRepresentation](-code-representation.md)

# CodeRepresentation

[jvm]\
fun [CodeRepresentation](-code-representation.md)(representation: [KoresPart](../../../../com.koresframework.kores/-kores-part/index.md))

## Parameters

jvm

| | |
|---|---|
| representation | Code representation. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
//[Kores](../../../../../index.md)/[com.koresframework.kores.base.comment](../../../index.md)/[Code](../../index.md)/[CodeNode](../index.md)/[CodeRepresentation](index.md)

# CodeRepresentation

[jvm]\
data class [CodeRepresentation](index.md)(**representation**: [KoresPart](../../../../com.koresframework.kores/-kores-part/index.md)) : [Code.CodeNode](../index.md)

Kores code representation (let generator generate the code).

## Parameters

jvm

| | |
|---|---|
| representation | Code representation. |

## Constructors

| | |
|---|---|
| [CodeRepresentation](-code-representation.md) | [jvm]<br>fun [CodeRepresentation](-code-representation.md)(representation: [KoresPart](../../../../com.koresframework.kores/-kores-part/index.md))<br>Code representation. |

## Properties

| Name | Summary |
|---|---|
| [representation](representation.md) | [jvm]<br>val [representation](representation.md): [KoresPart](../../../../com.koresframework.kores/-kores-part/index.md)<br>Code representation. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//[Kores](../../../../../index.md)/[com.koresframework.kores.base.comment](../../../index.md)/[Code](../../index.md)/[CodeNode](../index.md)/[CodeRepresentation](index.md)/[representation](representation.md)

# representation

[jvm]\
val [representation](representation.md): [KoresPart](../../../../com.koresframework.kores/-kores-part/index.md)

## Parameters

jvm

| | |
|---|---|
| representation | Code representation. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//[Kores](../../../../../index.md)/[com.koresframework.kores.base.comment](../../../index.md)/[Code](../../index.md)/[CodeNode](../index.md)/[Plain](index.md)/[Plain](-plain.md)

# Plain

[jvm]\
fun [Plain](-plain.md)(plain: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))

## Parameters

jvm

| | |
|---|---|
| plain | Code string, |
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
//[Kores](../../../../../index.md)/[com.koresframework.kores.base.comment](../../../index.md)/[Code](../../index.md)/[CodeNode](../index.md)/[Plain](index.md)

# Plain

[jvm]\
data class [Plain](index.md)(**plain**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Code.CodeNode](../index.md)

Plain code

## Parameters

jvm

| | |
|---|---|
| plain | Code string, |

## Constructors

| | |
|---|---|
| [Plain](-plain.md) | [jvm]<br>fun [Plain](-plain.md)(plain: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))<br>Code string, |

## Properties

| Name | Summary |
|---|---|
| [plain](plain.md) | [jvm]<br>val [plain](plain.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)<br>Code string, |
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//[Kores](../../../../../index.md)/[com.koresframework.kores.base.comment](../../../index.md)/[Code](../../index.md)/[CodeNode](../index.md)/[Plain](index.md)/[plain](plain.md)

# plain

[jvm]\
val [plain](plain.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)

## Parameters

jvm

| | |
|---|---|
| plain | Code string, |
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
//[Kores](../../../../index.md)/[com.koresframework.kores.base.comment](../../index.md)/[Code](../index.md)/[CodeNode](index.md)

# CodeNode

[jvm]\
interface [CodeNode](index.md)

Node of the code.

## Types

| Name | Summary |
|---|---|
| [CodeRepresentation](-code-representation/index.md) | [jvm]<br>data class [CodeRepresentation](-code-representation/index.md)(**representation**: [KoresPart](../../../com.koresframework.kores/-kores-part/index.md)) : [Code.CodeNode](index.md)<br>Kores code representation (let generator generate the code). |
| [Plain](-plain/index.md) | [jvm]<br>data class [Plain](-plain/index.md)(**plain**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)) : [Code.CodeNode](index.md)<br>Plain code |

## Inheritors

| Name |
|---|
| [Code.CodeNode](-plain/index.md) |
| [Code.CodeNode](-code-representation/index.md) |
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
//[Kores](../../../index.md)/[com.koresframework.kores.base.comment](../index.md)/[Code](index.md)/[Code](-code.md)

# Code

[jvm]\
fun [Code](-code.md)(code: [Code.CodeNode](-code-node/index.md))
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//[Kores](../../../index.md)/[com.koresframework.kores.base.comment](../index.md)/[Code](index.md)/[builder](builder.md)

# builder

[jvm]\
open override fun [builder](builder.md)(): [Code.Builder](-builder/index.md)

This builder may or may not accept null values, it depends on implementation.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
//[Kores](../../../index.md)/[com.koresframework.kores.base.comment](../index.md)/[Code](index.md)/[code](code.md)

# code

[jvm]\
val [code](code.md): [Code.CodeNode](-code-node/index.md)
33 changes: 33 additions & 0 deletions kdocs/-kores/com.koresframework.kores.base.comment/-code/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
//[Kores](../../../index.md)/[com.koresframework.kores.base.comment](../index.md)/[Code](index.md)

# Code

[jvm]\
data class [Code](index.md)(**code**: [Code.CodeNode](-code-node/index.md)) : [Comment](../-comment/index.md)

Code comment

## Constructors

| | |
|---|---|
| [Code](-code.md) | [jvm]<br>fun [Code](-code.md)(code: [Code.CodeNode](-code-node/index.md)) |

## Types

| Name | Summary |
|---|---|
| [Builder](-builder/index.md) | [jvm]<br>class [Builder](-builder/index.md) : [Builder](../../com.koresframework.kores.builder/-builder/index.md)<[Code](index.md), [Code.Builder](-builder/index.md)> |
| [CodeNode](-code-node/index.md) | [jvm]<br>interface [CodeNode](-code-node/index.md)<br>Node of the code. |

## Functions

| Name | Summary |
|---|---|
| [builder](builder.md) | [jvm]<br>open override fun [builder](builder.md)(): [Code.Builder](-builder/index.md)<br>This builder may or may not accept null values, it depends on implementation. |

## Properties

| Name | Summary |
|---|---|
| [code](code.md) | [jvm]<br>val [code](code.md): [Code.CodeNode](-code-node/index.md)<br>Code Node |
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//[Kores](../../../../index.md)/[com.koresframework.kores.base.comment](../../index.md)/[CommentHolder](../index.md)/[Builder](index.md)/[comments](comments.md)

# comments

[jvm]\
abstract fun [comments](comments.md)(value: [Comments](../../-comments/index.md)): [S](index.md)

See [CommentHolder.comments](../comments.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
//[Kores](../../../../index.md)/[com.koresframework.kores.base.comment](../../index.md)/[CommentHolder](../index.md)/[Builder](index.md)

# Builder

[jvm]\
interface [Builder](index.md)<out [T](index.md) : [CommentHolder](../index.md), [S](index.md) : [CommentHolder.Builder](index.md)<[T](index.md), [S](index.md)>> : [Builder](../../../com.koresframework.kores.builder/-builder/index.md)<[T](index.md), [S](index.md)>

## Functions

| Name | Summary |
|---|---|
| [build](../../../com.koresframework.kores.builder/-builder/build.md) | [jvm]<br>abstract fun [build](../../../com.koresframework.kores.builder/-builder/build.md)(): [T](index.md)<br>Build the object of type [T](../../../com.koresframework.kores.builder/-builder/index.md). |
| [comments](comments.md) | [jvm]<br>abstract fun [comments](comments.md)(value: [Comments](../../-comments/index.md)): [S](index.md)<br>See [CommentHolder.comments](../comments.md) |

## Inheritors

| Name |
|---|
| [AnnotationProperty](../../../com.koresframework.kores.base/-annotation-property/-builder/index.md) |
| [FieldDeclaration](../../../com.koresframework.kores.base/-field-declaration/-builder/index.md) |
| [MethodDeclarationBase](../../../com.koresframework.kores.base/-method-declaration-base/-builder/index.md) |
| [TypeDeclaration](../../../com.koresframework.kores.base/-type-declaration/-builder/index.md) |
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//[Kores](../../../index.md)/[com.koresframework.kores.base.comment](../index.md)/[CommentHolder](index.md)/[comments](comments.md)

# comments

[jvm]\
abstract val [comments](comments.md): [Comments](../-comments/index.md)

All comments of this element.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
//[Kores](../../../index.md)/[com.koresframework.kores.base.comment](../index.md)/[CommentHolder](index.md)

# CommentHolder

[jvm]\
interface [CommentHolder](index.md) : [KoresPart](../../com.koresframework.kores/-kores-part/index.md)

Hold comments and documentation.

## Types

| Name | Summary |
|---|---|
| [Builder](-builder/index.md) | [jvm]<br>interface [Builder](-builder/index.md)<out [T](-builder/index.md) : [CommentHolder](index.md), [S](-builder/index.md) : [CommentHolder.Builder](-builder/index.md)<[T](-builder/index.md), [S](-builder/index.md)>> : [Builder](../../com.koresframework.kores.builder/-builder/index.md)<[T](-builder/index.md), [S](-builder/index.md)> |

## Functions

| Name | Summary |
|---|---|
| [builder](../../com.koresframework.kores/-kores-part/builder.md) | [jvm]<br>open fun [builder](../../com.koresframework.kores/-kores-part/builder.md)(): [Builder](../../com.koresframework.kores.builder/-builder/index.md)<[KoresPart](../../com.koresframework.kores/-kores-part/index.md), *><br>This builder may or may not accept null values, it depends on implementation. |

## Properties

| Name | Summary |
|---|---|
| [comments](comments.md) | [jvm]<br>abstract val [comments](comments.md): [Comments](../-comments/index.md)<br>All comments of this element. |

## Inheritors

| Name |
|---|
| [AnnotationProperty](../../com.koresframework.kores.base/-annotation-property/index.md) |
| [FieldDeclaration](../../com.koresframework.kores.base/-field-declaration/index.md) |
| [MethodDeclarationBase](../../com.koresframework.kores.base/-method-declaration-base/index.md) |
| [TypeDeclaration](../../com.koresframework.kores.base/-type-declaration/index.md) |
Loading

0 comments on commit bd3a60b

Please sign in to comment.