Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for TypeElement (0.4 sec)

  1. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/components/KtFe10PsiTypeProvider.kt

            val typeElement = asPsiTypeElement(
                simplifyType(kotlinType),
                useSitePosition,
                mode.toTypeMappingMode(type, isAnnotationMethod, suppressWildcards),
            )
    
            val psiType = typeElement?.type ?: return null
            if (!preserveAnnotations) return psiType
    
            return annotateByKotlinType(psiType, kotlinType, typeElement, inferNullability = true)
        }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 20:26:34 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. platforms/core-execution/workers/src/integTest/groovy/org/gradle/workers/internal/WorkerDaemonProcessFailureIntegrationTest.groovy

                import javax.annotation.processing.SupportedSourceVersion;
                import javax.lang.model.SourceVersion;
                import javax.lang.model.element.TypeElement;
                import java.util.Set;
                import javax.tools.FileObject;
                import javax.tools.StandardLocation;
                import java.io.Writer;
    
                @SupportedAnnotationTypes("WorkerPid")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 07 18:43:14 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  3. platforms/jvm/plugins-java/src/integTest/groovy/org/gradle/java/compile/daemon/JavaCompileDaemonCancellationIntegrationTest.groovy

                import javax.annotation.processing.SupportedSourceVersion;
                import javax.lang.model.SourceVersion;
                import javax.lang.model.element.TypeElement;
                import java.util.Set;
                import java.io.File;
                import javax.tools.StandardLocation;
                import java.io.Writer;
                import javax.tools.FileObject;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 19:57:50 UTC 2024
    - 8.8K bytes
    - Viewed (0)
Back to top