public class jdk.internal.org.jline.reader.impl.LineReaderImpl$PostResult
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: jdk.internal.org.jline.reader.impl.LineReaderImpl$PostResult
super_class: java.lang.Object
{
final jdk.internal.org.jline.utils.AttributedString post;
descriptor: Ljdk/internal/org/jline/utils/AttributedString;
flags: (0x0010) ACC_FINAL
final int lines;
descriptor: I
flags: (0x0010) ACC_FINAL
final int selectedLine;
descriptor: I
flags: (0x0010) ACC_FINAL
public void <init>(jdk.internal.org.jline.utils.AttributedString, int, int);
descriptor: (Ljdk/internal/org/jline/utils/AttributedString;II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 // jdk.internal.org.jline.reader.impl.LineReaderImpl$PostResult this
start local 1 // jdk.internal.org.jline.utils.AttributedString post
start local 2 // int lines
start local 3 // int selectedLine
0: .line 5097
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 5098
aload 0 /* this */
aload 1 /* post */
putfield jdk.internal.org.jline.reader.impl.LineReaderImpl$PostResult.post:Ljdk/internal/org/jline/utils/AttributedString;
2: .line 5099
aload 0 /* this */
iload 2 /* lines */
putfield jdk.internal.org.jline.reader.impl.LineReaderImpl$PostResult.lines:I
3: .line 5100
aload 0 /* this */
iload 3 /* selectedLine */
putfield jdk.internal.org.jline.reader.impl.LineReaderImpl$PostResult.selectedLine:I
4: .line 5101
return
end local 3 // int selectedLine
end local 2 // int lines
end local 1 // jdk.internal.org.jline.utils.AttributedString post
end local 0 // jdk.internal.org.jline.reader.impl.LineReaderImpl$PostResult this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljdk/internal/org/jline/reader/impl/LineReaderImpl$PostResult;
0 5 1 post Ljdk/internal/org/jline/utils/AttributedString;
0 5 2 lines I
0 5 3 selectedLine I
MethodParameters:
Name Flags
post
lines
selectedLine
}
SourceFile: "LineReaderImpl.java"
NestHost: jdk.internal.org.jline.reader.impl.LineReaderImpl
InnerClasses:
protected PostResult = jdk.internal.org.jline.reader.impl.LineReaderImpl$PostResult of jdk.internal.org.jline.reader.impl.LineReaderImpl