class com.apple.laf.AquaTabbedPaneUI$AlterRects
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaTabbedPaneUI$AlterRects
  super_class: java.lang.Object
{
  java.awt.Rectangle standard;
    descriptor: Ljava/awt/Rectangle;
    flags: (0x0000) 

  java.awt.Rectangle first;
    descriptor: Ljava/awt/Rectangle;
    flags: (0x0000) 

  java.awt.Rectangle last;
    descriptor: Ljava/awt/Rectangle;
    flags: (0x0000) 

  void <init>(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0000) 
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // com.apple.laf.AquaTabbedPaneUI$AlterRects this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
         0: .line 525
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            aload 0 /* this */
            new java.awt.Rectangle
            dup
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            putfield com.apple.laf.AquaTabbedPaneUI$AlterRects.standard:Ljava/awt/Rectangle;
            return
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.apple.laf.AquaTabbedPaneUI$AlterRects this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
            0    1     1     x  I
            0    1     2     y  I
            0    1     3     w  I
            0    1     4     h  I
    MethodParameters:
      Name  Flags
      x     final
      y     final
      w     final
      h     final

  com.apple.laf.AquaTabbedPaneUI$AlterRects start(int, int, int, int);
    descriptor: (IIII)Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
    flags: (0x0000) 
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // com.apple.laf.AquaTabbedPaneUI$AlterRects this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
         0: .line 526
            aload 0 /* this */
            new java.awt.Rectangle
            dup
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            putfield com.apple.laf.AquaTabbedPaneUI$AlterRects.first:Ljava/awt/Rectangle;
            aload 0 /* this */
            areturn
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.apple.laf.AquaTabbedPaneUI$AlterRects this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
            0    1     1     x  I
            0    1     2     y  I
            0    1     3     w  I
            0    1     4     h  I
    MethodParameters:
      Name  Flags
      x     final
      y     final
      w     final
      h     final

  com.apple.laf.AquaTabbedPaneUI$AlterRects end(int, int, int, int);
    descriptor: (IIII)Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
    flags: (0x0000) 
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // com.apple.laf.AquaTabbedPaneUI$AlterRects this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
         0: .line 527
            aload 0 /* this */
            new java.awt.Rectangle
            dup
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            putfield com.apple.laf.AquaTabbedPaneUI$AlterRects.last:Ljava/awt/Rectangle;
            aload 0 /* this */
            areturn
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.apple.laf.AquaTabbedPaneUI$AlterRects this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTabbedPaneUI$AlterRects;
            0    1     1     x  I
            0    1     2     y  I
            0    1     3     w  I
            0    1     4     h  I
    MethodParameters:
      Name  Flags
      x     final
      y     final
      w     final
      h     final

  static java.awt.Rectangle alter(java.awt.Rectangle, java.awt.Rectangle);
    descriptor: (Ljava/awt/Rectangle;Ljava/awt/Rectangle;)Ljava/awt/Rectangle;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.awt.Rectangle r
        start local 1 // java.awt.Rectangle o
         0: .line 531
            aload 0 /* r */
            dup
            getfield java.awt.Rectangle.x:I
            aload 1 /* o */
            getfield java.awt.Rectangle.x:I
            iadd
            putfield java.awt.Rectangle.x:I
         1: .line 532
            aload 0 /* r */
            dup
            getfield java.awt.Rectangle.y:I
            aload 1 /* o */
            getfield java.awt.Rectangle.y:I
            iadd
            putfield java.awt.Rectangle.y:I
         2: .line 533
            aload 0 /* r */
            dup
            getfield java.awt.Rectangle.width:I
            aload 1 /* o */
            getfield java.awt.Rectangle.width:I
            iadd
            putfield java.awt.Rectangle.width:I
         3: .line 534
            aload 0 /* r */
            dup
            getfield java.awt.Rectangle.height:I
            aload 1 /* o */
            getfield java.awt.Rectangle.height:I
            iadd
            putfield java.awt.Rectangle.height:I
         4: .line 535
            aload 0 /* r */
            areturn
        end local 1 // java.awt.Rectangle o
        end local 0 // java.awt.Rectangle r
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     r  Ljava/awt/Rectangle;
            0    5     1     o  Ljava/awt/Rectangle;
    MethodParameters:
      Name  Flags
      r     final
      o     final
}
SourceFile: "AquaTabbedPaneUI.java"
NestHost: com.apple.laf.AquaTabbedPaneUI
InnerClasses:
  AlterRects = com.apple.laf.AquaTabbedPaneUI$AlterRects of com.apple.laf.AquaTabbedPaneUI