public class jdk.internal.org.jline.reader.impl.history.DefaultHistory$EntryImpl implements jdk.internal.org.jline.reader.History$Entry
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.internal.org.jline.reader.impl.history.DefaultHistory$EntryImpl
  super_class: java.lang.Object
{
  private final int index;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.time.Instant time;
    descriptor: Ljava/time/Instant;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String line;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, java.time.Instant, java.lang.String);
    descriptor: (ILjava/time/Instant;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$EntryImpl this
        start local 1 // int index
        start local 2 // java.time.Instant time
        start local 3 // java.lang.String line
         0: .line 445
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 446
            aload 0 /* this */
            iload 1 /* index */
            putfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$EntryImpl.index:I
         2: .line 447
            aload 0 /* this */
            aload 2 /* time */
            putfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$EntryImpl.time:Ljava/time/Instant;
         3: .line 448
            aload 0 /* this */
            aload 3 /* line */
            putfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$EntryImpl.line:Ljava/lang/String;
         4: .line 449
            return
        end local 3 // java.lang.String line
        end local 2 // java.time.Instant time
        end local 1 // int index
        end local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$EntryImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljdk/internal/org/jline/reader/impl/history/DefaultHistory$EntryImpl;
            0    5     1  index  I
            0    5     2   time  Ljava/time/Instant;
            0    5     3   line  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      index  
      time   
      line   

  public int index();
    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$EntryImpl this
         0: .line 452
            aload 0 /* this */
            getfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$EntryImpl.index:I
            ireturn
        end local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$EntryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/jline/reader/impl/history/DefaultHistory$EntryImpl;

  public java.time.Instant time();
    descriptor: ()Ljava/time/Instant;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$EntryImpl this
         0: .line 456
            aload 0 /* this */
            getfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$EntryImpl.time:Ljava/time/Instant;
            areturn
        end local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$EntryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/jline/reader/impl/history/DefaultHistory$EntryImpl;

  public java.lang.String line();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$EntryImpl this
         0: .line 460
            aload 0 /* this */
            getfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$EntryImpl.line:Ljava/lang/String;
            areturn
        end local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$EntryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/jline/reader/impl/history/DefaultHistory$EntryImpl;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$EntryImpl this
         0: .line 465
            ldc "%d: %s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$EntryImpl.index:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield jdk.internal.org.jline.reader.impl.history.DefaultHistory$EntryImpl.line:Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // jdk.internal.org.jline.reader.impl.history.DefaultHistory$EntryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/jline/reader/impl/history/DefaultHistory$EntryImpl;
}
SourceFile: "DefaultHistory.java"
NestHost: jdk.internal.org.jline.reader.impl.history.DefaultHistory
InnerClasses:
  public abstract Entry = jdk.internal.org.jline.reader.History$Entry of jdk.internal.org.jline.reader.History
  protected EntryImpl = jdk.internal.org.jline.reader.impl.history.DefaultHistory$EntryImpl of jdk.internal.org.jline.reader.impl.history.DefaultHistory