Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for jums (0.02 sec)

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

         */
        public val returnValueType: KaType?,
    
        /**
         * All jump expressions.
         * @see [hasJumps] for the definition of jumps.
         */
        public val jumpExpressions: List<KtExpression>,
    
        /**
         * `true` if there are any control-flow statements that jump outside given statements.
         * Jumps include both loop jumps (`break` and `continue`) and `return`s.
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 4.1K bytes
    - Viewed (0)
Back to top