public class javax.swing.text.html.InlineView extends javax.swing.text.LabelView
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.text.html.InlineView
  super_class: javax.swing.text.LabelView
{
  private boolean nowrap;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private javax.swing.text.AttributeSet attr;
    descriptor: Ljavax/swing/text/AttributeSet;
    flags: (0x0002) ACC_PRIVATE

  private float longestWordSpan;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  public void <init>(javax.swing.text.Element);
    descriptor: (Ljavax/swing/text/Element;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javax.swing.text.html.InlineView this
        start local 1 // javax.swing.text.Element elem
         0: .line 46
            aload 0 /* this */
            aload 1 /* elem */
            invokespecial javax.swing.text.LabelView.<init>:(Ljavax/swing/text/Element;)V
         1: .line 344
            aload 0 /* this */
            ldc -1.0
            putfield javax.swing.text.html.InlineView.longestWordSpan:F
         2: .line 47
            aload 0 /* this */
            invokevirtual javax.swing.text.html.InlineView.getStyleSheet:()Ljavax/swing/text/html/StyleSheet;
            astore 2 /* sheet */
        start local 2 // javax.swing.text.html.StyleSheet sheet
         3: .line 48
            aload 0 /* this */
            aload 2 /* sheet */
            aload 0 /* this */
            invokevirtual javax.swing.text.html.StyleSheet.getViewAttributes:(Ljavax/swing/text/View;)Ljavax/swing/text/AttributeSet;
            putfield javax.swing.text.html.InlineView.attr:Ljavax/swing/text/AttributeSet;
         4: .line 49
            return
        end local 2 // javax.swing.text.html.StyleSheet sheet
        end local 1 // javax.swing.text.Element elem
        end local 0 // javax.swing.text.html.InlineView this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljavax/swing/text/html/InlineView;
            0    5     1   elem  Ljavax/swing/text/Element;
            3    5     2  sheet  Ljavax/swing/text/html/StyleSheet;
    MethodParameters:
      Name  Flags
      elem  

  public void insertUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory);
    descriptor: (Ljavax/swing/event/DocumentEvent;Ljava/awt/Shape;Ljavax/swing/text/ViewFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // javax.swing.text.html.InlineView this
        start local 1 // javax.swing.event.DocumentEvent e
        start local 2 // java.awt.Shape a
        start local 3 // javax.swing.text.ViewFactory f
         0: .line 64
            aload 0 /* this */
            aload 1 /* e */
            aload 2 /* a */
            aload 3 /* f */
            invokespecial javax.swing.text.LabelView.insertUpdate:(Ljavax/swing/event/DocumentEvent;Ljava/awt/Shape;Ljavax/swing/text/ViewFactory;)V
         1: .line 65
            aload 0 /* this */
            ldc -1.0
            putfield javax.swing.text.html.InlineView.longestWordSpan:F
         2: .line 66
            return
        end local 3 // javax.swing.text.ViewFactory f
        end local 2 // java.awt.Shape a
        end local 1 // javax.swing.event.DocumentEvent e
        end local 0 // javax.swing.text.html.InlineView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/text/html/InlineView;
            0    3     1     e  Ljavax/swing/event/DocumentEvent;
            0    3     2     a  Ljava/awt/Shape;
            0    3     3     f  Ljavax/swing/text/ViewFactory;
    MethodParameters:
      Name  Flags
      e     
      a     
      f     

  public void removeUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory);
    descriptor: (Ljavax/swing/event/DocumentEvent;Ljava/awt/Shape;Ljavax/swing/text/ViewFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // javax.swing.text.html.InlineView this
        start local 1 // javax.swing.event.DocumentEvent e
        start local 2 // java.awt.Shape a
        start local 3 // javax.swing.text.ViewFactory f
         0: .line 81
            aload 0 /* this */
            aload 1 /* e */
            aload 2 /* a */
            aload 3 /* f */
            invokespecial javax.swing.text.LabelView.removeUpdate:(Ljavax/swing/event/DocumentEvent;Ljava/awt/Shape;Ljavax/swing/text/ViewFactory;)V
         1: .line 82
            aload 0 /* this */
            ldc -1.0
            putfield javax.swing.text.html.InlineView.longestWordSpan:F
         2: .line 83
            return
        end local 3 // javax.swing.text.ViewFactory f
        end local 2 // java.awt.Shape a
        end local 1 // javax.swing.event.DocumentEvent e
        end local 0 // javax.swing.text.html.InlineView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/text/html/InlineView;
            0    3     1     e  Ljavax/swing/event/DocumentEvent;
            0    3     2     a  Ljava/awt/Shape;
            0    3     3     f  Ljavax/swing/text/ViewFactory;
    MethodParameters:
      Name  Flags
      e     
      a     
      f     

  public void changedUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory);
    descriptor: (Ljavax/swing/event/DocumentEvent;Ljava/awt/Shape;Ljavax/swing/text/ViewFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // javax.swing.text.html.InlineView this
        start local 1 // javax.swing.event.DocumentEvent e
        start local 2 // java.awt.Shape a
        start local 3 // javax.swing.text.ViewFactory f
         0: .line 95
            aload 0 /* this */
            aload 1 /* e */
            aload 2 /* a */
            aload 3 /* f */
            invokespecial javax.swing.text.LabelView.changedUpdate:(Ljavax/swing/event/DocumentEvent;Ljava/awt/Shape;Ljavax/swing/text/ViewFactory;)V
         1: .line 96
            aload 0 /* this */
            invokevirtual javax.swing.text.html.InlineView.getStyleSheet:()Ljavax/swing/text/html/StyleSheet;
            astore 4 /* sheet */
        start local 4 // javax.swing.text.html.StyleSheet sheet
         2: .line 97
            aload 0 /* this */
            aload 4 /* sheet */
            aload 0 /* this */
            invokevirtual javax.swing.text.html.StyleSheet.getViewAttributes:(Ljavax/swing/text/View;)Ljavax/swing/text/AttributeSet;
            putfield javax.swing.text.html.InlineView.attr:Ljavax/swing/text/AttributeSet;
         3: .line 98
            aload 0 /* this */
            ldc -1.0
            putfield javax.swing.text.html.InlineView.longestWordSpan:F
         4: .line 99
            aload 0 /* this */
            aconst_null
            iconst_1
            iconst_1
            invokevirtual javax.swing.text.html.InlineView.preferenceChanged:(Ljavax/swing/text/View;ZZ)V
         5: .line 100
            return
        end local 4 // javax.swing.text.html.StyleSheet sheet
        end local 3 // javax.swing.text.ViewFactory f
        end local 2 // java.awt.Shape a
        end local 1 // javax.swing.event.DocumentEvent e
        end local 0 // javax.swing.text.html.InlineView this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Ljavax/swing/text/html/InlineView;
            0    6     1      e  Ljavax/swing/event/DocumentEvent;
            0    6     2      a  Ljava/awt/Shape;
            0    6     3      f  Ljavax/swing/text/ViewFactory;
            2    6     4  sheet  Ljavax/swing/text/html/StyleSheet;
    MethodParameters:
      Name  Flags
      e     
      a     
      f     

  public javax.swing.text.AttributeSet getAttributes();
    descriptor: ()Ljavax/swing/text/AttributeSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.html.InlineView this
         0: .line 108
            aload 0 /* this */
            getfield javax.swing.text.html.InlineView.attr:Ljavax/swing/text/AttributeSet;
            areturn
        end local 0 // javax.swing.text.html.InlineView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/html/InlineView;

  public int getBreakWeight(int, float, float);
    descriptor: (IFF)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // javax.swing.text.html.InlineView this
        start local 1 // int axis
        start local 2 // float pos
        start local 3 // float len
         0: .line 150
            aload 0 /* this */
            getfield javax.swing.text.html.InlineView.nowrap:Z
            ifeq 2
         1: .line 151
            iconst_0
            ireturn
         2: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* axis */
            fload 2 /* pos */
            fload 3 /* len */
            invokespecial javax.swing.text.LabelView.getBreakWeight:(IFF)I
            ireturn
        end local 3 // float len
        end local 2 // float pos
        end local 1 // int axis
        end local 0 // javax.swing.text.html.InlineView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/text/html/InlineView;
            0    3     1  axis  I
            0    3     2   pos  F
            0    3     3   len  F
    MethodParameters:
      Name  Flags
      axis  
      pos   
      len   

  public javax.swing.text.View breakView(int, int, float, float);
    descriptor: (IIFF)Ljavax/swing/text/View;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // javax.swing.text.html.InlineView this
        start local 1 // int axis
        start local 2 // int offset
        start local 3 // float pos
        start local 4 // float len
         0: .line 182
            aload 0 /* this */
            iload 1 /* axis */
            iload 2 /* offset */
            fload 3 /* pos */
            fload 4 /* len */
            invokespecial javax.swing.text.LabelView.breakView:(IIFF)Ljavax/swing/text/View;
            checkcast javax.swing.text.html.InlineView
            astore 5 /* view */
        start local 5 // javax.swing.text.html.InlineView view
         1: .line 183
            aload 5 /* view */
            aload 0 /* this */
            if_acmpeq 3
         2: .line 184
            aload 5 /* view */
            ldc -1.0
            putfield javax.swing.text.html.InlineView.longestWordSpan:F
         3: .line 186
      StackMap locals: javax.swing.text.html.InlineView
      StackMap stack:
            aload 5 /* view */
            areturn
        end local 5 // javax.swing.text.html.InlineView view
        end local 4 // float len
        end local 3 // float pos
        end local 2 // int offset
        end local 1 // int axis
        end local 0 // javax.swing.text.html.InlineView this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljavax/swing/text/html/InlineView;
            0    4     1    axis  I
            0    4     2  offset  I
            0    4     3     pos  F
            0    4     4     len  F
            1    4     5    view  Ljavax/swing/text/html/InlineView;
    MethodParameters:
        Name  Flags
      axis    
      offset  
      pos     
      len     

  float getLongestWordSpan();
    descriptor: ()F
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.text.html.InlineView this
         0: .line 193
            aload 0 /* this */
            getfield javax.swing.text.html.InlineView.longestWordSpan:F
            fconst_0
            fcmpg
            ifge 2
         1: .line 194
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.swing.text.html.InlineView.calculateLongestWordSpan:()F
            putfield javax.swing.text.html.InlineView.longestWordSpan:F
         2: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.html.InlineView.longestWordSpan:F
            freturn
        end local 0 // javax.swing.text.html.InlineView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/text/html/InlineView;

  float calculateLongestWordSpan();
    descriptor: ()F
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // javax.swing.text.html.InlineView this
         0: .line 200
            fconst_0
            fstore 1 /* rv */
        start local 1 // float rv
         1: .line 201
            aload 0 /* this */
            invokevirtual javax.swing.text.html.InlineView.getDocument:()Ljavax/swing/text/Document;
            astore 2 /* doc */
        start local 2 // javax.swing.text.Document doc
         2: .line 203
            ldc "multiByte"
            astore 3 /* MultiByteProperty */
        start local 3 // java.lang.Object MultiByteProperty
         3: .line 204
            aload 2 /* doc */
            ifnull 7
         4: .line 205
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            aload 2 /* doc */
            aload 3 /* MultiByteProperty */
            invokeinterface javax.swing.text.Document.getProperty:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual java.lang.Boolean.equals:(Ljava/lang/Object;)Z
            ifeq 7
         5: .line 206
            aload 0 /* this */
            invokevirtual javax.swing.text.html.InlineView.calculateLongestWordSpanUseBreakIterator:()F
            fstore 1 /* rv */
         6: .line 207
            goto 8
         7: .line 208
      StackMap locals: float javax.swing.text.Document java.lang.Object
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.text.html.InlineView.calculateLongestWordSpanUseWhitespace:()F
            fstore 1 /* rv */
         8: .line 210
      StackMap locals:
      StackMap stack:
            fload 1 /* rv */
            freturn
        end local 3 // java.lang.Object MultiByteProperty
        end local 2 // javax.swing.text.Document doc
        end local 1 // float rv
        end local 0 // javax.swing.text.html.InlineView this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Ljavax/swing/text/html/InlineView;
            1    9     1                 rv  F
            2    9     2                doc  Ljavax/swing/text/Document;
            3    9     3  MultiByteProperty  Ljava/lang/Object;

  float calculateLongestWordSpanUseBreakIterator();
    descriptor: ()F
    flags: (0x0000) 
    Code:
      stack=6, locals=11, args_size=1
        start local 0 // javax.swing.text.html.InlineView this
         0: .line 214
            fconst_0
            fstore 1 /* span */
        start local 1 // float span
         1: .line 215
            aload 0 /* this */
            invokevirtual javax.swing.text.html.InlineView.getDocument:()Ljavax/swing/text/Document;
            astore 2 /* doc */
        start local 2 // javax.swing.text.Document doc
         2: .line 216
            aload 0 /* this */
            invokevirtual javax.swing.text.html.InlineView.getStartOffset:()I
            istore 3 /* p0 */
        start local 3 // int p0
         3: .line 217
            aload 0 /* this */
            invokevirtual javax.swing.text.html.InlineView.getEndOffset:()I
            istore 4 /* p1 */
        start local 4 // int p1
         4: .line 218
            iload 4 /* p1 */
            iload 3 /* p0 */
            if_icmple 27
         5: .line 220
            aload 0 /* this */
            invokevirtual javax.swing.text.html.InlineView.getFontMetrics:()Ljava/awt/FontMetrics;
            astore 5 /* metrics */
        start local 5 // java.awt.FontMetrics metrics
         6: .line 221
            new javax.swing.text.Segment
            dup
            invokespecial javax.swing.text.Segment.<init>:()V
            astore 6 /* segment */
        start local 6 // javax.swing.text.Segment segment
         7: .line 222
            aload 2 /* doc */
            iload 3 /* p0 */
            iload 4 /* p1 */
            iload 3 /* p0 */
            isub
            aload 6 /* segment */
            invokeinterface javax.swing.text.Document.getText:(IILjavax/swing/text/Segment;)V
         8: .line 223
            aload 0 /* this */
            invokevirtual javax.swing.text.html.InlineView.getContainer:()Ljava/awt/Container;
            astore 7 /* c */
        start local 7 // java.awt.Container c
         9: .line 225
            aload 7 /* c */
            ifnull 12
        10: .line 226
            aload 7 /* c */
            invokevirtual java.awt.Container.getLocale:()Ljava/util/Locale;
            invokestatic java.text.BreakIterator.getLineInstance:(Ljava/util/Locale;)Ljava/text/BreakIterator;
            astore 8 /* line */
        start local 8 // java.text.BreakIterator line
        11: .line 227
            goto 13
        end local 8 // java.text.BreakIterator line
        12: .line 228
      StackMap locals: javax.swing.text.html.InlineView float javax.swing.text.Document int int java.awt.FontMetrics javax.swing.text.Segment java.awt.Container
      StackMap stack:
            invokestatic java.text.BreakIterator.getLineInstance:()Ljava/text/BreakIterator;
            astore 8 /* line */
        start local 8 // java.text.BreakIterator line
        13: .line 230
      StackMap locals: java.text.BreakIterator
      StackMap stack:
            aload 8 /* line */
            aload 6 /* segment */
            invokevirtual java.text.BreakIterator.setText:(Ljava/text/CharacterIterator;)V
        14: .line 231
            aload 8 /* line */
            invokevirtual java.text.BreakIterator.first:()I
            istore 9 /* start */
        start local 9 // int start
        15: .line 232
            aload 8 /* line */
            invokevirtual java.text.BreakIterator.next:()I
            istore 10 /* end */
        start local 10 // int end
        16: .line 233
            goto 24
        17: .line 235
      StackMap locals: int int
      StackMap stack:
            iload 10 /* end */
            iload 9 /* start */
            if_icmple 23
        18: .line 236
            fload 1 /* span */
        19: .line 237
            aload 5 /* metrics */
            aload 6 /* segment */
            getfield javax.swing.text.Segment.array:[C
            iload 9 /* start */
        20: .line 238
            iload 10 /* end */
            iload 9 /* start */
            isub
        21: .line 237
            invokevirtual java.awt.FontMetrics.charsWidth:([CII)I
            i2f
        22: .line 236
            invokestatic java.lang.Math.max:(FF)F
            fstore 1 /* span */
        23: .line 234
      StackMap locals:
      StackMap stack:
            iload 10 /* end */
            istore 9 /* start */
            aload 8 /* line */
            invokevirtual java.text.BreakIterator.next:()I
            istore 10 /* end */
        24: .line 233
      StackMap locals:
      StackMap stack:
            iload 10 /* end */
            iconst_m1
            if_icmpne 17
        end local 10 // int end
        end local 9 // int start
        end local 8 // java.text.BreakIterator line
        end local 7 // java.awt.Container c
        end local 6 // javax.swing.text.Segment segment
        end local 5 // java.awt.FontMetrics metrics
        25: .line 241
            goto 27
      StackMap locals: javax.swing.text.html.InlineView float javax.swing.text.Document int int
      StackMap stack: javax.swing.text.BadLocationException
        26: pop
        27: .line 245
      StackMap locals:
      StackMap stack:
            fload 1 /* span */
            freturn
        end local 4 // int p1
        end local 3 // int p0
        end local 2 // javax.swing.text.Document doc
        end local 1 // float span
        end local 0 // javax.swing.text.html.InlineView this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   28     0     this  Ljavax/swing/text/html/InlineView;
            1   28     1     span  F
            2   28     2      doc  Ljavax/swing/text/Document;
            3   28     3       p0  I
            4   28     4       p1  I
            6   25     5  metrics  Ljava/awt/FontMetrics;
            7   25     6  segment  Ljavax/swing/text/Segment;
            9   25     7        c  Ljava/awt/Container;
           11   12     8     line  Ljava/text/BreakIterator;
           13   25     8     line  Ljava/text/BreakIterator;
           15   25     9    start  I
           16   25    10      end  I
      Exception table:
        from    to  target  type
           5    25      26  Class javax.swing.text.BadLocationException

  float calculateLongestWordSpanUseWhitespace();
    descriptor: ()F
    flags: (0x0000) 
    Code:
      stack=6, locals=13, args_size=1
        start local 0 // javax.swing.text.html.InlineView this
         0: .line 250
            fconst_0
            fstore 1 /* span */
        start local 1 // float span
         1: .line 251
            aload 0 /* this */
            invokevirtual javax.swing.text.html.InlineView.getDocument:()Ljavax/swing/text/Document;
            astore 2 /* doc */
        start local 2 // javax.swing.text.Document doc
         2: .line 252
            aload 0 /* this */
            invokevirtual javax.swing.text.html.InlineView.getStartOffset:()I
            istore 3 /* p0 */
        start local 3 // int p0
         3: .line 253
            aload 0 /* this */
            invokevirtual javax.swing.text.html.InlineView.getEndOffset:()I
            istore 4 /* p1 */
        start local 4 // int p1
         4: .line 254
            iload 4 /* p1 */
            iload 3 /* p0 */
            if_icmple 39
         5: .line 256
            new javax.swing.text.Segment
            dup
            invokespecial javax.swing.text.Segment.<init>:()V
            astore 5 /* segment */
        start local 5 // javax.swing.text.Segment segment
         6: .line 257
            aload 2 /* doc */
            iload 3 /* p0 */
            iload 4 /* p1 */
            iload 3 /* p0 */
            isub
            aload 5 /* segment */
            invokeinterface javax.swing.text.Document.getText:(IILjavax/swing/text/Segment;)V
         7: .line 260
            iconst_0
            istore 6 /* state */
        start local 6 // int state
         8: .line 261
            aload 5 /* segment */
            getfield javax.swing.text.Segment.offset:I
            istore 7 /* start */
        start local 7 // int start
         9: .line 262
            iload 7 /* start */
            istore 8 /* end */
        start local 8 // int end
        10: .line 263
            aload 0 /* this */
            invokevirtual javax.swing.text.html.InlineView.getFontMetrics:()Ljava/awt/FontMetrics;
            astore 9 /* metrics */
        start local 9 // java.awt.FontMetrics metrics
        11: .line 264
            aload 5 /* segment */
            getfield javax.swing.text.Segment.offset:I
            aload 5 /* segment */
            getfield javax.swing.text.Segment.count:I
            iadd
            iconst_1
            isub
            istore 10 /* lastIndex */
        start local 10 // int lastIndex
        12: .line 265
            aload 5 /* segment */
            getfield javax.swing.text.Segment.offset:I
            istore 11 /* i */
        start local 11 // int i
        13: goto 36
        14: .line 266
      StackMap locals: javax.swing.text.html.InlineView float javax.swing.text.Document int int javax.swing.text.Segment int int int java.awt.FontMetrics int int
      StackMap stack:
            iconst_0
            istore 12 /* updateSpan */
        start local 12 // boolean updateSpan
        15: .line 267
            aload 5 /* segment */
            getfield javax.swing.text.Segment.array:[C
            iload 11 /* i */
            caload
            invokestatic java.lang.Character.isWhitespace:(C)Z
            ifeq 20
        16: .line 268
            iload 6 /* state */
            ifne 28
        17: .line 270
            iconst_1
            istore 12 /* updateSpan */
        18: .line 271
            iconst_1
            istore 6 /* state */
        19: .line 273
            goto 28
        20: .line 274
      StackMap locals: int
      StackMap stack:
            iload 6 /* state */
            iconst_1
            if_icmpne 25
        21: .line 276
            iload 11 /* i */
            istore 7 /* start */
        22: .line 277
            iload 7 /* start */
            istore 8 /* end */
        23: .line 278
            iconst_0
            istore 6 /* state */
        24: .line 279
            goto 26
        25: .line 280
      StackMap locals:
      StackMap stack:
            iload 11 /* i */
            istore 8 /* end */
        26: .line 283
      StackMap locals:
      StackMap stack:
            iload 11 /* i */
            iload 10 /* lastIndex */
            if_icmpne 28
        27: .line 284
            iconst_1
            istore 12 /* updateSpan */
        28: .line 287
      StackMap locals:
      StackMap stack:
            iload 12 /* updateSpan */
            ifeq 35
        29: .line 288
            iload 8 /* end */
            iload 7 /* start */
            if_icmple 35
        30: .line 289
            fload 1 /* span */
        31: .line 290
            aload 9 /* metrics */
            aload 5 /* segment */
            getfield javax.swing.text.Segment.array:[C
            iload 7 /* start */
        32: .line 291
            iload 8 /* end */
            iload 7 /* start */
            isub
            iconst_1
            iadd
        33: .line 290
            invokevirtual java.awt.FontMetrics.charsWidth:([CII)I
            i2f
        34: .line 289
            invokestatic java.lang.Math.max:(FF)F
            fstore 1 /* span */
        end local 12 // boolean updateSpan
        35: .line 265
      StackMap locals:
      StackMap stack:
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        36: iload 11 /* i */
            iload 10 /* lastIndex */
            if_icmple 14
        end local 11 // int i
        end local 10 // int lastIndex
        end local 9 // java.awt.FontMetrics metrics
        end local 8 // int end
        end local 7 // int start
        end local 6 // int state
        end local 5 // javax.swing.text.Segment segment
        37: .line 296
            goto 39
      StackMap locals: javax.swing.text.html.InlineView float javax.swing.text.Document int int
      StackMap stack: javax.swing.text.BadLocationException
        38: pop
        39: .line 300
      StackMap locals:
      StackMap stack:
            fload 1 /* span */
            freturn
        end local 4 // int p1
        end local 3 // int p0
        end local 2 // javax.swing.text.Document doc
        end local 1 // float span
        end local 0 // javax.swing.text.html.InlineView this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   40     0        this  Ljavax/swing/text/html/InlineView;
            1   40     1        span  F
            2   40     2         doc  Ljavax/swing/text/Document;
            3   40     3          p0  I
            4   40     4          p1  I
            6   37     5     segment  Ljavax/swing/text/Segment;
            8   37     6       state  I
            9   37     7       start  I
           10   37     8         end  I
           11   37     9     metrics  Ljava/awt/FontMetrics;
           12   37    10   lastIndex  I
           13   37    11           i  I
           15   35    12  updateSpan  Z
      Exception table:
        from    to  target  type
           5    37      38  Class javax.swing.text.BadLocationException

  protected void setPropertiesFromAttributes();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=9, args_size=1
        start local 0 // javax.swing.text.html.InlineView this
         0: .line 306
            aload 0 /* this */
            invokespecial javax.swing.text.LabelView.setPropertiesFromAttributes:()V
         1: .line 307
            aload 0 /* this */
            invokevirtual javax.swing.text.html.InlineView.getAttributes:()Ljavax/swing/text/AttributeSet;
            astore 1 /* a */
        start local 1 // javax.swing.text.AttributeSet a
         2: .line 308
            aload 1 /* a */
            getstatic javax.swing.text.html.CSS$Attribute.TEXT_DECORATION:Ljavax/swing/text/html/CSS$Attribute;
            invokeinterface javax.swing.text.AttributeSet.getAttribute:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* decor */
        start local 2 // java.lang.Object decor
         3: .line 309
            aload 2 /* decor */
            ifnull 6
         4: .line 310
            aload 2 /* decor */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            ldc "underline"
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            iflt 5
            iconst_1
            goto 7
      StackMap locals: javax.swing.text.AttributeSet java.lang.Object
      StackMap stack:
         5: iconst_0
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
         7: .line 309
      StackMap locals:
      StackMap stack: int
            istore 3 /* u */
        start local 3 // boolean u
         8: .line 311
            aload 0 /* this */
            iload 3 /* u */
            invokevirtual javax.swing.text.html.InlineView.setUnderline:(Z)V
         9: .line 312
            aload 2 /* decor */
            ifnull 12
        10: .line 313
            aload 2 /* decor */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            ldc "line-through"
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            iflt 11
            iconst_1
            goto 13
      StackMap locals: int
      StackMap stack:
        11: iconst_0
            goto 13
      StackMap locals:
      StackMap stack:
        12: iconst_0
        13: .line 312
      StackMap locals:
      StackMap stack: int
            istore 4 /* s */
        start local 4 // boolean s
        14: .line 314
            aload 0 /* this */
            iload 4 /* s */
            invokevirtual javax.swing.text.html.InlineView.setStrikeThrough:(Z)V
        15: .line 315
            aload 1 /* a */
            getstatic javax.swing.text.html.CSS$Attribute.VERTICAL_ALIGN:Ljavax/swing/text/html/CSS$Attribute;
            invokeinterface javax.swing.text.AttributeSet.getAttribute:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* vAlign */
        start local 5 // java.lang.Object vAlign
        16: .line 316
            aload 5 /* vAlign */
            ifnull 18
            aload 5 /* vAlign */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            ldc "sup"
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            iflt 17
            iconst_1
            goto 19
      StackMap locals: int java.lang.Object
      StackMap stack:
        17: iconst_0
            goto 19
      StackMap locals:
      StackMap stack:
        18: iconst_0
      StackMap locals:
      StackMap stack: int
        19: istore 4 /* s */
        20: .line 317
            aload 0 /* this */
            iload 4 /* s */
            invokevirtual javax.swing.text.html.InlineView.setSuperscript:(Z)V
        21: .line 318
            aload 5 /* vAlign */
            ifnull 23
            aload 5 /* vAlign */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            ldc "sub"
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            iflt 22
            iconst_1
            goto 24
      StackMap locals:
      StackMap stack:
        22: iconst_0
            goto 24
      StackMap locals:
      StackMap stack:
        23: iconst_0
      StackMap locals:
      StackMap stack: int
        24: istore 4 /* s */
        25: .line 319
            aload 0 /* this */
            iload 4 /* s */
            invokevirtual javax.swing.text.html.InlineView.setSubscript:(Z)V
        26: .line 321
            aload 1 /* a */
            getstatic javax.swing.text.html.CSS$Attribute.WHITE_SPACE:Ljavax/swing/text/html/CSS$Attribute;
            invokeinterface javax.swing.text.AttributeSet.getAttribute:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 6 /* whitespace */
        start local 6 // java.lang.Object whitespace
        27: .line 322
            aload 6 /* whitespace */
            ifnull 30
            aload 6 /* whitespace */
            ldc "nowrap"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 30
        28: .line 323
            aload 0 /* this */
            iconst_1
            putfield javax.swing.text.html.InlineView.nowrap:Z
        29: .line 324
            goto 31
        30: .line 325
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.html.InlineView.nowrap:Z
        31: .line 328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.text.html.InlineView.getDocument:()Ljavax/swing/text/Document;
            checkcast javax.swing.text.html.HTMLDocument
            astore 7 /* doc */
        start local 7 // javax.swing.text.html.HTMLDocument doc
        32: .line 330
            aload 7 /* doc */
            aload 1 /* a */
            invokevirtual javax.swing.text.html.HTMLDocument.getBackground:(Ljavax/swing/text/AttributeSet;)Ljava/awt/Color;
            astore 8 /* bg */
        start local 8 // java.awt.Color bg
        33: .line 331
            aload 8 /* bg */
            ifnull 35
        34: .line 332
            aload 0 /* this */
            aload 8 /* bg */
            invokevirtual javax.swing.text.html.InlineView.setBackground:(Ljava/awt/Color;)V
        35: .line 334
      StackMap locals: javax.swing.text.html.HTMLDocument java.awt.Color
      StackMap stack:
            return
        end local 8 // java.awt.Color bg
        end local 7 // javax.swing.text.html.HTMLDocument doc
        end local 6 // java.lang.Object whitespace
        end local 5 // java.lang.Object vAlign
        end local 4 // boolean s
        end local 3 // boolean u
        end local 2 // java.lang.Object decor
        end local 1 // javax.swing.text.AttributeSet a
        end local 0 // javax.swing.text.html.InlineView this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   36     0        this  Ljavax/swing/text/html/InlineView;
            2   36     1           a  Ljavax/swing/text/AttributeSet;
            3   36     2       decor  Ljava/lang/Object;
            8   36     3           u  Z
           14   36     4           s  Z
           16   36     5      vAlign  Ljava/lang/Object;
           27   36     6  whitespace  Ljava/lang/Object;
           32   36     7         doc  Ljavax/swing/text/html/HTMLDocument;
           33   36     8          bg  Ljava/awt/Color;

  protected javax.swing.text.html.StyleSheet getStyleSheet();
    descriptor: ()Ljavax/swing/text/html/StyleSheet;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // javax.swing.text.html.InlineView this
         0: .line 338
            aload 0 /* this */
            invokevirtual javax.swing.text.html.InlineView.getDocument:()Ljavax/swing/text/Document;
            checkcast javax.swing.text.html.HTMLDocument
            astore 1 /* doc */
        start local 1 // javax.swing.text.html.HTMLDocument doc
         1: .line 339
            aload 1 /* doc */
            invokevirtual javax.swing.text.html.HTMLDocument.getStyleSheet:()Ljavax/swing/text/html/StyleSheet;
            areturn
        end local 1 // javax.swing.text.html.HTMLDocument doc
        end local 0 // javax.swing.text.html.InlineView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/text/html/InlineView;
            1    2     1   doc  Ljavax/swing/text/html/HTMLDocument;
}
SourceFile: "InlineView.java"
InnerClasses:
  public final Attribute = javax.swing.text.html.CSS$Attribute of javax.swing.text.html.CSS