Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for identifierString (0.15 sec)

  1. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/execution/ProgramSource.kt

            get() = section.wholeRange
    
        internal
        val identifierString: String
            get() = source.text.substring(range)
    
        internal
        val blockString: String
            get() = source.text.substring(section.block)
    
        override fun equals(other: Any?): Boolean = other is ProgramSourceFragment && other.identifierString == identifierString && other.blockString == blockString
    
        override fun hashCode(): Int {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 4.5K bytes
    - Viewed (0)
Back to top