final class com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate extends com.google.common.util.concurrent.AbstractService
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate
  super_class: com.google.common.util.concurrent.AbstractService
{
  private volatile java.util.concurrent.Future<?> runningTask;
    descriptor: Ljava/util/concurrent/Future;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    Signature: Ljava/util/concurrent/Future<*>;
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.MonotonicNonNull()

  private volatile java.util.concurrent.ScheduledExecutorService executorService;
    descriptor: Ljava/util/concurrent/ScheduledExecutorService;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.MonotonicNonNull()

  private final java.util.concurrent.locks.ReentrantLock lock;
    descriptor: Ljava/util/concurrent/locks/ReentrantLock;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Runnable task;
    descriptor: Ljava/lang/Runnable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final com.google.common.util.concurrent.AbstractScheduledService this$0;
    descriptor: Lcom/google/common/util/concurrent/AbstractScheduledService;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.google.common.util.concurrent.AbstractScheduledService);
    descriptor: (Lcom/google/common/util/concurrent/AbstractScheduledService;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate this
         0: .line 170
            aload 0 /* this */
            aload 1
            putfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.this$0:Lcom/google/common/util/concurrent/AbstractScheduledService;
            aload 0 /* this */
            invokespecial com.google.common.util.concurrent.AbstractService.<init>:()V
         1: .line 181
            aload 0 /* this */
            new java.util.concurrent.locks.ReentrantLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantLock.<init>:()V
            putfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.lock:Ljava/util/concurrent/locks/ReentrantLock;
         2: .line 211
            aload 0 /* this */
            new com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task
            dup
            aload 0 /* this */
            invokespecial com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task.<init>:(Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;)V
            putfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.task:Ljava/lang/Runnable;
         3: .line 170
            return
        end local 0 // com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
    MethodParameters:
        Name  Flags
      this$0  final

  protected final void doStart();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate this
         0: .line 215
            aload 0 /* this */
         1: .line 217
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.this$0:Lcom/google/common/util/concurrent/AbstractScheduledService;
            invokevirtual com.google.common.util.concurrent.AbstractScheduledService.executor:()Ljava/util/concurrent/ScheduledExecutorService;
         2: .line 218
            new com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$1
            dup
            aload 0 /* this */
            invokespecial com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$1.<init>:(Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;)V
         3: .line 216
            invokestatic com.google.common.util.concurrent.MoreExecutors.renamingDecorator:(Ljava/util/concurrent/ScheduledExecutorService;Lcom/google/common/base/Supplier;)Ljava/util/concurrent/ScheduledExecutorService;
         4: .line 215
            putfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.executorService:Ljava/util/concurrent/ScheduledExecutorService;
         5: .line 224
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.executorService:Ljava/util/concurrent/ScheduledExecutorService;
         6: .line 225
            new com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2
            dup
            aload 0 /* this */
            invokespecial com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2.<init>:(Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;)V
         7: .line 224
            invokeinterface java.util.concurrent.ScheduledExecutorService.execute:(Ljava/lang/Runnable;)V
         8: .line 244
            return
        end local 0 // com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;

  protected final void doStop();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate this
         0: .line 248
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.runningTask:Ljava/util/concurrent/Future;
            iconst_0
            invokeinterface java.util.concurrent.Future.cancel:(Z)Z
            pop
         1: .line 249
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.executorService:Ljava/util/concurrent/ScheduledExecutorService;
         2: .line 250
            new com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$3
            dup
            aload 0 /* this */
            invokespecial com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$3.<init>:(Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;)V
         3: .line 249
            invokeinterface java.util.concurrent.ScheduledExecutorService.execute:(Ljava/lang/Runnable;)V
         4: .line 273
            return
        end local 0 // com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate this
         0: .line 277
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.this$0:Lcom/google/common/util/concurrent/AbstractScheduledService;
            invokevirtual com.google.common.util.concurrent.AbstractScheduledService.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;

  static com.google.common.util.concurrent.AbstractScheduledService access$0(com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate);
    descriptor: (Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;)Lcom/google/common/util/concurrent/AbstractScheduledService;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 170
            aload 0
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.this$0:Lcom/google/common/util/concurrent/AbstractScheduledService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AbstractScheduledService.java"
NestHost: com.google.common.util.concurrent.AbstractScheduledService
InnerClasses:
  private final ServiceDelegate = com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate of com.google.common.util.concurrent.AbstractScheduledService
  com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$1
  com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$2
  com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$3
  Task = com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task of com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate