class com.apple.laf.AquaUtils$2$1 implements java.security.PrivilegedAction<java.lang.reflect.Method>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaUtils$2$1
  super_class: java.lang.Object
{
  final com.apple.laf.AquaUtils$2 this$1;
    descriptor: Lcom/apple/laf/AquaUtils$2;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.apple.laf.AquaUtils$2);
    descriptor: (Lcom/apple/laf/AquaUtils$2;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaUtils$2$1 this
         0: .line 338
            aload 0 /* this */
            aload 1
            putfield com.apple.laf.AquaUtils$2$1.this$1:Lcom/apple/laf/AquaUtils$2;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.apple.laf.AquaUtils$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaUtils$2$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.reflect.Method run();
    descriptor: ()Ljava/lang/reflect/Method;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // com.apple.laf.AquaUtils$2$1 this
         0: .line 342
            ldc Ljavax/swing/JComponent;
         1: .line 343
            ldc "getFlag"
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
         2: .line 342
            invokevirtual java.lang.Class.getDeclaredMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            astore 1 /* method */
        start local 1 // java.lang.reflect.Method method
         3: .line 344
            aload 1 /* method */
            iconst_1
            invokevirtual java.lang.reflect.Method.setAccessible:(Z)V
         4: .line 345
            aload 1 /* method */
         5: areturn
        end local 1 // java.lang.reflect.Method method
         6: .line 346
      StackMap locals:
      StackMap stack: java.lang.Throwable
            pop
         7: .line 347
            aconst_null
            areturn
        end local 0 // com.apple.laf.AquaUtils$2$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/apple/laf/AquaUtils$2$1;
            3    6     1  method  Ljava/lang/reflect/Method;
      Exception table:
        from    to  target  type
           0     5       6  Class java.lang.Throwable

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.apple.laf.AquaUtils$2$1.run:()Ljava/lang/reflect/Method;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Ljava/lang/reflect/Method;>;
SourceFile: "AquaUtils.java"
EnclosingMethod: com.apple.laf.AquaUtils$2.getInstance:()Ljava/lang/reflect/Method;
NestHost: com.apple.laf.AquaUtils
InnerClasses:
  com.apple.laf.AquaUtils$2
  com.apple.laf.AquaUtils$2$1