-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmodulecheck-api.api
More file actions
787 lines (689 loc) · 53.2 KB
/
Copy pathmodulecheck-api.api
File metadata and controls
787 lines (689 loc) · 53.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
public final class modulecheck/api/DepthFinding : java/lang/Comparable, modulecheck/finding/Finding {
public static final field Companion Lmodulecheck/api/DepthFinding$Companion;
public synthetic fun <init> (Lmodulecheck/project/McProject;Lmodulecheck/model/dependency/ProjectPath$StringProjectPath;ILjava/util/List;Ljava/lang/String;Ljava/io/File;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
public synthetic fun compareTo (Ljava/lang/Object;)I
public fun compareTo (Lmodulecheck/api/DepthFinding;)I
public final fun component1 ()Lmodulecheck/project/McProject;
public final fun component2 ()Lmodulecheck/model/dependency/ProjectPath$StringProjectPath;
public final fun component3 ()I
public final fun component4 ()Ljava/util/List;
public final fun component5-qrJCKeA ()Ljava/lang/String;
public final fun component6 ()Ljava/io/File;
public final fun copy-DW0SUTs (Lmodulecheck/project/McProject;Lmodulecheck/model/dependency/ProjectPath$StringProjectPath;ILjava/util/List;Ljava/lang/String;Ljava/io/File;)Lmodulecheck/api/DepthFinding;
public static synthetic fun copy-DW0SUTs$default (Lmodulecheck/api/DepthFinding;Lmodulecheck/project/McProject;Lmodulecheck/model/dependency/ProjectPath$StringProjectPath;ILjava/util/List;Ljava/lang/String;Ljava/io/File;ILjava/lang/Object;)Lmodulecheck/api/DepthFinding;
public fun equals (Ljava/lang/Object;)Z
public fun getBuildFile ()Ljava/io/File;
public final fun getChildren ()Ljava/util/List;
public fun getDependencyIdentifier ()Ljava/lang/String;
public fun getDependentPath ()Lmodulecheck/model/dependency/ProjectPath$StringProjectPath;
public fun getDependentProject ()Lmodulecheck/project/McProject;
public final fun getDepth ()I
public fun getFindingName ()Lmodulecheck/finding/FindingName;
public fun getMessage ()Ljava/lang/String;
public fun getPositionOrNull ()Lmodulecheck/utils/lazy/LazyDeferred;
public final fun getSourceSetName-qrJCKeA ()Ljava/lang/String;
public fun hashCode ()I
public final fun toProjectDepth ()Lmodulecheck/api/context/ProjectDepth;
public fun toResult (ZLkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/DepthFinding$Companion {
public final fun getNAME ()Lmodulecheck/finding/FindingName;
}
public final class modulecheck/api/context/AndroidBasePackages : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/AndroidBasePackages$Key;
public fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)V
public final fun copy (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)Lmodulecheck/api/context/AndroidBasePackages;
public static synthetic fun copy$default (Lmodulecheck/api/context/AndroidBasePackages;Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;ILjava/lang/Object;)Lmodulecheck/api/context/AndroidBasePackages;
public fun equals (Ljava/lang/Object;)Z
public final fun get-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/AndroidBasePackages$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/AndroidBasePackagesKt {
public static final fun androidBasePackages (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun androidBasePackagesForSourceSetName-5sj7XBw (Lmodulecheck/project/ProjectContext;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/AndroidDataBindingDeclarations : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/AndroidDataBindingDeclarations$Key;
public fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)V
public final fun copy (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)Lmodulecheck/api/context/AndroidDataBindingDeclarations;
public static synthetic fun copy$default (Lmodulecheck/api/context/AndroidDataBindingDeclarations;Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;ILjava/lang/Object;)Lmodulecheck/api/context/AndroidDataBindingDeclarations;
public fun equals (Ljava/lang/Object;)Z
public final fun get-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/AndroidDataBindingDeclarations$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/AndroidDataBindingDeclarationsKt {
public static final fun androidDataBindingDeclarations (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun androidDataBindingDeclarationsForSourceSetName-5sj7XBw (Lmodulecheck/project/ProjectContext;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/AndroidRDeclaredNames : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/AndroidRDeclaredNames$Key;
public fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)V
public final fun all (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun copy (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)Lmodulecheck/api/context/AndroidRDeclaredNames;
public static synthetic fun copy$default (Lmodulecheck/api/context/AndroidRDeclaredNames;Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;ILjava/lang/Object;)Lmodulecheck/api/context/AndroidRDeclaredNames;
public fun equals (Ljava/lang/Object;)Z
public final fun get-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/AndroidRDeclaredNames$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/AndroidRDeclaredNamesKt {
public static final fun androidRDeclaredNameForSourceSetName-5sj7XBw (Lmodulecheck/project/ProjectContext;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun androidRDeclaredNames (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/AndroidResourceDeclaredNames : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/AndroidResourceDeclaredNames$Key;
public fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)V
public final fun all (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun copy (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)Lmodulecheck/api/context/AndroidResourceDeclaredNames;
public static synthetic fun copy$default (Lmodulecheck/api/context/AndroidResourceDeclaredNames;Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;ILjava/lang/Object;)Lmodulecheck/api/context/AndroidResourceDeclaredNames;
public fun equals (Ljava/lang/Object;)Z
public final fun get-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/AndroidResourceDeclaredNames$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/AndroidResourceDeclaredNamesKt {
public static final fun androidResourceDeclaredNames (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun androidResourceDeclaredNamesForSourceSetName-5sj7XBw (Lmodulecheck/project/ProjectContext;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/AndroidResourceReferences : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/AndroidResourceReferences$Key;
public fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)V
public final fun copy (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)Lmodulecheck/api/context/AndroidResourceReferences;
public static synthetic fun copy$default (Lmodulecheck/api/context/AndroidResourceReferences;Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;ILjava/lang/Object;)Lmodulecheck/api/context/AndroidResourceReferences;
public fun equals (Ljava/lang/Object;)Z
public final fun get-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/AndroidResourceReferences$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/AndroidResourceReferencesKt {
public static final fun androidResourceReferencesForSourceSetName-5sj7XBw (Lmodulecheck/project/ProjectContext;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/AndroidStylesFiles : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/AndroidStylesFiles$Key;
public fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)V
public final fun all (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun copy (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)Lmodulecheck/api/context/AndroidStylesFiles;
public static synthetic fun copy$default (Lmodulecheck/api/context/AndroidStylesFiles;Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;ILjava/lang/Object;)Lmodulecheck/api/context/AndroidStylesFiles;
public fun equals (Ljava/lang/Object;)Z
public final fun get-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/AndroidStylesFiles$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/AndroidStylesFilesKt {
public static final fun androidStylesFiles (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun androidStylesFilesForSourceSetName-5sj7XBw (Lmodulecheck/project/ProjectContext;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/AndroidUnqualifiedResources : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/AndroidUnqualifiedResources$Key;
public fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)V
public final fun copy (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)Lmodulecheck/api/context/AndroidUnqualifiedResources;
public static synthetic fun copy$default (Lmodulecheck/api/context/AndroidUnqualifiedResources;Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;ILjava/lang/Object;)Lmodulecheck/api/context/AndroidUnqualifiedResources;
public fun equals (Ljava/lang/Object;)Z
public final fun get-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/AndroidUnqualifiedResources$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/AndroidUnqualifiedResourcesKt {
public static final fun androidUnqualifiedResources (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun androidUnqualifiedResourcesForSourceSetName-5sj7XBw (Lmodulecheck/project/ProjectContext;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/AnvilGraph : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/AnvilGraph$Key;
public fun <init> (Lmodulecheck/project/McProject;Lmodulecheck/utils/cache/SafeCache;)V
public final fun all (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun copy (Lmodulecheck/project/McProject;Lmodulecheck/utils/cache/SafeCache;)Lmodulecheck/api/context/AnvilGraph;
public static synthetic fun copy$default (Lmodulecheck/api/context/AnvilGraph;Lmodulecheck/project/McProject;Lmodulecheck/utils/cache/SafeCache;ILjava/lang/Object;)Lmodulecheck/api/context/AnvilGraph;
public fun equals (Ljava/lang/Object;)Z
public final fun get-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public final fun mergedScopeNames (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/AnvilGraph$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/AnvilGraphKt {
public static final fun anvilGraph (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/AnvilScopeContributions : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/AnvilScopeContributions$Key;
public fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)V
public final fun copy (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)Lmodulecheck/api/context/AnvilScopeContributions;
public static synthetic fun copy$default (Lmodulecheck/api/context/AnvilScopeContributions;Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;ILjava/lang/Object;)Lmodulecheck/api/context/AnvilScopeContributions;
public fun equals (Ljava/lang/Object;)Z
public final fun get-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/AnvilScopeContributions$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/AnvilScopeContributionsKt {
public static final fun anvilScopeContributions (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun anvilScopeContributionsForSourceSetName-5sj7XBw (Lmodulecheck/project/ProjectContext;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/AnvilScopeDependencies : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/AnvilScopeDependencies$Key;
public fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)V
public final fun copy (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)Lmodulecheck/api/context/AnvilScopeDependencies;
public static synthetic fun copy$default (Lmodulecheck/api/context/AnvilScopeDependencies;Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;ILjava/lang/Object;)Lmodulecheck/api/context/AnvilScopeDependencies;
public fun equals (Ljava/lang/Object;)Z
public final fun get-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/AnvilScopeDependencies$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/AnvilScopeDependenciesKt {
public static final fun anvilScopeDependencies (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun anvilScopeDependenciesForSourceSetName-5sj7XBw (Lmodulecheck/project/ProjectContext;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/AnvilScopeMerges : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/AnvilScopeMerges$Key;
public fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)V
public final fun all (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun copy (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)Lmodulecheck/api/context/AnvilScopeMerges;
public static synthetic fun copy$default (Lmodulecheck/api/context/AnvilScopeMerges;Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;ILjava/lang/Object;)Lmodulecheck/api/context/AnvilScopeMerges;
public fun equals (Ljava/lang/Object;)Z
public final fun get-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/AnvilScopeMerges$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/AnvilScopeMergesKt {
public static final fun anvilScopeMerges (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun anvilScopeMergesForSourceSetName-5sj7XBw (Lmodulecheck/project/ProjectContext;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/AnvilScopedDeclarations {
public fun <init> (Lmodulecheck/parsing/source/AnvilScopeName;Ljava/util/Set;Ljava/util/Set;)V
public final fun component1 ()Lmodulecheck/parsing/source/AnvilScopeName;
public final fun component2 ()Ljava/util/Set;
public final fun component3 ()Ljava/util/Set;
public final fun copy (Lmodulecheck/parsing/source/AnvilScopeName;Ljava/util/Set;Ljava/util/Set;)Lmodulecheck/api/context/AnvilScopedDeclarations;
public static synthetic fun copy$default (Lmodulecheck/api/context/AnvilScopedDeclarations;Lmodulecheck/parsing/source/AnvilScopeName;Ljava/util/Set;Ljava/util/Set;ILjava/lang/Object;)Lmodulecheck/api/context/AnvilScopedDeclarations;
public fun equals (Ljava/lang/Object;)Z
public final fun getContributions ()Ljava/util/Set;
public final fun getMerges ()Ljava/util/Set;
public final fun getScopeName ()Lmodulecheck/parsing/source/AnvilScopeName;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/ClasspathDependencies : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/ClasspathDependencies$Key;
public fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)V
public final fun all (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun copy (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)Lmodulecheck/api/context/ClasspathDependencies;
public static synthetic fun copy$default (Lmodulecheck/api/context/ClasspathDependencies;Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;ILjava/lang/Object;)Lmodulecheck/api/context/ClasspathDependencies;
public fun equals (Ljava/lang/Object;)Z
public final fun get-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/ClasspathDependencies$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/ClasspathDependenciesKt {
public static final fun classpathDependencies (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/Declarations : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/Declarations$Key;
public synthetic fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun all (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun get-PbJP7P4 (Ljava/lang/String;ZLmodulecheck/parsing/source/PackageName;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static synthetic fun get-PbJP7P4$default (Lmodulecheck/api/context/Declarations;Ljava/lang/String;ZLmodulecheck/parsing/source/PackageName;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
}
public final class modulecheck/api/context/Declarations$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/DeclarationsKt {
public static final fun declarations (Lmodulecheck/model/dependency/ProjectDependency;Lmodulecheck/project/ProjectCache;Lmodulecheck/parsing/source/PackageName;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun declarations (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static synthetic fun declarations$default (Lmodulecheck/model/dependency/ProjectDependency;Lmodulecheck/project/ProjectCache;Lmodulecheck/parsing/source/PackageName;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object;
}
public final class modulecheck/api/context/DependencySources : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/DependencySources$Key;
public fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)V
public final fun copy (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)Lmodulecheck/api/context/DependencySources;
public static synthetic fun copy$default (Lmodulecheck/api/context/DependencySources;Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;ILjava/lang/Object;)Lmodulecheck/api/context/DependencySources;
public fun equals (Ljava/lang/Object;)Z
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public final fun sourceOfOrNull-iA3lRXU (Lmodulecheck/model/dependency/ProjectPath;Ljava/lang/String;ZLkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/DependencySources$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/DependencySources$SourceKey {
public synthetic fun <init> (Ljava/lang/String;Lmodulecheck/model/dependency/ProjectPath;ZLkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun component1-qrJCKeA ()Ljava/lang/String;
public final fun component2 ()Lmodulecheck/model/dependency/ProjectPath;
public final fun component3 ()Z
public final fun copy-WsCknJc (Ljava/lang/String;Lmodulecheck/model/dependency/ProjectPath;Z)Lmodulecheck/api/context/DependencySources$SourceKey;
public static synthetic fun copy-WsCknJc$default (Lmodulecheck/api/context/DependencySources$SourceKey;Ljava/lang/String;Lmodulecheck/model/dependency/ProjectPath;ZILjava/lang/Object;)Lmodulecheck/api/context/DependencySources$SourceKey;
public fun equals (Ljava/lang/Object;)Z
public final fun getDependencyProjectPath ()Lmodulecheck/model/dependency/ProjectPath;
public final fun getSourceSetName-qrJCKeA ()Ljava/lang/String;
public fun hashCode ()I
public final fun isTestFixture ()Z
public fun toString ()Ljava/lang/String;
}
public abstract interface class modulecheck/api/context/DependencySources$SourceResult {
}
public final class modulecheck/api/context/DependencySources$SourceResult$Found : modulecheck/api/context/DependencySources$SourceResult {
public fun <init> (Lmodulecheck/model/dependency/ProjectDependency;)V
public final fun component1 ()Lmodulecheck/model/dependency/ProjectDependency;
public final fun copy (Lmodulecheck/model/dependency/ProjectDependency;)Lmodulecheck/api/context/DependencySources$SourceResult$Found;
public static synthetic fun copy$default (Lmodulecheck/api/context/DependencySources$SourceResult$Found;Lmodulecheck/model/dependency/ProjectDependency;ILjava/lang/Object;)Lmodulecheck/api/context/DependencySources$SourceResult$Found;
public fun equals (Ljava/lang/Object;)Z
public final fun getSourceDependency ()Lmodulecheck/model/dependency/ProjectDependency;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/DependencySources$SourceResult$NOT_PRESENT : modulecheck/api/context/DependencySources$SourceResult {
public static final field INSTANCE Lmodulecheck/api/context/DependencySources$SourceResult$NOT_PRESENT;
}
public final class modulecheck/api/context/DependencySourcesKt {
public static final fun dependencySources (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun requireSourceOf-BhXIJPA (Lmodulecheck/project/McProject;Lmodulecheck/project/McProject;Ljava/lang/String;ZLkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/Depths : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/Depths$Key;
public fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)V
public final fun all (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun copy (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)Lmodulecheck/api/context/Depths;
public static synthetic fun copy$default (Lmodulecheck/api/context/Depths;Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;ILjava/lang/Object;)Lmodulecheck/api/context/Depths;
public fun equals (Ljava/lang/Object;)Z
public final fun get-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/Depths$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/DepthsKt {
public static final fun depthForSourceSetName-5sj7XBw (Lmodulecheck/project/McProject;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun depths (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/DownstreamProjects : java/util/Set, kotlin/jvm/internal/markers/KMappedMarker, modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/DownstreamProjects$Key;
public fun <init> (Ljava/util/Set;)V
public synthetic fun add (Ljava/lang/Object;)Z
public fun add (Lmodulecheck/model/dependency/DownstreamDependency;)Z
public fun addAll (Ljava/util/Collection;)Z
public fun clear ()V
public final fun contains (Ljava/lang/Object;)Z
public fun contains (Lmodulecheck/model/dependency/DownstreamDependency;)Z
public fun containsAll (Ljava/util/Collection;)Z
public final fun copy (Ljava/util/Set;)Lmodulecheck/api/context/DownstreamProjects;
public static synthetic fun copy$default (Lmodulecheck/api/context/DownstreamProjects;Ljava/util/Set;ILjava/lang/Object;)Lmodulecheck/api/context/DownstreamProjects;
public fun equals (Ljava/lang/Object;)Z
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun getSize ()I
public fun hashCode ()I
public fun isEmpty ()Z
public fun iterator ()Ljava/util/Iterator;
public fun remove (Ljava/lang/Object;)Z
public fun removeAll (Ljava/util/Collection;)Z
public fun retainAll (Ljava/util/Collection;)Z
public final fun size ()I
public fun toArray ()[Ljava/lang/Object;
public fun toArray ([Ljava/lang/Object;)[Ljava/lang/Object;
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/DownstreamProjects$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/DownstreamProjectsKt {
public static final fun dependents (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/GeneratedDeclarations : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/GeneratedDeclarations$Key;
public synthetic fun <init> (Lmodulecheck/project/McProject;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun get-WsCknJc (Ljava/lang/String;Lmodulecheck/utils/lazy/LazySet;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun get-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
}
public final class modulecheck/api/context/GeneratedDeclarations$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/GeneratedDeclarationsKt {
public static final fun generatedDeclarations (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun generatedDeclarations-5sj7XBw (Lmodulecheck/project/ProjectContext;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun generatedDeclarations-iA3lRXU (Lmodulecheck/project/ProjectContext;Ljava/lang/String;Lmodulecheck/utils/lazy/LazySet;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/Imports : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/Imports$Key;
public fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)V
public final fun copy (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)Lmodulecheck/api/context/Imports;
public static synthetic fun copy$default (Lmodulecheck/api/context/Imports;Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;ILjava/lang/Object;)Lmodulecheck/api/context/Imports;
public fun equals (Ljava/lang/Object;)Z
public final fun get-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/Imports$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/ImportsKt {
public static final fun imports (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun importsForSourceSetName-5sj7XBw (Lmodulecheck/project/ProjectContext;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/InheritedDependencyWithSource {
public fun <init> (Lmodulecheck/model/dependency/ProjectDependency;Lmodulecheck/model/dependency/ProjectDependency;)V
public final fun component1 ()Lmodulecheck/model/dependency/ProjectDependency;
public final fun component2 ()Lmodulecheck/model/dependency/ProjectDependency;
public final fun copy (Lmodulecheck/model/dependency/ProjectDependency;Lmodulecheck/model/dependency/ProjectDependency;)Lmodulecheck/api/context/InheritedDependencyWithSource;
public static synthetic fun copy$default (Lmodulecheck/api/context/InheritedDependencyWithSource;Lmodulecheck/model/dependency/ProjectDependency;Lmodulecheck/model/dependency/ProjectDependency;ILjava/lang/Object;)Lmodulecheck/api/context/InheritedDependencyWithSource;
public fun equals (Ljava/lang/Object;)Z
public final fun getProjectDependency ()Lmodulecheck/model/dependency/ProjectDependency;
public final fun getSource ()Lmodulecheck/model/dependency/ProjectDependency;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/JvmFiles : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/JvmFiles$Key;
public fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)V
public final fun copy (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)Lmodulecheck/api/context/JvmFiles;
public static synthetic fun copy$default (Lmodulecheck/api/context/JvmFiles;Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;ILjava/lang/Object;)Lmodulecheck/api/context/JvmFiles;
public fun equals (Ljava/lang/Object;)Z
public final fun get-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/JvmFiles$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/JvmFilesKt {
public static final fun jvmFiles (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun jvmFilesForSourceSetName-5sj7XBw (Lmodulecheck/project/ProjectContext;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/JvmSourceFiles : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/JvmSourceFiles$Key;
public fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)V
public final fun copy (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)Lmodulecheck/api/context/JvmSourceFiles;
public static synthetic fun copy$default (Lmodulecheck/api/context/JvmSourceFiles;Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;ILjava/lang/Object;)Lmodulecheck/api/context/JvmSourceFiles;
public fun equals (Ljava/lang/Object;)Z
public final fun get-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/JvmSourceFiles$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/JvmSourceFilesKt {
public static final fun jvmSourceFiles (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun jvmSourcesForSourceSetName-5sj7XBw (Lmodulecheck/project/ProjectContext;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/KaptDependencies : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/KaptDependencies$Key;
public fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)V
public final fun all (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun copy (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)Lmodulecheck/api/context/KaptDependencies;
public static synthetic fun copy$default (Lmodulecheck/api/context/KaptDependencies;Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;ILjava/lang/Object;)Lmodulecheck/api/context/KaptDependencies;
public fun equals (Ljava/lang/Object;)Z
public final fun get-KxNpj4Q (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/KaptDependencies$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/KaptDependenciesKt {
public static final fun kaptDependencies (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun kaptDependenciesForConfig-vAhOJHc (Lmodulecheck/project/ProjectContext;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/LayoutFiles : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/LayoutFiles$Key;
public fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)V
public final fun all (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun copy (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)Lmodulecheck/api/context/LayoutFiles;
public static synthetic fun copy$default (Lmodulecheck/api/context/LayoutFiles;Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;ILjava/lang/Object;)Lmodulecheck/api/context/LayoutFiles;
public fun equals (Ljava/lang/Object;)Z
public final fun get-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/LayoutFiles$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/LayoutFilesKt {
public static final fun layoutFiles (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun layoutFilesForSourceSetName-5sj7XBw (Lmodulecheck/project/ProjectContext;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/ManifestFiles : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/ManifestFiles$Key;
public fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)V
public final fun copy (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)Lmodulecheck/api/context/ManifestFiles;
public static synthetic fun copy$default (Lmodulecheck/api/context/ManifestFiles;Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;ILjava/lang/Object;)Lmodulecheck/api/context/ManifestFiles;
public fun equals (Ljava/lang/Object;)Z
public final fun get-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/ManifestFiles$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/ManifestFilesKt {
public static final fun manifestFileForSourceSetName-5sj7XBw (Lmodulecheck/project/ProjectContext;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun manifestFiles (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/MustBeApi : java/util/Set, kotlin/jvm/internal/markers/KMappedMarker, modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/MustBeApi$Key;
public fun <init> (Ljava/util/Set;)V
public synthetic fun add (Ljava/lang/Object;)Z
public fun add (Lmodulecheck/api/context/InheritedDependencyWithSource;)Z
public fun addAll (Ljava/util/Collection;)Z
public fun clear ()V
public final fun contains (Ljava/lang/Object;)Z
public fun contains (Lmodulecheck/api/context/InheritedDependencyWithSource;)Z
public fun containsAll (Ljava/util/Collection;)Z
public final fun copy (Ljava/util/Set;)Lmodulecheck/api/context/MustBeApi;
public static synthetic fun copy$default (Lmodulecheck/api/context/MustBeApi;Ljava/util/Set;ILjava/lang/Object;)Lmodulecheck/api/context/MustBeApi;
public fun equals (Ljava/lang/Object;)Z
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun getSize ()I
public fun hashCode ()I
public fun isEmpty ()Z
public fun iterator ()Ljava/util/Iterator;
public fun remove (Ljava/lang/Object;)Z
public fun removeAll (Ljava/util/Collection;)Z
public fun retainAll (Ljava/util/Collection;)Z
public final fun size ()I
public fun toArray ()[Ljava/lang/Object;
public fun toArray ([Ljava/lang/Object;)[Ljava/lang/Object;
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/MustBeApi$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/MustBeApiKt {
public static final fun mustBeApi (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun mustBeApiIn-BhXIJPA (Lmodulecheck/project/McProject;Lmodulecheck/project/McProject;Ljava/lang/String;ZLkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/ProjectDepth : java/lang/Comparable {
public synthetic fun <init> (Lmodulecheck/project/McProject;Lmodulecheck/model/dependency/ProjectPath$StringProjectPath;ILjava/util/List;Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
public synthetic fun compareTo (Ljava/lang/Object;)I
public fun compareTo (Lmodulecheck/api/context/ProjectDepth;)I
public final fun component1 ()Lmodulecheck/project/McProject;
public final fun component2 ()Lmodulecheck/model/dependency/ProjectPath$StringProjectPath;
public final fun component3 ()I
public final fun component4 ()Ljava/util/List;
public final fun component5-qrJCKeA ()Ljava/lang/String;
public final fun copy-cFAEbwY (Lmodulecheck/project/McProject;Lmodulecheck/model/dependency/ProjectPath$StringProjectPath;ILjava/util/List;Ljava/lang/String;)Lmodulecheck/api/context/ProjectDepth;
public static synthetic fun copy-cFAEbwY$default (Lmodulecheck/api/context/ProjectDepth;Lmodulecheck/project/McProject;Lmodulecheck/model/dependency/ProjectPath$StringProjectPath;ILjava/util/List;Ljava/lang/String;ILjava/lang/Object;)Lmodulecheck/api/context/ProjectDepth;
public fun equals (Ljava/lang/Object;)Z
public final fun fullTree-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static synthetic fun fullTree-YJqa9SQ$default (Lmodulecheck/api/context/ProjectDepth;Ljava/lang/String;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object;
public final fun getChildren ()Ljava/util/List;
public final fun getDependentPath ()Lmodulecheck/model/dependency/ProjectPath$StringProjectPath;
public final fun getDependentProject ()Lmodulecheck/project/McProject;
public final fun getDepth ()I
public final fun getSourceSetName-qrJCKeA ()Ljava/lang/String;
public fun hashCode ()I
public final fun toFinding (Lmodulecheck/finding/FindingName;)Lmodulecheck/api/DepthFinding;
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/PublicDependencies : java/util/Set, kotlin/jvm/internal/markers/KMappedMarker, modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/PublicDependencies$Key;
public fun <init> (Ljava/util/Set;)V
public synthetic fun add (Ljava/lang/Object;)Z
public fun add (Lmodulecheck/model/dependency/ProjectDependency;)Z
public fun addAll (Ljava/util/Collection;)Z
public fun clear ()V
public final fun contains (Ljava/lang/Object;)Z
public fun contains (Lmodulecheck/model/dependency/ProjectDependency;)Z
public fun containsAll (Ljava/util/Collection;)Z
public final fun copy (Ljava/util/Set;)Lmodulecheck/api/context/PublicDependencies;
public static synthetic fun copy$default (Lmodulecheck/api/context/PublicDependencies;Ljava/util/Set;ILjava/lang/Object;)Lmodulecheck/api/context/PublicDependencies;
public fun equals (Ljava/lang/Object;)Z
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun getSize ()I
public fun hashCode ()I
public fun isEmpty ()Z
public fun iterator ()Ljava/util/Iterator;
public fun remove (Ljava/lang/Object;)Z
public fun removeAll (Ljava/util/Collection;)Z
public fun retainAll (Ljava/util/Collection;)Z
public final fun size ()I
public fun toArray ()[Ljava/lang/Object;
public fun toArray ([Ljava/lang/Object;)[Ljava/lang/Object;
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/PublicDependencies$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/PublicDependenciesKt {
public static final fun publicDependencies (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/References : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/References$Key;
public fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)V
public final fun all (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun copy (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)Lmodulecheck/api/context/References;
public static synthetic fun copy$default (Lmodulecheck/api/context/References;Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;ILjava/lang/Object;)Lmodulecheck/api/context/References;
public fun equals (Ljava/lang/Object;)Z
public final fun get-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/References$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/ReferencesKt {
public static final fun references (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun referencesForSourceSetName-5sj7XBw (Lmodulecheck/project/ProjectContext;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/ResSourceFiles : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/ResSourceFiles$Key;
public fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)V
public final fun all (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun copy (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)Lmodulecheck/api/context/ResSourceFiles;
public static synthetic fun copy$default (Lmodulecheck/api/context/ResSourceFiles;Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;ILjava/lang/Object;)Lmodulecheck/api/context/ResSourceFiles;
public fun equals (Ljava/lang/Object;)Z
public final fun get-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/ResSourceFiles$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/ResSourceFilesKt {
public static final fun resSourceFiles (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun resourceFilesForSourceSetName-5sj7XBw (Lmodulecheck/project/ProjectContext;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/ResolvedDeclaredNames : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/ResolvedDeclaredNames$Key;
public synthetic fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public final fun getSource-5sj7XBw (Lmodulecheck/parsing/source/ResolvableMcName;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/ResolvedDeclaredNames$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/ResolvedDeclaredNames$McProjectWithSourceSetName {
public synthetic fun <init> (Lmodulecheck/project/McProject;Ljava/lang/String;Lmodulecheck/parsing/source/QualifiedDeclaredName;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun component1 ()Lmodulecheck/project/McProject;
public final fun component2-qrJCKeA ()Ljava/lang/String;
public final fun component3 ()Lmodulecheck/parsing/source/QualifiedDeclaredName;
public final fun copy-5sj7XBw (Lmodulecheck/project/McProject;Ljava/lang/String;Lmodulecheck/parsing/source/QualifiedDeclaredName;)Lmodulecheck/api/context/ResolvedDeclaredNames$McProjectWithSourceSetName;
public static synthetic fun copy-5sj7XBw$default (Lmodulecheck/api/context/ResolvedDeclaredNames$McProjectWithSourceSetName;Lmodulecheck/project/McProject;Ljava/lang/String;Lmodulecheck/parsing/source/QualifiedDeclaredName;ILjava/lang/Object;)Lmodulecheck/api/context/ResolvedDeclaredNames$McProjectWithSourceSetName;
public fun equals (Ljava/lang/Object;)Z
public final fun getDeclaration ()Lmodulecheck/parsing/source/QualifiedDeclaredName;
public final fun getProject ()Lmodulecheck/project/McProject;
public final fun getSourceSetName-qrJCKeA ()Ljava/lang/String;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/ResolvedDeclaredNamesKt {
public static final fun resolvedDeclaredNames (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/SourceSetDependencies : modulecheck/project/ProjectContext$Element {
public static final field Key Lmodulecheck/api/context/SourceSetDependencies$Key;
public fun <init> (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)V
public final fun copy (Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;)Lmodulecheck/api/context/SourceSetDependencies;
public static synthetic fun copy$default (Lmodulecheck/api/context/SourceSetDependencies;Lmodulecheck/utils/cache/SafeCache;Lmodulecheck/project/McProject;ILjava/lang/Object;)Lmodulecheck/api/context/SourceSetDependencies;
public fun equals (Ljava/lang/Object;)Z
public final fun get-YJqa9SQ (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun getKey ()Lmodulecheck/project/ProjectContext$Key;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class modulecheck/api/context/SourceSetDependencies$Key : modulecheck/project/ProjectContext$Key {
public fun invoke (Lmodulecheck/project/McProject;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/SourceSetDependenciesKt {
public static final fun sourceSetDependencies (Lmodulecheck/project/ProjectContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
public final class modulecheck/api/context/UsesKt {
public static final fun uses (Lmodulecheck/project/McProject;Lmodulecheck/model/dependency/ConfiguredDependency;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}