class picocli.CommandLine$ParseResult$GroupValidationResult
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: picocli.CommandLine$ParseResult$GroupValidationResult
  super_class: java.lang.Object
{
  static final picocli.CommandLine$ParseResult$GroupValidationResult SUCCESS_PRESENT;
    descriptor: Lpicocli/CommandLine$ParseResult$GroupValidationResult;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final picocli.CommandLine$ParseResult$GroupValidationResult SUCCESS_ABSENT;
    descriptor: Lpicocli/CommandLine$ParseResult$GroupValidationResult;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  picocli.CommandLine$ParseResult$GroupValidationResult$Type type;
    descriptor: Lpicocli/CommandLine$ParseResult$GroupValidationResult$Type;
    flags: (0x0000) 

  picocli.CommandLine$ParameterException exception;
    descriptor: Lpicocli/CommandLine$ParameterException;
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 10792
            new picocli.CommandLine$ParseResult$GroupValidationResult
            dup
            getstatic picocli.CommandLine$ParseResult$GroupValidationResult$Type.SUCCESS_PRESENT:Lpicocli/CommandLine$ParseResult$GroupValidationResult$Type;
            invokespecial picocli.CommandLine$ParseResult$GroupValidationResult.<init>:(Lpicocli/CommandLine$ParseResult$GroupValidationResult$Type;)V
            putstatic picocli.CommandLine$ParseResult$GroupValidationResult.SUCCESS_PRESENT:Lpicocli/CommandLine$ParseResult$GroupValidationResult;
         1: .line 10793
            new picocli.CommandLine$ParseResult$GroupValidationResult
            dup
            getstatic picocli.CommandLine$ParseResult$GroupValidationResult$Type.SUCCESS_ABSENT:Lpicocli/CommandLine$ParseResult$GroupValidationResult$Type;
            invokespecial picocli.CommandLine$ParseResult$GroupValidationResult.<init>:(Lpicocli/CommandLine$ParseResult$GroupValidationResult$Type;)V
            putstatic picocli.CommandLine$ParseResult$GroupValidationResult.SUCCESS_ABSENT:Lpicocli/CommandLine$ParseResult$GroupValidationResult;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(picocli.CommandLine$ParseResult$GroupValidationResult$Type);
    descriptor: (Lpicocli/CommandLine$ParseResult$GroupValidationResult$Type;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // picocli.CommandLine$ParseResult$GroupValidationResult this
        start local 1 // picocli.CommandLine$ParseResult$GroupValidationResult$Type type
         0: .line 10801
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            aload 0 /* this */
            aload 1 /* type */
            putfield picocli.CommandLine$ParseResult$GroupValidationResult.type:Lpicocli/CommandLine$ParseResult$GroupValidationResult$Type;
            return
        end local 1 // picocli.CommandLine$ParseResult$GroupValidationResult$Type type
        end local 0 // picocli.CommandLine$ParseResult$GroupValidationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$ParseResult$GroupValidationResult;
            0    1     1  type  Lpicocli/CommandLine$ParseResult$GroupValidationResult$Type;
    MethodParameters:
      Name  Flags
      type  

  void <init>(picocli.CommandLine$ParseResult$GroupValidationResult$Type, picocli.CommandLine$ParameterException);
    descriptor: (Lpicocli/CommandLine$ParseResult$GroupValidationResult$Type;Lpicocli/CommandLine$ParameterException;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // picocli.CommandLine$ParseResult$GroupValidationResult this
        start local 1 // picocli.CommandLine$ParseResult$GroupValidationResult$Type type
        start local 2 // picocli.CommandLine$ParameterException exception
         0: .line 10802
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 10803
            aload 0 /* this */
            aload 1 /* type */
            putfield picocli.CommandLine$ParseResult$GroupValidationResult.type:Lpicocli/CommandLine$ParseResult$GroupValidationResult$Type;
         2: .line 10804
            aload 0 /* this */
            aload 2 /* exception */
            putfield picocli.CommandLine$ParseResult$GroupValidationResult.exception:Lpicocli/CommandLine$ParameterException;
         3: .line 10805
            return
        end local 2 // picocli.CommandLine$ParameterException exception
        end local 1 // picocli.CommandLine$ParseResult$GroupValidationResult$Type type
        end local 0 // picocli.CommandLine$ParseResult$GroupValidationResult this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lpicocli/CommandLine$ParseResult$GroupValidationResult;
            0    4     1       type  Lpicocli/CommandLine$ParseResult$GroupValidationResult$Type;
            0    4     2  exception  Lpicocli/CommandLine$ParameterException;
    MethodParameters:
           Name  Flags
      type       
      exception  

  static picocli.CommandLine$ParseResult$GroupValidationResult extractBlockingFailure(java.util.List<picocli.CommandLine$ParseResult$GroupValidationResult>);
    descriptor: (Ljava/util/List;)Lpicocli/CommandLine$ParseResult$GroupValidationResult;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // java.util.List set
         0: .line 10807
            aload 0 /* set */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 3
      StackMap locals: java.util.List top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast picocli.CommandLine$ParseResult$GroupValidationResult
            astore 1 /* element */
        start local 1 // picocli.CommandLine$ParseResult$GroupValidationResult element
         2: .line 10808
            aload 1 /* element */
            invokevirtual picocli.CommandLine$ParseResult$GroupValidationResult.blockingFailure:()Z
            ifeq 3
            aload 1 /* element */
            areturn
        end local 1 // picocli.CommandLine$ParseResult$GroupValidationResult element
         3: .line 10807
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 10810
            aconst_null
            areturn
        end local 0 // java.util.List set
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0      set  Ljava/util/List<Lpicocli/CommandLine$ParseResult$GroupValidationResult;>;
            2    3     1  element  Lpicocli/CommandLine$ParseResult$GroupValidationResult;
    Signature: (Ljava/util/List<Lpicocli/CommandLine$ParseResult$GroupValidationResult;>;)Lpicocli/CommandLine$ParseResult$GroupValidationResult;
    MethodParameters:
      Name  Flags
      set   

  boolean blockingFailure();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // picocli.CommandLine$ParseResult$GroupValidationResult this
         0: .line 10813
            aload 0 /* this */
            getfield picocli.CommandLine$ParseResult$GroupValidationResult.type:Lpicocli/CommandLine$ParseResult$GroupValidationResult$Type;
            getstatic picocli.CommandLine$ParseResult$GroupValidationResult$Type.FAILURE_PRESENT:Lpicocli/CommandLine$ParseResult$GroupValidationResult$Type;
            if_acmpeq 1
            aload 0 /* this */
            getfield picocli.CommandLine$ParseResult$GroupValidationResult.type:Lpicocli/CommandLine$ParseResult$GroupValidationResult$Type;
            getstatic picocli.CommandLine$ParseResult$GroupValidationResult$Type.FAILURE_PARTIAL:Lpicocli/CommandLine$ParseResult$GroupValidationResult$Type;
            if_acmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // picocli.CommandLine$ParseResult$GroupValidationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lpicocli/CommandLine$ParseResult$GroupValidationResult;

  boolean present();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // picocli.CommandLine$ParseResult$GroupValidationResult this
         0: .line 10814
            aload 0 /* this */
            getfield picocli.CommandLine$ParseResult$GroupValidationResult.type:Lpicocli/CommandLine$ParseResult$GroupValidationResult$Type;
            getstatic picocli.CommandLine$ParseResult$GroupValidationResult$Type.SUCCESS_PRESENT:Lpicocli/CommandLine$ParseResult$GroupValidationResult$Type;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // picocli.CommandLine$ParseResult$GroupValidationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lpicocli/CommandLine$ParseResult$GroupValidationResult;

  boolean success();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // picocli.CommandLine$ParseResult$GroupValidationResult this
         0: .line 10815
            aload 0 /* this */
            getfield picocli.CommandLine$ParseResult$GroupValidationResult.type:Lpicocli/CommandLine$ParseResult$GroupValidationResult$Type;
            getstatic picocli.CommandLine$ParseResult$GroupValidationResult$Type.SUCCESS_ABSENT:Lpicocli/CommandLine$ParseResult$GroupValidationResult$Type;
            if_acmpeq 1
            aload 0 /* this */
            getfield picocli.CommandLine$ParseResult$GroupValidationResult.type:Lpicocli/CommandLine$ParseResult$GroupValidationResult$Type;
            getstatic picocli.CommandLine$ParseResult$GroupValidationResult$Type.SUCCESS_PRESENT:Lpicocli/CommandLine$ParseResult$GroupValidationResult$Type;
            if_acmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // picocli.CommandLine$ParseResult$GroupValidationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lpicocli/CommandLine$ParseResult$GroupValidationResult;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // picocli.CommandLine$ParseResult$GroupValidationResult this
         0: .line 10816
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield picocli.CommandLine$ParseResult$GroupValidationResult.type:Lpicocli/CommandLine$ParseResult$GroupValidationResult$Type;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield picocli.CommandLine$ParseResult$GroupValidationResult.exception:Lpicocli/CommandLine$ParameterException;
            ifnonnull 1
            ldc ""
            goto 2
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         1: new java.lang.StringBuilder
            dup
            ldc ": "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield picocli.CommandLine$ParseResult$GroupValidationResult.exception:Lpicocli/CommandLine$ParameterException;
            invokevirtual picocli.CommandLine$ParameterException.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
      StackMap locals: picocli.CommandLine$ParseResult$GroupValidationResult
      StackMap stack: java.lang.StringBuilder java.lang.String
         2: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // picocli.CommandLine$ParseResult$GroupValidationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lpicocli/CommandLine$ParseResult$GroupValidationResult;
}
SourceFile: "CommandLine.java"
NestHost: picocli.CommandLine
InnerClasses:
  public ParameterException = picocli.CommandLine$ParameterException of picocli.CommandLine
  public ParseResult = picocli.CommandLine$ParseResult of picocli.CommandLine
  GroupValidationResult = picocli.CommandLine$ParseResult$GroupValidationResult of picocli.CommandLine$ParseResult
  final Type = picocli.CommandLine$ParseResult$GroupValidationResult$Type of picocli.CommandLine$ParseResult$GroupValidationResult