class javax.swing.text.TextLayoutStrategy$AttributedSegment extends javax.swing.text.Segment implements java.text.AttributedCharacterIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.text.TextLayoutStrategy$AttributedSegment
  super_class: javax.swing.text.Segment
{
  javax.swing.text.View v;
    descriptor: Ljavax/swing/text/View;
    flags: (0x0000) 

  static java.util.Set<java.text.AttributedCharacterIterator$Attribute> keys;
    descriptor: Ljava/util/Set;
    flags: (0x0008) ACC_STATIC
    Signature: Ljava/util/Set<Ljava/text/AttributedCharacterIterator$Attribute;>;

  private java.lang.Object shaper;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 546
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putstatic javax.swing.text.TextLayoutStrategy$AttributedSegment.keys:Ljava/util/Set;
         1: .line 547
            getstatic javax.swing.text.TextLayoutStrategy$AttributedSegment.keys:Ljava/util/Set;
            getstatic java.awt.font.TextAttribute.FONT:Ljava/awt/font/TextAttribute;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         2: .line 548
            getstatic javax.swing.text.TextLayoutStrategy$AttributedSegment.keys:Ljava/util/Set;
            getstatic java.awt.font.TextAttribute.RUN_DIRECTION:Ljava/awt/font/TextAttribute;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         3: .line 549
            getstatic javax.swing.text.TextLayoutStrategy$AttributedSegment.keys:Ljava/util/Set;
            getstatic java.awt.font.TextAttribute.NUMERIC_SHAPING:Ljava/awt/font/TextAttribute;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         4: .line 550
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
         0: .line 347
            aload 0 /* this */
            invokespecial javax.swing.text.Segment.<init>:()V
         1: .line 552
            aload 0 /* this */
            aconst_null
            putfield javax.swing.text.TextLayoutStrategy$AttributedSegment.shaper:Ljava/lang/Object;
         2: .line 348
            return
        end local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/text/TextLayoutStrategy$AttributedSegment;

  javax.swing.text.View getView();
    descriptor: ()Ljavax/swing/text/View;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
         0: .line 351
            aload 0 /* this */
            getfield javax.swing.text.TextLayoutStrategy$AttributedSegment.v:Ljavax/swing/text/View;
            areturn
        end local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/TextLayoutStrategy$AttributedSegment;

  void setView(javax.swing.text.View);
    descriptor: (Ljavax/swing/text/View;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
        start local 1 // javax.swing.text.View v
         0: .line 355
            aload 0 /* this */
            aload 1 /* v */
            putfield javax.swing.text.TextLayoutStrategy$AttributedSegment.v:Ljavax/swing/text/View;
         1: .line 356
            aload 1 /* v */
            invokevirtual javax.swing.text.View.getDocument:()Ljavax/swing/text/Document;
            astore 2 /* doc */
        start local 2 // javax.swing.text.Document doc
         2: .line 357
            aload 1 /* v */
            invokevirtual javax.swing.text.View.getStartOffset:()I
            istore 3 /* p0 */
        start local 3 // int p0
         3: .line 358
            aload 1 /* v */
            invokevirtual javax.swing.text.View.getEndOffset:()I
            istore 4 /* p1 */
        start local 4 // int p1
         4: .line 360
            aload 2 /* doc */
            iload 3 /* p0 */
            iload 4 /* p1 */
            iload 3 /* p0 */
            isub
            aload 0 /* this */
            invokeinterface javax.swing.text.Document.getText:(IILjavax/swing/text/Segment;)V
         5: .line 361
            goto 8
      StackMap locals: javax.swing.text.TextLayoutStrategy$AttributedSegment javax.swing.text.View javax.swing.text.Document int int
      StackMap stack: javax.swing.text.BadLocationException
         6: pop
         7: .line 362
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid view"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.first:()C
            pop
         9: .line 365
            return
        end local 4 // int p1
        end local 3 // int p0
        end local 2 // javax.swing.text.Document doc
        end local 1 // javax.swing.text.View v
        end local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljavax/swing/text/TextLayoutStrategy$AttributedSegment;
            0   10     1     v  Ljavax/swing/text/View;
            2   10     2   doc  Ljavax/swing/text/Document;
            3   10     3    p0  I
            4   10     4    p1  I
      Exception table:
        from    to  target  type
           4     5       6  Class javax.swing.text.BadLocationException
    MethodParameters:
      Name  Flags
      v     

  int getFontBoundary(int, int);
    descriptor: (II)I
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
        start local 1 // int childIndex
        start local 2 // int dir
         0: .line 377
            aload 0 /* this */
            getfield javax.swing.text.TextLayoutStrategy$AttributedSegment.v:Ljavax/swing/text/View;
            iload 1 /* childIndex */
            invokevirtual javax.swing.text.View.getView:(I)Ljavax/swing/text/View;
            astore 3 /* child */
        start local 3 // javax.swing.text.View child
         1: .line 378
            aload 0 /* this */
            iload 1 /* childIndex */
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.getFont:(I)Ljava/awt/Font;
            astore 4 /* f */
        start local 4 // java.awt.Font f
         2: .line 379
            iload 1 /* childIndex */
            iload 2 /* dir */
            iadd
            istore 1 /* childIndex */
            goto 8
         3: .line 381
      StackMap locals: javax.swing.text.View java.awt.Font
      StackMap stack:
            aload 0 /* this */
            iload 1 /* childIndex */
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.getFont:(I)Ljava/awt/Font;
            astore 5 /* next */
        start local 5 // java.awt.Font next
         4: .line 382
            aload 5 /* next */
            aload 4 /* f */
            if_acmpeq 6
         5: .line 384
            goto 9
         6: .line 386
      StackMap locals: java.awt.Font
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.TextLayoutStrategy$AttributedSegment.v:Ljavax/swing/text/View;
            iload 1 /* childIndex */
            invokevirtual javax.swing.text.View.getView:(I)Ljavax/swing/text/View;
            astore 3 /* child */
        end local 5 // java.awt.Font next
         7: .line 380
            iload 1 /* childIndex */
            iload 2 /* dir */
            iadd
            istore 1 /* childIndex */
         8: .line 379
      StackMap locals:
      StackMap stack:
            iload 1 /* childIndex */
            iflt 9
            iload 1 /* childIndex */
            aload 0 /* this */
            getfield javax.swing.text.TextLayoutStrategy$AttributedSegment.v:Ljavax/swing/text/View;
            invokevirtual javax.swing.text.View.getViewCount:()I
            if_icmplt 3
         9: .line 388
      StackMap locals:
      StackMap stack:
            iload 2 /* dir */
            ifge 10
            aload 3 /* child */
            invokevirtual javax.swing.text.View.getStartOffset:()I
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 3 /* child */
            invokevirtual javax.swing.text.View.getEndOffset:()I
      StackMap locals:
      StackMap stack: int
        11: ireturn
        end local 4 // java.awt.Font f
        end local 3 // javax.swing.text.View child
        end local 2 // int dir
        end local 1 // int childIndex
        end local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Ljavax/swing/text/TextLayoutStrategy$AttributedSegment;
            0   12     1  childIndex  I
            0   12     2         dir  I
            1   12     3       child  Ljavax/swing/text/View;
            2   12     4           f  Ljava/awt/Font;
            4    7     5        next  Ljava/awt/Font;
    MethodParameters:
            Name  Flags
      childIndex  
      dir         

  java.awt.Font getFont(int);
    descriptor: (I)Ljava/awt/Font;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
        start local 1 // int childIndex
         0: .line 395
            aload 0 /* this */
            getfield javax.swing.text.TextLayoutStrategy$AttributedSegment.v:Ljavax/swing/text/View;
            iload 1 /* childIndex */
            invokevirtual javax.swing.text.View.getView:(I)Ljavax/swing/text/View;
            astore 2 /* child */
        start local 2 // javax.swing.text.View child
         1: .line 396
            aload 2 /* child */
            instanceof javax.swing.text.GlyphView
            ifeq 3
         2: .line 397
            aload 2 /* child */
            checkcast javax.swing.text.GlyphView
            invokevirtual javax.swing.text.GlyphView.getFont:()Ljava/awt/Font;
            areturn
         3: .line 399
      StackMap locals: javax.swing.text.View
      StackMap stack:
            aconst_null
            areturn
        end local 2 // javax.swing.text.View child
        end local 1 // int childIndex
        end local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Ljavax/swing/text/TextLayoutStrategy$AttributedSegment;
            0    4     1  childIndex  I
            1    4     2       child  Ljavax/swing/text/View;
    MethodParameters:
            Name  Flags
      childIndex  

  int toModelPosition(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
        start local 1 // int index
         0: .line 403
            aload 0 /* this */
            getfield javax.swing.text.TextLayoutStrategy$AttributedSegment.v:Ljavax/swing/text/View;
            invokevirtual javax.swing.text.View.getStartOffset:()I
            iload 1 /* index */
            aload 0 /* this */
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.getBeginIndex:()I
            isub
            iadd
            ireturn
        end local 1 // int index
        end local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavax/swing/text/TextLayoutStrategy$AttributedSegment;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  int toIteratorIndex(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
        start local 1 // int pos
         0: .line 407
            iload 1 /* pos */
            aload 0 /* this */
            getfield javax.swing.text.TextLayoutStrategy$AttributedSegment.v:Ljavax/swing/text/View;
            invokevirtual javax.swing.text.View.getStartOffset:()I
            isub
            aload 0 /* this */
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.getBeginIndex:()I
            iadd
            ireturn
        end local 1 // int pos
        end local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/TextLayoutStrategy$AttributedSegment;
            0    1     1   pos  I
    MethodParameters:
      Name  Flags
      pos   

  private void setShaper(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
        start local 1 // java.lang.Object shaper
         0: .line 411
            aload 0 /* this */
            aload 1 /* shaper */
            putfield javax.swing.text.TextLayoutStrategy$AttributedSegment.shaper:Ljava/lang/Object;
         1: .line 412
            return
        end local 1 // java.lang.Object shaper
        end local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavax/swing/text/TextLayoutStrategy$AttributedSegment;
            0    2     1  shaper  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      shaper  

  public int getRunStart();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
         0: .line 421
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.getIndex:()I
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.toModelPosition:(I)I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 422
            aload 0 /* this */
            getfield javax.swing.text.TextLayoutStrategy$AttributedSegment.v:Ljavax/swing/text/View;
            iload 1 /* pos */
            getstatic javax.swing.text.Position$Bias.Forward:Ljavax/swing/text/Position$Bias;
            invokevirtual javax.swing.text.View.getViewIndex:(ILjavax/swing/text/Position$Bias;)I
            istore 2 /* i */
        start local 2 // int i
         2: .line 423
            aload 0 /* this */
            getfield javax.swing.text.TextLayoutStrategy$AttributedSegment.v:Ljavax/swing/text/View;
            iload 2 /* i */
            invokevirtual javax.swing.text.View.getView:(I)Ljavax/swing/text/View;
            astore 3 /* child */
        start local 3 // javax.swing.text.View child
         3: .line 424
            aload 0 /* this */
            aload 3 /* child */
            invokevirtual javax.swing.text.View.getStartOffset:()I
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.toIteratorIndex:(I)I
            ireturn
        end local 3 // javax.swing.text.View child
        end local 2 // int i
        end local 1 // int pos
        end local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavax/swing/text/TextLayoutStrategy$AttributedSegment;
            1    4     1    pos  I
            2    4     2      i  I
            3    4     3  child  Ljavax/swing/text/View;

  public int getRunStart(java.text.AttributedCharacterIterator$Attribute);
    descriptor: (Ljava/text/AttributedCharacterIterator$Attribute;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
        start local 1 // java.text.AttributedCharacterIterator$Attribute attribute
         0: .line 432
            aload 1 /* attribute */
            instanceof java.awt.font.TextAttribute
            ifeq 5
         1: .line 433
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.getIndex:()I
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.toModelPosition:(I)I
            istore 2 /* pos */
        start local 2 // int pos
         2: .line 434
            aload 0 /* this */
            getfield javax.swing.text.TextLayoutStrategy$AttributedSegment.v:Ljavax/swing/text/View;
            iload 2 /* pos */
            getstatic javax.swing.text.Position$Bias.Forward:Ljavax/swing/text/Position$Bias;
            invokevirtual javax.swing.text.View.getViewIndex:(ILjavax/swing/text/Position$Bias;)I
            istore 3 /* i */
        start local 3 // int i
         3: .line 435
            aload 1 /* attribute */
            getstatic java.awt.font.TextAttribute.FONT:Ljava/awt/font/TextAttribute;
            if_acmpne 5
         4: .line 436
            aload 0 /* this */
            aload 0 /* this */
            iload 3 /* i */
            iconst_m1
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.getFontBoundary:(II)I
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.toIteratorIndex:(I)I
            ireturn
        end local 3 // int i
        end local 2 // int pos
         5: .line 439
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.getBeginIndex:()I
            ireturn
        end local 1 // java.text.AttributedCharacterIterator$Attribute attribute
        end local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Ljavax/swing/text/TextLayoutStrategy$AttributedSegment;
            0    6     1  attribute  Ljava/text/AttributedCharacterIterator$Attribute;
            2    5     2        pos  I
            3    5     3          i  I
    MethodParameters:
           Name  Flags
      attribute  

  public int getRunStart(java.util.Set<? extends java.text.AttributedCharacterIterator$Attribute>);
    descriptor: (Ljava/util/Set;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
        start local 1 // java.util.Set attributes
         0: .line 447
            aload 0 /* this */
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.getBeginIndex:()I
            istore 2 /* index */
        start local 2 // int index
         1: .line 448
            aload 1 /* attributes */
            invokeinterface java.util.Set.toArray:()[Ljava/lang/Object;
            astore 3 /* a */
        start local 3 // java.lang.Object[] a
         2: .line 449
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 7
         4: .line 450
      StackMap locals: int java.lang.Object[] int
      StackMap stack:
            aload 3 /* a */
            iload 4 /* i */
            aaload
            checkcast java.awt.font.TextAttribute
            astore 5 /* attr */
        start local 5 // java.awt.font.TextAttribute attr
         5: .line 451
            aload 0 /* this */
            aload 5 /* attr */
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.getRunStart:(Ljava/text/AttributedCharacterIterator$Attribute;)I
            iload 2 /* index */
            invokestatic java.lang.Math.max:(II)I
            istore 2 /* index */
        end local 5 // java.awt.font.TextAttribute attr
         6: .line 449
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            aload 3 /* a */
            arraylength
            if_icmplt 4
        end local 4 // int i
         8: .line 453
            aload 0 /* this */
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.getIndex:()I
            iload 2 /* index */
            invokestatic java.lang.Math.min:(II)I
            ireturn
        end local 3 // java.lang.Object[] a
        end local 2 // int index
        end local 1 // java.util.Set attributes
        end local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Ljavax/swing/text/TextLayoutStrategy$AttributedSegment;
            0    9     1  attributes  Ljava/util/Set<+Ljava/text/AttributedCharacterIterator$Attribute;>;
            1    9     2       index  I
            2    9     3           a  [Ljava/lang/Object;
            3    8     4           i  I
            5    6     5        attr  Ljava/awt/font/TextAttribute;
    Signature: (Ljava/util/Set<+Ljava/text/AttributedCharacterIterator$Attribute;>;)I
    MethodParameters:
            Name  Flags
      attributes  

  public int getRunLimit();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
         0: .line 461
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.getIndex:()I
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.toModelPosition:(I)I
            istore 1 /* pos */
        start local 1 // int pos
         1: .line 462
            aload 0 /* this */
            getfield javax.swing.text.TextLayoutStrategy$AttributedSegment.v:Ljavax/swing/text/View;
            iload 1 /* pos */
            getstatic javax.swing.text.Position$Bias.Forward:Ljavax/swing/text/Position$Bias;
            invokevirtual javax.swing.text.View.getViewIndex:(ILjavax/swing/text/Position$Bias;)I
            istore 2 /* i */
        start local 2 // int i
         2: .line 463
            aload 0 /* this */
            getfield javax.swing.text.TextLayoutStrategy$AttributedSegment.v:Ljavax/swing/text/View;
            iload 2 /* i */
            invokevirtual javax.swing.text.View.getView:(I)Ljavax/swing/text/View;
            astore 3 /* child */
        start local 3 // javax.swing.text.View child
         3: .line 464
            aload 0 /* this */
            aload 3 /* child */
            invokevirtual javax.swing.text.View.getEndOffset:()I
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.toIteratorIndex:(I)I
            ireturn
        end local 3 // javax.swing.text.View child
        end local 2 // int i
        end local 1 // int pos
        end local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavax/swing/text/TextLayoutStrategy$AttributedSegment;
            1    4     1    pos  I
            2    4     2      i  I
            3    4     3  child  Ljavax/swing/text/View;

  public int getRunLimit(java.text.AttributedCharacterIterator$Attribute);
    descriptor: (Ljava/text/AttributedCharacterIterator$Attribute;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
        start local 1 // java.text.AttributedCharacterIterator$Attribute attribute
         0: .line 472
            aload 1 /* attribute */
            instanceof java.awt.font.TextAttribute
            ifeq 5
         1: .line 473
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.getIndex:()I
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.toModelPosition:(I)I
            istore 2 /* pos */
        start local 2 // int pos
         2: .line 474
            aload 0 /* this */
            getfield javax.swing.text.TextLayoutStrategy$AttributedSegment.v:Ljavax/swing/text/View;
            iload 2 /* pos */
            getstatic javax.swing.text.Position$Bias.Forward:Ljavax/swing/text/Position$Bias;
            invokevirtual javax.swing.text.View.getViewIndex:(ILjavax/swing/text/Position$Bias;)I
            istore 3 /* i */
        start local 3 // int i
         3: .line 475
            aload 1 /* attribute */
            getstatic java.awt.font.TextAttribute.FONT:Ljava/awt/font/TextAttribute;
            if_acmpne 5
         4: .line 476
            aload 0 /* this */
            aload 0 /* this */
            iload 3 /* i */
            iconst_1
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.getFontBoundary:(II)I
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.toIteratorIndex:(I)I
            ireturn
        end local 3 // int i
        end local 2 // int pos
         5: .line 479
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.getEndIndex:()I
            ireturn
        end local 1 // java.text.AttributedCharacterIterator$Attribute attribute
        end local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Ljavax/swing/text/TextLayoutStrategy$AttributedSegment;
            0    6     1  attribute  Ljava/text/AttributedCharacterIterator$Attribute;
            2    5     2        pos  I
            3    5     3          i  I
    MethodParameters:
           Name  Flags
      attribute  

  public int getRunLimit(java.util.Set<? extends java.text.AttributedCharacterIterator$Attribute>);
    descriptor: (Ljava/util/Set;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
        start local 1 // java.util.Set attributes
         0: .line 487
            aload 0 /* this */
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.getEndIndex:()I
            istore 2 /* index */
        start local 2 // int index
         1: .line 488
            aload 1 /* attributes */
            invokeinterface java.util.Set.toArray:()[Ljava/lang/Object;
            astore 3 /* a */
        start local 3 // java.lang.Object[] a
         2: .line 489
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 7
         4: .line 490
      StackMap locals: int java.lang.Object[] int
      StackMap stack:
            aload 3 /* a */
            iload 4 /* i */
            aaload
            checkcast java.awt.font.TextAttribute
            astore 5 /* attr */
        start local 5 // java.awt.font.TextAttribute attr
         5: .line 491
            aload 0 /* this */
            aload 5 /* attr */
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.getRunLimit:(Ljava/text/AttributedCharacterIterator$Attribute;)I
            iload 2 /* index */
            invokestatic java.lang.Math.min:(II)I
            istore 2 /* index */
        end local 5 // java.awt.font.TextAttribute attr
         6: .line 489
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            aload 3 /* a */
            arraylength
            if_icmplt 4
        end local 4 // int i
         8: .line 493
            aload 0 /* this */
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.getIndex:()I
            iload 2 /* index */
            invokestatic java.lang.Math.max:(II)I
            ireturn
        end local 3 // java.lang.Object[] a
        end local 2 // int index
        end local 1 // java.util.Set attributes
        end local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Ljavax/swing/text/TextLayoutStrategy$AttributedSegment;
            0    9     1  attributes  Ljava/util/Set<+Ljava/text/AttributedCharacterIterator$Attribute;>;
            1    9     2       index  I
            2    9     3           a  [Ljava/lang/Object;
            3    8     4           i  I
            5    6     5        attr  Ljava/awt/font/TextAttribute;
    Signature: (Ljava/util/Set<+Ljava/text/AttributedCharacterIterator$Attribute;>;)I
    MethodParameters:
            Name  Flags
      attributes  

  public java.util.Map<java.text.AttributedCharacterIterator$Attribute, java.lang.Object> getAttributes();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
         0: .line 501
            getstatic javax.swing.text.TextLayoutStrategy$AttributedSegment.keys:Ljava/util/Set;
            invokeinterface java.util.Set.toArray:()[Ljava/lang/Object;
            astore 1 /* ka */
        start local 1 // java.lang.Object[] ka
         1: .line 502
            new java.util.Hashtable
            dup
            invokespecial java.util.Hashtable.<init>:()V
            astore 2 /* h */
        start local 2 // java.util.Hashtable h
         2: .line 503
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 9
         4: .line 504
      StackMap locals: java.lang.Object[] java.util.Hashtable int
      StackMap stack:
            aload 1 /* ka */
            iload 3 /* i */
            aaload
            checkcast java.awt.font.TextAttribute
            astore 4 /* a */
        start local 4 // java.awt.font.TextAttribute a
         5: .line 505
            aload 0 /* this */
            aload 4 /* a */
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.getAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/lang/Object;
            astore 5 /* value */
        start local 5 // java.lang.Object value
         6: .line 506
            aload 5 /* value */
            ifnull 8
         7: .line 507
            aload 2 /* h */
            aload 4 /* a */
            aload 5 /* value */
            invokevirtual java.util.Hashtable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // java.lang.Object value
        end local 4 // java.awt.font.TextAttribute a
         8: .line 503
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            aload 1 /* ka */
            arraylength
            if_icmplt 4
        end local 3 // int i
        10: .line 510
            aload 2 /* h */
            areturn
        end local 2 // java.util.Hashtable h
        end local 1 // java.lang.Object[] ka
        end local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Ljavax/swing/text/TextLayoutStrategy$AttributedSegment;
            1   11     1     ka  [Ljava/lang/Object;
            2   11     2      h  Ljava/util/Hashtable<Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;>;
            3   10     3      i  I
            5    8     4      a  Ljava/awt/font/TextAttribute;
            6    8     5  value  Ljava/lang/Object;
    Signature: ()Ljava/util/Map<Ljava/text/AttributedCharacterIterator$Attribute;Ljava/lang/Object;>;

  public java.lang.Object getAttribute(java.text.AttributedCharacterIterator$Attribute);
    descriptor: (Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
        start local 1 // java.text.AttributedCharacterIterator$Attribute attribute
         0: .line 519
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.getIndex:()I
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.toModelPosition:(I)I
            istore 2 /* pos */
        start local 2 // int pos
         1: .line 520
            aload 0 /* this */
            getfield javax.swing.text.TextLayoutStrategy$AttributedSegment.v:Ljavax/swing/text/View;
            iload 2 /* pos */
            getstatic javax.swing.text.Position$Bias.Forward:Ljavax/swing/text/Position$Bias;
            invokevirtual javax.swing.text.View.getViewIndex:(ILjavax/swing/text/Position$Bias;)I
            istore 3 /* childIndex */
        start local 3 // int childIndex
         2: .line 521
            aload 1 /* attribute */
            getstatic java.awt.font.TextAttribute.FONT:Ljava/awt/font/TextAttribute;
            if_acmpne 4
         3: .line 522
            aload 0 /* this */
            iload 3 /* childIndex */
            invokevirtual javax.swing.text.TextLayoutStrategy$AttributedSegment.getFont:(I)Ljava/awt/Font;
            areturn
         4: .line 523
      StackMap locals: int int
      StackMap stack:
            aload 1 /* attribute */
            getstatic java.awt.font.TextAttribute.RUN_DIRECTION:Ljava/awt/font/TextAttribute;
            if_acmpne 7
         5: .line 525
            aload 0 /* this */
            getfield javax.swing.text.TextLayoutStrategy$AttributedSegment.v:Ljavax/swing/text/View;
            invokevirtual javax.swing.text.View.getDocument:()Ljavax/swing/text/Document;
            getstatic java.awt.font.TextAttribute.RUN_DIRECTION:Ljava/awt/font/TextAttribute;
            invokeinterface javax.swing.text.Document.getProperty:(Ljava/lang/Object;)Ljava/lang/Object;
         6: .line 524
            areturn
         7: .line 526
      StackMap locals:
      StackMap stack:
            aload 1 /* attribute */
            getstatic java.awt.font.TextAttribute.NUMERIC_SHAPING:Ljava/awt/font/TextAttribute;
            if_acmpne 9
         8: .line 527
            aload 0 /* this */
            getfield javax.swing.text.TextLayoutStrategy$AttributedSegment.shaper:Ljava/lang/Object;
            areturn
         9: .line 529
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // int childIndex
        end local 2 // int pos
        end local 1 // java.text.AttributedCharacterIterator$Attribute attribute
        end local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Ljavax/swing/text/TextLayoutStrategy$AttributedSegment;
            0   10     1   attribute  Ljava/text/AttributedCharacterIterator$Attribute;
            1   10     2         pos  I
            2   10     3  childIndex  I
    MethodParameters:
           Name  Flags
      attribute  

  public java.util.Set<java.text.AttributedCharacterIterator$Attribute> getAllAttributeKeys();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
         0: .line 538
            getstatic javax.swing.text.TextLayoutStrategy$AttributedSegment.keys:Ljava/util/Set;
            areturn
        end local 0 // javax.swing.text.TextLayoutStrategy$AttributedSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/TextLayoutStrategy$AttributedSegment;
    Signature: ()Ljava/util/Set<Ljava/text/AttributedCharacterIterator$Attribute;>;
}
SourceFile: "TextLayoutStrategy.java"
NestHost: javax.swing.text.TextLayoutStrategy
InnerClasses:
  public Attribute = java.text.AttributedCharacterIterator$Attribute of java.text.AttributedCharacterIterator
  public final Bias = javax.swing.text.Position$Bias of javax.swing.text.Position
  AttributedSegment = javax.swing.text.TextLayoutStrategy$AttributedSegment of javax.swing.text.TextLayoutStrategy