final class com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask extends com.google.common.util.concurrent.CombinedFuture<V>.CombinedFutureInterruptibleTask<com.google.common.util.concurrent.ListenableFuture<V>>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask
super_class: com.google.common.util.concurrent.CombinedFuture$CombinedFutureInterruptibleTask
{
private final com.google.common.util.concurrent.AsyncCallable<V> callable;
descriptor: Lcom/google/common/util/concurrent/AsyncCallable;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lcom/google/common/util/concurrent/AsyncCallable<TV;>;
final com.google.common.util.concurrent.CombinedFuture this$0;
descriptor: Lcom/google/common/util/concurrent/CombinedFuture;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(com.google.common.util.concurrent.AsyncCallable<V>, java.util.concurrent.Executor);
descriptor: (Lcom/google/common/util/concurrent/CombinedFuture;Lcom/google/common/util/concurrent/AsyncCallable;Ljava/util/concurrent/Executor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 2 start local 3 0: aload 0
aload 1
putfield com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask.this$0:Lcom/google/common/util/concurrent/CombinedFuture;
1: aload 0
aload 1
aload 3
invokespecial com.google.common.util.concurrent.CombinedFuture$CombinedFutureInterruptibleTask.<init>:(Lcom/google/common/util/concurrent/CombinedFuture;Ljava/util/concurrent/Executor;)V
2: aload 0
aload 2
invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast com.google.common.util.concurrent.AsyncCallable
putfield com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask.callable:Lcom/google/common/util/concurrent/AsyncCallable;
3: return
end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/common/util/concurrent/CombinedFuture$AsyncCallableInterruptibleTask;
0 4 2 callable Lcom/google/common/util/concurrent/AsyncCallable<TV;>;
0 4 3 listenerExecutor Ljava/util/concurrent/Executor;
Signature: (Lcom/google/common/util/concurrent/AsyncCallable<TV;>;Ljava/util/concurrent/Executor;)V
MethodParameters:
Name Flags
this$0 final
callable
listenerExecutor
com.google.common.util.concurrent.ListenableFuture<V> runInterruptibly();
descriptor: ()Lcom/google/common/util/concurrent/ListenableFuture;
flags: (0x0000)
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
iconst_0
putfield com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask.thrownByExecute:Z
1: aload 0
getfield com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask.callable:Lcom/google/common/util/concurrent/AsyncCallable;
invokeinterface com.google.common.util.concurrent.AsyncCallable.call:()Lcom/google/common/util/concurrent/ListenableFuture;
astore 1
start local 1 2: aload 1
3: ldc "AsyncCallable.call returned null instead of a Future. Did you mean to return immediateFuture(null)?"
4: invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
checkcast com.google.common.util.concurrent.ListenableFuture
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/google/common/util/concurrent/CombinedFuture$AsyncCallableInterruptibleTask;
2 5 1 result Lcom/google/common/util/concurrent/ListenableFuture<TV;>;
Exceptions:
throws java.lang.Exception
Signature: ()Lcom/google/common/util/concurrent/ListenableFuture<TV;>;
void setValue(com.google.common.util.concurrent.ListenableFuture<V>);
descriptor: (Lcom/google/common/util/concurrent/ListenableFuture;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask.this$0:Lcom/google/common/util/concurrent/CombinedFuture;
aload 1
invokevirtual com.google.common.util.concurrent.CombinedFuture.setFuture:(Lcom/google/common/util/concurrent/ListenableFuture;)Z
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/common/util/concurrent/CombinedFuture$AsyncCallableInterruptibleTask;
0 2 1 value Lcom/google/common/util/concurrent/ListenableFuture<TV;>;
Signature: (Lcom/google/common/util/concurrent/ListenableFuture<TV;>;)V
MethodParameters:
Name Flags
value
java.lang.String toPendingString();
descriptor: ()Ljava/lang/String;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask.callable:Lcom/google/common/util/concurrent/AsyncCallable;
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/util/concurrent/CombinedFuture$AsyncCallableInterruptibleTask;
java.lang.Object runInterruptibly();
descriptor: ()Ljava/lang/Object;
flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask.runInterruptibly:()Lcom/google/common/util/concurrent/ListenableFuture;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
void setValue(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast com.google.common.util.concurrent.ListenableFuture
invokevirtual com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask.setValue:(Lcom/google/common/util/concurrent/ListenableFuture;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lcom/google/common/util/concurrent/CombinedFuture<TV;>.CombinedFutureInterruptibleTask<Lcom/google/common/util/concurrent/ListenableFuture<TV;>;>;
SourceFile: "CombinedFuture.java"
NestHost: com.google.common.util.concurrent.CombinedFuture
InnerClasses:
private final AsyncCallableInterruptibleTask = com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask of com.google.common.util.concurrent.CombinedFuture
private abstract CombinedFutureInterruptibleTask = com.google.common.util.concurrent.CombinedFuture$CombinedFutureInterruptibleTask of com.google.common.util.concurrent.CombinedFuture