module
Analyzer::Kotlin
Overview
Shared helpers for the three Kotlin analyzers (ktor / spring /
http4k). They each extend Analyzer directly rather than a
language-specific engine, so the helpers live as class methods on
Analyzer::Kotlin::KotlinEngine and the callers import it
explicitly. Promoting to a real engine class would be churn for
little gain — three analyzers, one helper.
Defined in:
analyzer/analyzers/kotlin/http4k.cranalyzer/analyzers/kotlin/ktor.cr
analyzer/analyzers/kotlin/spring.cr
analyzer/engines/kotlin_engine.cr