public class sun.swing.MenuItemLayoutHelper$RectSize
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.swing.MenuItemLayoutHelper$RectSize
  super_class: java.lang.Object
{
  private int width;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int height;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int origWidth;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int maxWidth;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.swing.MenuItemLayoutHelper$RectSize this
         0: .line 1276
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1277
            return
        end local 0 // sun.swing.MenuItemLayoutHelper$RectSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/swing/MenuItemLayoutHelper$RectSize;

  public void <init>(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // sun.swing.MenuItemLayoutHelper$RectSize this
        start local 1 // int width
        start local 2 // int height
        start local 3 // int origWidth
        start local 4 // int maxWidth
         0: .line 1279
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1280
            aload 0 /* this */
            iload 1 /* width */
            putfield sun.swing.MenuItemLayoutHelper$RectSize.width:I
         2: .line 1281
            aload 0 /* this */
            iload 2 /* height */
            putfield sun.swing.MenuItemLayoutHelper$RectSize.height:I
         3: .line 1282
            aload 0 /* this */
            iload 3 /* origWidth */
            putfield sun.swing.MenuItemLayoutHelper$RectSize.origWidth:I
         4: .line 1283
            aload 0 /* this */
            iload 4 /* maxWidth */
            putfield sun.swing.MenuItemLayoutHelper$RectSize.maxWidth:I
         5: .line 1284
            return
        end local 4 // int maxWidth
        end local 3 // int origWidth
        end local 2 // int height
        end local 1 // int width
        end local 0 // sun.swing.MenuItemLayoutHelper$RectSize this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lsun/swing/MenuItemLayoutHelper$RectSize;
            0    6     1      width  I
            0    6     2     height  I
            0    6     3  origWidth  I
            0    6     4   maxWidth  I
    MethodParameters:
           Name  Flags
      width      
      height     
      origWidth  
      maxWidth   

  public int getWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.swing.MenuItemLayoutHelper$RectSize this
         0: .line 1287
            aload 0 /* this */
            getfield sun.swing.MenuItemLayoutHelper$RectSize.width:I
            ireturn
        end local 0 // sun.swing.MenuItemLayoutHelper$RectSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/swing/MenuItemLayoutHelper$RectSize;

  public int getHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.swing.MenuItemLayoutHelper$RectSize this
         0: .line 1291
            aload 0 /* this */
            getfield sun.swing.MenuItemLayoutHelper$RectSize.height:I
            ireturn
        end local 0 // sun.swing.MenuItemLayoutHelper$RectSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/swing/MenuItemLayoutHelper$RectSize;

  public int getOrigWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.swing.MenuItemLayoutHelper$RectSize this
         0: .line 1295
            aload 0 /* this */
            getfield sun.swing.MenuItemLayoutHelper$RectSize.origWidth:I
            ireturn
        end local 0 // sun.swing.MenuItemLayoutHelper$RectSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/swing/MenuItemLayoutHelper$RectSize;

  public int getMaxWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.swing.MenuItemLayoutHelper$RectSize this
         0: .line 1299
            aload 0 /* this */
            getfield sun.swing.MenuItemLayoutHelper$RectSize.maxWidth:I
            ireturn
        end local 0 // sun.swing.MenuItemLayoutHelper$RectSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/swing/MenuItemLayoutHelper$RectSize;

  public void setWidth(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.swing.MenuItemLayoutHelper$RectSize this
        start local 1 // int width
         0: .line 1303
            aload 0 /* this */
            iload 1 /* width */
            putfield sun.swing.MenuItemLayoutHelper$RectSize.width:I
         1: .line 1304
            return
        end local 1 // int width
        end local 0 // sun.swing.MenuItemLayoutHelper$RectSize this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/swing/MenuItemLayoutHelper$RectSize;
            0    2     1  width  I
    MethodParameters:
       Name  Flags
      width  

  public void setHeight(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.swing.MenuItemLayoutHelper$RectSize this
        start local 1 // int height
         0: .line 1307
            aload 0 /* this */
            iload 1 /* height */
            putfield sun.swing.MenuItemLayoutHelper$RectSize.height:I
         1: .line 1308
            return
        end local 1 // int height
        end local 0 // sun.swing.MenuItemLayoutHelper$RectSize this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/swing/MenuItemLayoutHelper$RectSize;
            0    2     1  height  I
    MethodParameters:
        Name  Flags
      height  

  public void setOrigWidth(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.swing.MenuItemLayoutHelper$RectSize this
        start local 1 // int origWidth
         0: .line 1311
            aload 0 /* this */
            iload 1 /* origWidth */
            putfield sun.swing.MenuItemLayoutHelper$RectSize.origWidth:I
         1: .line 1312
            return
        end local 1 // int origWidth
        end local 0 // sun.swing.MenuItemLayoutHelper$RectSize this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/swing/MenuItemLayoutHelper$RectSize;
            0    2     1  origWidth  I
    MethodParameters:
           Name  Flags
      origWidth  

  public void setMaxWidth(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.swing.MenuItemLayoutHelper$RectSize this
        start local 1 // int maxWidth
         0: .line 1315
            aload 0 /* this */
            iload 1 /* maxWidth */
            putfield sun.swing.MenuItemLayoutHelper$RectSize.maxWidth:I
         1: .line 1316
            return
        end local 1 // int maxWidth
        end local 0 // sun.swing.MenuItemLayoutHelper$RectSize this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/swing/MenuItemLayoutHelper$RectSize;
            0    2     1  maxWidth  I
    MethodParameters:
          Name  Flags
      maxWidth  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.swing.MenuItemLayoutHelper$RectSize this
         0: .line 1319
            new java.lang.StringBuilder
            dup
            ldc "[w="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.swing.MenuItemLayoutHelper$RectSize.width:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ",h="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.swing.MenuItemLayoutHelper$RectSize.height:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ",ow="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 1320
            aload 0 /* this */
            getfield sun.swing.MenuItemLayoutHelper$RectSize.origWidth:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ",mw="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.swing.MenuItemLayoutHelper$RectSize.maxWidth:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 1319
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // sun.swing.MenuItemLayoutHelper$RectSize this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/swing/MenuItemLayoutHelper$RectSize;
}
SourceFile: "MenuItemLayoutHelper.java"
NestHost: sun.swing.MenuItemLayoutHelper
InnerClasses:
  public RectSize = sun.swing.MenuItemLayoutHelper$RectSize of sun.swing.MenuItemLayoutHelper