class jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData
  super_class: java.lang.Object
{
  private int lastLoaded;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int entriesInFile;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final jdk.internal.org.jline.reader.impl.history.DefaultHistory this$0;
    descriptor: Ljdk/internal/org/jline/reader/impl/history/DefaultHistory;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(jdk.internal.org.jline.reader.impl.history.DefaultHistory);
    descriptor: (Ljdk/internal/org/jline/reader/impl/history/DefaultHistory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData this
         0: .line 621
            aload 0 /* this */
            aload 1
            putfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData.this$0:Ljdk/internal/org/jline/reader/impl/history/DefaultHistory;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 618
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData.lastLoaded:I
         2: .line 619
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData.entriesInFile:I
         3: .line 622
            return
        end local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/internal/org/jline/reader/impl/history/DefaultHistory$HistoryFileData;
    MethodParameters:
        Name  Flags
      this$0  final

  public void <init>(jdk.internal.org.jline.reader.impl.history.DefaultHistory, int, int);
    descriptor: (Ljdk/internal/org/jline/reader/impl/history/DefaultHistory;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData this
        start local 2 // int lastLoaded
        start local 3 // int entriesInFile
         0: .line 624
            aload 0 /* this */
            aload 1
            putfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData.this$0:Ljdk/internal/org/jline/reader/impl/history/DefaultHistory;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 618
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData.lastLoaded:I
         2: .line 619
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData.entriesInFile:I
         3: .line 625
            aload 0 /* this */
            iload 2 /* lastLoaded */
            putfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData.lastLoaded:I
         4: .line 626
            aload 0 /* this */
            iload 3 /* entriesInFile */
            putfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData.entriesInFile:I
         5: .line 627
            return
        end local 3 // int entriesInFile
        end local 2 // int lastLoaded
        end local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Ljdk/internal/org/jline/reader/impl/history/DefaultHistory$HistoryFileData;
            0    6     2     lastLoaded  I
            0    6     3  entriesInFile  I
    MethodParameters:
               Name  Flags
      this$0         final
      lastLoaded     
      entriesInFile  

  public int getLastLoaded();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData this
         0: .line 630
            aload 0 /* this */
            getfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData.lastLoaded:I
            ireturn
        end local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/jline/reader/impl/history/DefaultHistory$HistoryFileData;

  public void setLastLoaded(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData this
        start local 1 // int lastLoaded
         0: .line 634
            aload 0 /* this */
            iload 1 /* lastLoaded */
            putfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData.lastLoaded:I
         1: .line 635
            return
        end local 1 // int lastLoaded
        end local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Ljdk/internal/org/jline/reader/impl/history/DefaultHistory$HistoryFileData;
            0    2     1  lastLoaded  I
    MethodParameters:
            Name  Flags
      lastLoaded  

  public void decLastLoaded();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData this
         0: .line 638
            aload 0 /* this */
            dup
            getfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData.lastLoaded:I
            iconst_1
            isub
            putfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData.lastLoaded:I
         1: .line 639
            aload 0 /* this */
            getfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData.lastLoaded:I
            ifge 3
         2: .line 640
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData.lastLoaded:I
         3: .line 642
      StackMap locals:
      StackMap stack:
            return
        end local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/internal/org/jline/reader/impl/history/DefaultHistory$HistoryFileData;

  public int getEntriesInFile();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData this
         0: .line 645
            aload 0 /* this */
            getfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData.entriesInFile:I
            ireturn
        end local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/jline/reader/impl/history/DefaultHistory$HistoryFileData;

  public void setEntriesInFile(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData this
        start local 1 // int entriesInFile
         0: .line 649
            aload 0 /* this */
            iload 1 /* entriesInFile */
            putfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData.entriesInFile:I
         1: .line 650
            return
        end local 1 // int entriesInFile
        end local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Ljdk/internal/org/jline/reader/impl/history/DefaultHistory$HistoryFileData;
            0    2     1  entriesInFile  I
    MethodParameters:
               Name  Flags
      entriesInFile  

  public void incEntriesInFile(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData this
        start local 1 // int amount
         0: .line 653
            aload 0 /* this */
            dup
            getfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData.entriesInFile:I
            iload 1 /* amount */
            iadd
            putfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData.entriesInFile:I
         1: .line 654
            return
        end local 1 // int amount
        end local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljdk/internal/org/jline/reader/impl/history/DefaultHistory$HistoryFileData;
            0    2     1  amount  I
    MethodParameters:
        Name  Flags
      amount  
}
SourceFile: "DefaultHistory.java"
NestHost: jdk.internal.org.jline.reader.impl.history.DefaultHistory
InnerClasses:
  private HistoryFileData = jdk.internal.org.jline.reader.impl.history.DefaultHistory$HistoryFileData of jdk.internal.org.jline.reader.impl.history.DefaultHistory