class sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon implements javax.swing.Icon
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon
  super_class: java.lang.Object
{
  javax.swing.Icon icon;
    descriptor: Ljavax/swing/Icon;
    flags: (0x0000) 

  int depth;
    descriptor: I
    flags: (0x0000) 

  final sun.swing.plaf.synth.SynthFileChooserUIImpl this$0;
    descriptor: Lsun/swing/plaf/synth/SynthFileChooserUIImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.swing.plaf.synth.SynthFileChooserUIImpl);
    descriptor: (Lsun/swing/plaf/synth/SynthFileChooserUIImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon this
         0: .line 726
            aload 0 /* this */
            aload 1
            putfield sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon.this$0:Lsun/swing/plaf/synth/SynthFileChooserUIImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 728
            aload 0 /* this */
            aconst_null
            putfield sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon.icon:Ljavax/swing/Icon;
         2: .line 729
            aload 0 /* this */
            iconst_0
            putfield sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon.depth:I
         3: .line 726
            return
        end local 0 // sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/swing/plaf/synth/SynthFileChooserUIImpl$IndentIcon;
    MethodParameters:
        Name  Flags
      this$0  final

  public void paintIcon(java.awt.Component, java.awt.Graphics, int, int);
    descriptor: (Ljava/awt/Component;Ljava/awt/Graphics;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon this
        start local 1 // java.awt.Component c
        start local 2 // java.awt.Graphics g
        start local 3 // int x
        start local 4 // int y
         0: .line 732
            aload 0 /* this */
            getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon.icon:Ljavax/swing/Icon;
            ifnull 5
         1: .line 733
            aload 1 /* c */
            invokevirtual java.awt.Component.getComponentOrientation:()Ljava/awt/ComponentOrientation;
            invokevirtual java.awt.ComponentOrientation.isLeftToRight:()Z
            ifeq 4
         2: .line 734
            aload 0 /* this */
            getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon.icon:Ljavax/swing/Icon;
            aload 1 /* c */
            aload 2 /* g */
            iload 3 /* x */
            aload 0 /* this */
            getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon.depth:I
            bipush 10
            imul
            iadd
            iload 4 /* y */
            invokeinterface javax.swing.Icon.paintIcon:(Ljava/awt/Component;Ljava/awt/Graphics;II)V
         3: .line 735
            goto 5
         4: .line 736
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon.icon:Ljavax/swing/Icon;
            aload 1 /* c */
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            invokeinterface javax.swing.Icon.paintIcon:(Ljava/awt/Component;Ljava/awt/Graphics;II)V
         5: .line 739
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int y
        end local 3 // int x
        end local 2 // java.awt.Graphics g
        end local 1 // java.awt.Component c
        end local 0 // sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/swing/plaf/synth/SynthFileChooserUIImpl$IndentIcon;
            0    6     1     c  Ljava/awt/Component;
            0    6     2     g  Ljava/awt/Graphics;
            0    6     3     x  I
            0    6     4     y  I
    MethodParameters:
      Name  Flags
      c     
      g     
      x     
      y     

  public int getIconWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon this
         0: .line 742
            aload 0 /* this */
            getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon.icon:Ljavax/swing/Icon;
            ifnull 1
            aload 0 /* this */
            getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon.icon:Ljavax/swing/Icon;
            invokeinterface javax.swing.Icon.getIconWidth:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: aload 0 /* this */
            getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon.depth:I
            bipush 10
            imul
            iadd
            ireturn
        end local 0 // sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/swing/plaf/synth/SynthFileChooserUIImpl$IndentIcon;

  public int getIconHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon this
         0: .line 746
            aload 0 /* this */
            getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon.icon:Ljavax/swing/Icon;
            ifnull 1
            aload 0 /* this */
            getfield sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon.icon:Ljavax/swing/Icon;
            invokeinterface javax.swing.Icon.getIconHeight:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/swing/plaf/synth/SynthFileChooserUIImpl$IndentIcon;
}
SourceFile: "SynthFileChooserUIImpl.java"
NestHost: sun.swing.plaf.synth.SynthFileChooserUIImpl
InnerClasses:
  IndentIcon = sun.swing.plaf.synth.SynthFileChooserUIImpl$IndentIcon of sun.swing.plaf.synth.SynthFileChooserUIImpl