class com.apple.laf.AquaInternalFrameBorder$1 extends com.apple.laf.AquaUtils$RecyclableSingleton<com.apple.laf.AquaInternalFrameBorder>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaInternalFrameBorder$1
  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.AquaInternalFrameBorder$1 this
         0: .line 57
            aload 0 /* this */
            invokespecial com.apple.laf.AquaUtils$RecyclableSingleton.<init>:()V
            return
        end local 0 // com.apple.laf.AquaInternalFrameBorder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaInternalFrameBorder$1;

  protected com.apple.laf.AquaInternalFrameBorder getInstance();
    descriptor: ()Lcom/apple/laf/AquaInternalFrameBorder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaInternalFrameBorder$1 this
         0: .line 59
            new com.apple.laf.AquaInternalFrameBorder
            dup
            getstatic apple.laf.JRSUIConstants$WindowType.DOCUMENT:Lapple/laf/JRSUIConstants$WindowType;
            invokespecial com.apple.laf.AquaInternalFrameBorder.<init>:(Lapple/laf/JRSUIConstants$WindowType;)V
            areturn
        end local 0 // com.apple.laf.AquaInternalFrameBorder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaInternalFrameBorder$1;

  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.AquaInternalFrameBorder$1.getInstance:()Lcom/apple/laf/AquaInternalFrameBorder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/apple/laf/AquaUtils$RecyclableSingleton<Lcom/apple/laf/AquaInternalFrameBorder;>;
SourceFile: "AquaInternalFrameBorder.java"
EnclosingMethod: com.apple.laf.AquaInternalFrameBorder
NestHost: com.apple.laf.AquaInternalFrameBorder
InnerClasses:
  public WindowType = apple.laf.JRSUIConstants$WindowType of apple.laf.JRSUIConstants
  com.apple.laf.AquaInternalFrameBorder$1
  abstract RecyclableSingleton = com.apple.laf.AquaUtils$RecyclableSingleton of com.apple.laf.AquaUtils