class com.google.common.util.concurrent.SequentialExecutor$1 implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.common.util.concurrent.SequentialExecutor$1
super_class: java.lang.Object
{
final com.google.common.util.concurrent.SequentialExecutor this$0;
descriptor: Lcom/google/common/util/concurrent/SequentialExecutor;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.lang.Runnable val$task;
descriptor: Ljava/lang/Runnable;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(com.google.common.util.concurrent.SequentialExecutor, java.lang.Runnable);
descriptor: (Lcom/google/common/util/concurrent/SequentialExecutor;Ljava/lang/Runnable;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // com.google.common.util.concurrent.SequentialExecutor$1 this
0: .line 117
aload 0 /* this */
aload 1
putfield com.google.common.util.concurrent.SequentialExecutor$1.this$0:Lcom/google/common/util/concurrent/SequentialExecutor;
aload 0 /* this */
aload 2
putfield com.google.common.util.concurrent.SequentialExecutor$1.val$task:Ljava/lang/Runnable;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // com.google.common.util.concurrent.SequentialExecutor$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/util/concurrent/SequentialExecutor$1;
MethodParameters:
Name Flags
this$0 final
val$task final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // com.google.common.util.concurrent.SequentialExecutor$1 this
0: .line 120
aload 0 /* this */
getfield com.google.common.util.concurrent.SequentialExecutor$1.val$task:Ljava/lang/Runnable;
invokeinterface java.lang.Runnable.run:()V
1: .line 121
return
end local 0 // com.google.common.util.concurrent.SequentialExecutor$1 this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/common/util/concurrent/SequentialExecutor$1;
}
SourceFile: "SequentialExecutor.java"
EnclosingMethod: com.google.common.util.concurrent.SequentialExecutor.execute:(Ljava/lang/Runnable;)V
NestHost: com.google.common.util.concurrent.SequentialExecutor
InnerClasses:
com.google.common.util.concurrent.SequentialExecutor$1