Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for extractBlockContent (0.29 sec)

  1. platforms/core-configuration/declarative-dsl-core/src/main/kotlin/org/gradle/internal/declarativedsl/parsing/GrammarToTree.kt

            val wrappingClassInitializerBlock = childrenOfWrappingClassInitializer.expectSingleOfKind(BLOCK)
            val childrenOfWrappingClassInitializerBlock = tree.children(wrappingClassInitializerBlock)
    
            return extractBlockContent(childrenOfWrappingClassInitializerBlock)
        }
    
        private
        fun toplevelNode(tree: LightTree, parentNode: IElementType): LighterASTNode {
            val root = tree.root
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 22:06:18 UTC 2024
    - 31.2K bytes
    - Viewed (0)
Back to top