class com.apple.laf.AquaUtils$3 extends com.apple.laf.AquaUtils$RecyclableSingleton<java.lang.reflect.Method>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaUtils$3
  super_class: com.apple.laf.AquaUtils$RecyclableSingleton
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaUtils$3 this
         0: .line 378
            aload 0 /* this */
            invokespecial com.apple.laf.AquaUtils$RecyclableSingleton.<init>:()V
            return
        end local 0 // com.apple.laf.AquaUtils$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaUtils$3;

  protected java.lang.reflect.Method getInstance();
    descriptor: ()Ljava/lang/reflect/Method;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaUtils$3 this
         0: .line 382
            new com.apple.laf.AquaUtils$3$1
            dup
            aload 0 /* this */
            invokespecial com.apple.laf.AquaUtils$3$1.<init>:(Lcom/apple/laf/AquaUtils$3;)V
         1: .line 381
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.reflect.Method
            areturn
        end local 0 // com.apple.laf.AquaUtils$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaUtils$3;

  protected java.lang.Object getInstance();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.apple.laf.AquaUtils$3.getInstance:()Ljava/lang/reflect/Method;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/apple/laf/AquaUtils$RecyclableSingleton<Ljava/lang/reflect/Method;>;
SourceFile: "AquaUtils.java"
EnclosingMethod: com.apple.laf.AquaUtils
NestHost: com.apple.laf.AquaUtils
InnerClasses:
  com.apple.laf.AquaUtils$3
  com.apple.laf.AquaUtils$3$1
  abstract RecyclableSingleton = com.apple.laf.AquaUtils$RecyclableSingleton of com.apple.laf.AquaUtils