class jdk.internal.jline.console.history.MemoryHistory$EntryImpl implements jdk.internal.jline.console.history.History$Entry
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.internal.jline.console.history.MemoryHistory$EntryImpl
super_class: java.lang.Object
{
private final int index;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.CharSequence value;
descriptor: Ljava/lang/CharSequence;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(int, java.lang.CharSequence);
descriptor: (ILjava/lang/CharSequence;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 1
putfield jdk.internal.jline.console.history.MemoryHistory$EntryImpl.index:I
2: aload 0
aload 2
putfield jdk.internal.jline.console.history.MemoryHistory$EntryImpl.value:Ljava/lang/CharSequence;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/internal/jline/console/history/MemoryHistory$EntryImpl;
0 4 1 index I
0 4 2 value Ljava/lang/CharSequence;
MethodParameters:
Name Flags
index
value
public int index();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.internal.jline.console.history.MemoryHistory$EntryImpl.index:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/jline/console/history/MemoryHistory$EntryImpl;
public java.lang.CharSequence value();
descriptor: ()Ljava/lang/CharSequence;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.internal.jline.console.history.MemoryHistory$EntryImpl.value:Ljava/lang/CharSequence;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/jline/console/history/MemoryHistory$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 0: ldc "%d: %s"
iconst_2
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield jdk.internal.jline.console.history.MemoryHistory$EntryImpl.index:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_1
aload 0
getfield jdk.internal.jline.console.history.MemoryHistory$EntryImpl.value:Ljava/lang/CharSequence;
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/jline/console/history/MemoryHistory$EntryImpl;
}
SourceFile: "MemoryHistory.java"
NestHost: jdk.internal.jline.console.history.MemoryHistory
InnerClasses:
public abstract Entry = jdk.internal.jline.console.history.History$Entry of jdk.internal.jline.console.history.History
private EntryImpl = jdk.internal.jline.console.history.MemoryHistory$EntryImpl of jdk.internal.jline.console.history.MemoryHistory