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

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

  public void execute(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.util.concurrent.AbstractIdleService$1 this
        start local 1 // java.lang.Runnable command
         0: .line 114
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractIdleService$1.this$0:Lcom/google/common/util/concurrent/AbstractIdleService;
            getfield com.google.common.util.concurrent.AbstractIdleService.threadNameSupplier:Lcom/google/common/base/Supplier;
            invokeinterface com.google.common.base.Supplier.get:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 1 /* command */
            invokestatic com.google.common.util.concurrent.MoreExecutors.newThread:(Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Thread;
            invokevirtual java.lang.Thread.start:()V
         1: .line 115
            return
        end local 1 // java.lang.Runnable command
        end local 0 // com.google.common.util.concurrent.AbstractIdleService$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/google/common/util/concurrent/AbstractIdleService$1;
            0    2     1  command  Ljava/lang/Runnable;
    MethodParameters:
         Name  Flags
      command  
}
SourceFile: "AbstractIdleService.java"
EnclosingMethod: com.google.common.util.concurrent.AbstractIdleService.executor:()Ljava/util/concurrent/Executor;
NestHost: com.google.common.util.concurrent.AbstractIdleService
InnerClasses:
  com.google.common.util.concurrent.AbstractIdleService$1