Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ElementResult (0.17 sec)

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

                else -> listOf()
            }
    
        private
        fun import(tree: CachingLightTree, node: LighterASTNode): ElementResult<Import> =
            elementOrFailure {
                val children = tree.children(node)
    
                var content: CheckedResult<ElementResult<PropertyAccess>>? = null
                children.forEach {
                    when (it.tokenType) {
    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