This commit is contained in:
2022-06-10 21:38:30 +09:00
commit 27f5152838
51323 changed files with 12934539 additions and 0 deletions
@@ -0,0 +1,185 @@
.class public final enum Lio/reactivex/rxjava3/annotations/BackpressureKind;
.super Ljava/lang/Enum;
.source "BackpressureKind.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lio/reactivex/rxjava3/annotations/BackpressureKind;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lio/reactivex/rxjava3/annotations/BackpressureKind;
.field public static final enum ERROR:Lio/reactivex/rxjava3/annotations/BackpressureKind;
.field public static final enum FULL:Lio/reactivex/rxjava3/annotations/BackpressureKind;
.field public static final enum NONE:Lio/reactivex/rxjava3/annotations/BackpressureKind;
.field public static final enum PASS_THROUGH:Lio/reactivex/rxjava3/annotations/BackpressureKind;
.field public static final enum SPECIAL:Lio/reactivex/rxjava3/annotations/BackpressureKind;
.field public static final enum UNBOUNDED_IN:Lio/reactivex/rxjava3/annotations/BackpressureKind;
# direct methods
.method public static constructor <clinit>()V
.locals 13
.line 1
new-instance v0, Lio/reactivex/rxjava3/annotations/BackpressureKind;
const-string v1, "PASS_THROUGH"
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lio/reactivex/rxjava3/annotations/BackpressureKind;-><init>(Ljava/lang/String;I)V
sput-object v0, Lio/reactivex/rxjava3/annotations/BackpressureKind;->PASS_THROUGH:Lio/reactivex/rxjava3/annotations/BackpressureKind;
.line 2
new-instance v1, Lio/reactivex/rxjava3/annotations/BackpressureKind;
const-string v3, "FULL"
const/4 v4, 0x1
invoke-direct {v1, v3, v4}, Lio/reactivex/rxjava3/annotations/BackpressureKind;-><init>(Ljava/lang/String;I)V
sput-object v1, Lio/reactivex/rxjava3/annotations/BackpressureKind;->FULL:Lio/reactivex/rxjava3/annotations/BackpressureKind;
.line 3
new-instance v3, Lio/reactivex/rxjava3/annotations/BackpressureKind;
const-string v5, "SPECIAL"
const/4 v6, 0x2
invoke-direct {v3, v5, v6}, Lio/reactivex/rxjava3/annotations/BackpressureKind;-><init>(Ljava/lang/String;I)V
sput-object v3, Lio/reactivex/rxjava3/annotations/BackpressureKind;->SPECIAL:Lio/reactivex/rxjava3/annotations/BackpressureKind;
.line 4
new-instance v5, Lio/reactivex/rxjava3/annotations/BackpressureKind;
const-string v7, "UNBOUNDED_IN"
const/4 v8, 0x3
invoke-direct {v5, v7, v8}, Lio/reactivex/rxjava3/annotations/BackpressureKind;-><init>(Ljava/lang/String;I)V
sput-object v5, Lio/reactivex/rxjava3/annotations/BackpressureKind;->UNBOUNDED_IN:Lio/reactivex/rxjava3/annotations/BackpressureKind;
.line 5
new-instance v7, Lio/reactivex/rxjava3/annotations/BackpressureKind;
const-string v9, "ERROR"
const/4 v10, 0x4
invoke-direct {v7, v9, v10}, Lio/reactivex/rxjava3/annotations/BackpressureKind;-><init>(Ljava/lang/String;I)V
sput-object v7, Lio/reactivex/rxjava3/annotations/BackpressureKind;->ERROR:Lio/reactivex/rxjava3/annotations/BackpressureKind;
.line 6
new-instance v9, Lio/reactivex/rxjava3/annotations/BackpressureKind;
const-string v11, "NONE"
const/4 v12, 0x5
invoke-direct {v9, v11, v12}, Lio/reactivex/rxjava3/annotations/BackpressureKind;-><init>(Ljava/lang/String;I)V
sput-object v9, Lio/reactivex/rxjava3/annotations/BackpressureKind;->NONE:Lio/reactivex/rxjava3/annotations/BackpressureKind;
const/4 v11, 0x6
new-array v11, v11, [Lio/reactivex/rxjava3/annotations/BackpressureKind;
aput-object v0, v11, v2
aput-object v1, v11, v4
aput-object v3, v11, v6
aput-object v5, v11, v8
aput-object v7, v11, v10
aput-object v9, v11, v12
.line 7
sput-object v11, Lio/reactivex/rxjava3/annotations/BackpressureKind;->$VALUES:[Lio/reactivex/rxjava3/annotations/BackpressureKind;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.locals 0
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x1000,
0x1000
}
names = {
"$enum$name",
"$enum$ordinal"
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lio/reactivex/rxjava3/annotations/BackpressureKind;
.locals 1
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x8000
}
names = {
"name"
}
.end annotation
.line 1
const-class v0, Lio/reactivex/rxjava3/annotations/BackpressureKind;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lio/reactivex/rxjava3/annotations/BackpressureKind;
return-object p0
.end method
.method public static values()[Lio/reactivex/rxjava3/annotations/BackpressureKind;
.locals 1
.line 1
sget-object v0, Lio/reactivex/rxjava3/annotations/BackpressureKind;->$VALUES:[Lio/reactivex/rxjava3/annotations/BackpressureKind;
invoke-virtual {v0}, [Lio/reactivex/rxjava3/annotations/BackpressureKind;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lio/reactivex/rxjava3/annotations/BackpressureKind;
return-object v0
.end method
@@ -0,0 +1,27 @@
.class public interface abstract annotation Lio/reactivex/rxjava3/annotations/BackpressureSupport;
.super Ljava/lang/Object;
.source "BackpressureSupport.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Documented;
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->TYPE:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract value()Lio/reactivex/rxjava3/annotations/BackpressureKind;
.end method
@@ -0,0 +1,6 @@
.class public interface abstract annotation Lio/reactivex/rxjava3/annotations/Beta;
.super Ljava/lang/Object;
.source "Beta.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
@@ -0,0 +1,21 @@
.class public interface abstract annotation Lio/reactivex/rxjava3/annotations/CheckReturnValue;
.super Ljava/lang/Object;
.source "CheckReturnValue.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Documented;
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
@@ -0,0 +1,6 @@
.class public interface abstract annotation Lio/reactivex/rxjava3/annotations/Experimental;
.super Ljava/lang/Object;
.source "Experimental.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
@@ -0,0 +1,26 @@
.class public interface abstract annotation Lio/reactivex/rxjava3/annotations/NonNull;
.super Ljava/lang/Object;
.source "NonNull.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Documented;
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->CLASS:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->PARAMETER:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->LOCAL_VARIABLE:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->TYPE_PARAMETER:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->TYPE_USE:Ljava/lang/annotation/ElementType;
}
.end annotation
@@ -0,0 +1,26 @@
.class public interface abstract annotation Lio/reactivex/rxjava3/annotations/Nullable;
.super Ljava/lang/Object;
.source "Nullable.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Documented;
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->CLASS:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->PARAMETER:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->LOCAL_VARIABLE:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->TYPE_PARAMETER:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->TYPE_USE:Ljava/lang/annotation/ElementType;
}
.end annotation
@@ -0,0 +1,44 @@
.class public interface abstract annotation Lio/reactivex/rxjava3/annotations/SchedulerSupport;
.super Ljava/lang/Object;
.source "SchedulerSupport.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Documented;
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->CONSTRUCTOR:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->TYPE:Ljava/lang/annotation/ElementType;
}
.end annotation
# static fields
.field public static final r0:Ljava/lang/String; = "none"
.field public static final s0:Ljava/lang/String; = "custom"
.field public static final t0:Ljava/lang/String; = "io.reactivex:computation"
.field public static final u0:Ljava/lang/String; = "io.reactivex:io"
.field public static final v0:Ljava/lang/String; = "io.reactivex:new-thread"
.field public static final w0:Ljava/lang/String; = "io.reactivex:trampoline"
.field public static final x0:Ljava/lang/String; = "io.reactivex:single"
# virtual methods
.method public abstract value()Ljava/lang/String;
.end method