public class jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine implements jdk.internal.org.jline.reader.ParsedLine
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine
  super_class: java.lang.Object
{
  private final java.lang.String word;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int cursor;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine this
        start local 1 // java.lang.String word
        start local 2 // int cursor
         0: .line 134
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 135
            aload 0 /* this */
            aload 1 /* word */
            putfield jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine.word:Ljava/lang/String;
         2: .line 136
            aload 0 /* this */
            iload 2 /* cursor */
            putfield jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine.cursor:I
         3: .line 137
            return
        end local 2 // int cursor
        end local 1 // java.lang.String word
        end local 0 // jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljdk/internal/org/jline/reader/impl/completer/ArgumentCompleter$ArgumentLine;
            0    4     1    word  Ljava/lang/String;
            0    4     2  cursor  I
    MethodParameters:
        Name  Flags
      word    
      cursor  

  public java.lang.String word();
    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.completer.ArgumentCompleter$ArgumentLine this
         0: .line 141
            aload 0 /* this */
            getfield jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine.word:Ljava/lang/String;
            areturn
        end local 0 // jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/jline/reader/impl/completer/ArgumentCompleter$ArgumentLine;

  public int wordCursor();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine this
         0: .line 146
            aload 0 /* this */
            getfield jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine.cursor:I
            ireturn
        end local 0 // jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/jline/reader/impl/completer/ArgumentCompleter$ArgumentLine;

  public int wordIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine this
         0: .line 151
            iconst_0
            ireturn
        end local 0 // jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/jline/reader/impl/completer/ArgumentCompleter$ArgumentLine;

  public java.util.List<java.lang.String> words();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine this
         0: .line 156
            aload 0 /* this */
            getfield jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine.word:Ljava/lang/String;
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
            areturn
        end local 0 // jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/jline/reader/impl/completer/ArgumentCompleter$ArgumentLine;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  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.completer.ArgumentCompleter$ArgumentLine this
         0: .line 161
            aload 0 /* this */
            getfield jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine.word:Ljava/lang/String;
            areturn
        end local 0 // jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/jline/reader/impl/completer/ArgumentCompleter$ArgumentLine;

  public int cursor();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine this
         0: .line 166
            aload 0 /* this */
            getfield jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine.cursor:I
            ireturn
        end local 0 // jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/jline/reader/impl/completer/ArgumentCompleter$ArgumentLine;
}
SourceFile: "ArgumentCompleter.java"
NestHost: jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter
InnerClasses:
  public ArgumentLine = jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter$ArgumentLine of jdk.internal.org.jline.reader.impl.completer.ArgumentCompleter