kcp-development
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
kcp-development
core
/
dev.rnett.kcp.development.options
Package-level
declarations
Types
Functions
Types
Base
Command
Line
Processor
Link copied to clipboard
abstract
class
BaseCommandLineProcessor
:
CommandLineProcessor
Compiler
Option
Link copied to clipboard
sealed
class
CompilerOption
<
T
>
Compiler
Options
Host
Link copied to clipboard
abstract
class
CompilerOptionsHost
Functions
get
Link copied to clipboard
operator
fun
<
T
:
Any
>
CompilerConfiguration
.
get
(
option
:
CompilerOption.WithDefault
<
T
>
)
:
T
operator
fun
<
T
:
Any
>
CompilerConfiguration
.
get
(
option
:
CompilerOption
<
T
>
)
:
T
?