-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9fb6d4b
commit 907c08b
Showing
193 changed files
with
1,836 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
...thanxd.kores.base/-dynamic-invoke-type/-i-n-v-o-k-e_-i-n-t-e-r-f-a-c-e/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
//[Kores](../../../../index.md)/[com.github.jonathanxd.kores.base](../../index.md)/[DynamicInvokeType](../index.md)/[INVOKE_INTERFACE](index.md) | ||
|
||
# INVOKE_INTERFACE | ||
|
||
[jvm]\ | ||
[INVOKE_INTERFACE](index.md)() | ||
|
||
Interface method invocation. | ||
|
||
## Functions | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [isInterface](../is-interface.md) | [jvm]<br>fun [isInterface](../is-interface.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_INTERFACE](index.md). | | ||
| [isNewSpecial](../is-new-special.md) | [jvm]<br>fun [isNewSpecial](../is-new-special.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [NEW_INVOKE_SPECIAL](../-n-e-w_-i-n-v-o-k-e_-s-p-e-c-i-a-l/index.md). | | ||
| [isSpecial](../is-special.md) | [jvm]<br>fun [isSpecial](../is-special.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_SPECIAL](../-i-n-v-o-k-e_-s-p-e-c-i-a-l/index.md). | | ||
| [isStatic](../is-static.md) | [jvm]<br>fun [isStatic](../is-static.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_STATIC](../-i-n-v-o-k-e_-s-t-a-t-i-c/index.md). | | ||
| [isVirtual](../is-virtual.md) | [jvm]<br>fun [isVirtual](../is-virtual.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_VIRTUAL](../-i-n-v-o-k-e_-v-i-r-t-u-a-l/index.md). | | ||
| [toInvokeType](../to-invoke-type.md) | [jvm]<br>fun [toInvokeType](../to-invoke-type.md)(): [InvokeType](../../-invoke-type/index.md) | | ||
|
||
## Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [name](name.md) | [jvm]<br>val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | | ||
| [ordinal](ordinal.md) | [jvm]<br>val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | |
6 changes: 6 additions & 0 deletions
6
...athanxd.kores.base/-dynamic-invoke-type/-i-n-v-o-k-e_-i-n-t-e-r-f-a-c-e/name.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[Kores](../../../../index.md)/[com.github.jonathanxd.kores.base](../../index.md)/[DynamicInvokeType](../index.md)/[INVOKE_INTERFACE](index.md)/[name](name.md) | ||
|
||
# name | ||
|
||
[jvm]\ | ||
val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
6 changes: 6 additions & 0 deletions
6
...anxd.kores.base/-dynamic-invoke-type/-i-n-v-o-k-e_-i-n-t-e-r-f-a-c-e/ordinal.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[Kores](../../../../index.md)/[com.github.jonathanxd.kores.base](../../index.md)/[DynamicInvokeType](../index.md)/[INVOKE_INTERFACE](index.md)/[ordinal](ordinal.md) | ||
|
||
# ordinal | ||
|
||
[jvm]\ | ||
val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
28 changes: 28 additions & 0 deletions
28
...jonathanxd.kores.base/-dynamic-invoke-type/-i-n-v-o-k-e_-s-p-e-c-i-a-l/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
//[Kores](../../../../index.md)/[com.github.jonathanxd.kores.base](../../index.md)/[DynamicInvokeType](../index.md)/[INVOKE_SPECIAL](index.md) | ||
|
||
# INVOKE_SPECIAL | ||
|
||
[jvm]\ | ||
[INVOKE_SPECIAL](index.md)() | ||
|
||
Special invocation. | ||
|
||
<ul><li>Constructor methods.</li><li>Private methods.</li><li>Super constructor invocation. (or this constructor invocation).</li></ul> | ||
|
||
## Functions | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [isInterface](../is-interface.md) | [jvm]<br>fun [isInterface](../is-interface.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_INTERFACE](../-i-n-v-o-k-e_-i-n-t-e-r-f-a-c-e/index.md). | | ||
| [isNewSpecial](../is-new-special.md) | [jvm]<br>fun [isNewSpecial](../is-new-special.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [NEW_INVOKE_SPECIAL](../-n-e-w_-i-n-v-o-k-e_-s-p-e-c-i-a-l/index.md). | | ||
| [isSpecial](../is-special.md) | [jvm]<br>fun [isSpecial](../is-special.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_SPECIAL](index.md). | | ||
| [isStatic](../is-static.md) | [jvm]<br>fun [isStatic](../is-static.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_STATIC](../-i-n-v-o-k-e_-s-t-a-t-i-c/index.md). | | ||
| [isVirtual](../is-virtual.md) | [jvm]<br>fun [isVirtual](../is-virtual.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_VIRTUAL](../-i-n-v-o-k-e_-v-i-r-t-u-a-l/index.md). | | ||
| [toInvokeType](../to-invoke-type.md) | [jvm]<br>fun [toInvokeType](../to-invoke-type.md)(): [InvokeType](../../-invoke-type/index.md) | | ||
|
||
## Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [name](name.md) | [jvm]<br>val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | | ||
| [ordinal](ordinal.md) | [jvm]<br>val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | |
6 changes: 6 additions & 0 deletions
6
....jonathanxd.kores.base/-dynamic-invoke-type/-i-n-v-o-k-e_-s-p-e-c-i-a-l/name.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[Kores](../../../../index.md)/[com.github.jonathanxd.kores.base](../../index.md)/[DynamicInvokeType](../index.md)/[INVOKE_SPECIAL](index.md)/[name](name.md) | ||
|
||
# name | ||
|
||
[jvm]\ | ||
val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
6 changes: 6 additions & 0 deletions
6
...nathanxd.kores.base/-dynamic-invoke-type/-i-n-v-o-k-e_-s-p-e-c-i-a-l/ordinal.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[Kores](../../../../index.md)/[com.github.jonathanxd.kores.base](../../index.md)/[DynamicInvokeType](../index.md)/[INVOKE_SPECIAL](index.md)/[ordinal](ordinal.md) | ||
|
||
# ordinal | ||
|
||
[jvm]\ | ||
val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
26 changes: 26 additions & 0 deletions
26
...b.jonathanxd.kores.base/-dynamic-invoke-type/-i-n-v-o-k-e_-s-t-a-t-i-c/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
//[Kores](../../../../index.md)/[com.github.jonathanxd.kores.base](../../index.md)/[DynamicInvokeType](../index.md)/[INVOKE_STATIC](index.md) | ||
|
||
# INVOKE_STATIC | ||
|
||
[jvm]\ | ||
[INVOKE_STATIC](index.md)() | ||
|
||
Static method invocation. | ||
|
||
## Functions | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [isInterface](../is-interface.md) | [jvm]<br>fun [isInterface](../is-interface.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_INTERFACE](../-i-n-v-o-k-e_-i-n-t-e-r-f-a-c-e/index.md). | | ||
| [isNewSpecial](../is-new-special.md) | [jvm]<br>fun [isNewSpecial](../is-new-special.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [NEW_INVOKE_SPECIAL](../-n-e-w_-i-n-v-o-k-e_-s-p-e-c-i-a-l/index.md). | | ||
| [isSpecial](../is-special.md) | [jvm]<br>fun [isSpecial](../is-special.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_SPECIAL](../-i-n-v-o-k-e_-s-p-e-c-i-a-l/index.md). | | ||
| [isStatic](../is-static.md) | [jvm]<br>fun [isStatic](../is-static.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_STATIC](index.md). | | ||
| [isVirtual](../is-virtual.md) | [jvm]<br>fun [isVirtual](../is-virtual.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_VIRTUAL](../-i-n-v-o-k-e_-v-i-r-t-u-a-l/index.md). | | ||
| [toInvokeType](../to-invoke-type.md) | [jvm]<br>fun [toInvokeType](../to-invoke-type.md)(): [InvokeType](../../-invoke-type/index.md) | | ||
|
||
## Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [name](name.md) | [jvm]<br>val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | | ||
| [ordinal](ordinal.md) | [jvm]<br>val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | |
6 changes: 6 additions & 0 deletions
6
...ub.jonathanxd.kores.base/-dynamic-invoke-type/-i-n-v-o-k-e_-s-t-a-t-i-c/name.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[Kores](../../../../index.md)/[com.github.jonathanxd.kores.base](../../index.md)/[DynamicInvokeType](../index.md)/[INVOKE_STATIC](index.md)/[name](name.md) | ||
|
||
# name | ||
|
||
[jvm]\ | ||
val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
6 changes: 6 additions & 0 deletions
6
...jonathanxd.kores.base/-dynamic-invoke-type/-i-n-v-o-k-e_-s-t-a-t-i-c/ordinal.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[Kores](../../../../index.md)/[com.github.jonathanxd.kores.base](../../index.md)/[DynamicInvokeType](../index.md)/[INVOKE_STATIC](index.md)/[ordinal](ordinal.md) | ||
|
||
# ordinal | ||
|
||
[jvm]\ | ||
val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
26 changes: 26 additions & 0 deletions
26
...jonathanxd.kores.base/-dynamic-invoke-type/-i-n-v-o-k-e_-v-i-r-t-u-a-l/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
//[Kores](../../../../index.md)/[com.github.jonathanxd.kores.base](../../index.md)/[DynamicInvokeType](../index.md)/[INVOKE_VIRTUAL](index.md) | ||
|
||
# INVOKE_VIRTUAL | ||
|
||
[jvm]\ | ||
[INVOKE_VIRTUAL](index.md)() | ||
|
||
Virtual method invocation (instance methods). | ||
|
||
## Functions | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [isInterface](../is-interface.md) | [jvm]<br>fun [isInterface](../is-interface.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_INTERFACE](../-i-n-v-o-k-e_-i-n-t-e-r-f-a-c-e/index.md). | | ||
| [isNewSpecial](../is-new-special.md) | [jvm]<br>fun [isNewSpecial](../is-new-special.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [NEW_INVOKE_SPECIAL](../-n-e-w_-i-n-v-o-k-e_-s-p-e-c-i-a-l/index.md). | | ||
| [isSpecial](../is-special.md) | [jvm]<br>fun [isSpecial](../is-special.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_SPECIAL](../-i-n-v-o-k-e_-s-p-e-c-i-a-l/index.md). | | ||
| [isStatic](../is-static.md) | [jvm]<br>fun [isStatic](../is-static.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_STATIC](../-i-n-v-o-k-e_-s-t-a-t-i-c/index.md). | | ||
| [isVirtual](../is-virtual.md) | [jvm]<br>fun [isVirtual](../is-virtual.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_VIRTUAL](index.md). | | ||
| [toInvokeType](../to-invoke-type.md) | [jvm]<br>fun [toInvokeType](../to-invoke-type.md)(): [InvokeType](../../-invoke-type/index.md) | | ||
|
||
## Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [name](name.md) | [jvm]<br>val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | | ||
| [ordinal](ordinal.md) | [jvm]<br>val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | |
6 changes: 6 additions & 0 deletions
6
....jonathanxd.kores.base/-dynamic-invoke-type/-i-n-v-o-k-e_-v-i-r-t-u-a-l/name.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[Kores](../../../../index.md)/[com.github.jonathanxd.kores.base](../../index.md)/[DynamicInvokeType](../index.md)/[INVOKE_VIRTUAL](index.md)/[name](name.md) | ||
|
||
# name | ||
|
||
[jvm]\ | ||
val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
6 changes: 6 additions & 0 deletions
6
...nathanxd.kores.base/-dynamic-invoke-type/-i-n-v-o-k-e_-v-i-r-t-u-a-l/ordinal.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[Kores](../../../../index.md)/[com.github.jonathanxd.kores.base](../../index.md)/[DynamicInvokeType](../index.md)/[INVOKE_VIRTUAL](index.md)/[ordinal](ordinal.md) | ||
|
||
# ordinal | ||
|
||
[jvm]\ | ||
val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
26 changes: 26 additions & 0 deletions
26
...nxd.kores.base/-dynamic-invoke-type/-n-e-w_-i-n-v-o-k-e_-s-p-e-c-i-a-l/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
//[Kores](../../../../index.md)/[com.github.jonathanxd.kores.base](../../index.md)/[DynamicInvokeType](../index.md)/[NEW_INVOKE_SPECIAL](index.md) | ||
|
||
# NEW_INVOKE_SPECIAL | ||
|
||
[jvm]\ | ||
[NEW_INVOKE_SPECIAL](index.md)() | ||
|
||
Special invocation of constructors. | ||
|
||
## Functions | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [isInterface](../is-interface.md) | [jvm]<br>fun [isInterface](../is-interface.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_INTERFACE](../-i-n-v-o-k-e_-i-n-t-e-r-f-a-c-e/index.md). | | ||
| [isNewSpecial](../is-new-special.md) | [jvm]<br>fun [isNewSpecial](../is-new-special.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [NEW_INVOKE_SPECIAL](index.md). | | ||
| [isSpecial](../is-special.md) | [jvm]<br>fun [isSpecial](../is-special.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_SPECIAL](../-i-n-v-o-k-e_-s-p-e-c-i-a-l/index.md). | | ||
| [isStatic](../is-static.md) | [jvm]<br>fun [isStatic](../is-static.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_STATIC](../-i-n-v-o-k-e_-s-t-a-t-i-c/index.md). | | ||
| [isVirtual](../is-virtual.md) | [jvm]<br>fun [isVirtual](../is-virtual.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_VIRTUAL](../-i-n-v-o-k-e_-v-i-r-t-u-a-l/index.md). | | ||
| [toInvokeType](../to-invoke-type.md) | [jvm]<br>fun [toInvokeType](../to-invoke-type.md)(): [InvokeType](../../-invoke-type/index.md) | | ||
|
||
## Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [name](name.md) | [jvm]<br>val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | | ||
| [ordinal](ordinal.md) | [jvm]<br>val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | |
6 changes: 6 additions & 0 deletions
6
...anxd.kores.base/-dynamic-invoke-type/-n-e-w_-i-n-v-o-k-e_-s-p-e-c-i-a-l/name.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[Kores](../../../../index.md)/[com.github.jonathanxd.kores.base](../../index.md)/[DynamicInvokeType](../index.md)/[NEW_INVOKE_SPECIAL](index.md)/[name](name.md) | ||
|
||
# name | ||
|
||
[jvm]\ | ||
val [name](name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
6 changes: 6 additions & 0 deletions
6
...d.kores.base/-dynamic-invoke-type/-n-e-w_-i-n-v-o-k-e_-s-p-e-c-i-a-l/ordinal.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[Kores](../../../../index.md)/[com.github.jonathanxd.kores.base](../../index.md)/[DynamicInvokeType](../index.md)/[NEW_INVOKE_SPECIAL](index.md)/[ordinal](ordinal.md) | ||
|
||
# ordinal | ||
|
||
[jvm]\ | ||
val [ordinal](ordinal.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
36 changes: 36 additions & 0 deletions
36
docs/-kores/com.github.jonathanxd.kores.base/-dynamic-invoke-type/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
//[Kores](../../../index.md)/[com.github.jonathanxd.kores.base](../index.md)/[DynamicInvokeType](index.md) | ||
|
||
# DynamicInvokeType | ||
|
||
[jvm]\ | ||
enum [DynamicInvokeType](index.md) : [Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)<[DynamicInvokeType](index.md)> | ||
|
||
TODO Documentation | ||
|
||
## Entries | ||
|
||
| | | | ||
|---|---| | ||
| [INVOKE_INTERFACE](-i-n-v-o-k-e_-i-n-t-e-r-f-a-c-e/index.md) | [jvm]<br>[INVOKE_INTERFACE](-i-n-v-o-k-e_-i-n-t-e-r-f-a-c-e/index.md)()<br>Interface method invocation. | | ||
| [NEW_INVOKE_SPECIAL](-n-e-w_-i-n-v-o-k-e_-s-p-e-c-i-a-l/index.md) | [jvm]<br>[NEW_INVOKE_SPECIAL](-n-e-w_-i-n-v-o-k-e_-s-p-e-c-i-a-l/index.md)()<br>Special invocation of constructors. | | ||
| [INVOKE_SPECIAL](-i-n-v-o-k-e_-s-p-e-c-i-a-l/index.md) | [jvm]<br>[INVOKE_SPECIAL](-i-n-v-o-k-e_-s-p-e-c-i-a-l/index.md)()<br>Special invocation. | | ||
| [INVOKE_VIRTUAL](-i-n-v-o-k-e_-v-i-r-t-u-a-l/index.md) | [jvm]<br>[INVOKE_VIRTUAL](-i-n-v-o-k-e_-v-i-r-t-u-a-l/index.md)()<br>Virtual method invocation (instance methods). | | ||
| [INVOKE_STATIC](-i-n-v-o-k-e_-s-t-a-t-i-c/index.md) | [jvm]<br>[INVOKE_STATIC](-i-n-v-o-k-e_-s-t-a-t-i-c/index.md)()<br>Static method invocation. | | ||
|
||
## Functions | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [isInterface](is-interface.md) | [jvm]<br>fun [isInterface](is-interface.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_INTERFACE](-i-n-v-o-k-e_-i-n-t-e-r-f-a-c-e/index.md). | | ||
| [isNewSpecial](is-new-special.md) | [jvm]<br>fun [isNewSpecial](is-new-special.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [NEW_INVOKE_SPECIAL](-n-e-w_-i-n-v-o-k-e_-s-p-e-c-i-a-l/index.md). | | ||
| [isSpecial](is-special.md) | [jvm]<br>fun [isSpecial](is-special.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_SPECIAL](-i-n-v-o-k-e_-s-p-e-c-i-a-l/index.md). | | ||
| [isStatic](is-static.md) | [jvm]<br>fun [isStatic](is-static.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_STATIC](-i-n-v-o-k-e_-s-t-a-t-i-c/index.md). | | ||
| [isVirtual](is-virtual.md) | [jvm]<br>fun [isVirtual](is-virtual.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)<br>Returns true if the InvokeType is [INVOKE_VIRTUAL](-i-n-v-o-k-e_-v-i-r-t-u-a-l/index.md). | | ||
| [toInvokeType](to-invoke-type.md) | [jvm]<br>fun [toInvokeType](to-invoke-type.md)(): [InvokeType](../-invoke-type/index.md) | | ||
|
||
## Properties | ||
|
||
| Name | Summary | | ||
|---|---| | ||
| [name](index.md#202573587%2FProperties%2F-1216412040) | [jvm]<br>val [name](index.md#202573587%2FProperties%2F-1216412040): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | | ||
| [ordinal](index.md#-84991157%2FProperties%2F-1216412040) | [jvm]<br>val [ordinal](index.md#-84991157%2FProperties%2F-1216412040): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | |
12 changes: 12 additions & 0 deletions
12
docs/-kores/com.github.jonathanxd.kores.base/-dynamic-invoke-type/is-interface.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
//[Kores](../../../index.md)/[com.github.jonathanxd.kores.base](../index.md)/[DynamicInvokeType](index.md)/[isInterface](is-interface.md) | ||
|
||
# isInterface | ||
|
||
[jvm]\ | ||
fun [isInterface](is-interface.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | ||
|
||
Returns true if the InvokeType is [INVOKE_INTERFACE](-i-n-v-o-k-e_-i-n-t-e-r-f-a-c-e/index.md). | ||
|
||
#### Return | ||
|
||
True if the InvokeType is [INVOKE_INTERFACE](-i-n-v-o-k-e_-i-n-t-e-r-f-a-c-e/index.md). |
12 changes: 12 additions & 0 deletions
12
.../-kores/com.github.jonathanxd.kores.base/-dynamic-invoke-type/is-new-special.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
//[Kores](../../../index.md)/[com.github.jonathanxd.kores.base](../index.md)/[DynamicInvokeType](index.md)/[isNewSpecial](is-new-special.md) | ||
|
||
# isNewSpecial | ||
|
||
[jvm]\ | ||
fun [isNewSpecial](is-new-special.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | ||
|
||
Returns true if the InvokeType is [NEW_INVOKE_SPECIAL](-n-e-w_-i-n-v-o-k-e_-s-p-e-c-i-a-l/index.md). | ||
|
||
#### Return | ||
|
||
True if the InvokeType is [NEW_INVOKE_SPECIAL](-n-e-w_-i-n-v-o-k-e_-s-p-e-c-i-a-l/index.md). |
12 changes: 12 additions & 0 deletions
12
docs/-kores/com.github.jonathanxd.kores.base/-dynamic-invoke-type/is-special.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
//[Kores](../../../index.md)/[com.github.jonathanxd.kores.base](../index.md)/[DynamicInvokeType](index.md)/[isSpecial](is-special.md) | ||
|
||
# isSpecial | ||
|
||
[jvm]\ | ||
fun [isSpecial](is-special.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | ||
|
||
Returns true if the InvokeType is [INVOKE_SPECIAL](-i-n-v-o-k-e_-s-p-e-c-i-a-l/index.md). | ||
|
||
#### Return | ||
|
||
True if the InvokeType is [INVOKE_SPECIAL](-i-n-v-o-k-e_-s-p-e-c-i-a-l/index.md). |
12 changes: 12 additions & 0 deletions
12
docs/-kores/com.github.jonathanxd.kores.base/-dynamic-invoke-type/is-static.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
//[Kores](../../../index.md)/[com.github.jonathanxd.kores.base](../index.md)/[DynamicInvokeType](index.md)/[isStatic](is-static.md) | ||
|
||
# isStatic | ||
|
||
[jvm]\ | ||
fun [isStatic](is-static.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | ||
|
||
Returns true if the InvokeType is [INVOKE_STATIC](-i-n-v-o-k-e_-s-t-a-t-i-c/index.md). | ||
|
||
#### Return | ||
|
||
True if the InvokeType is [INVOKE_STATIC](-i-n-v-o-k-e_-s-t-a-t-i-c/index.md). |
12 changes: 12 additions & 0 deletions
12
docs/-kores/com.github.jonathanxd.kores.base/-dynamic-invoke-type/is-virtual.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
//[Kores](../../../index.md)/[com.github.jonathanxd.kores.base](../index.md)/[DynamicInvokeType](index.md)/[isVirtual](is-virtual.md) | ||
|
||
# isVirtual | ||
|
||
[jvm]\ | ||
fun [isVirtual](is-virtual.md)(): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | ||
|
||
Returns true if the InvokeType is [INVOKE_VIRTUAL](-i-n-v-o-k-e_-v-i-r-t-u-a-l/index.md). | ||
|
||
#### Return | ||
|
||
True if the InvokeType is [INVOKE_VIRTUAL](-i-n-v-o-k-e_-v-i-r-t-u-a-l/index.md). |
6 changes: 6 additions & 0 deletions
6
.../-kores/com.github.jonathanxd.kores.base/-dynamic-invoke-type/to-invoke-type.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
//[Kores](../../../index.md)/[com.github.jonathanxd.kores.base](../index.md)/[DynamicInvokeType](index.md)/[toInvokeType](to-invoke-type.md) | ||
|
||
# toInvokeType | ||
|
||
[jvm]\ | ||
fun [toInvokeType](to-invoke-type.md)(): [InvokeType](../-invoke-type/index.md) |
Oops, something went wrong.