Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for renderAnnotationConstantValue (0.49 sec)

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

            renderConstantValue(value)
        }
    
        private fun StringBuilder.renderConstantValue(value: KaAnnotationValue) {
            when (value) {
                is KaAnnotationApplicationValue -> {
                    renderAnnotationConstantValue(value)
                }
                is KaArrayAnnotationValue -> {
                    renderArrayConstantValue(value)
                }
                is KaEnumEntryAnnotationValue -> {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top