Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fromJavaClass (0.5 sec)

  1. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtScopeProvider.kt

         *     static class NestedClass { }
         *     class InnerClass { }
         *     public static void fromJavaClass() { }
         * }
         * ```
         *
         * The static member scope of `JavaClass` contains the following symbols:
         *
         * ```
         * public static void fromSuperClass()
         * public static void fromJavaClass()
         * static class NestedClass
         * class InnerClass
         * ```
         *
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 15.4K bytes
    - Viewed (0)
Back to top