Interface IEarlyExitComputer

    • Method Detail

      • isEarlyExit

        boolean isEarlyExit​(XExpression expression)
        An expression is considered to be left early if all branches end with an explicit termination, e.g. a return or throw expression.
        Returns:
        true if the given expression will definitely exit early.