| Interface | Description |
|---|---|
| KotlinFunction |
A simple wrapper around a function declared in Kotlin.
|
| Class | Description |
|---|---|
| CallableMethod |
A utility class that combines a
Method with a MethodCaller. |
| DefaultFunctionFinder |
A utility for finding the default synthetic function generated by
the Kotlin compiler.
|
| KotlinConstants |
A utility that abstracts away certain Kotlin constant
values and classes
|
| KotlinSingletons |
A utility for finding the singleton inside a class
|