Changes of com.discord v1349
This commit is contained in:
parent
ee3363e6d6
commit
3f4974bc38
11672 changed files with 479129 additions and 478996 deletions
134
com.discord/smali_classes2/f0/g.smali
Normal file
134
com.discord/smali_classes2/f0/g.smali
Normal file
|
@ -0,0 +1,134 @@
|
|||
.class public final Lf0/g;
|
||||
.super Lf0/e$a;
|
||||
.source "CompletableFutureCallAdapterFactory.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lf0/g$a;,
|
||||
Lf0/g$c;,
|
||||
Lf0/g$b;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation build Lorg/codehaus/mojo/animal_sniffer/IgnoreJRERequirement;
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final a:Lf0/e$a;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lf0/g;
|
||||
|
||||
invoke-direct {v0}, Lf0/g;-><init>()V
|
||||
|
||||
sput-object v0, Lf0/g;->a:Lf0/e$a;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Lf0/e$a;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Lf0/b0;)Lf0/e;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/lang/reflect/Type;",
|
||||
"[",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
"Lf0/b0;",
|
||||
")",
|
||||
"Lf0/e<",
|
||||
"**>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-static {p1}, Lf0/f0;->f(Ljava/lang/reflect/Type;)Ljava/lang/Class;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
const-class p3, Ljava/util/concurrent/CompletableFuture;
|
||||
|
||||
if-eq p2, p3, :cond_0
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_0
|
||||
instance-of p2, p1, Ljava/lang/reflect/ParameterizedType;
|
||||
|
||||
if-eqz p2, :cond_3
|
||||
|
||||
check-cast p1, Ljava/lang/reflect/ParameterizedType;
|
||||
|
||||
const/4 p2, 0x0
|
||||
|
||||
invoke-static {p2, p1}, Lf0/f0;->e(ILjava/lang/reflect/ParameterizedType;)Ljava/lang/reflect/Type;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-static {p1}, Lf0/f0;->f(Ljava/lang/reflect/Type;)Ljava/lang/Class;
|
||||
|
||||
move-result-object p3
|
||||
|
||||
const-class v0, Lf0/z;
|
||||
|
||||
if-eq p3, v0, :cond_1
|
||||
|
||||
new-instance p2, Lf0/g$a;
|
||||
|
||||
invoke-direct {p2, p1}, Lf0/g$a;-><init>(Ljava/lang/reflect/Type;)V
|
||||
|
||||
return-object p2
|
||||
|
||||
:cond_1
|
||||
instance-of p3, p1, Ljava/lang/reflect/ParameterizedType;
|
||||
|
||||
if-eqz p3, :cond_2
|
||||
|
||||
check-cast p1, Ljava/lang/reflect/ParameterizedType;
|
||||
|
||||
invoke-static {p2, p1}, Lf0/f0;->e(ILjava/lang/reflect/ParameterizedType;)Ljava/lang/reflect/Type;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
new-instance p2, Lf0/g$c;
|
||||
|
||||
invoke-direct {p2, p1}, Lf0/g$c;-><init>(Ljava/lang/reflect/Type;)V
|
||||
|
||||
return-object p2
|
||||
|
||||
:cond_2
|
||||
new-instance p1, Ljava/lang/IllegalStateException;
|
||||
|
||||
const-string p2, "Response must be parameterized as Response<Foo> or Response<? extends Foo>"
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_3
|
||||
new-instance p1, Ljava/lang/IllegalStateException;
|
||||
|
||||
const-string p2, "CompletableFuture return type must be parameterized as CompletableFuture<Foo> or CompletableFuture<? extends Foo>"
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
Loading…
Add table
Add a link
Reference in a new issue