class com.google.common.util.concurrent.AggregateFuture$2 implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.common.util.concurrent.AggregateFuture$2
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.collect.ImmutableCollection val$localFutures;
descriptor: Lcom/google/common/collect/ImmutableCollection;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(com.google.common.util.concurrent.AggregateFuture, com.google.common.collect.ImmutableCollection);
descriptor: (Lcom/google/common/util/concurrent/AggregateFuture;Lcom/google/common/collect/ImmutableCollection;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // com.google.common.util.concurrent.AggregateFuture$2 this
0: .line 173
aload 0 /* this */
aload 1
putfield com.google.common.util.concurrent.AggregateFuture$2.this$0:Lcom/google/common/util/concurrent/AggregateFuture;
aload 0 /* this */
aload 2
putfield com.google.common.util.concurrent.AggregateFuture$2.val$localFutures:Lcom/google/common/collect/ImmutableCollection;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // com.google.common.util.concurrent.AggregateFuture$2 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/util/concurrent/AggregateFuture$2;
MethodParameters:
Name Flags
this$0 final
val$localFutures final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 // com.google.common.util.concurrent.AggregateFuture$2 this
0: .line 176
aload 0 /* this */
getfield com.google.common.util.concurrent.AggregateFuture$2.this$0:Lcom/google/common/util/concurrent/AggregateFuture;
aload 0 /* this */
getfield com.google.common.util.concurrent.AggregateFuture$2.val$localFutures:Lcom/google/common/collect/ImmutableCollection;
invokevirtual com.google.common.util.concurrent.AggregateFuture.decrementCountAndMaybeComplete:(Lcom/google/common/collect/ImmutableCollection;)V
1: .line 177
return
end local 0 // com.google.common.util.concurrent.AggregateFuture$2 this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/common/util/concurrent/AggregateFuture$2;
}
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$2