changed repo structure
This commit is contained in:
@@ -0,0 +1,185 @@
|
||||
.class public abstract Lkotlin/sequences/SequenceScope;
|
||||
.super Ljava/lang/Object;
|
||||
.source "SequenceBuilder.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Lkotlin/Metadata;
|
||||
d1 = {
|
||||
"\u0000.\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0000\n\u0002\u0008\u0002\n\u0002\u0010\u0002\n\u0002\u0008\u0004\n\u0002\u0010\u001c\n\u0002\u0008\u0002\n\u0002\u0010(\n\u0002\u0008\u0002\n\u0002\u0018\u0002\n\u0002\u0008\u0002\u0008\'\u0018\u0000*\u0006\u0008\u0000\u0010\u0001 \u00002\u00020\u0002B\u0007\u0008\u0000\u00a2\u0006\u0002\u0010\u0003J\u0019\u0010\u0004\u001a\u00020\u00052\u0006\u0010\u0006\u001a\u00028\u0000H\u00a6@\u00f8\u0001\u0000\u00a2\u0006\u0002\u0010\u0007J\u001f\u0010\u0008\u001a\u00020\u00052\u000c\u0010\t\u001a\u0008\u0012\u0004\u0012\u00028\u00000\nH\u0086@\u00f8\u0001\u0000\u00a2\u0006\u0002\u0010\u000bJ\u001f\u0010\u0008\u001a\u00020\u00052\u000c\u0010\u000c\u001a\u0008\u0012\u0004\u0012\u00028\u00000\rH\u00a6@\u00f8\u0001\u0000\u00a2\u0006\u0002\u0010\u000eJ\u001f\u0010\u0008\u001a\u00020\u00052\u000c\u0010\u000f\u001a\u0008\u0012\u0004\u0012\u00028\u00000\u0010H\u0086@\u00f8\u0001\u0000\u00a2\u0006\u0002\u0010\u0011\u0082\u0002\u0004\n\u0002\u0008\u0019\u00a8\u0006\u0012"
|
||||
}
|
||||
d2 = {
|
||||
"Lkotlin/sequences/SequenceScope;",
|
||||
"T",
|
||||
"",
|
||||
"()V",
|
||||
"yield",
|
||||
"",
|
||||
"value",
|
||||
"(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;",
|
||||
"yieldAll",
|
||||
"elements",
|
||||
"",
|
||||
"(Ljava/lang/Iterable;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;",
|
||||
"iterator",
|
||||
"",
|
||||
"(Ljava/util/Iterator;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;",
|
||||
"sequence",
|
||||
"Lkotlin/sequences/Sequence;",
|
||||
"(Lkotlin/sequences/Sequence;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;",
|
||||
"kotlin-stdlib"
|
||||
}
|
||||
k = 0x1
|
||||
mv = {
|
||||
0x1,
|
||||
0x8,
|
||||
0x0
|
||||
}
|
||||
xi = 0x30
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
.line 51
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract yield(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TT;",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"-",
|
||||
"Lkotlin/Unit;",
|
||||
">;)",
|
||||
"Ljava/lang/Object;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public final yieldAll(Ljava/lang/Iterable;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/lang/Iterable<",
|
||||
"+TT;>;",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"-",
|
||||
"Lkotlin/Unit;",
|
||||
">;)",
|
||||
"Ljava/lang/Object;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.line 80
|
||||
instance-of v0, p1, Ljava/util/Collection;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
move-object v0, p1
|
||||
|
||||
check-cast v0, Ljava/util/Collection;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Collection;->isEmpty()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
sget-object p1, Lkotlin/Unit;->INSTANCE:Lkotlin/Unit;
|
||||
|
||||
return-object p1
|
||||
|
||||
.line 81
|
||||
:cond_0
|
||||
invoke-interface {p1}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-virtual {p0, p1, p2}, Lkotlin/sequences/SequenceScope;->yieldAll(Ljava/util/Iterator;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-static {}, Lkotlin/coroutines/intrinsics/IntrinsicsKt;->getCOROUTINE_SUSPENDED()Ljava/lang/Object;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
if-ne p1, p2, :cond_1
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_1
|
||||
sget-object p1, Lkotlin/Unit;->INSTANCE:Lkotlin/Unit;
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public abstract yieldAll(Ljava/util/Iterator;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/Iterator<",
|
||||
"+TT;>;",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"-",
|
||||
"Lkotlin/Unit;",
|
||||
">;)",
|
||||
"Ljava/lang/Object;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public final yieldAll(Lkotlin/sequences/Sequence;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"+TT;>;",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"-",
|
||||
"Lkotlin/Unit;",
|
||||
">;)",
|
||||
"Ljava/lang/Object;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.line 92
|
||||
invoke-interface {p1}, Lkotlin/sequences/Sequence;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-virtual {p0, p1, p2}, Lkotlin/sequences/SequenceScope;->yieldAll(Ljava/util/Iterator;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-static {}, Lkotlin/coroutines/intrinsics/IntrinsicsKt;->getCOROUTINE_SUSPENDED()Ljava/lang/Object;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
if-ne p1, p2, :cond_0
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_0
|
||||
sget-object p1, Lkotlin/Unit;->INSTANCE:Lkotlin/Unit;
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
Reference in New Issue
Block a user