toggle menu
kompiledb-core
1.0.2-SNAPSHOT
jvm
switch theme
search in API
kompiledb-core
/
com.saveourtool.kompiledb.core.compiler
/
CompilerCommandParser
Compiler
Command
Parser
fun
interface
CompilerCommandParser
Parses a
CompilationCommand
in a compiler-specific way.
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
parse
Link copied to clipboard
abstract
fun
parse
(
databasePath
:
Path
,
command
:
CompilationCommand
)
:
ParsedCompilerCommand
Parses the compilation command.