class javax.swing.text.GlyphView$JustificationInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.text.GlyphView$JustificationInfo
  super_class: java.lang.Object
{
  final int start;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int end;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int leadingSpaces;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int contentSpaces;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int trailingSpaces;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final boolean hasTab;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final java.util.BitSet spaceMap;
    descriptor: Ljava/util/BitSet;
    flags: (0x0010) ACC_FINAL

  void <init>(int, int, int, int, int, boolean, java.util.BitSet);
    descriptor: (IIIIIZLjava/util/BitSet;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // javax.swing.text.GlyphView$JustificationInfo this
        start local 1 // int start
        start local 2 // int end
        start local 3 // int leadingSpaces
        start local 4 // int contentSpaces
        start local 5 // int trailingSpaces
        start local 6 // boolean hasTab
        start local 7 // java.util.BitSet spaceMap
         0: .line 995
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1001
            aload 0 /* this */
            iload 1 /* start */
            putfield javax.swing.text.GlyphView$JustificationInfo.start:I
         2: .line 1002
            aload 0 /* this */
            iload 2 /* end */
            putfield javax.swing.text.GlyphView$JustificationInfo.end:I
         3: .line 1003
            aload 0 /* this */
            iload 3 /* leadingSpaces */
            putfield javax.swing.text.GlyphView$JustificationInfo.leadingSpaces:I
         4: .line 1004
            aload 0 /* this */
            iload 4 /* contentSpaces */
            putfield javax.swing.text.GlyphView$JustificationInfo.contentSpaces:I
         5: .line 1005
            aload 0 /* this */
            iload 5 /* trailingSpaces */
            putfield javax.swing.text.GlyphView$JustificationInfo.trailingSpaces:I
         6: .line 1006
            aload 0 /* this */
            iload 6 /* hasTab */
            putfield javax.swing.text.GlyphView$JustificationInfo.hasTab:Z
         7: .line 1007
            aload 0 /* this */
            aload 7 /* spaceMap */
            putfield javax.swing.text.GlyphView$JustificationInfo.spaceMap:Ljava/util/BitSet;
         8: .line 1008
            return
        end local 7 // java.util.BitSet spaceMap
        end local 6 // boolean hasTab
        end local 5 // int trailingSpaces
        end local 4 // int contentSpaces
        end local 3 // int leadingSpaces
        end local 2 // int end
        end local 1 // int start
        end local 0 // javax.swing.text.GlyphView$JustificationInfo this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Ljavax/swing/text/GlyphView$JustificationInfo;
            0    9     1           start  I
            0    9     2             end  I
            0    9     3   leadingSpaces  I
            0    9     4   contentSpaces  I
            0    9     5  trailingSpaces  I
            0    9     6          hasTab  Z
            0    9     7        spaceMap  Ljava/util/BitSet;
    MethodParameters:
                Name  Flags
      start           
      end             
      leadingSpaces   
      contentSpaces   
      trailingSpaces  
      hasTab          
      spaceMap        
}
SourceFile: "GlyphView.java"
NestHost: javax.swing.text.GlyphView
InnerClasses:
  JustificationInfo = javax.swing.text.GlyphView$JustificationInfo of javax.swing.text.GlyphView