73 lines
1.9 KiB
Smali
73 lines
1.9 KiB
Smali
.class Lcom/badlogic/gdx/utils/async/AsyncExecutor$2;
|
|
.super Ljava/lang/Object;
|
|
.source "AsyncExecutor.java"
|
|
|
|
# interfaces
|
|
.implements Ljava/util/concurrent/Callable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/badlogic/gdx/utils/async/AsyncExecutor;->a(Lcom/badlogic/gdx/utils/async/AsyncTask;)Lcom/badlogic/gdx/utils/async/AsyncResult;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x0
|
|
name = null
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Object;",
|
|
"Ljava/util/concurrent/Callable<",
|
|
"TT;>;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic a:Lcom/badlogic/gdx/utils/async/AsyncTask;
|
|
|
|
.field final synthetic b:Lcom/badlogic/gdx/utils/async/AsyncExecutor;
|
|
|
|
|
|
# direct methods
|
|
.method constructor <init>(Lcom/badlogic/gdx/utils/async/AsyncExecutor;Lcom/badlogic/gdx/utils/async/AsyncTask;)V
|
|
.locals 0
|
|
|
|
.line 55
|
|
iput-object p1, p0, Lcom/badlogic/gdx/utils/async/AsyncExecutor$2;->b:Lcom/badlogic/gdx/utils/async/AsyncExecutor;
|
|
|
|
iput-object p2, p0, Lcom/badlogic/gdx/utils/async/AsyncExecutor$2;->a:Lcom/badlogic/gdx/utils/async/AsyncTask;
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public call()Ljava/lang/Object;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()TT;"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/lang/Exception;
|
|
}
|
|
.end annotation
|
|
|
|
.line 58
|
|
iget-object v0, p0, Lcom/badlogic/gdx/utils/async/AsyncExecutor$2;->a:Lcom/badlogic/gdx/utils/async/AsyncTask;
|
|
|
|
invoke-interface {v0}, Lcom/badlogic/gdx/utils/async/AsyncTask;->d()Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|