Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for registry_ (0.12 sec)

  1. analysis/analysis-api-standalone/src/org/jetbrains/kotlin/analysis/api/standalone/StandaloneAnalysisAPISessionBuilder.kt

     * registered for production Standalone and Standalone test usages, but *not* for IDE mode Analysis API tests, which rely on
     * [FirStandaloneServiceRegistrar] as a basis.
     *
     * When using this service registrar in tests, make sure that `AnalysisApiIdeModeTestServiceRegistrar` isn't configured at the same time.
     */
    internal object StandaloneSessionServiceRegistrar : AnalysisApiSimpleServiceRegistrar() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 14K bytes
    - Viewed (0)
  2. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/configurators/AnalysisApiIdeModeTestServiceRegistrar.kt

     * the list of [serviceRegistrars][org.jetbrains.kotlin.analysis.test.framework.test.configurators.AnalysisApiTestConfigurator.serviceRegistrars].
     *
     * See `StandaloneSessionServiceRegistrar` for the Standalone counterpart to this service registrar.
     */
    object AnalysisApiIdeModeTestServiceRegistrar : AnalysisApiTestServiceRegistrar() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  3. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/references/KotlinFirReferenceContributor.kt

    import org.jetbrains.kotlin.resolve.references.ReferenceAccess
    
    internal class KotlinFirReferenceContributor : KotlinReferenceProviderContributor {
        override fun registerReferenceProviders(registrar: KotlinPsiReferenceRegistrar) {
            with(registrar) {
                registerProvider(factory = ::KaFirForLoopInReference)
                registerProvider(factory = ::KaFirInvokeFunctionReference)
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Jun 10 20:18:28 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top