final class com.google.common.util.concurrent.ServiceManager$ServiceManagerState$StoppedGuard 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.ServiceManager$ServiceManagerState$StoppedGuard
  super_class: com.google.common.util.concurrent.Monitor$Guard
{
  final com.google.common.util.concurrent.ServiceManager$ServiceManagerState this$1;
    descriptor: Lcom/google/common/util/concurrent/ServiceManager$ServiceManagerState;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.util.concurrent.ServiceManager$ServiceManagerState);
    descriptor: (Lcom/google/common/util/concurrent/ServiceManager$ServiceManagerState;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.util.concurrent.ServiceManager$ServiceManagerState$StoppedGuard this
         0: .line 477
            aload 0 /* this */
            aload 1
            putfield com.google.common.util.concurrent.ServiceManager$ServiceManagerState$StoppedGuard.this$1:Lcom/google/common/util/concurrent/ServiceManager$ServiceManagerState;
         1: .line 478
            aload 0 /* this */
            aload 1
            getfield com.google.common.util.concurrent.ServiceManager$ServiceManagerState.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 479
            return
        end local 0 // com.google.common.util.concurrent.ServiceManager$ServiceManagerState$StoppedGuard this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/util/concurrent/ServiceManager$ServiceManagerState$StoppedGuard;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean isSatisfied();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.ServiceManager$ServiceManagerState$StoppedGuard this
         0: .line 484
            aload 0 /* this */
            getfield com.google.common.util.concurrent.ServiceManager$ServiceManagerState$StoppedGuard.this$1:Lcom/google/common/util/concurrent/ServiceManager$ServiceManagerState;
            getfield com.google.common.util.concurrent.ServiceManager$ServiceManagerState.states:Lcom/google/common/collect/Multiset;
            getstatic com.google.common.util.concurrent.Service$State.TERMINATED:Lcom/google/common/util/concurrent/Service$State;
            invokeinterface com.google.common.collect.Multiset.count:(Ljava/lang/Object;)I
            aload 0 /* this */
            getfield com.google.common.util.concurrent.ServiceManager$ServiceManagerState$StoppedGuard.this$1:Lcom/google/common/util/concurrent/ServiceManager$ServiceManagerState;
            getfield com.google.common.util.concurrent.ServiceManager$ServiceManagerState.states:Lcom/google/common/collect/Multiset;
            getstatic com.google.common.util.concurrent.Service$State.FAILED:Lcom/google/common/util/concurrent/Service$State;
            invokeinterface com.google.common.collect.Multiset.count:(Ljava/lang/Object;)I
            iadd
            aload 0 /* this */
            getfield com.google.common.util.concurrent.ServiceManager$ServiceManagerState$StoppedGuard.this$1:Lcom/google/common/util/concurrent/ServiceManager$ServiceManagerState;
            getfield com.google.common.util.concurrent.ServiceManager$ServiceManagerState.numberOfServices:I
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.google.common.util.concurrent.ServiceManager$ServiceManagerState$StoppedGuard this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/util/concurrent/ServiceManager$ServiceManagerState$StoppedGuard;
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.concurrent.GuardedBy(value = "ServiceManagerState.this.monitor")
}
SourceFile: "ServiceManager.java"
NestHost: com.google.common.util.concurrent.ServiceManager
InnerClasses:
  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
  private final ServiceManagerState = com.google.common.util.concurrent.ServiceManager$ServiceManagerState of com.google.common.util.concurrent.ServiceManager
  final StoppedGuard = com.google.common.util.concurrent.ServiceManager$ServiceManagerState$StoppedGuard of com.google.common.util.concurrent.ServiceManager$ServiceManagerState