public final class sun.font.TextRecord
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.font.TextRecord
  super_class: java.lang.Object
{
  public char[] text;
    descriptor: [C
    flags: (0x0001) ACC_PUBLIC

  public int start;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int limit;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int min;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int max;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

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

  public void init(char[], int, int, int, int);
    descriptor: ([CIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // sun.font.TextRecord this
        start local 1 // char[] text
        start local 2 // int start
        start local 3 // int limit
        start local 4 // int min
        start local 5 // int max
         0: .line 44
            aload 0 /* this */
            aload 1 /* text */
            putfield sun.font.TextRecord.text:[C
         1: .line 45
            aload 0 /* this */
            iload 2 /* start */
            putfield sun.font.TextRecord.start:I
         2: .line 46
            aload 0 /* this */
            iload 3 /* limit */
            putfield sun.font.TextRecord.limit:I
         3: .line 47
            aload 0 /* this */
            iload 4 /* min */
            putfield sun.font.TextRecord.min:I
         4: .line 48
            aload 0 /* this */
            iload 5 /* max */
            putfield sun.font.TextRecord.max:I
         5: .line 49
            return
        end local 5 // int max
        end local 4 // int min
        end local 3 // int limit
        end local 2 // int start
        end local 1 // char[] text
        end local 0 // sun.font.TextRecord this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lsun/font/TextRecord;
            0    6     1   text  [C
            0    6     2  start  I
            0    6     3  limit  I
            0    6     4    min  I
            0    6     5    max  I
    MethodParameters:
       Name  Flags
      text   
      start  
      limit  
      min    
      max    
}
SourceFile: "TextRecord.java"