class com.google.common.util.concurrent.CycleDetectingLockFactory$Policies$3 extends com.google.common.util.concurrent.CycleDetectingLockFactory$Policies
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: com.google.common.util.concurrent.CycleDetectingLockFactory$Policies$3
  super_class: com.google.common.util.concurrent.CycleDetectingLockFactory$Policies
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$Policies$3 this
         0: .line 228
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial com.google.common.util.concurrent.CycleDetectingLockFactory$Policies.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$Policies$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/CycleDetectingLockFactory$Policies$3;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public void handlePotentialDeadlock(com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException);
    descriptor: (Lcom/google/common/util/concurrent/CycleDetectingLockFactory$PotentialDeadlockException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$Policies$3 this
        start local 1 // com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException e
         0: .line 230
            return
        end local 1 // com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException e
        end local 0 // com.google.common.util.concurrent.CycleDetectingLockFactory$Policies$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/CycleDetectingLockFactory$Policies$3;
            0    1     1     e  Lcom/google/common/util/concurrent/CycleDetectingLockFactory$PotentialDeadlockException;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "CycleDetectingLockFactory.java"
EnclosingMethod: com.google.common.util.concurrent.CycleDetectingLockFactory$Policies
NestHost: com.google.common.util.concurrent.CycleDetectingLockFactory
InnerClasses:
  public abstract Policies = com.google.common.util.concurrent.CycleDetectingLockFactory$Policies of com.google.common.util.concurrent.CycleDetectingLockFactory
  com.google.common.util.concurrent.CycleDetectingLockFactory$Policies$3
  public final PotentialDeadlockException = com.google.common.util.concurrent.CycleDetectingLockFactory$PotentialDeadlockException of com.google.common.util.concurrent.CycleDetectingLockFactory