class com.google.common.util.concurrent.AggregateFuture$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.util.concurrent.AggregateFuture$1
  super_class: java.lang.Object
{
  final com.google.common.util.concurrent.AggregateFuture this$0;
    descriptor: Lcom/google/common/util/concurrent/AggregateFuture;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.google.common.util.concurrent.ListenableFuture val$future;
    descriptor: Lcom/google/common/util/concurrent/ListenableFuture;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$index;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.util.concurrent.AggregateFuture, com.google.common.util.concurrent.ListenableFuture, int);
    descriptor: (Lcom/google/common/util/concurrent/AggregateFuture;Lcom/google/common/util/concurrent/ListenableFuture;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.google.common.util.concurrent.AggregateFuture$1 this
         0: .line 129
            aload 0 /* this */
            aload 1
            putfield com.google.common.util.concurrent.AggregateFuture$1.this$0:Lcom/google/common/util/concurrent/AggregateFuture;
            aload 0 /* this */
            aload 2
            putfield com.google.common.util.concurrent.AggregateFuture$1.val$future:Lcom/google/common/util/concurrent/ListenableFuture;
            aload 0 /* this */
            iload 3
            putfield com.google.common.util.concurrent.AggregateFuture$1.val$index:I
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.common.util.concurrent.AggregateFuture$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/AggregateFuture$1;
    MethodParameters:
            Name  Flags
      this$0      final
      val$future  final
      val$index   final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.common.util.concurrent.AggregateFuture$1 this
         0: .line 133
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AggregateFuture$1.val$future:Lcom/google/common/util/concurrent/ListenableFuture;
            invokeinterface com.google.common.util.concurrent.ListenableFuture.isCancelled:()Z
            ifeq 4
         1: .line 136
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AggregateFuture$1.this$0:Lcom/google/common/util/concurrent/AggregateFuture;
            aconst_null
            putfield com.google.common.util.concurrent.AggregateFuture.futures:Lcom/google/common/collect/ImmutableCollection;
         2: .line 137
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AggregateFuture$1.this$0:Lcom/google/common/util/concurrent/AggregateFuture;
            iconst_0
            invokevirtual com.google.common.util.concurrent.AggregateFuture.cancel:(Z)Z
            pop
         3: .line 138
            goto 9
         4: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AggregateFuture$1.this$0:Lcom/google/common/util/concurrent/AggregateFuture;
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AggregateFuture$1.val$index:I
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AggregateFuture$1.val$future:Lcom/google/common/util/concurrent/ListenableFuture;
            invokevirtual com.google.common.util.concurrent.AggregateFuture.collectValueFromNonCancelledFuture:(ILjava/util/concurrent/Future;)V
         5: .line 141
            goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 1
         7: .line 147
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AggregateFuture$1.this$0:Lcom/google/common/util/concurrent/AggregateFuture;
            aconst_null
            invokevirtual com.google.common.util.concurrent.AggregateFuture.decrementCountAndMaybeComplete:(Lcom/google/common/collect/ImmutableCollection;)V
         8: .line 148
            aload 1
            athrow
         9: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AggregateFuture$1.this$0:Lcom/google/common/util/concurrent/AggregateFuture;
            aconst_null
            invokevirtual com.google.common.util.concurrent.AggregateFuture.decrementCountAndMaybeComplete:(Lcom/google/common/collect/ImmutableCollection;)V
        10: .line 149
            return
        end local 0 // com.google.common.util.concurrent.AggregateFuture$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/google/common/util/concurrent/AggregateFuture$1;
      Exception table:
        from    to  target  type
           0     6       6  any
}
SourceFile: "AggregateFuture.java"
EnclosingMethod: com.google.common.util.concurrent.AggregateFuture.init:()V
NestHost: com.google.common.util.concurrent.AggregateFuture
InnerClasses:
  com.google.common.util.concurrent.AggregateFuture$1