class com.apple.laf.AquaUtils$3$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$3$1
  super_class: java.lang.Object
{
  final com.apple.laf.AquaUtils$3 this$1;
    descriptor: Lcom/apple/laf/AquaUtils$3;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.apple.laf.AquaUtils$3);
    descriptor: (Lcom/apple/laf/AquaUtils$3;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaUtils$3$1 this
         0: .line 382
            aload 0 /* this */
            aload 1
            putfield com.apple.laf.AquaUtils$3$1.this$1:Lcom/apple/laf/AquaUtils$3;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.apple.laf.AquaUtils$3$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaUtils$3$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$3$1 this
         0: .line 386
            ldc Ljavax/swing/JComponent;
            ldc "getFlag"
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            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
         1: .line 387
            aload 1 /* method */
            iconst_1
            invokevirtual java.lang.reflect.Method.setAccessible:(Z)V
         2: .line 388
            aload 1 /* method */
         3: areturn
        end local 1 // java.lang.reflect.Method method
         4: .line 389
      StackMap locals:
      StackMap stack: java.lang.Throwable
            pop
         5: .line 390
            aconst_null
            areturn
        end local 0 // com.apple.laf.AquaUtils$3$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/apple/laf/AquaUtils$3$1;
            1    4     1  method  Ljava/lang/reflect/Method;
      Exception table:
        from    to  target  type
           0     3       4  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$3$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$3.getInstance:()Ljava/lang/reflect/Method;
NestHost: com.apple.laf.AquaUtils
InnerClasses:
  com.apple.laf.AquaUtils$3
  com.apple.laf.AquaUtils$3$1