final class com.google.common.util.concurrent.AbstractService$HasReachedRunningGuard extends com.google.common.util.concurrent.Monitor$Guard
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.util.concurrent.AbstractService$HasReachedRunningGuard
  super_class: com.google.common.util.concurrent.Monitor$Guard
{
  final com.google.common.util.concurrent.AbstractService this$0;
    descriptor: Lcom/google/common/util/concurrent/AbstractService;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.util.concurrent.AbstractService);
    descriptor: (Lcom/google/common/util/concurrent/AbstractService;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.util.concurrent.AbstractService$HasReachedRunningGuard this
         0: .line 151
            aload 0 /* this */
            aload 1
            putfield com.google.common.util.concurrent.AbstractService$HasReachedRunningGuard.this$0:Lcom/google/common/util/concurrent/AbstractService;
         1: .line 152
            aload 0 /* this */
            aload 1
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokespecial com.google.common.util.concurrent.Monitor$Guard.<init>:(Lcom/google/common/util/concurrent/Monitor;)V
         2: .line 153
            return
        end local 0 // com.google.common.util.concurrent.AbstractService$HasReachedRunningGuard this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/util/concurrent/AbstractService$HasReachedRunningGuard;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean isSatisfied();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractService$HasReachedRunningGuard this
         0: .line 157
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService$HasReachedRunningGuard.this$0:Lcom/google/common/util/concurrent/AbstractService;
            invokevirtual com.google.common.util.concurrent.AbstractService.state:()Lcom/google/common/util/concurrent/Service$State;
            getstatic com.google.common.util.concurrent.Service$State.RUNNING:Lcom/google/common/util/concurrent/Service$State;
            invokevirtual com.google.common.util.concurrent.Service$State.compareTo:(Ljava/lang/Enum;)I
            iflt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.google.common.util.concurrent.AbstractService$HasReachedRunningGuard this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/util/concurrent/AbstractService$HasReachedRunningGuard;
}
SourceFile: "AbstractService.java"
NestHost: com.google.common.util.concurrent.AbstractService
InnerClasses:
  private final HasReachedRunningGuard = com.google.common.util.concurrent.AbstractService$HasReachedRunningGuard of com.google.common.util.concurrent.AbstractService
  public abstract Guard = com.google.common.util.concurrent.Monitor$Guard of com.google.common.util.concurrent.Monitor
  public abstract State = com.google.common.util.concurrent.Service$State of com.google.common.util.concurrent.Service