Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for collectPossibleReferenceShorteningsInElement (0.48 sec)

  1. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/references/AbstractReferenceShortenerTest.kt

                analyseForTest(element) {
                    buildMap {
                        this += "default settings" to collectPossibleReferenceShorteningsInElement(element)
    
                        this += ShortenStrategy.entries.associate { option ->
                            val shorteningsForOption = collectPossibleReferenceShorteningsInElement(
                                element,
                                shortenOptions = ShortenOptions.ALL_ENABLED,
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Mar 27 16:04:54 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtReferenceShortener.kt

         *
         * Also see [org.jetbrains.kotlin.idea.base.analysis.api.utils.shortenReferences] and functions around it.
         */
        public fun collectPossibleReferenceShorteningsInElement(
            element: KtElement,
            shortenOptions: ShortenOptions = ShortenOptions.DEFAULT,
            classShortenStrategy: (KaClassLikeSymbol) -> ShortenStrategy = defaultClassShortenStrategy,
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 09:59:11 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top