final class com.google.common.util.concurrent.AbstractService$IsStoppedGuard 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$IsStoppedGuard
  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$IsStoppedGuard this
         0: .line 165
            aload 0 /* this */
            aload 1
            putfield com.google.common.util.concurrent.AbstractService$IsStoppedGuard.this$0:Lcom/google/common/util/concurrent/AbstractService;
         1: .line 166
            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 167
            return
        end local 0 // com.google.common.util.concurrent.AbstractService$IsStoppedGuard this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/util/concurrent/AbstractService$IsStoppedGuard;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean isSatisfied();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractService$IsStoppedGuard this
         0: .line 171
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService$IsStoppedGuard.this$0:Lcom/google/common/util/concurrent/AbstractService;
            invokevirtual com.google.common.util.concurrent.AbstractService.state:()Lcom/google/common/util/concurrent/Service$State;
            invokevirtual com.google.common.util.concurrent.Service$State.isTerminal:()Z
            ireturn
        end local 0 // com.google.common.util.concurrent.AbstractService$IsStoppedGuard this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/AbstractService$IsStoppedGuard;
}
SourceFile: "AbstractService.java"
NestHost: com.google.common.util.concurrent.AbstractService
InnerClasses:
  private final IsStoppedGuard = com.google.common.util.concurrent.AbstractService$IsStoppedGuard 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