public class javax.swing.text.BoxView extends javax.swing.text.CompositeView
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.text.BoxView
  super_class: javax.swing.text.CompositeView
{
  int majorAxis;
    descriptor: I
    flags: (0x0000) 

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

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

  boolean majorReqValid;
    descriptor: Z
    flags: (0x0000) 

  boolean minorReqValid;
    descriptor: Z
    flags: (0x0000) 

  javax.swing.SizeRequirements majorRequest;
    descriptor: Ljavax/swing/SizeRequirements;
    flags: (0x0000) 

  javax.swing.SizeRequirements minorRequest;
    descriptor: Ljavax/swing/SizeRequirements;
    flags: (0x0000) 

  boolean majorAllocValid;
    descriptor: Z
    flags: (0x0000) 

  int[] majorOffsets;
    descriptor: [I
    flags: (0x0000) 

  int[] majorSpans;
    descriptor: [I
    flags: (0x0000) 

  boolean minorAllocValid;
    descriptor: Z
    flags: (0x0000) 

  int[] minorOffsets;
    descriptor: [I
    flags: (0x0000) 

  int[] minorSpans;
    descriptor: [I
    flags: (0x0000) 

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

  public void <init>(javax.swing.text.Element, int);
    descriptor: (Ljavax/swing/text/Element;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.swing.text.BoxView this
        start local 1 // javax.swing.text.Element elem
        start local 2 // int axis
         0: .line 70
            aload 0 /* this */
            aload 1 /* elem */
            invokespecial javax.swing.text.CompositeView.<init>:(Ljavax/swing/text/Element;)V
         1: .line 71
            aload 0 /* this */
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            putfield javax.swing.text.BoxView.tempRect:Ljava/awt/Rectangle;
         2: .line 72
            aload 0 /* this */
            iload 2 /* axis */
            putfield javax.swing.text.BoxView.majorAxis:I
         3: .line 74
            aload 0 /* this */
            iconst_0
            newarray 10
            putfield javax.swing.text.BoxView.majorOffsets:[I
         4: .line 75
            aload 0 /* this */
            iconst_0
            newarray 10
            putfield javax.swing.text.BoxView.majorSpans:[I
         5: .line 76
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.BoxView.majorReqValid:Z
         6: .line 77
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.BoxView.majorAllocValid:Z
         7: .line 78
            aload 0 /* this */
            iconst_0
            newarray 10
            putfield javax.swing.text.BoxView.minorOffsets:[I
         8: .line 79
            aload 0 /* this */
            iconst_0
            newarray 10
            putfield javax.swing.text.BoxView.minorSpans:[I
         9: .line 80
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.BoxView.minorReqValid:Z
        10: .line 81
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.BoxView.minorAllocValid:Z
        11: .line 82
            return
        end local 2 // int axis
        end local 1 // javax.swing.text.Element elem
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljavax/swing/text/BoxView;
            0   12     1  elem  Ljavax/swing/text/Element;
            0   12     2  axis  I
    MethodParameters:
      Name  Flags
      elem  
      axis  

  public int getAxis();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.BoxView this
         0: .line 94
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            ireturn
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/BoxView;

  public void setAxis(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int axis
         0: .line 106
            iload 1 /* axis */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            if_icmpeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* axisChanged */
        start local 2 // boolean axisChanged
         3: .line 107
            aload 0 /* this */
            iload 1 /* axis */
            putfield javax.swing.text.BoxView.majorAxis:I
         4: .line 108
            iload 2 /* axisChanged */
            ifeq 6
         5: .line 109
            aload 0 /* this */
            aconst_null
            iconst_1
            iconst_1
            invokevirtual javax.swing.text.BoxView.preferenceChanged:(Ljavax/swing/text/View;ZZ)V
         6: .line 111
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // boolean axisChanged
        end local 1 // int axis
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Ljavax/swing/text/BoxView;
            0    7     1         axis  I
            3    7     2  axisChanged  Z
    MethodParameters:
      Name  Flags
      axis  

  public void layoutChanged(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int axis
         0: .line 128
            iload 1 /* axis */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            if_icmpne 3
         1: .line 129
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.BoxView.majorAllocValid:Z
         2: .line 130
            goto 4
         3: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.BoxView.minorAllocValid:Z
         4: .line 133
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int axis
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/swing/text/BoxView;
            0    5     1  axis  I
    MethodParameters:
      Name  Flags
      axis  

  protected boolean isLayoutValid(int);
    descriptor: (I)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int axis
         0: .line 143
            iload 1 /* axis */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            if_icmpne 2
         1: .line 144
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAllocValid:Z
            ireturn
         2: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorAllocValid:Z
            ireturn
        end local 1 // int axis
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/text/BoxView;
            0    3     1  axis  I
    MethodParameters:
      Name  Flags
      axis  

  protected void paintChild(java.awt.Graphics, java.awt.Rectangle, int);
    descriptor: (Ljava/awt/Graphics;Ljava/awt/Rectangle;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // javax.swing.text.BoxView this
        start local 1 // java.awt.Graphics g
        start local 2 // java.awt.Rectangle alloc
        start local 3 // int index
         0: .line 160
            aload 0 /* this */
            iload 3 /* index */
            invokevirtual javax.swing.text.BoxView.getView:(I)Ljavax/swing/text/View;
            astore 4 /* child */
        start local 4 // javax.swing.text.View child
         1: .line 161
            aload 4 /* child */
            aload 1 /* g */
            aload 2 /* alloc */
            invokevirtual javax.swing.text.View.paint:(Ljava/awt/Graphics;Ljava/awt/Shape;)V
         2: .line 162
            return
        end local 4 // javax.swing.text.View child
        end local 3 // int index
        end local 2 // java.awt.Rectangle alloc
        end local 1 // java.awt.Graphics g
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavax/swing/text/BoxView;
            0    3     1      g  Ljava/awt/Graphics;
            0    3     2  alloc  Ljava/awt/Rectangle;
            0    3     3  index  I
            1    3     4  child  Ljavax/swing/text/View;
    MethodParameters:
       Name  Flags
      g      
      alloc  
      index  

  public void replace(int, int, javax.swing.text.View[]);
    descriptor: (II[Ljavax/swing/text/View;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int index
        start local 2 // int length
        start local 3 // javax.swing.text.View[] elems
         0: .line 181
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* length */
            aload 3 /* elems */
            invokespecial javax.swing.text.CompositeView.replace:(II[Ljavax/swing/text/View;)V
         1: .line 184
            aload 3 /* elems */
            ifnull 2
            aload 3 /* elems */
            arraylength
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 4 /* nInserted */
        start local 4 // int nInserted
         4: .line 185
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorOffsets:[I
            iload 1 /* index */
            iload 4 /* nInserted */
            invokevirtual javax.swing.text.BoxView.updateLayoutArray:([III)[I
            putfield javax.swing.text.BoxView.majorOffsets:[I
         5: .line 186
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorSpans:[I
            iload 1 /* index */
            iload 4 /* nInserted */
            invokevirtual javax.swing.text.BoxView.updateLayoutArray:([III)[I
            putfield javax.swing.text.BoxView.majorSpans:[I
         6: .line 187
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.BoxView.majorReqValid:Z
         7: .line 188
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.BoxView.majorAllocValid:Z
         8: .line 189
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorOffsets:[I
            iload 1 /* index */
            iload 4 /* nInserted */
            invokevirtual javax.swing.text.BoxView.updateLayoutArray:([III)[I
            putfield javax.swing.text.BoxView.minorOffsets:[I
         9: .line 190
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorSpans:[I
            iload 1 /* index */
            iload 4 /* nInserted */
            invokevirtual javax.swing.text.BoxView.updateLayoutArray:([III)[I
            putfield javax.swing.text.BoxView.minorSpans:[I
        10: .line 191
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.BoxView.minorReqValid:Z
        11: .line 192
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.BoxView.minorAllocValid:Z
        12: .line 193
            return
        end local 4 // int nInserted
        end local 3 // javax.swing.text.View[] elems
        end local 2 // int length
        end local 1 // int index
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Ljavax/swing/text/BoxView;
            0   13     1      index  I
            0   13     2     length  I
            0   13     3      elems  [Ljavax/swing/text/View;
            4   13     4  nInserted  I
    MethodParameters:
        Name  Flags
      index   
      length  
      elems   

  int[] updateLayoutArray(int[], int, int);
    descriptor: ([III)[I
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int[] oldArray
        start local 2 // int offset
        start local 3 // int nInserted
         0: .line 210
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getViewCount:()I
            istore 4 /* n */
        start local 4 // int n
         1: .line 211
            iload 4 /* n */
            newarray 10
            astore 5 /* newArray */
        start local 5 // int[] newArray
         2: .line 213
            aload 1 /* oldArray */
            iconst_0
            aload 5 /* newArray */
            iconst_0
            iload 2 /* offset */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 214
            aload 1 /* oldArray */
            iload 2 /* offset */
         4: .line 215
            aload 5 /* newArray */
            iload 2 /* offset */
            iload 3 /* nInserted */
            iadd
            iload 4 /* n */
            iload 3 /* nInserted */
            isub
            iload 2 /* offset */
            isub
         5: .line 214
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 216
            aload 5 /* newArray */
            areturn
        end local 5 // int[] newArray
        end local 4 // int n
        end local 3 // int nInserted
        end local 2 // int offset
        end local 1 // int[] oldArray
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Ljavax/swing/text/BoxView;
            0    7     1   oldArray  [I
            0    7     2     offset  I
            0    7     3  nInserted  I
            1    7     4          n  I
            2    7     5   newArray  [I
    MethodParameters:
           Name  Flags
      oldArray   
      offset     
      nInserted  

  protected void forwardUpdate(javax.swing.event.DocumentEvent$ElementChange, javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory);
    descriptor: (Ljavax/swing/event/DocumentEvent$ElementChange;Ljavax/swing/event/DocumentEvent;Ljava/awt/Shape;Ljavax/swing/text/ViewFactory;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=10, args_size=5
        start local 0 // javax.swing.text.BoxView this
        start local 1 // javax.swing.event.DocumentEvent$ElementChange ec
        start local 2 // javax.swing.event.DocumentEvent e
        start local 3 // java.awt.Shape a
        start local 4 // javax.swing.text.ViewFactory f
         0: .line 239
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            invokevirtual javax.swing.text.BoxView.isLayoutValid:(I)Z
            istore 5 /* wasValid */
        start local 5 // boolean wasValid
         1: .line 240
            aload 0 /* this */
            aload 1 /* ec */
            aload 2 /* e */
            aload 3 /* a */
            aload 4 /* f */
            invokespecial javax.swing.text.CompositeView.forwardUpdate:(Ljavax/swing/event/DocumentEvent$ElementChange;Ljavax/swing/event/DocumentEvent;Ljava/awt/Shape;Ljavax/swing/text/ViewFactory;)V
         2: .line 243
            iload 5 /* wasValid */
            ifeq 15
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            invokevirtual javax.swing.text.BoxView.isLayoutValid:(I)Z
            ifne 15
         3: .line 247
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getContainer:()Ljava/awt/Container;
            astore 6 /* c */
        start local 6 // java.awt.Component c
         4: .line 248
            aload 3 /* a */
            ifnull 15
            aload 6 /* c */
            ifnull 15
         5: .line 249
            aload 2 /* e */
            invokeinterface javax.swing.event.DocumentEvent.getOffset:()I
            istore 7 /* pos */
        start local 7 // int pos
         6: .line 250
            aload 0 /* this */
            iload 7 /* pos */
            invokevirtual javax.swing.text.BoxView.getViewIndexAtPosition:(I)I
            istore 8 /* index */
        start local 8 // int index
         7: .line 251
            aload 0 /* this */
            aload 3 /* a */
            invokevirtual javax.swing.text.BoxView.getInsideAllocation:(Ljava/awt/Shape;)Ljava/awt/Rectangle;
            astore 9 /* alloc */
        start local 9 // java.awt.Rectangle alloc
         8: .line 252
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            ifne 12
         9: .line 253
            aload 9 /* alloc */
            dup
            getfield java.awt.Rectangle.x:I
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorOffsets:[I
            iload 8 /* index */
            iaload
            iadd
            putfield java.awt.Rectangle.x:I
        10: .line 254
            aload 9 /* alloc */
            dup
            getfield java.awt.Rectangle.width:I
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorOffsets:[I
            iload 8 /* index */
            iaload
            isub
            putfield java.awt.Rectangle.width:I
        11: .line 255
            goto 14
        12: .line 256
      StackMap locals: javax.swing.text.BoxView javax.swing.event.DocumentEvent$ElementChange javax.swing.event.DocumentEvent java.awt.Shape javax.swing.text.ViewFactory int java.awt.Component int int java.awt.Rectangle
      StackMap stack:
            aload 9 /* alloc */
            dup
            getfield java.awt.Rectangle.y:I
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorOffsets:[I
            iload 8 /* index */
            iaload
            iadd
            putfield java.awt.Rectangle.y:I
        13: .line 257
            aload 9 /* alloc */
            dup
            getfield java.awt.Rectangle.height:I
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorOffsets:[I
            iload 8 /* index */
            iaload
            isub
            putfield java.awt.Rectangle.height:I
        14: .line 259
      StackMap locals:
      StackMap stack:
            aload 6 /* c */
            aload 9 /* alloc */
            getfield java.awt.Rectangle.x:I
            aload 9 /* alloc */
            getfield java.awt.Rectangle.y:I
            aload 9 /* alloc */
            getfield java.awt.Rectangle.width:I
            aload 9 /* alloc */
            getfield java.awt.Rectangle.height:I
            invokevirtual java.awt.Component.repaint:(IIII)V
        end local 9 // java.awt.Rectangle alloc
        end local 8 // int index
        end local 7 // int pos
        end local 6 // java.awt.Component c
        15: .line 262
      StackMap locals: javax.swing.text.BoxView javax.swing.event.DocumentEvent$ElementChange javax.swing.event.DocumentEvent java.awt.Shape javax.swing.text.ViewFactory int
      StackMap stack:
            return
        end local 5 // boolean wasValid
        end local 4 // javax.swing.text.ViewFactory f
        end local 3 // java.awt.Shape a
        end local 2 // javax.swing.event.DocumentEvent e
        end local 1 // javax.swing.event.DocumentEvent$ElementChange ec
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Ljavax/swing/text/BoxView;
            0   16     1        ec  Ljavax/swing/event/DocumentEvent$ElementChange;
            0   16     2         e  Ljavax/swing/event/DocumentEvent;
            0   16     3         a  Ljava/awt/Shape;
            0   16     4         f  Ljavax/swing/text/ViewFactory;
            1   16     5  wasValid  Z
            4   15     6         c  Ljava/awt/Component;
            6   15     7       pos  I
            7   15     8     index  I
            8   15     9     alloc  Ljava/awt/Rectangle;
    MethodParameters:
      Name  Flags
      ec    
      e     
      a     
      f     

  public void preferenceChanged(javax.swing.text.View, boolean, boolean);
    descriptor: (Ljavax/swing/text/View;ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // javax.swing.text.BoxView this
        start local 1 // javax.swing.text.View child
        start local 2 // boolean width
        start local 3 // boolean height
         0: .line 276
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            ifne 1
            iload 2 /* width */
            goto 2
      StackMap locals:
      StackMap stack:
         1: iload 3 /* height */
      StackMap locals:
      StackMap stack: int
         2: istore 4 /* majorChanged */
        start local 4 // boolean majorChanged
         3: .line 277
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            ifne 4
            iload 3 /* height */
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iload 2 /* width */
      StackMap locals:
      StackMap stack: int
         5: istore 5 /* minorChanged */
        start local 5 // boolean minorChanged
         6: .line 278
            iload 4 /* majorChanged */
            ifeq 9
         7: .line 279
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.BoxView.majorReqValid:Z
         8: .line 280
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.BoxView.majorAllocValid:Z
         9: .line 282
      StackMap locals: int
      StackMap stack:
            iload 5 /* minorChanged */
            ifeq 12
        10: .line 283
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.BoxView.minorReqValid:Z
        11: .line 284
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.BoxView.minorAllocValid:Z
        12: .line 286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* child */
            iload 2 /* width */
            iload 3 /* height */
            invokespecial javax.swing.text.CompositeView.preferenceChanged:(Ljavax/swing/text/View;ZZ)V
        13: .line 287
            return
        end local 5 // boolean minorChanged
        end local 4 // boolean majorChanged
        end local 3 // boolean height
        end local 2 // boolean width
        end local 1 // javax.swing.text.View child
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Ljavax/swing/text/BoxView;
            0   14     1         child  Ljavax/swing/text/View;
            0   14     2         width  Z
            0   14     3        height  Z
            3   14     4  majorChanged  Z
            6   14     5  minorChanged  Z
    MethodParameters:
        Name  Flags
      child   
      width   
      height  

  public int getResizeWeight(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int axis
         0: .line 298
            aload 0 /* this */
            iload 1 /* axis */
            invokevirtual javax.swing.text.BoxView.checkRequests:(I)V
         1: .line 299
            iload 1 /* axis */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            if_icmpne 5
         2: .line 300
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorRequest:Ljavax/swing/SizeRequirements;
            getfield javax.swing.SizeRequirements.preferred:I
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorRequest:Ljavax/swing/SizeRequirements;
            getfield javax.swing.SizeRequirements.minimum:I
            if_icmpne 4
         3: .line 301
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorRequest:Ljavax/swing/SizeRequirements;
            getfield javax.swing.SizeRequirements.preferred:I
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorRequest:Ljavax/swing/SizeRequirements;
            getfield javax.swing.SizeRequirements.maximum:I
            if_icmpeq 8
         4: .line 302
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         5: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorRequest:Ljavax/swing/SizeRequirements;
            getfield javax.swing.SizeRequirements.preferred:I
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorRequest:Ljavax/swing/SizeRequirements;
            getfield javax.swing.SizeRequirements.minimum:I
            if_icmpne 7
         6: .line 306
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorRequest:Ljavax/swing/SizeRequirements;
            getfield javax.swing.SizeRequirements.preferred:I
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorRequest:Ljavax/swing/SizeRequirements;
            getfield javax.swing.SizeRequirements.maximum:I
            if_icmpeq 8
         7: .line 307
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         8: .line 310
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int axis
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljavax/swing/text/BoxView;
            0    9     1  axis  I
    MethodParameters:
      Name  Flags
      axis  

  void setSpanOnAxis(int, float);
    descriptor: (IF)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int axis
        start local 2 // float span
         0: .line 322
            iload 1 /* axis */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            if_icmpne 10
         1: .line 323
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorSpan:I
            fload 2 /* span */
            f2i
            if_icmpeq 3
         2: .line 324
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.BoxView.majorAllocValid:Z
         3: .line 326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAllocValid:Z
            ifne 18
         4: .line 328
            aload 0 /* this */
            fload 2 /* span */
            f2i
            putfield javax.swing.text.BoxView.majorSpan:I
         5: .line 329
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            invokevirtual javax.swing.text.BoxView.checkRequests:(I)V
         6: .line 330
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorSpan:I
            iload 1 /* axis */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorOffsets:[I
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorSpans:[I
            invokevirtual javax.swing.text.BoxView.layoutMajorAxis:(II[I[I)V
         7: .line 331
            aload 0 /* this */
            iconst_1
            putfield javax.swing.text.BoxView.majorAllocValid:Z
         8: .line 334
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.updateChildSizes:()V
         9: .line 336
            goto 18
        10: .line 337
      StackMap locals:
      StackMap stack:
            fload 2 /* span */
            f2i
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorSpan:I
            if_icmpeq 12
        11: .line 338
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.BoxView.minorAllocValid:Z
        12: .line 340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorAllocValid:Z
            ifne 18
        13: .line 342
            aload 0 /* this */
            fload 2 /* span */
            f2i
            putfield javax.swing.text.BoxView.minorSpan:I
        14: .line 343
            aload 0 /* this */
            iload 1 /* axis */
            invokevirtual javax.swing.text.BoxView.checkRequests:(I)V
        15: .line 344
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorSpan:I
            iload 1 /* axis */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorOffsets:[I
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorSpans:[I
            invokevirtual javax.swing.text.BoxView.layoutMinorAxis:(II[I[I)V
        16: .line 345
            aload 0 /* this */
            iconst_1
            putfield javax.swing.text.BoxView.minorAllocValid:Z
        17: .line 348
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.updateChildSizes:()V
        18: .line 351
      StackMap locals:
      StackMap stack:
            return
        end local 2 // float span
        end local 1 // int axis
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Ljavax/swing/text/BoxView;
            0   19     1  axis  I
            0   19     2  span  F
    MethodParameters:
      Name  Flags
      axis  
      span  

  void updateChildSizes();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // javax.swing.text.BoxView this
         0: .line 357
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getViewCount:()I
            istore 1 /* n */
        start local 1 // int n
         1: .line 358
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            ifne 9
         2: .line 359
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 7
         4: .line 360
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual javax.swing.text.BoxView.getView:(I)Ljavax/swing/text/View;
            astore 3 /* v */
        start local 3 // javax.swing.text.View v
         5: .line 361
            aload 3 /* v */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorSpans:[I
            iload 2 /* i */
            iaload
            i2f
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorSpans:[I
            iload 2 /* i */
            iaload
            i2f
            invokevirtual javax.swing.text.View.setSize:(FF)V
        end local 3 // javax.swing.text.View v
         6: .line 359
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            iload 1 /* n */
            if_icmplt 4
        end local 2 // int i
         8: .line 363
            goto 15
         9: .line 364
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        10: goto 14
        11: .line 365
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual javax.swing.text.BoxView.getView:(I)Ljavax/swing/text/View;
            astore 3 /* v */
        start local 3 // javax.swing.text.View v
        12: .line 366
            aload 3 /* v */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorSpans:[I
            iload 2 /* i */
            iaload
            i2f
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorSpans:[I
            iload 2 /* i */
            iaload
            i2f
            invokevirtual javax.swing.text.View.setSize:(FF)V
        end local 3 // javax.swing.text.View v
        13: .line 364
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 2 /* i */
            iload 1 /* n */
            if_icmplt 11
        end local 2 // int i
        15: .line 369
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int n
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Ljavax/swing/text/BoxView;
            1   16     1     n  I
            3    8     2     i  I
            5    6     3     v  Ljavax/swing/text/View;
           10   15     2     i  I
           12   13     3     v  Ljavax/swing/text/View;

  float getSpanOnAxis(int);
    descriptor: (I)F
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int axis
         0: .line 380
            iload 1 /* axis */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            if_icmpne 2
         1: .line 381
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorSpan:I
            i2f
            freturn
         2: .line 383
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorSpan:I
            i2f
            freturn
        end local 1 // int axis
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/text/BoxView;
            0    3     1  axis  I
    MethodParameters:
      Name  Flags
      axis  

  public void setSize(float, float);
    descriptor: (FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // javax.swing.text.BoxView this
        start local 1 // float width
        start local 2 // float height
         0: .line 397
            aload 0 /* this */
            iconst_0
            fload 1 /* width */
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getLeftInset:()S
            i2f
            fsub
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getRightInset:()S
            i2f
            fsub
            f2i
            invokestatic java.lang.Math.max:(II)I
         1: .line 398
            iconst_0
            fload 2 /* height */
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getTopInset:()S
            i2f
            fsub
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getBottomInset:()S
            i2f
            fsub
            f2i
            invokestatic java.lang.Math.max:(II)I
         2: .line 397
            invokevirtual javax.swing.text.BoxView.layout:(II)V
         3: .line 399
            return
        end local 2 // float height
        end local 1 // float width
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljavax/swing/text/BoxView;
            0    4     1   width  F
            0    4     2  height  F
    MethodParameters:
        Name  Flags
      width   
      height  

  public void paint(java.awt.Graphics, java.awt.Shape);
    descriptor: (Ljava/awt/Graphics;Ljava/awt/Shape;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=17, args_size=3
        start local 0 // javax.swing.text.BoxView this
        start local 1 // java.awt.Graphics g
        start local 2 // java.awt.Shape allocation
         0: .line 413
            aload 2 /* allocation */
            instanceof java.awt.Rectangle
            ifeq 2
         1: .line 414
            aload 2 /* allocation */
            checkcast java.awt.Rectangle
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 2 /* allocation */
            invokeinterface java.awt.Shape.getBounds:()Ljava/awt/Rectangle;
         3: .line 413
      StackMap locals:
      StackMap stack: java.awt.Rectangle
            astore 3 /* alloc */
        start local 3 // java.awt.Rectangle alloc
         4: .line 415
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getViewCount:()I
            istore 4 /* n */
        start local 4 // int n
         5: .line 416
            aload 3 /* alloc */
            getfield java.awt.Rectangle.x:I
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getLeftInset:()S
            iadd
            istore 5 /* x */
        start local 5 // int x
         6: .line 417
            aload 3 /* alloc */
            getfield java.awt.Rectangle.y:I
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getTopInset:()S
            iadd
            istore 6 /* y */
        start local 6 // int y
         7: .line 418
            aload 1 /* g */
            invokevirtual java.awt.Graphics.getClipBounds:()Ljava/awt/Rectangle;
            astore 7 /* clip */
        start local 7 // java.awt.Rectangle clip
         8: .line 419
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         9: goto 25
        10: .line 420
      StackMap locals: javax.swing.text.BoxView java.awt.Graphics java.awt.Shape java.awt.Rectangle int int int java.awt.Rectangle int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.BoxView.tempRect:Ljava/awt/Rectangle;
            iload 5 /* x */
            aload 0 /* this */
            iconst_0
            iload 8 /* i */
            invokevirtual javax.swing.text.BoxView.getOffset:(II)I
            iadd
            putfield java.awt.Rectangle.x:I
        11: .line 421
            aload 0 /* this */
            getfield javax.swing.text.BoxView.tempRect:Ljava/awt/Rectangle;
            iload 6 /* y */
            aload 0 /* this */
            iconst_1
            iload 8 /* i */
            invokevirtual javax.swing.text.BoxView.getOffset:(II)I
            iadd
            putfield java.awt.Rectangle.y:I
        12: .line 422
            aload 0 /* this */
            getfield javax.swing.text.BoxView.tempRect:Ljava/awt/Rectangle;
            aload 0 /* this */
            iconst_0
            iload 8 /* i */
            invokevirtual javax.swing.text.BoxView.getSpan:(II)I
            putfield java.awt.Rectangle.width:I
        13: .line 423
            aload 0 /* this */
            getfield javax.swing.text.BoxView.tempRect:Ljava/awt/Rectangle;
            aload 0 /* this */
            iconst_1
            iload 8 /* i */
            invokevirtual javax.swing.text.BoxView.getSpan:(II)I
            putfield java.awt.Rectangle.height:I
        14: .line 424
            aload 0 /* this */
            getfield javax.swing.text.BoxView.tempRect:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            istore 9 /* trx0 */
        start local 9 // int trx0
        15: iload 9 /* trx0 */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.tempRect:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iadd
            istore 10 /* trx1 */
        start local 10 // int trx1
        16: .line 425
            aload 0 /* this */
            getfield javax.swing.text.BoxView.tempRect:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            istore 11 /* try0 */
        start local 11 // int try0
        17: iload 11 /* try0 */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.tempRect:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            iadd
            istore 12 /* try1 */
        start local 12 // int try1
        18: .line 426
            aload 7 /* clip */
            getfield java.awt.Rectangle.x:I
            istore 13 /* crx0 */
        start local 13 // int crx0
        19: iload 13 /* crx0 */
            aload 7 /* clip */
            getfield java.awt.Rectangle.width:I
            iadd
            istore 14 /* crx1 */
        start local 14 // int crx1
        20: .line 427
            aload 7 /* clip */
            getfield java.awt.Rectangle.y:I
            istore 15 /* cry0 */
        start local 15 // int cry0
        21: iload 15 /* cry0 */
            aload 7 /* clip */
            getfield java.awt.Rectangle.height:I
            iadd
            istore 16 /* cry1 */
        start local 16 // int cry1
        22: .line 432
            iload 10 /* trx1 */
            iload 13 /* crx0 */
            if_icmplt 24
            iload 12 /* try1 */
            iload 15 /* cry0 */
            if_icmplt 24
            iload 14 /* crx1 */
            iload 9 /* trx0 */
            if_icmplt 24
            iload 16 /* cry1 */
            iload 11 /* try0 */
            if_icmplt 24
        23: .line 433
            aload 0 /* this */
            aload 1 /* g */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.tempRect:Ljava/awt/Rectangle;
            iload 8 /* i */
            invokevirtual javax.swing.text.BoxView.paintChild:(Ljava/awt/Graphics;Ljava/awt/Rectangle;I)V
        end local 16 // int cry1
        end local 15 // int cry0
        end local 14 // int crx1
        end local 13 // int crx0
        end local 12 // int try1
        end local 11 // int try0
        end local 10 // int trx1
        end local 9 // int trx0
        24: .line 419
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 8 /* i */
            iload 4 /* n */
            if_icmplt 10
        end local 8 // int i
        26: .line 436
            return
        end local 7 // java.awt.Rectangle clip
        end local 6 // int y
        end local 5 // int x
        end local 4 // int n
        end local 3 // java.awt.Rectangle alloc
        end local 2 // java.awt.Shape allocation
        end local 1 // java.awt.Graphics g
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   27     0        this  Ljavax/swing/text/BoxView;
            0   27     1           g  Ljava/awt/Graphics;
            0   27     2  allocation  Ljava/awt/Shape;
            4   27     3       alloc  Ljava/awt/Rectangle;
            5   27     4           n  I
            6   27     5           x  I
            7   27     6           y  I
            8   27     7        clip  Ljava/awt/Rectangle;
            9   26     8           i  I
           15   24     9        trx0  I
           16   24    10        trx1  I
           17   24    11        try0  I
           18   24    12        try1  I
           19   24    13        crx0  I
           20   24    14        crx1  I
           21   24    15        cry0  I
           22   24    16        cry1  I
    MethodParameters:
            Name  Flags
      g           
      allocation  

  public java.awt.Shape getChildAllocation(int, java.awt.Shape);
    descriptor: (ILjava/awt/Shape;)Ljava/awt/Shape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int index
        start local 2 // java.awt.Shape a
         0: .line 452
            aload 2 /* a */
            ifnull 10
         1: .line 453
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* a */
            invokespecial javax.swing.text.CompositeView.getChildAllocation:(ILjava/awt/Shape;)Ljava/awt/Shape;
            astore 3 /* ca */
        start local 3 // java.awt.Shape ca
         2: .line 454
            aload 3 /* ca */
            ifnull 9
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.isAllocationValid:()Z
            ifne 9
         3: .line 456
            aload 3 /* ca */
            instanceof java.awt.Rectangle
            ifeq 5
         4: .line 457
            aload 3 /* ca */
            checkcast java.awt.Rectangle
            goto 6
      StackMap locals: java.awt.Shape
      StackMap stack:
         5: aload 3 /* ca */
            invokeinterface java.awt.Shape.getBounds:()Ljava/awt/Rectangle;
         6: .line 456
      StackMap locals:
      StackMap stack: java.awt.Rectangle
            astore 4 /* r */
        start local 4 // java.awt.Rectangle r
         7: .line 458
            aload 4 /* r */
            getfield java.awt.Rectangle.width:I
            ifne 9
            aload 4 /* r */
            getfield java.awt.Rectangle.height:I
            ifne 9
         8: .line 459
            aconst_null
            areturn
        end local 4 // java.awt.Rectangle r
         9: .line 462
      StackMap locals:
      StackMap stack:
            aload 3 /* ca */
            areturn
        end local 3 // java.awt.Shape ca
        10: .line 464
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.awt.Shape a
        end local 1 // int index
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Ljavax/swing/text/BoxView;
            0   11     1  index  I
            0   11     2      a  Ljava/awt/Shape;
            2   10     3     ca  Ljava/awt/Shape;
            7    9     4      r  Ljava/awt/Rectangle;
    MethodParameters:
       Name  Flags
      index  
      a      

  public java.awt.Shape modelToView(int, java.awt.Shape, javax.swing.text.Position$Bias);
    descriptor: (ILjava/awt/Shape;Ljavax/swing/text/Position$Bias;)Ljava/awt/Shape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int pos
        start local 2 // java.awt.Shape a
        start local 3 // javax.swing.text.Position$Bias b
         0: .line 480
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.isAllocationValid:()Z
            ifne 3
         1: .line 481
            aload 2 /* a */
            invokeinterface java.awt.Shape.getBounds:()Ljava/awt/Rectangle;
            astore 4 /* alloc */
        start local 4 // java.awt.Rectangle alloc
         2: .line 482
            aload 0 /* this */
            aload 4 /* alloc */
            getfield java.awt.Rectangle.width:I
            i2f
            aload 4 /* alloc */
            getfield java.awt.Rectangle.height:I
            i2f
            invokevirtual javax.swing.text.BoxView.setSize:(FF)V
        end local 4 // java.awt.Rectangle alloc
         3: .line 484
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* pos */
            aload 2 /* a */
            aload 3 /* b */
            invokespecial javax.swing.text.CompositeView.modelToView:(ILjava/awt/Shape;Ljavax/swing/text/Position$Bias;)Ljava/awt/Shape;
            areturn
        end local 3 // javax.swing.text.Position$Bias b
        end local 2 // java.awt.Shape a
        end local 1 // int pos
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavax/swing/text/BoxView;
            0    4     1    pos  I
            0    4     2      a  Ljava/awt/Shape;
            0    4     3      b  Ljavax/swing/text/Position$Bias;
            2    3     4  alloc  Ljava/awt/Rectangle;
    Exceptions:
      throws javax.swing.text.BadLocationException
    MethodParameters:
      Name  Flags
      pos   
      a     
      b     

  public int viewToModel(float, float, java.awt.Shape, javax.swing.text.Position$Bias[]);
    descriptor: (FFLjava/awt/Shape;[Ljavax/swing/text/Position$Bias;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // javax.swing.text.BoxView this
        start local 1 // float x
        start local 2 // float y
        start local 3 // java.awt.Shape a
        start local 4 // javax.swing.text.Position$Bias[] bias
         0: .line 499
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.isAllocationValid:()Z
            ifne 3
         1: .line 500
            aload 3 /* a */
            invokeinterface java.awt.Shape.getBounds:()Ljava/awt/Rectangle;
            astore 5 /* alloc */
        start local 5 // java.awt.Rectangle alloc
         2: .line 501
            aload 0 /* this */
            aload 5 /* alloc */
            getfield java.awt.Rectangle.width:I
            i2f
            aload 5 /* alloc */
            getfield java.awt.Rectangle.height:I
            i2f
            invokevirtual javax.swing.text.BoxView.setSize:(FF)V
        end local 5 // java.awt.Rectangle alloc
         3: .line 503
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            fload 1 /* x */
            fload 2 /* y */
            aload 3 /* a */
            aload 4 /* bias */
            invokespecial javax.swing.text.CompositeView.viewToModel:(FFLjava/awt/Shape;[Ljavax/swing/text/Position$Bias;)I
            ireturn
        end local 4 // javax.swing.text.Position$Bias[] bias
        end local 3 // java.awt.Shape a
        end local 2 // float y
        end local 1 // float x
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavax/swing/text/BoxView;
            0    4     1      x  F
            0    4     2      y  F
            0    4     3      a  Ljava/awt/Shape;
            0    4     4   bias  [Ljavax/swing/text/Position$Bias;
            2    3     5  alloc  Ljava/awt/Rectangle;
    MethodParameters:
      Name  Flags
      x     
      y     
      a     
      bias  

  public float getAlignment(int);
    descriptor: (I)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int axis
         0: .line 524
            aload 0 /* this */
            iload 1 /* axis */
            invokevirtual javax.swing.text.BoxView.checkRequests:(I)V
         1: .line 525
            iload 1 /* axis */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            if_icmpne 3
         2: .line 526
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorRequest:Ljavax/swing/SizeRequirements;
            getfield javax.swing.SizeRequirements.alignment:F
            freturn
         3: .line 528
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorRequest:Ljavax/swing/SizeRequirements;
            getfield javax.swing.SizeRequirements.alignment:F
            freturn
        end local 1 // int axis
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/text/BoxView;
            0    4     1  axis  I
    MethodParameters:
      Name  Flags
      axis  

  public float getPreferredSpan(int);
    descriptor: (I)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int axis
         0: .line 545
            aload 0 /* this */
            iload 1 /* axis */
            invokevirtual javax.swing.text.BoxView.checkRequests:(I)V
         1: .line 546
            iload 1 /* axis */
            ifne 2
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getLeftInset:()S
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getRightInset:()S
            iadd
            goto 3
         2: .line 547
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getTopInset:()S
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getBottomInset:()S
            iadd
         3: .line 546
      StackMap locals:
      StackMap stack: int
            i2f
            fstore 2 /* marginSpan */
        start local 2 // float marginSpan
         4: .line 548
            iload 1 /* axis */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            if_icmpne 6
         5: .line 549
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorRequest:Ljavax/swing/SizeRequirements;
            getfield javax.swing.SizeRequirements.preferred:I
            i2f
            fload 2 /* marginSpan */
            fadd
            freturn
         6: .line 551
      StackMap locals: float
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorRequest:Ljavax/swing/SizeRequirements;
            getfield javax.swing.SizeRequirements.preferred:I
            i2f
            fload 2 /* marginSpan */
            fadd
            freturn
        end local 2 // float marginSpan
        end local 1 // int axis
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Ljavax/swing/text/BoxView;
            0    7     1        axis  I
            4    7     2  marginSpan  F
    MethodParameters:
      Name  Flags
      axis  

  public float getMinimumSpan(int);
    descriptor: (I)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int axis
         0: .line 568
            aload 0 /* this */
            iload 1 /* axis */
            invokevirtual javax.swing.text.BoxView.checkRequests:(I)V
         1: .line 569
            iload 1 /* axis */
            ifne 2
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getLeftInset:()S
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getRightInset:()S
            iadd
            goto 3
         2: .line 570
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getTopInset:()S
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getBottomInset:()S
            iadd
         3: .line 569
      StackMap locals:
      StackMap stack: int
            i2f
            fstore 2 /* marginSpan */
        start local 2 // float marginSpan
         4: .line 571
            iload 1 /* axis */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            if_icmpne 6
         5: .line 572
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorRequest:Ljavax/swing/SizeRequirements;
            getfield javax.swing.SizeRequirements.minimum:I
            i2f
            fload 2 /* marginSpan */
            fadd
            freturn
         6: .line 574
      StackMap locals: float
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorRequest:Ljavax/swing/SizeRequirements;
            getfield javax.swing.SizeRequirements.minimum:I
            i2f
            fload 2 /* marginSpan */
            fadd
            freturn
        end local 2 // float marginSpan
        end local 1 // int axis
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Ljavax/swing/text/BoxView;
            0    7     1        axis  I
            4    7     2  marginSpan  F
    MethodParameters:
      Name  Flags
      axis  

  public float getMaximumSpan(int);
    descriptor: (I)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int axis
         0: .line 591
            aload 0 /* this */
            iload 1 /* axis */
            invokevirtual javax.swing.text.BoxView.checkRequests:(I)V
         1: .line 592
            iload 1 /* axis */
            ifne 2
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getLeftInset:()S
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getRightInset:()S
            iadd
            goto 3
         2: .line 593
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getTopInset:()S
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getBottomInset:()S
            iadd
         3: .line 592
      StackMap locals:
      StackMap stack: int
            i2f
            fstore 2 /* marginSpan */
        start local 2 // float marginSpan
         4: .line 594
            iload 1 /* axis */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            if_icmpne 6
         5: .line 595
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorRequest:Ljavax/swing/SizeRequirements;
            getfield javax.swing.SizeRequirements.maximum:I
            i2f
            fload 2 /* marginSpan */
            fadd
            freturn
         6: .line 597
      StackMap locals: float
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorRequest:Ljavax/swing/SizeRequirements;
            getfield javax.swing.SizeRequirements.maximum:I
            i2f
            fload 2 /* marginSpan */
            fadd
            freturn
        end local 2 // float marginSpan
        end local 1 // int axis
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Ljavax/swing/text/BoxView;
            0    7     1        axis  I
            4    7     2  marginSpan  F
    MethodParameters:
      Name  Flags
      axis  

  protected boolean isAllocationValid();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.BoxView this
         0: .line 610
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAllocValid:Z
            ifeq 1
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorAllocValid:Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/text/BoxView;

  protected boolean isBefore(int, int, java.awt.Rectangle);
    descriptor: (IILjava/awt/Rectangle;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int x
        start local 2 // int y
        start local 3 // java.awt.Rectangle innerAlloc
         0: .line 623
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            ifne 3
         1: .line 624
            iload 1 /* x */
            aload 3 /* innerAlloc */
            getfield java.awt.Rectangle.x:I
            if_icmpge 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 626
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 3 /* innerAlloc */
            getfield java.awt.Rectangle.y:I
            if_icmpge 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 3 // java.awt.Rectangle innerAlloc
        end local 2 // int y
        end local 1 // int x
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Ljavax/swing/text/BoxView;
            0    5     1           x  I
            0    5     2           y  I
            0    5     3  innerAlloc  Ljava/awt/Rectangle;
    MethodParameters:
            Name  Flags
      x           
      y           
      innerAlloc  

  protected boolean isAfter(int, int, java.awt.Rectangle);
    descriptor: (IILjava/awt/Rectangle;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int x
        start local 2 // int y
        start local 3 // java.awt.Rectangle innerAlloc
         0: .line 640
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            ifne 3
         1: .line 641
            iload 1 /* x */
            aload 3 /* innerAlloc */
            getfield java.awt.Rectangle.width:I
            aload 3 /* innerAlloc */
            getfield java.awt.Rectangle.x:I
            iadd
            if_icmple 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 643
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 3 /* innerAlloc */
            getfield java.awt.Rectangle.height:I
            aload 3 /* innerAlloc */
            getfield java.awt.Rectangle.y:I
            iadd
            if_icmple 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 3 // java.awt.Rectangle innerAlloc
        end local 2 // int y
        end local 1 // int x
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Ljavax/swing/text/BoxView;
            0    5     1           x  I
            0    5     2           y  I
            0    5     3  innerAlloc  Ljava/awt/Rectangle;
    MethodParameters:
            Name  Flags
      x           
      y           
      innerAlloc  

  protected javax.swing.text.View getViewAtPoint(int, int, java.awt.Rectangle);
    descriptor: (IILjava/awt/Rectangle;)Ljavax/swing/text/View;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int x
        start local 2 // int y
        start local 3 // java.awt.Rectangle alloc
         0: .line 657
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getViewCount:()I
            istore 4 /* n */
        start local 4 // int n
         1: .line 658
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            ifne 14
         2: .line 659
            iload 1 /* x */
            aload 3 /* alloc */
            getfield java.awt.Rectangle.x:I
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorOffsets:[I
            iconst_0
            iaload
            iadd
            if_icmpge 5
         3: .line 660
            aload 0 /* this */
            iconst_0
            aload 3 /* alloc */
            invokevirtual javax.swing.text.BoxView.childAllocation:(ILjava/awt/Rectangle;)V
         4: .line 661
            aload 0 /* this */
            iconst_0
            invokevirtual javax.swing.text.BoxView.getView:(I)Ljavax/swing/text/View;
            areturn
         5: .line 663
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 11
         7: .line 664
      StackMap locals: int
      StackMap stack:
            iload 1 /* x */
            aload 3 /* alloc */
            getfield java.awt.Rectangle.x:I
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorOffsets:[I
            iload 5 /* i */
            iaload
            iadd
            if_icmpge 10
         8: .line 665
            aload 0 /* this */
            iload 5 /* i */
            iconst_1
            isub
            aload 3 /* alloc */
            invokevirtual javax.swing.text.BoxView.childAllocation:(ILjava/awt/Rectangle;)V
         9: .line 666
            aload 0 /* this */
            iload 5 /* i */
            iconst_1
            isub
            invokevirtual javax.swing.text.BoxView.getView:(I)Ljavax/swing/text/View;
            areturn
        10: .line 663
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 5 /* i */
            iload 4 /* n */
            if_icmplt 7
        end local 5 // int i
        12: .line 669
            aload 0 /* this */
            iload 4 /* n */
            iconst_1
            isub
            aload 3 /* alloc */
            invokevirtual javax.swing.text.BoxView.childAllocation:(ILjava/awt/Rectangle;)V
        13: .line 670
            aload 0 /* this */
            iload 4 /* n */
            iconst_1
            isub
            invokevirtual javax.swing.text.BoxView.getView:(I)Ljavax/swing/text/View;
            areturn
        14: .line 672
      StackMap locals:
      StackMap stack:
            iload 2 /* y */
            aload 3 /* alloc */
            getfield java.awt.Rectangle.y:I
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorOffsets:[I
            iconst_0
            iaload
            iadd
            if_icmpge 17
        15: .line 673
            aload 0 /* this */
            iconst_0
            aload 3 /* alloc */
            invokevirtual javax.swing.text.BoxView.childAllocation:(ILjava/awt/Rectangle;)V
        16: .line 674
            aload 0 /* this */
            iconst_0
            invokevirtual javax.swing.text.BoxView.getView:(I)Ljavax/swing/text/View;
            areturn
        17: .line 676
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        18: goto 23
        19: .line 677
      StackMap locals: int
      StackMap stack:
            iload 2 /* y */
            aload 3 /* alloc */
            getfield java.awt.Rectangle.y:I
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorOffsets:[I
            iload 5 /* i */
            iaload
            iadd
            if_icmpge 22
        20: .line 678
            aload 0 /* this */
            iload 5 /* i */
            iconst_1
            isub
            aload 3 /* alloc */
            invokevirtual javax.swing.text.BoxView.childAllocation:(ILjava/awt/Rectangle;)V
        21: .line 679
            aload 0 /* this */
            iload 5 /* i */
            iconst_1
            isub
            invokevirtual javax.swing.text.BoxView.getView:(I)Ljavax/swing/text/View;
            areturn
        22: .line 676
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 5 /* i */
            iload 4 /* n */
            if_icmplt 19
        end local 5 // int i
        24: .line 682
            aload 0 /* this */
            iload 4 /* n */
            iconst_1
            isub
            aload 3 /* alloc */
            invokevirtual javax.swing.text.BoxView.childAllocation:(ILjava/awt/Rectangle;)V
        25: .line 683
            aload 0 /* this */
            iload 4 /* n */
            iconst_1
            isub
            invokevirtual javax.swing.text.BoxView.getView:(I)Ljavax/swing/text/View;
            areturn
        end local 4 // int n
        end local 3 // java.awt.Rectangle alloc
        end local 2 // int y
        end local 1 // int x
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   26     0   this  Ljavax/swing/text/BoxView;
            0   26     1      x  I
            0   26     2      y  I
            0   26     3  alloc  Ljava/awt/Rectangle;
            1   26     4      n  I
            6   12     5      i  I
           18   24     5      i  I
    MethodParameters:
       Name  Flags
      x      
      y      
      alloc  

  protected void childAllocation(int, java.awt.Rectangle);
    descriptor: (ILjava/awt/Rectangle;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int index
        start local 2 // java.awt.Rectangle alloc
         0: .line 695
            aload 2 /* alloc */
            dup
            getfield java.awt.Rectangle.x:I
            aload 0 /* this */
            iconst_0
            iload 1 /* index */
            invokevirtual javax.swing.text.BoxView.getOffset:(II)I
            iadd
            putfield java.awt.Rectangle.x:I
         1: .line 696
            aload 2 /* alloc */
            dup
            getfield java.awt.Rectangle.y:I
            aload 0 /* this */
            iconst_1
            iload 1 /* index */
            invokevirtual javax.swing.text.BoxView.getOffset:(II)I
            iadd
            putfield java.awt.Rectangle.y:I
         2: .line 697
            aload 2 /* alloc */
            aload 0 /* this */
            iconst_0
            iload 1 /* index */
            invokevirtual javax.swing.text.BoxView.getSpan:(II)I
            putfield java.awt.Rectangle.width:I
         3: .line 698
            aload 2 /* alloc */
            aload 0 /* this */
            iconst_1
            iload 1 /* index */
            invokevirtual javax.swing.text.BoxView.getSpan:(II)I
            putfield java.awt.Rectangle.height:I
         4: .line 699
            return
        end local 2 // java.awt.Rectangle alloc
        end local 1 // int index
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljavax/swing/text/BoxView;
            0    5     1  index  I
            0    5     2  alloc  Ljava/awt/Rectangle;
    MethodParameters:
       Name  Flags
      index  
      alloc  

  protected void layout(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int width
        start local 2 // int height
         0: .line 708
            aload 0 /* this */
            iconst_0
            iload 1 /* width */
            i2f
            invokevirtual javax.swing.text.BoxView.setSpanOnAxis:(IF)V
         1: .line 709
            aload 0 /* this */
            iconst_1
            iload 2 /* height */
            i2f
            invokevirtual javax.swing.text.BoxView.setSpanOnAxis:(IF)V
         2: .line 710
            return
        end local 2 // int height
        end local 1 // int width
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljavax/swing/text/BoxView;
            0    3     1   width  I
            0    3     2  height  I
    MethodParameters:
        Name  Flags
      width   
      height  

  public int getWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // javax.swing.text.BoxView this
         0: .line 719
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            ifne 3
         1: .line 720
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorSpan:I
            istore 1 /* span */
        start local 1 // int span
         2: .line 721
            goto 4
        end local 1 // int span
         3: .line 722
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorSpan:I
            istore 1 /* span */
        start local 1 // int span
         4: .line 724
      StackMap locals: int
      StackMap stack:
            iload 1 /* span */
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getLeftInset:()S
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getRightInset:()S
            isub
            iadd
            istore 1 /* span */
         5: .line 725
            iload 1 /* span */
            ireturn
        end local 1 // int span
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavax/swing/text/BoxView;
            2    3     1  span  I
            4    6     1  span  I

  public int getHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // javax.swing.text.BoxView this
         0: .line 735
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            iconst_1
            if_icmpne 3
         1: .line 736
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorSpan:I
            istore 1 /* span */
        start local 1 // int span
         2: .line 737
            goto 4
        end local 1 // int span
         3: .line 738
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorSpan:I
            istore 1 /* span */
        start local 1 // int span
         4: .line 740
      StackMap locals: int
      StackMap stack:
            iload 1 /* span */
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getTopInset:()S
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getBottomInset:()S
            isub
            iadd
            istore 1 /* span */
         5: .line 741
            iload 1 /* span */
            ireturn
        end local 1 // int span
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavax/swing/text/BoxView;
            2    3     1  span  I
            4    6     1  span  I

  protected void layoutMajorAxis(int, int, int[], int[]);
    descriptor: (II[I[I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=17, args_size=5
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int targetSpan
        start local 2 // int axis
        start local 3 // int[] offsets
        start local 4 // int[] spans
         0: .line 765
            lconst_0
            lstore 5 /* preferred */
        start local 5 // long preferred
         1: .line 766
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getViewCount:()I
            istore 7 /* n */
        start local 7 // int n
         2: .line 767
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         3: goto 8
         4: .line 768
      StackMap locals: long int int
      StackMap stack:
            aload 0 /* this */
            iload 8 /* i */
            invokevirtual javax.swing.text.BoxView.getView:(I)Ljavax/swing/text/View;
            astore 9 /* v */
        start local 9 // javax.swing.text.View v
         5: .line 769
            aload 4 /* spans */
            iload 8 /* i */
            aload 9 /* v */
            iload 2 /* axis */
            invokevirtual javax.swing.text.View.getPreferredSpan:(I)F
            f2i
            iastore
         6: .line 770
            lload 5 /* preferred */
            aload 4 /* spans */
            iload 8 /* i */
            iaload
            i2l
            ladd
            lstore 5 /* preferred */
        end local 9 // javax.swing.text.View v
         7: .line 767
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 8 /* i */
            iload 7 /* n */
            if_icmplt 4
        end local 8 // int i
         9: .line 779
            iload 1 /* targetSpan */
            i2l
            lload 5 /* preferred */
            lsub
            lstore 8 /* desiredAdjustment */
        start local 8 // long desiredAdjustment
        10: .line 780
            fconst_0
            fstore 10 /* adjustmentFactor */
        start local 10 // float adjustmentFactor
        11: .line 781
            aconst_null
            astore 11 /* diffs */
        start local 11 // int[] diffs
        12: .line 783
            lload 8 /* desiredAdjustment */
            lconst_0
            lcmp
            ifeq 31
        13: .line 784
            lconst_0
            lstore 12 /* totalSpan */
        start local 12 // long totalSpan
        14: .line 785
            iload 7 /* n */
            newarray 10
            astore 11 /* diffs */
        15: .line 786
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        16: goto 26
        17: .line 787
      StackMap locals: javax.swing.text.BoxView int int int[] int[] long int long float int[] long int
      StackMap stack:
            aload 0 /* this */
            iload 14 /* i */
            invokevirtual javax.swing.text.BoxView.getView:(I)Ljavax/swing/text/View;
            astore 15 /* v */
        start local 15 // javax.swing.text.View v
        18: .line 789
            lload 8 /* desiredAdjustment */
            lconst_0
            lcmp
            ifge 22
        19: .line 790
            aload 15 /* v */
            iload 2 /* axis */
            invokevirtual javax.swing.text.View.getMinimumSpan:(I)F
            f2i
            istore 16 /* tmp */
        start local 16 // int tmp
        20: .line 791
            aload 11 /* diffs */
            iload 14 /* i */
            aload 4 /* spans */
            iload 14 /* i */
            iaload
            iload 16 /* tmp */
            isub
            iastore
        21: .line 792
            goto 24
        end local 16 // int tmp
        22: .line 793
      StackMap locals: javax.swing.text.View
      StackMap stack:
            aload 15 /* v */
            iload 2 /* axis */
            invokevirtual javax.swing.text.View.getMaximumSpan:(I)F
            f2i
            istore 16 /* tmp */
        start local 16 // int tmp
        23: .line 794
            aload 11 /* diffs */
            iload 14 /* i */
            iload 16 /* tmp */
            aload 4 /* spans */
            iload 14 /* i */
            iaload
            isub
            iastore
        24: .line 796
      StackMap locals: int
      StackMap stack:
            lload 12 /* totalSpan */
            iload 16 /* tmp */
            i2l
            ladd
            lstore 12 /* totalSpan */
        end local 16 // int tmp
        end local 15 // javax.swing.text.View v
        25: .line 786
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
        26: iload 14 /* i */
            iload 7 /* n */
            if_icmplt 17
        end local 14 // int i
        27: .line 799
            lload 12 /* totalSpan */
            lload 5 /* preferred */
            lsub
            invokestatic java.lang.Math.abs:(J)J
            l2f
            fstore 14 /* maximumAdjustment */
        start local 14 // float maximumAdjustment
        28: .line 800
            lload 8 /* desiredAdjustment */
            l2f
            fload 14 /* maximumAdjustment */
            fdiv
            fstore 10 /* adjustmentFactor */
        29: .line 801
            fload 10 /* adjustmentFactor */
            fconst_1
            invokestatic java.lang.Math.min:(FF)F
            fstore 10 /* adjustmentFactor */
        30: .line 802
            fload 10 /* adjustmentFactor */
            ldc -1.0
            invokestatic java.lang.Math.max:(FF)F
            fstore 10 /* adjustmentFactor */
        end local 14 // float maximumAdjustment
        end local 12 // long totalSpan
        31: .line 806
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 12 /* totalOffset */
        start local 12 // int totalOffset
        32: .line 807
            iconst_0
            istore 13 /* i */
        start local 13 // int i
        33: goto 40
        34: .line 808
      StackMap locals: int int
      StackMap stack:
            aload 3 /* offsets */
            iload 13 /* i */
            iload 12 /* totalOffset */
            iastore
        35: .line 809
            lload 8 /* desiredAdjustment */
            lconst_0
            lcmp
            ifeq 38
        36: .line 810
            fload 10 /* adjustmentFactor */
            aload 11 /* diffs */
            iload 13 /* i */
            iaload
            i2f
            fmul
            fstore 14 /* adjF */
        start local 14 // float adjF
        37: .line 811
            aload 4 /* spans */
            iload 13 /* i */
            dup2
            iaload
            fload 14 /* adjF */
            invokestatic java.lang.Math.round:(F)I
            iadd
            iastore
        end local 14 // float adjF
        38: .line 813
      StackMap locals:
      StackMap stack:
            iload 12 /* totalOffset */
            i2l
            aload 4 /* spans */
            iload 13 /* i */
            iaload
            i2l
            ladd
            ldc 2147483647
            invokestatic java.lang.Math.min:(JJ)J
            l2i
            istore 12 /* totalOffset */
        39: .line 807
            iinc 13 /* i */ 1
      StackMap locals:
      StackMap stack:
        40: iload 13 /* i */
            iload 7 /* n */
            if_icmplt 34
        end local 13 // int i
        41: .line 815
            return
        end local 12 // int totalOffset
        end local 11 // int[] diffs
        end local 10 // float adjustmentFactor
        end local 8 // long desiredAdjustment
        end local 7 // int n
        end local 5 // long preferred
        end local 4 // int[] spans
        end local 3 // int[] offsets
        end local 2 // int axis
        end local 1 // int targetSpan
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   42     0               this  Ljavax/swing/text/BoxView;
            0   42     1         targetSpan  I
            0   42     2               axis  I
            0   42     3            offsets  [I
            0   42     4              spans  [I
            1   42     5          preferred  J
            2   42     7                  n  I
            3    9     8                  i  I
            5    7     9                  v  Ljavax/swing/text/View;
           10   42     8  desiredAdjustment  J
           11   42    10   adjustmentFactor  F
           12   42    11              diffs  [I
           14   31    12          totalSpan  J
           16   27    14                  i  I
           18   25    15                  v  Ljavax/swing/text/View;
           20   22    16                tmp  I
           23   25    16                tmp  I
           28   31    14  maximumAdjustment  F
           32   42    12        totalOffset  I
           33   41    13                  i  I
           37   38    14               adjF  F
    MethodParameters:
            Name  Flags
      targetSpan  
      axis        
      offsets     
      spans       

  protected void layoutMinorAxis(int, int, int[], int[]);
    descriptor: (II[I[I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=10, args_size=5
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int targetSpan
        start local 2 // int axis
        start local 3 // int[] offsets
        start local 4 // int[] spans
         0: .line 834
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getViewCount:()I
            istore 5 /* n */
        start local 5 // int n
         1: .line 835
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         2: goto 14
         3: .line 836
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* i */
            invokevirtual javax.swing.text.BoxView.getView:(I)Ljavax/swing/text/View;
            astore 7 /* v */
        start local 7 // javax.swing.text.View v
         4: .line 837
            aload 7 /* v */
            iload 2 /* axis */
            invokevirtual javax.swing.text.View.getMaximumSpan:(I)F
            f2i
            istore 8 /* max */
        start local 8 // int max
         5: .line 838
            iload 8 /* max */
            iload 1 /* targetSpan */
            if_icmpge 10
         6: .line 840
            aload 7 /* v */
            iload 2 /* axis */
            invokevirtual javax.swing.text.View.getAlignment:(I)F
            fstore 9 /* align */
        start local 9 // float align
         7: .line 841
            aload 3 /* offsets */
            iload 6 /* i */
            iload 1 /* targetSpan */
            iload 8 /* max */
            isub
            i2f
            fload 9 /* align */
            fmul
            f2i
            iastore
         8: .line 842
            aload 4 /* spans */
            iload 6 /* i */
            iload 8 /* max */
            iastore
        end local 9 // float align
         9: .line 843
            goto 13
        10: .line 845
      StackMap locals: javax.swing.text.View int
      StackMap stack:
            aload 7 /* v */
            iload 2 /* axis */
            invokevirtual javax.swing.text.View.getMinimumSpan:(I)F
            f2i
            istore 9 /* min */
        start local 9 // int min
        11: .line 846
            aload 3 /* offsets */
            iload 6 /* i */
            iconst_0
            iastore
        12: .line 847
            aload 4 /* spans */
            iload 6 /* i */
            iload 9 /* min */
            iload 1 /* targetSpan */
            invokestatic java.lang.Math.max:(II)I
            iastore
        end local 9 // int min
        end local 8 // int max
        end local 7 // javax.swing.text.View v
        13: .line 835
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 6 /* i */
            iload 5 /* n */
            if_icmplt 3
        end local 6 // int i
        15: .line 850
            return
        end local 5 // int n
        end local 4 // int[] spans
        end local 3 // int[] offsets
        end local 2 // int axis
        end local 1 // int targetSpan
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        this  Ljavax/swing/text/BoxView;
            0   16     1  targetSpan  I
            0   16     2        axis  I
            0   16     3     offsets  [I
            0   16     4       spans  [I
            1   16     5           n  I
            2   15     6           i  I
            4   13     7           v  Ljavax/swing/text/View;
            5   13     8         max  I
            7    9     9       align  F
           11   13     9         min  I
    MethodParameters:
            Name  Flags
      targetSpan  
      axis        
      offsets     
      spans       

  protected javax.swing.SizeRequirements calculateMajorAxisRequirements(int, javax.swing.SizeRequirements);
    descriptor: (ILjavax/swing/SizeRequirements;)Ljavax/swing/SizeRequirements;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int axis
        start local 2 // javax.swing.SizeRequirements r
         0: .line 864
            fconst_0
            fstore 3 /* min */
        start local 3 // float min
         1: .line 865
            fconst_0
            fstore 4 /* pref */
        start local 4 // float pref
         2: .line 866
            fconst_0
            fstore 5 /* max */
        start local 5 // float max
         3: .line 868
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getViewCount:()I
            istore 6 /* n */
        start local 6 // int n
         4: .line 869
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         5: goto 11
         6: .line 870
      StackMap locals: javax.swing.text.BoxView int javax.swing.SizeRequirements float float float int int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* i */
            invokevirtual javax.swing.text.BoxView.getView:(I)Ljavax/swing/text/View;
            astore 8 /* v */
        start local 8 // javax.swing.text.View v
         7: .line 871
            fload 3 /* min */
            aload 8 /* v */
            iload 1 /* axis */
            invokevirtual javax.swing.text.View.getMinimumSpan:(I)F
            fadd
            fstore 3 /* min */
         8: .line 872
            fload 4 /* pref */
            aload 8 /* v */
            iload 1 /* axis */
            invokevirtual javax.swing.text.View.getPreferredSpan:(I)F
            fadd
            fstore 4 /* pref */
         9: .line 873
            fload 5 /* max */
            aload 8 /* v */
            iload 1 /* axis */
            invokevirtual javax.swing.text.View.getMaximumSpan:(I)F
            fadd
            fstore 5 /* max */
        end local 8 // javax.swing.text.View v
        10: .line 869
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 7 /* i */
            iload 6 /* n */
            if_icmplt 6
        end local 7 // int i
        12: .line 876
            aload 2 /* r */
            ifnonnull 14
        13: .line 877
            new javax.swing.SizeRequirements
            dup
            invokespecial javax.swing.SizeRequirements.<init>:()V
            astore 2 /* r */
        14: .line 879
      StackMap locals:
      StackMap stack:
            aload 2 /* r */
            ldc 0.5
            putfield javax.swing.SizeRequirements.alignment:F
        15: .line 880
            aload 2 /* r */
            fload 3 /* min */
            f2i
            putfield javax.swing.SizeRequirements.minimum:I
        16: .line 881
            aload 2 /* r */
            fload 4 /* pref */
            f2i
            putfield javax.swing.SizeRequirements.preferred:I
        17: .line 882
            aload 2 /* r */
            fload 5 /* max */
            f2i
            putfield javax.swing.SizeRequirements.maximum:I
        18: .line 883
            aload 2 /* r */
            areturn
        end local 6 // int n
        end local 5 // float max
        end local 4 // float pref
        end local 3 // float min
        end local 2 // javax.swing.SizeRequirements r
        end local 1 // int axis
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Ljavax/swing/text/BoxView;
            0   19     1  axis  I
            0   19     2     r  Ljavax/swing/SizeRequirements;
            1   19     3   min  F
            2   19     4  pref  F
            3   19     5   max  F
            4   19     6     n  I
            5   12     7     i  I
            7   10     8     v  Ljavax/swing/text/View;
    MethodParameters:
      Name  Flags
      axis  
      r     

  protected javax.swing.SizeRequirements calculateMinorAxisRequirements(int, javax.swing.SizeRequirements);
    descriptor: (ILjavax/swing/SizeRequirements;)Ljavax/swing/SizeRequirements;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=10, args_size=3
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int axis
        start local 2 // javax.swing.SizeRequirements r
         0: .line 897
            iconst_0
            istore 3 /* min */
        start local 3 // int min
         1: .line 898
            lconst_0
            lstore 4 /* pref */
        start local 4 // long pref
         2: .line 899
            ldc 2147483647
            istore 6 /* max */
        start local 6 // int max
         3: .line 900
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getViewCount:()I
            istore 7 /* n */
        start local 7 // int n
         4: .line 901
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         5: goto 11
         6: .line 902
      StackMap locals: javax.swing.text.BoxView int javax.swing.SizeRequirements int long int int int
      StackMap stack:
            aload 0 /* this */
            iload 8 /* i */
            invokevirtual javax.swing.text.BoxView.getView:(I)Ljavax/swing/text/View;
            astore 9 /* v */
        start local 9 // javax.swing.text.View v
         7: .line 903
            aload 9 /* v */
            iload 1 /* axis */
            invokevirtual javax.swing.text.View.getMinimumSpan:(I)F
            f2i
            iload 3 /* min */
            invokestatic java.lang.Math.max:(II)I
            istore 3 /* min */
         8: .line 904
            aload 9 /* v */
            iload 1 /* axis */
            invokevirtual javax.swing.text.View.getPreferredSpan:(I)F
            f2i
            i2l
            lload 4 /* pref */
            invokestatic java.lang.Math.max:(JJ)J
            lstore 4 /* pref */
         9: .line 905
            aload 9 /* v */
            iload 1 /* axis */
            invokevirtual javax.swing.text.View.getMaximumSpan:(I)F
            f2i
            iload 6 /* max */
            invokestatic java.lang.Math.max:(II)I
            istore 6 /* max */
        end local 9 // javax.swing.text.View v
        10: .line 901
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 8 /* i */
            iload 7 /* n */
            if_icmplt 6
        end local 8 // int i
        12: .line 908
            aload 2 /* r */
            ifnonnull 15
        13: .line 909
            new javax.swing.SizeRequirements
            dup
            invokespecial javax.swing.SizeRequirements.<init>:()V
            astore 2 /* r */
        14: .line 910
            aload 2 /* r */
            ldc 0.5
            putfield javax.swing.SizeRequirements.alignment:F
        15: .line 912
      StackMap locals:
      StackMap stack:
            aload 2 /* r */
            lload 4 /* pref */
            l2i
            putfield javax.swing.SizeRequirements.preferred:I
        16: .line 913
            aload 2 /* r */
            iload 3 /* min */
            putfield javax.swing.SizeRequirements.minimum:I
        17: .line 914
            aload 2 /* r */
            iload 6 /* max */
            putfield javax.swing.SizeRequirements.maximum:I
        18: .line 915
            aload 2 /* r */
            areturn
        end local 7 // int n
        end local 6 // int max
        end local 4 // long pref
        end local 3 // int min
        end local 2 // javax.swing.SizeRequirements r
        end local 1 // int axis
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Ljavax/swing/text/BoxView;
            0   19     1  axis  I
            0   19     2     r  Ljavax/swing/SizeRequirements;
            1   19     3   min  I
            2   19     4  pref  J
            3   19     6   max  I
            4   19     7     n  I
            5   12     8     i  I
            7   10     9     v  Ljavax/swing/text/View;
    MethodParameters:
      Name  Flags
      axis  
      r     

  void checkRequests(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int axis
         0: .line 925
            iload 1 /* axis */
            ifeq 2
            iload 1 /* axis */
            iconst_1
            if_icmpeq 2
         1: .line 926
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid axis: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* axis */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 928
      StackMap locals:
      StackMap stack:
            iload 1 /* axis */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            if_icmpne 9
         3: .line 929
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorReqValid:Z
            ifne 12
         4: .line 930
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* axis */
         5: .line 931
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorRequest:Ljavax/swing/SizeRequirements;
         6: .line 930
            invokevirtual javax.swing.text.BoxView.calculateMajorAxisRequirements:(ILjavax/swing/SizeRequirements;)Ljavax/swing/SizeRequirements;
            putfield javax.swing.text.BoxView.majorRequest:Ljavax/swing/SizeRequirements;
         7: .line 932
            aload 0 /* this */
            iconst_1
            putfield javax.swing.text.BoxView.majorReqValid:Z
         8: .line 934
            goto 12
      StackMap locals:
      StackMap stack:
         9: aload 0 /* this */
            getfield javax.swing.text.BoxView.minorReqValid:Z
            ifne 12
        10: .line 935
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* axis */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.minorRequest:Ljavax/swing/SizeRequirements;
            invokevirtual javax.swing.text.BoxView.calculateMinorAxisRequirements:(ILjavax/swing/SizeRequirements;)Ljavax/swing/SizeRequirements;
            putfield javax.swing.text.BoxView.minorRequest:Ljavax/swing/SizeRequirements;
        11: .line 936
            aload 0 /* this */
            iconst_1
            putfield javax.swing.text.BoxView.minorReqValid:Z
        12: .line 938
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int axis
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Ljavax/swing/text/BoxView;
            0   13     1  axis  I
    MethodParameters:
      Name  Flags
      axis  

  protected void baselineLayout(int, int, int[], int[]);
    descriptor: (II[I[I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=15, args_size=5
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int targetSpan
        start local 2 // int axis
        start local 3 // int[] offsets
        start local 4 // int[] spans
         0: .line 956
            iload 1 /* targetSpan */
            i2f
            aload 0 /* this */
            iload 2 /* axis */
            invokevirtual javax.swing.text.BoxView.getAlignment:(I)F
            fmul
            f2i
            istore 5 /* totalAscent */
        start local 5 // int totalAscent
         1: .line 957
            iload 1 /* targetSpan */
            iload 5 /* totalAscent */
            isub
            istore 6 /* totalDescent */
        start local 6 // int totalDescent
         2: .line 959
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getViewCount:()I
            istore 7 /* n */
        start local 7 // int n
         3: .line 961
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         4: goto 25
         5: .line 962
      StackMap locals: javax.swing.text.BoxView int int int[] int[] int int int int
      StackMap stack:
            aload 0 /* this */
            iload 8 /* i */
            invokevirtual javax.swing.text.BoxView.getView:(I)Ljavax/swing/text/View;
            astore 9 /* v */
        start local 9 // javax.swing.text.View v
         6: .line 963
            aload 9 /* v */
            iload 2 /* axis */
            invokevirtual javax.swing.text.View.getAlignment:(I)F
            fstore 10 /* align */
        start local 10 // float align
         7: .line 966
            aload 9 /* v */
            iload 2 /* axis */
            invokevirtual javax.swing.text.View.getResizeWeight:(I)I
            ifle 21
         8: .line 970
            aload 9 /* v */
            iload 2 /* axis */
            invokevirtual javax.swing.text.View.getMinimumSpan:(I)F
            fstore 12 /* minSpan */
        start local 12 // float minSpan
         9: .line 972
            aload 9 /* v */
            iload 2 /* axis */
            invokevirtual javax.swing.text.View.getMaximumSpan:(I)F
            fstore 13 /* maxSpan */
        start local 13 // float maxSpan
        10: .line 974
            fload 10 /* align */
            fconst_0
            fcmpl
            ifne 13
        11: .line 976
            fload 13 /* maxSpan */
            iload 6 /* totalDescent */
            i2f
            invokestatic java.lang.Math.min:(FF)F
            fload 12 /* minSpan */
            invokestatic java.lang.Math.max:(FF)F
            fstore 11 /* viewSpan */
        start local 11 // float viewSpan
        12: .line 977
            goto 22
        end local 11 // float viewSpan
      StackMap locals: javax.swing.text.BoxView int int int[] int[] int int int int javax.swing.text.View float top float float
      StackMap stack:
        13: fload 10 /* align */
            fconst_1
            fcmpl
            ifne 16
        14: .line 979
            fload 13 /* maxSpan */
            iload 5 /* totalAscent */
            i2f
            invokestatic java.lang.Math.min:(FF)F
            fload 12 /* minSpan */
            invokestatic java.lang.Math.max:(FF)F
            fstore 11 /* viewSpan */
        start local 11 // float viewSpan
        15: .line 980
            goto 22
        end local 11 // float viewSpan
        16: .line 982
      StackMap locals:
      StackMap stack:
            iload 5 /* totalAscent */
            i2f
            fload 10 /* align */
            fdiv
        17: .line 983
            iload 6 /* totalDescent */
            i2f
            fconst_1
            fload 10 /* align */
            fsub
            fdiv
        18: .line 982
            invokestatic java.lang.Math.min:(FF)F
            fstore 14 /* fitSpan */
        start local 14 // float fitSpan
        19: .line 985
            fload 13 /* maxSpan */
            fload 14 /* fitSpan */
            invokestatic java.lang.Math.min:(FF)F
            fload 12 /* minSpan */
            invokestatic java.lang.Math.max:(FF)F
            fstore 11 /* viewSpan */
        end local 14 // float fitSpan
        end local 13 // float maxSpan
        end local 12 // float minSpan
        start local 11 // float viewSpan
        20: .line 987
            goto 22
        end local 11 // float viewSpan
        21: .line 989
      StackMap locals: javax.swing.text.BoxView int int int[] int[] int int int int javax.swing.text.View float
      StackMap stack:
            aload 9 /* v */
            iload 2 /* axis */
            invokevirtual javax.swing.text.View.getPreferredSpan:(I)F
            fstore 11 /* viewSpan */
        start local 11 // float viewSpan
        22: .line 992
      StackMap locals: float
      StackMap stack:
            aload 3 /* offsets */
            iload 8 /* i */
            iload 5 /* totalAscent */
            fload 11 /* viewSpan */
            fload 10 /* align */
            fmul
            f2i
            isub
            iastore
        23: .line 993
            aload 4 /* spans */
            iload 8 /* i */
            fload 11 /* viewSpan */
            f2i
            iastore
        end local 11 // float viewSpan
        end local 10 // float align
        end local 9 // javax.swing.text.View v
        24: .line 961
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 8 /* i */
            iload 7 /* n */
            if_icmplt 5
        end local 8 // int i
        26: .line 995
            return
        end local 7 // int n
        end local 6 // int totalDescent
        end local 5 // int totalAscent
        end local 4 // int[] spans
        end local 3 // int[] offsets
        end local 2 // int axis
        end local 1 // int targetSpan
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   27     0          this  Ljavax/swing/text/BoxView;
            0   27     1    targetSpan  I
            0   27     2          axis  I
            0   27     3       offsets  [I
            0   27     4         spans  [I
            1   27     5   totalAscent  I
            2   27     6  totalDescent  I
            3   27     7             n  I
            4   26     8             i  I
            6   24     9             v  Ljavax/swing/text/View;
            7   24    10         align  F
           12   13    11      viewSpan  F
           15   16    11      viewSpan  F
           20   21    11      viewSpan  F
           22   24    11      viewSpan  F
            9   20    12       minSpan  F
           10   20    13       maxSpan  F
           19   20    14       fitSpan  F
    MethodParameters:
            Name  Flags
      targetSpan  
      axis        
      offsets     
      spans       

  protected javax.swing.SizeRequirements baselineRequirements(int, javax.swing.SizeRequirements);
    descriptor: (ILjavax/swing/SizeRequirements;)Ljavax/swing/SizeRequirements;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=12, args_size=3
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int axis
        start local 2 // javax.swing.SizeRequirements r
         0: .line 1007
            new javax.swing.SizeRequirements
            dup
            invokespecial javax.swing.SizeRequirements.<init>:()V
            astore 3 /* totalAscent */
        start local 3 // javax.swing.SizeRequirements totalAscent
         1: .line 1008
            new javax.swing.SizeRequirements
            dup
            invokespecial javax.swing.SizeRequirements.<init>:()V
            astore 4 /* totalDescent */
        start local 4 // javax.swing.SizeRequirements totalDescent
         2: .line 1010
            aload 2 /* r */
            ifnonnull 4
         3: .line 1011
            new javax.swing.SizeRequirements
            dup
            invokespecial javax.swing.SizeRequirements.<init>:()V
            astore 2 /* r */
         4: .line 1014
      StackMap locals: javax.swing.SizeRequirements javax.swing.SizeRequirements
      StackMap stack:
            aload 2 /* r */
            ldc 0.5
            putfield javax.swing.SizeRequirements.alignment:F
         5: .line 1016
            aload 0 /* this */
            invokevirtual javax.swing.text.BoxView.getViewCount:()I
            istore 5 /* n */
        start local 5 // int n
         6: .line 1020
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         7: goto 32
         8: .line 1021
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* i */
            invokevirtual javax.swing.text.BoxView.getView:(I)Ljavax/swing/text/View;
            astore 7 /* v */
        start local 7 // javax.swing.text.View v
         9: .line 1022
            aload 7 /* v */
            iload 1 /* axis */
            invokevirtual javax.swing.text.View.getAlignment:(I)F
            fstore 8 /* align */
        start local 8 // float align
        10: .line 1028
            aload 7 /* v */
            iload 1 /* axis */
            invokevirtual javax.swing.text.View.getPreferredSpan:(I)F
            fstore 9 /* span */
        start local 9 // float span
        11: .line 1029
            fload 8 /* align */
            fload 9 /* span */
            fmul
            f2i
            istore 10 /* ascent */
        start local 10 // int ascent
        12: .line 1030
            fload 9 /* span */
            iload 10 /* ascent */
            i2f
            fsub
            f2i
            istore 11 /* descent */
        start local 11 // int descent
        13: .line 1031
            aload 3 /* totalAscent */
            iload 10 /* ascent */
            aload 3 /* totalAscent */
            getfield javax.swing.SizeRequirements.preferred:I
            invokestatic java.lang.Math.max:(II)I
            putfield javax.swing.SizeRequirements.preferred:I
        14: .line 1032
            aload 4 /* totalDescent */
            iload 11 /* descent */
            aload 4 /* totalDescent */
            getfield javax.swing.SizeRequirements.preferred:I
            invokestatic java.lang.Math.max:(II)I
            putfield javax.swing.SizeRequirements.preferred:I
        15: .line 1034
            aload 7 /* v */
            iload 1 /* axis */
            invokevirtual javax.swing.text.View.getResizeWeight:(I)I
            ifle 27
        16: .line 1037
            aload 7 /* v */
            iload 1 /* axis */
            invokevirtual javax.swing.text.View.getMinimumSpan:(I)F
            fstore 9 /* span */
        17: .line 1038
            fload 8 /* align */
            fload 9 /* span */
            fmul
            f2i
            istore 10 /* ascent */
        18: .line 1039
            fload 9 /* span */
            iload 10 /* ascent */
            i2f
            fsub
            f2i
            istore 11 /* descent */
        19: .line 1040
            aload 3 /* totalAscent */
            iload 10 /* ascent */
            aload 3 /* totalAscent */
            getfield javax.swing.SizeRequirements.minimum:I
            invokestatic java.lang.Math.max:(II)I
            putfield javax.swing.SizeRequirements.minimum:I
        20: .line 1041
            aload 4 /* totalDescent */
            iload 11 /* descent */
            aload 4 /* totalDescent */
            getfield javax.swing.SizeRequirements.minimum:I
            invokestatic java.lang.Math.max:(II)I
            putfield javax.swing.SizeRequirements.minimum:I
        21: .line 1043
            aload 7 /* v */
            iload 1 /* axis */
            invokevirtual javax.swing.text.View.getMaximumSpan:(I)F
            fstore 9 /* span */
        22: .line 1044
            fload 8 /* align */
            fload 9 /* span */
            fmul
            f2i
            istore 10 /* ascent */
        23: .line 1045
            fload 9 /* span */
            iload 10 /* ascent */
            i2f
            fsub
            f2i
            istore 11 /* descent */
        24: .line 1046
            aload 3 /* totalAscent */
            iload 10 /* ascent */
            aload 3 /* totalAscent */
            getfield javax.swing.SizeRequirements.maximum:I
            invokestatic java.lang.Math.max:(II)I
            putfield javax.swing.SizeRequirements.maximum:I
        25: .line 1047
            aload 4 /* totalDescent */
            iload 11 /* descent */
            aload 4 /* totalDescent */
            getfield javax.swing.SizeRequirements.maximum:I
            invokestatic java.lang.Math.max:(II)I
            putfield javax.swing.SizeRequirements.maximum:I
        26: .line 1048
            goto 31
        27: .line 1050
      StackMap locals: javax.swing.text.BoxView int javax.swing.SizeRequirements javax.swing.SizeRequirements javax.swing.SizeRequirements int int javax.swing.text.View float float int int
      StackMap stack:
            aload 3 /* totalAscent */
            iload 10 /* ascent */
            aload 3 /* totalAscent */
            getfield javax.swing.SizeRequirements.minimum:I
            invokestatic java.lang.Math.max:(II)I
            putfield javax.swing.SizeRequirements.minimum:I
        28: .line 1051
            aload 4 /* totalDescent */
            iload 11 /* descent */
            aload 4 /* totalDescent */
            getfield javax.swing.SizeRequirements.minimum:I
            invokestatic java.lang.Math.max:(II)I
            putfield javax.swing.SizeRequirements.minimum:I
        29: .line 1052
            aload 3 /* totalAscent */
            iload 10 /* ascent */
            aload 3 /* totalAscent */
            getfield javax.swing.SizeRequirements.maximum:I
            invokestatic java.lang.Math.max:(II)I
            putfield javax.swing.SizeRequirements.maximum:I
        30: .line 1053
            aload 4 /* totalDescent */
            iload 11 /* descent */
            aload 4 /* totalDescent */
            getfield javax.swing.SizeRequirements.maximum:I
            invokestatic java.lang.Math.max:(II)I
            putfield javax.swing.SizeRequirements.maximum:I
        end local 11 // int descent
        end local 10 // int ascent
        end local 9 // float span
        end local 8 // float align
        end local 7 // javax.swing.text.View v
        31: .line 1020
      StackMap locals: javax.swing.text.BoxView int javax.swing.SizeRequirements javax.swing.SizeRequirements javax.swing.SizeRequirements int int
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        32: iload 6 /* i */
            iload 5 /* n */
            if_icmplt 8
        end local 6 // int i
        33: .line 1060
            aload 2 /* r */
            aload 3 /* totalAscent */
            getfield javax.swing.SizeRequirements.preferred:I
            i2l
            aload 4 /* totalDescent */
            getfield javax.swing.SizeRequirements.preferred:I
            i2l
            ladd
        34: .line 1061
            ldc 2147483647
        35: .line 1060
            invokestatic java.lang.Math.min:(JJ)J
            l2i
            putfield javax.swing.SizeRequirements.preferred:I
        36: .line 1064
            aload 2 /* r */
            getfield javax.swing.SizeRequirements.preferred:I
            ifle 38
        37: .line 1065
            aload 2 /* r */
            aload 3 /* totalAscent */
            getfield javax.swing.SizeRequirements.preferred:I
            i2f
            aload 2 /* r */
            getfield javax.swing.SizeRequirements.preferred:I
            i2f
            fdiv
            putfield javax.swing.SizeRequirements.alignment:F
        38: .line 1069
      StackMap locals:
      StackMap stack:
            aload 2 /* r */
            getfield javax.swing.SizeRequirements.alignment:F
            fconst_0
            fcmpl
            ifne 42
        39: .line 1072
            aload 2 /* r */
            aload 4 /* totalDescent */
            getfield javax.swing.SizeRequirements.minimum:I
            putfield javax.swing.SizeRequirements.minimum:I
        40: .line 1073
            aload 2 /* r */
            aload 4 /* totalDescent */
            getfield javax.swing.SizeRequirements.maximum:I
            putfield javax.swing.SizeRequirements.maximum:I
        41: .line 1074
            goto 52
      StackMap locals:
      StackMap stack:
        42: aload 2 /* r */
            getfield javax.swing.SizeRequirements.alignment:F
            fconst_1
            fcmpl
            ifne 46
        43: .line 1077
            aload 2 /* r */
            aload 3 /* totalAscent */
            getfield javax.swing.SizeRequirements.minimum:I
            putfield javax.swing.SizeRequirements.minimum:I
        44: .line 1078
            aload 2 /* r */
            aload 3 /* totalAscent */
            getfield javax.swing.SizeRequirements.maximum:I
            putfield javax.swing.SizeRequirements.maximum:I
        45: .line 1079
            goto 52
        46: .line 1083
      StackMap locals:
      StackMap stack:
            aload 2 /* r */
            aload 3 /* totalAscent */
            getfield javax.swing.SizeRequirements.minimum:I
            i2f
            aload 2 /* r */
            getfield javax.swing.SizeRequirements.alignment:F
            fdiv
        47: .line 1084
            aload 4 /* totalDescent */
            getfield javax.swing.SizeRequirements.minimum:I
            i2f
            fconst_1
            aload 2 /* r */
            getfield javax.swing.SizeRequirements.alignment:F
            fsub
            fdiv
        48: .line 1083
            invokestatic java.lang.Math.max:(FF)F
            invokestatic java.lang.Math.round:(F)I
            putfield javax.swing.SizeRequirements.minimum:I
        49: .line 1086
            aload 2 /* r */
            aload 3 /* totalAscent */
            getfield javax.swing.SizeRequirements.maximum:I
            i2f
            aload 2 /* r */
            getfield javax.swing.SizeRequirements.alignment:F
            fdiv
        50: .line 1087
            aload 4 /* totalDescent */
            getfield javax.swing.SizeRequirements.maximum:I
            i2f
            fconst_1
            aload 2 /* r */
            getfield javax.swing.SizeRequirements.alignment:F
            fsub
            fdiv
        51: .line 1086
            invokestatic java.lang.Math.min:(FF)F
            invokestatic java.lang.Math.round:(F)I
            putfield javax.swing.SizeRequirements.maximum:I
        52: .line 1090
      StackMap locals:
      StackMap stack:
            aload 2 /* r */
            areturn
        end local 5 // int n
        end local 4 // javax.swing.SizeRequirements totalDescent
        end local 3 // javax.swing.SizeRequirements totalAscent
        end local 2 // javax.swing.SizeRequirements r
        end local 1 // int axis
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   53     0          this  Ljavax/swing/text/BoxView;
            0   53     1          axis  I
            0   53     2             r  Ljavax/swing/SizeRequirements;
            1   53     3   totalAscent  Ljavax/swing/SizeRequirements;
            2   53     4  totalDescent  Ljavax/swing/SizeRequirements;
            6   53     5             n  I
            7   33     6             i  I
            9   31     7             v  Ljavax/swing/text/View;
           10   31     8         align  F
           11   31     9          span  F
           12   31    10        ascent  I
           13   31    11       descent  I
    MethodParameters:
      Name  Flags
      axis  
      r     

  protected int getOffset(int, int);
    descriptor: (II)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int axis
        start local 2 // int childIndex
         0: .line 1100
            iload 1 /* axis */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            if_icmpne 1
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorOffsets:[I
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javax.swing.text.BoxView.minorOffsets:[I
      StackMap locals:
      StackMap stack: int[]
         2: astore 3 /* offsets */
        start local 3 // int[] offsets
         3: .line 1101
            aload 3 /* offsets */
            iload 2 /* childIndex */
            iaload
            ireturn
        end local 3 // int[] offsets
        end local 2 // int childIndex
        end local 1 // int axis
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Ljavax/swing/text/BoxView;
            0    4     1        axis  I
            0    4     2  childIndex  I
            3    4     3     offsets  [I
    MethodParameters:
            Name  Flags
      axis        
      childIndex  

  protected int getSpan(int, int);
    descriptor: (II)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int axis
        start local 2 // int childIndex
         0: .line 1111
            iload 1 /* axis */
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            if_icmpne 1
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorSpans:[I
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javax.swing.text.BoxView.minorSpans:[I
      StackMap locals:
      StackMap stack: int[]
         2: astore 3 /* spans */
        start local 3 // int[] spans
         3: .line 1112
            aload 3 /* spans */
            iload 2 /* childIndex */
            iaload
            ireturn
        end local 3 // int[] spans
        end local 2 // int childIndex
        end local 1 // int axis
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Ljavax/swing/text/BoxView;
            0    4     1        axis  I
            0    4     2  childIndex  I
            3    4     3       spans  [I
    MethodParameters:
            Name  Flags
      axis        
      childIndex  

  protected boolean flipEastAndWestAtEnds(int, javax.swing.text.Position$Bias);
    descriptor: (ILjavax/swing/text/Position$Bias;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // javax.swing.text.BoxView this
        start local 1 // int position
        start local 2 // javax.swing.text.Position$Bias bias
         0: .line 1146
            aload 0 /* this */
            getfield javax.swing.text.BoxView.majorAxis:I
            iconst_1
            if_icmpne 12
         1: .line 1147
            aload 2 /* bias */
            getstatic javax.swing.text.Position$Bias.Backward:Ljavax/swing/text/Position$Bias;
            if_acmpne 3
         2: .line 1148
            iconst_0
            iload 1 /* position */
            iconst_1
            isub
            invokestatic java.lang.Math.max:(II)I
            goto 4
      StackMap locals:
      StackMap stack:
         3: iload 1 /* position */
         4: .line 1147
      StackMap locals:
      StackMap stack: int
            istore 3 /* testPos */
        start local 3 // int testPos
         5: .line 1149
            aload 0 /* this */
            iload 3 /* testPos */
            invokevirtual javax.swing.text.BoxView.getViewIndexAtPosition:(I)I
            istore 4 /* index */
        start local 4 // int index
         6: .line 1150
            iload 4 /* index */
            iconst_m1
            if_icmpeq 12
         7: .line 1151
            aload 0 /* this */
            iload 4 /* index */
            invokevirtual javax.swing.text.BoxView.getView:(I)Ljavax/swing/text/View;
            astore 5 /* v */
        start local 5 // javax.swing.text.View v
         8: .line 1152
            aload 5 /* v */
            ifnull 12
            aload 5 /* v */
            instanceof javax.swing.text.CompositeView
            ifeq 12
         9: .line 1153
            aload 5 /* v */
            checkcast javax.swing.text.CompositeView
            iload 1 /* position */
        10: .line 1154
            aload 2 /* bias */
        11: .line 1153
            invokevirtual javax.swing.text.CompositeView.flipEastAndWestAtEnds:(ILjavax/swing/text/Position$Bias;)Z
            ireturn
        end local 5 // javax.swing.text.View v
        end local 4 // int index
        end local 3 // int testPos
        12: .line 1158
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // javax.swing.text.Position$Bias bias
        end local 1 // int position
        end local 0 // javax.swing.text.BoxView this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Ljavax/swing/text/BoxView;
            0   13     1  position  I
            0   13     2      bias  Ljavax/swing/text/Position$Bias;
            5   12     3   testPos  I
            6   12     4     index  I
            8   12     5         v  Ljavax/swing/text/View;
    MethodParameters:
          Name  Flags
      position  
      bias      
}
SourceFile: "BoxView.java"
InnerClasses:
  public abstract ElementChange = javax.swing.event.DocumentEvent$ElementChange of javax.swing.event.DocumentEvent
  public final Bias = javax.swing.text.Position$Bias of javax.swing.text.Position