Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for computeTargetAnnotationArguments (0.95 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/annotations/firAnnotationUtils.kt

        if (annotation.toAnnotationClassId(useSiteSession) != classId) {
            return@mapIndexedNotNull null
        }
    
        transformer(index, annotation)
    }
    
    private fun computeTargetAnnotationArguments(
        annotation: FirAnnotation,
        builder: KaSymbolByFirBuilder,
        expectedEnumClassId: ClassId,
        annotationParameterName: Name,
        nameMapper: (String) -> String?,
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 9.9K bytes
    - Viewed (0)
Back to top