public class picocli.CommandLine$RunLast extends picocli.CommandLine$AbstractParseResultHandler<java.util.List<java.lang.Object>> implements picocli.CommandLine$IParseResultHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: picocli.CommandLine$RunLast
  super_class: picocli.CommandLine$AbstractParseResultHandler
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // picocli.CommandLine$RunLast this
         0: .line 2109
            aload 0 /* this */
            invokespecial picocli.CommandLine$AbstractParseResultHandler.<init>:()V
            return
        end local 0 // picocli.CommandLine$RunLast this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$RunLast;

  public java.util.List<java.lang.Object> handleParseResult(java.util.List<picocli.CommandLine>, java.io.PrintStream, picocli.CommandLine$Help$Ansi);
    descriptor: (Ljava/util/List;Ljava/io/PrintStream;Lpicocli/CommandLine$Help$Ansi;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // picocli.CommandLine$RunLast this
        start local 1 // java.util.List parsedCommands
        start local 2 // java.io.PrintStream out
        start local 3 // picocli.CommandLine$Help$Ansi ansi
         0: .line 2128
            aload 1 /* parsedCommands */
            aload 2 /* out */
            aload 0 /* this */
            invokevirtual picocli.CommandLine$RunLast.err:()Ljava/io/PrintStream;
            aload 3 /* ansi */
            invokestatic picocli.CommandLine.printHelpIfRequested:(Ljava/util/List;Ljava/io/PrintStream;Ljava/io/PrintStream;Lpicocli/CommandLine$Help$Ansi;)Z
            ifeq 1
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            invokevirtual picocli.CommandLine$RunLast.returnResultOrExit:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            areturn
         1: .line 2129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* parsedCommands */
            invokestatic picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent:(Ljava/util/List;)Ljava/util/List;
            invokevirtual picocli.CommandLine$RunLast.returnResultOrExit:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            areturn
        end local 3 // picocli.CommandLine$Help$Ansi ansi
        end local 2 // java.io.PrintStream out
        end local 1 // java.util.List parsedCommands
        end local 0 // picocli.CommandLine$RunLast this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lpicocli/CommandLine$RunLast;
            0    2     1  parsedCommands  Ljava/util/List<Lpicocli/CommandLine;>;
            0    2     2             out  Ljava/io/PrintStream;
            0    2     3            ansi  Lpicocli/CommandLine$Help$Ansi;
    Signature: (Ljava/util/List<Lpicocli/CommandLine;>;Ljava/io/PrintStream;Lpicocli/CommandLine$Help$Ansi;)Ljava/util/List<Ljava/lang/Object;>;
    MethodParameters:
                Name  Flags
      parsedCommands  
      out             
      ansi            

  protected java.util.List<java.lang.Object> handle(picocli.CommandLine$ParseResult);
    descriptor: (Lpicocli/CommandLine$ParseResult;)Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // picocli.CommandLine$RunLast this
        start local 1 // picocli.CommandLine$ParseResult parseResult
         0: .line 2144
            aload 1 /* parseResult */
            invokevirtual picocli.CommandLine$ParseResult.asCommandLineList:()Ljava/util/List;
            invokestatic picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 1 // picocli.CommandLine$ParseResult parseResult
        end local 0 // picocli.CommandLine$RunLast this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lpicocli/CommandLine$RunLast;
            0    1     1  parseResult  Lpicocli/CommandLine$ParseResult;
    Exceptions:
      throws picocli.CommandLine$ExecutionException
    Signature: (Lpicocli/CommandLine$ParseResult;)Ljava/util/List<Ljava/lang/Object;>;
    MethodParameters:
             Name  Flags
      parseResult  

  private static java.util.List<java.lang.Object> executeUserObjectOfLastSubcommandWithSameParent(java.util.List<picocli.CommandLine>);
    descriptor: (Ljava/util/List;)Ljava/util/List;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // java.util.List parsedCommands
         0: .line 2147
            aload 0 /* parsedCommands */
            invokestatic picocli.CommandLine$RunLast.indexOfLastSubcommandWithSameParent:(Ljava/util/List;)I
            istore 1 /* start */
        start local 1 // int start
         1: .line 2148
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* result */
        start local 2 // java.util.List result
         2: .line 2149
            iload 1 /* start */
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 2150
      StackMap locals: int java.util.List int
      StackMap stack:
            aload 0 /* parsedCommands */
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast picocli.CommandLine
            aload 2 /* result */
            invokestatic picocli.CommandLine.executeUserObject:(Lpicocli/CommandLine;Ljava/util/List;)Ljava/util/List;
            pop
         5: .line 2149
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 0 /* parsedCommands */
            invokeinterface java.util.List.size:()I
            if_icmplt 4
        end local 3 // int i
         7: .line 2152
            aload 2 /* result */
            areturn
        end local 2 // java.util.List result
        end local 1 // int start
        end local 0 // java.util.List parsedCommands
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0  parsedCommands  Ljava/util/List<Lpicocli/CommandLine;>;
            1    8     1           start  I
            2    8     2          result  Ljava/util/List<Ljava/lang/Object;>;
            3    7     3               i  I
    Signature: (Ljava/util/List<Lpicocli/CommandLine;>;)Ljava/util/List<Ljava/lang/Object;>;
    MethodParameters:
                Name  Flags
      parsedCommands  

  private static int indexOfLastSubcommandWithSameParent(java.util.List<picocli.CommandLine>);
    descriptor: (Ljava/util/List;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // java.util.List parsedCommands
         0: .line 2156
            aload 0 /* parsedCommands */
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 1 /* start */
        start local 1 // int start
         1: .line 2157
            aload 0 /* parsedCommands */
            invokeinterface java.util.List.size:()I
            iconst_2
            isub
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 2158
      StackMap locals: int int
      StackMap stack:
            aload 0 /* parsedCommands */
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast picocli.CommandLine
            invokevirtual picocli.CommandLine.getParent:()Lpicocli/CommandLine;
            aload 0 /* parsedCommands */
            iload 2 /* i */
            iconst_1
            iadd
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast picocli.CommandLine
            invokevirtual picocli.CommandLine.getParent:()Lpicocli/CommandLine;
            if_acmpeq 4
            goto 7
         4: .line 2159
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            istore 1 /* start */
         5: .line 2157
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            ifge 3
        end local 2 // int i
         7: .line 2161
      StackMap locals:
      StackMap stack:
            iload 1 /* start */
            ireturn
        end local 1 // int start
        end local 0 // java.util.List parsedCommands
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0  parsedCommands  Ljava/util/List<Lpicocli/CommandLine;>;
            1    8     1           start  I
            2    7     2               i  I
    Signature: (Ljava/util/List<Lpicocli/CommandLine;>;)I
    MethodParameters:
                Name  Flags
      parsedCommands  

  protected java.util.List<picocli.CommandLine$IExitCodeGenerator> extractExitCodeGenerators(picocli.CommandLine$ParseResult);
    descriptor: (Lpicocli/CommandLine$ParseResult;)Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // picocli.CommandLine$RunLast this
        start local 1 // picocli.CommandLine$ParseResult parseResult
         0: .line 2165
            aload 1 /* parseResult */
            invokevirtual picocli.CommandLine$ParseResult.asCommandLineList:()Ljava/util/List;
            astore 2 /* parsedCommands */
        start local 2 // java.util.List parsedCommands
         1: .line 2166
            aload 2 /* parsedCommands */
            invokestatic picocli.CommandLine$RunLast.indexOfLastSubcommandWithSameParent:(Ljava/util/List;)I
            istore 3 /* start */
        start local 3 // int start
         2: .line 2167
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* result */
        start local 4 // java.util.List result
         3: .line 2168
            iload 3 /* start */
            istore 5 /* i */
        start local 5 // int i
         4: goto 8
         5: .line 2169
      StackMap locals: picocli.CommandLine$RunLast picocli.CommandLine$ParseResult java.util.List int java.util.List int
      StackMap stack:
            aload 2 /* parsedCommands */
            iload 5 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast picocli.CommandLine
            invokevirtual picocli.CommandLine.getCommandSpec:()Lpicocli/CommandLine$Model$CommandSpec;
            invokevirtual picocli.CommandLine$Model$CommandSpec.userObject:()Ljava/lang/Object;
            astore 6 /* userObject */
        start local 6 // java.lang.Object userObject
         6: .line 2170
            aload 6 /* userObject */
            instanceof picocli.CommandLine$IExitCodeGenerator
            ifeq 7
            aload 4 /* result */
            aload 6 /* userObject */
            checkcast picocli.CommandLine$IExitCodeGenerator
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 6 // java.lang.Object userObject
         7: .line 2168
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            aload 2 /* parsedCommands */
            invokeinterface java.util.List.size:()I
            if_icmplt 5
        end local 5 // int i
         9: .line 2172
            aload 4 /* result */
            areturn
        end local 4 // java.util.List result
        end local 3 // int start
        end local 2 // java.util.List parsedCommands
        end local 1 // picocli.CommandLine$ParseResult parseResult
        end local 0 // picocli.CommandLine$RunLast this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lpicocli/CommandLine$RunLast;
            0   10     1     parseResult  Lpicocli/CommandLine$ParseResult;
            1   10     2  parsedCommands  Ljava/util/List<Lpicocli/CommandLine;>;
            2   10     3           start  I
            3   10     4          result  Ljava/util/List<Lpicocli/CommandLine$IExitCodeGenerator;>;
            4    9     5               i  I
            6    7     6      userObject  Ljava/lang/Object;
    Signature: (Lpicocli/CommandLine$ParseResult;)Ljava/util/List<Lpicocli/CommandLine$IExitCodeGenerator;>;
    MethodParameters:
             Name  Flags
      parseResult  

  protected picocli.CommandLine$RunLast self();
    descriptor: ()Lpicocli/CommandLine$RunLast;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // picocli.CommandLine$RunLast this
         0: .line 2174
            aload 0 /* this */
            areturn
        end local 0 // picocli.CommandLine$RunLast this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$RunLast;

  protected picocli.CommandLine$AbstractHandler self();
    descriptor: ()Lpicocli/CommandLine$AbstractHandler;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual picocli.CommandLine$RunLast.self:()Lpicocli/CommandLine$RunLast;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.lang.Object handle(picocli.CommandLine$ParseResult);
    descriptor: (Lpicocli/CommandLine$ParseResult;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual picocli.CommandLine$RunLast.handle:(Lpicocli/CommandLine$ParseResult;)Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws picocli.CommandLine$ExecutionException
}
Signature: Lpicocli/CommandLine$AbstractParseResultHandler<Ljava/util/List<Ljava/lang/Object;>;>;Lpicocli/CommandLine$IParseResultHandler;
SourceFile: "CommandLine.java"
NestHost: picocli.CommandLine
InnerClasses:
  public abstract AbstractHandler = picocli.CommandLine$AbstractHandler of picocli.CommandLine
  public abstract AbstractParseResultHandler = picocli.CommandLine$AbstractParseResultHandler of picocli.CommandLine
  public ExecutionException = picocli.CommandLine$ExecutionException of picocli.CommandLine
  public Help = picocli.CommandLine$Help of picocli.CommandLine
  public final Ansi = picocli.CommandLine$Help$Ansi of picocli.CommandLine$Help
  public abstract IExitCodeGenerator = picocli.CommandLine$IExitCodeGenerator of picocli.CommandLine
  public abstract IParseResultHandler = picocli.CommandLine$IParseResultHandler of picocli.CommandLine
  public final Model = picocli.CommandLine$Model of picocli.CommandLine
  public CommandSpec = picocli.CommandLine$Model$CommandSpec of picocli.CommandLine$Model
  public ParseResult = picocli.CommandLine$ParseResult of picocli.CommandLine
  public RunLast = picocli.CommandLine$RunLast of picocli.CommandLine