public class picocli.CommandLine$Range implements java.lang.Comparable<picocli.CommandLine$Range>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: picocli.CommandLine$Range
  super_class: java.lang.Object
{
  public final int min;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public final int max;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public final boolean isVariable;
    descriptor: Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  private final boolean isUnspecified;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String originalValue;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, int, boolean, boolean, java.lang.String);
    descriptor: (IIZZLjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // picocli.CommandLine$Range this
        start local 1 // int min
        start local 2 // int max
        start local 3 // boolean variable
        start local 4 // boolean unspecified
        start local 5 // java.lang.String originalValue
         0: .line 4939
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 4940
            iload 1 /* min */
            iflt 2
            iload 2 /* max */
            ifge 3
      StackMap locals: picocli.CommandLine$Range int int int int java.lang.String
      StackMap stack:
         2: new picocli.CommandLine$InitializationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid negative range (min="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* min */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", max="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* max */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial picocli.CommandLine$InitializationException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 4941
      StackMap locals:
      StackMap stack:
            iload 1 /* min */
            iload 2 /* max */
            if_icmple 4
            new picocli.CommandLine$InitializationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid range (min="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* min */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", max="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* max */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial picocli.CommandLine$InitializationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 4942
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* min */
            putfield picocli.CommandLine$Range.min:I
         5: .line 4943
            aload 0 /* this */
            iload 2 /* max */
            putfield picocli.CommandLine$Range.max:I
         6: .line 4944
            aload 0 /* this */
            iload 3 /* variable */
            putfield picocli.CommandLine$Range.isVariable:Z
         7: .line 4945
            aload 0 /* this */
            iload 4 /* unspecified */
            putfield picocli.CommandLine$Range.isUnspecified:Z
         8: .line 4946
            aload 0 /* this */
            aload 5 /* originalValue */
            putfield picocli.CommandLine$Range.originalValue:Ljava/lang/String;
         9: .line 4947
            return
        end local 5 // java.lang.String originalValue
        end local 4 // boolean unspecified
        end local 3 // boolean variable
        end local 2 // int max
        end local 1 // int min
        end local 0 // picocli.CommandLine$Range this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Lpicocli/CommandLine$Range;
            0   10     1            min  I
            0   10     2            max  I
            0   10     3       variable  Z
            0   10     4    unspecified  Z
            0   10     5  originalValue  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      min            
      max            
      variable       
      unspecified    
      originalValue  

  public static picocli.CommandLine$Range optionArity(java.lang.reflect.Field);
    descriptor: (Ljava/lang/reflect/Field;)Lpicocli/CommandLine$Range;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.reflect.Field field
         0: .line 4952
            new picocli.CommandLine$Model$TypedMember
            dup
            aload 0 /* field */
            invokespecial picocli.CommandLine$Model$TypedMember.<init>:(Ljava/lang/reflect/Field;)V
            invokestatic picocli.CommandLine$Range.optionArity:(Lpicocli/CommandLine$Model$IAnnotatedElement;)Lpicocli/CommandLine$Range;
            areturn
        end local 0 // java.lang.reflect.Field field
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  field  Ljava/lang/reflect/Field;
    MethodParameters:
       Name  Flags
      field  

  private static picocli.CommandLine$Range optionArity(picocli.CommandLine$Model$IAnnotatedElement);
    descriptor: (Lpicocli/CommandLine$Model$IAnnotatedElement;)Lpicocli/CommandLine$Range;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // picocli.CommandLine$Model$IAnnotatedElement member
         0: .line 4954
            aload 0 /* member */
            ldc Lpicocli/CommandLine$Option;
            invokeinterface picocli.CommandLine$Model$IAnnotatedElement.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 2
         1: .line 4955
            aload 0 /* member */
            ldc Lpicocli/CommandLine$Option;
            invokeinterface picocli.CommandLine$Model$IAnnotatedElement.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast picocli.CommandLine$Option
            invokeinterface picocli.CommandLine$Option.arity:()Ljava/lang/String;
            invokestatic picocli.CommandLine$Range.valueOf:(Ljava/lang/String;)Lpicocli/CommandLine$Range;
            aload 0 /* member */
            invokestatic picocli.CommandLine$Range.adjustForType:(Lpicocli/CommandLine$Range;Lpicocli/CommandLine$Model$IAnnotatedElement;)Lpicocli/CommandLine$Range;
            goto 3
         2: .line 4956
      StackMap locals:
      StackMap stack:
            new picocli.CommandLine$Range
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_1
            ldc "0"
            invokespecial picocli.CommandLine$Range.<init>:(IIZZLjava/lang/String;)V
         3: .line 4954
      StackMap locals:
      StackMap stack: picocli.CommandLine$Range
            areturn
        end local 0 // picocli.CommandLine$Model$IAnnotatedElement member
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0  member  Lpicocli/CommandLine$Model$IAnnotatedElement;
    MethodParameters:
        Name  Flags
      member  

  public static picocli.CommandLine$Range parameterArity(java.lang.reflect.Field);
    descriptor: (Ljava/lang/reflect/Field;)Lpicocli/CommandLine$Range;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.reflect.Field field
         0: .line 4962
            new picocli.CommandLine$Model$TypedMember
            dup
            aload 0 /* field */
            invokespecial picocli.CommandLine$Model$TypedMember.<init>:(Ljava/lang/reflect/Field;)V
            invokestatic picocli.CommandLine$Range.parameterArity:(Lpicocli/CommandLine$Model$IAnnotatedElement;)Lpicocli/CommandLine$Range;
            areturn
        end local 0 // java.lang.reflect.Field field
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  field  Ljava/lang/reflect/Field;
    MethodParameters:
       Name  Flags
      field  

  private static picocli.CommandLine$Range parameterArity(picocli.CommandLine$Model$IAnnotatedElement);
    descriptor: (Lpicocli/CommandLine$Model$IAnnotatedElement;)Lpicocli/CommandLine$Range;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // picocli.CommandLine$Model$IAnnotatedElement member
         0: .line 4964
            aload 0 /* member */
            ldc Lpicocli/CommandLine$Parameters;
            invokeinterface picocli.CommandLine$Model$IAnnotatedElement.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 2
         1: .line 4965
            aload 0 /* member */
            ldc Lpicocli/CommandLine$Parameters;
            invokeinterface picocli.CommandLine$Model$IAnnotatedElement.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast picocli.CommandLine$Parameters
            invokeinterface picocli.CommandLine$Parameters.arity:()Ljava/lang/String;
            invokestatic picocli.CommandLine$Range.valueOf:(Ljava/lang/String;)Lpicocli/CommandLine$Range;
            aload 0 /* member */
            invokestatic picocli.CommandLine$Range.adjustForType:(Lpicocli/CommandLine$Range;Lpicocli/CommandLine$Model$IAnnotatedElement;)Lpicocli/CommandLine$Range;
            areturn
         2: .line 4967
      StackMap locals:
      StackMap stack:
            aload 0 /* member */
            invokeinterface picocli.CommandLine$Model$IAnnotatedElement.isMethodParameter:()Z
            ifeq 4
         3: .line 4968
            ldc ""
            invokestatic picocli.CommandLine$Range.valueOf:(Ljava/lang/String;)Lpicocli/CommandLine$Range;
            aload 0 /* member */
            invokestatic picocli.CommandLine$Range.adjustForType:(Lpicocli/CommandLine$Range;Lpicocli/CommandLine$Model$IAnnotatedElement;)Lpicocli/CommandLine$Range;
            goto 5
         4: .line 4969
      StackMap locals:
      StackMap stack:
            new picocli.CommandLine$Range
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_1
            ldc "0"
            invokespecial picocli.CommandLine$Range.<init>:(IIZZLjava/lang/String;)V
         5: .line 4967
      StackMap locals:
      StackMap stack: picocli.CommandLine$Range
            areturn
        end local 0 // picocli.CommandLine$Model$IAnnotatedElement member
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0  member  Lpicocli/CommandLine$Model$IAnnotatedElement;
    MethodParameters:
        Name  Flags
      member  

  public static picocli.CommandLine$Range parameterIndex(java.lang.reflect.Field);
    descriptor: (Ljava/lang/reflect/Field;)Lpicocli/CommandLine$Range;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.reflect.Field field
         0: .line 4975
            new picocli.CommandLine$Model$TypedMember
            dup
            aload 0 /* field */
            invokespecial picocli.CommandLine$Model$TypedMember.<init>:(Ljava/lang/reflect/Field;)V
            invokestatic picocli.CommandLine$Range.parameterIndex:(Lpicocli/CommandLine$Model$IAnnotatedElement;)Lpicocli/CommandLine$Range;
            areturn
        end local 0 // java.lang.reflect.Field field
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  field  Ljava/lang/reflect/Field;
    MethodParameters:
       Name  Flags
      field  

  private static picocli.CommandLine$Range parameterIndex(picocli.CommandLine$Model$IAnnotatedElement);
    descriptor: (Lpicocli/CommandLine$Model$IAnnotatedElement;)Lpicocli/CommandLine$Range;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=3, args_size=1
        start local 0 // picocli.CommandLine$Model$IAnnotatedElement member
         0: .line 4977
            aload 0 /* member */
            ldc Lpicocli/CommandLine$Parameters;
            invokeinterface picocli.CommandLine$Model$IAnnotatedElement.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 3
         1: .line 4978
            aload 0 /* member */
            ldc Lpicocli/CommandLine$Parameters;
            invokeinterface picocli.CommandLine$Model$IAnnotatedElement.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast picocli.CommandLine$Parameters
            invokeinterface picocli.CommandLine$Parameters.index:()Ljava/lang/String;
            invokestatic picocli.CommandLine$Range.valueOf:(Ljava/lang/String;)Lpicocli/CommandLine$Range;
            astore 1 /* result */
        start local 1 // picocli.CommandLine$Range result
         2: .line 4979
            aload 1 /* result */
            getfield picocli.CommandLine$Range.isUnspecified:Z
            ifne 3
            aload 1 /* result */
            areturn
        end local 1 // picocli.CommandLine$Range result
         3: .line 4981
      StackMap locals:
      StackMap stack:
            aload 0 /* member */
            invokeinterface picocli.CommandLine$Model$IAnnotatedElement.isMethodParameter:()Z
            ifeq 9
         4: .line 4982
            aload 0 /* member */
            invokeinterface picocli.CommandLine$Model$IAnnotatedElement.getMethodParamPosition:()I
            istore 1 /* min */
        start local 1 // int min
         5: .line 4983
            aload 0 /* member */
            invokeinterface picocli.CommandLine$Model$IAnnotatedElement.isMultiValue:()Z
            ifeq 6
            ldc 2147483647
            goto 7
      StackMap locals: int
      StackMap stack:
         6: iload 1 /* min */
      StackMap locals:
      StackMap stack: int
         7: istore 2 /* max */
        start local 2 // int max
         8: .line 4984
            new picocli.CommandLine$Range
            dup
            iload 1 /* min */
            iload 2 /* max */
            aload 0 /* member */
            invokeinterface picocli.CommandLine$Model$IAnnotatedElement.isMultiValue:()Z
            iconst_0
            ldc ""
            invokespecial picocli.CommandLine$Range.<init>:(IIZZLjava/lang/String;)V
            areturn
        end local 2 // int max
        end local 1 // int min
         9: .line 4986
      StackMap locals:
      StackMap stack:
            ldc "*"
            invokestatic picocli.CommandLine$Range.valueOf:(Ljava/lang/String;)Lpicocli/CommandLine$Range;
            areturn
        end local 0 // picocli.CommandLine$Model$IAnnotatedElement member
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0  member  Lpicocli/CommandLine$Model$IAnnotatedElement;
            2    3     1  result  Lpicocli/CommandLine$Range;
            5    9     1     min  I
            8    9     2     max  I
    MethodParameters:
        Name  Flags
      member  

  static picocli.CommandLine$Range adjustForType(picocli.CommandLine$Range, picocli.CommandLine$Model$IAnnotatedElement);
    descriptor: (Lpicocli/CommandLine$Range;Lpicocli/CommandLine$Model$IAnnotatedElement;)Lpicocli/CommandLine$Range;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // picocli.CommandLine$Range result
        start local 1 // picocli.CommandLine$Model$IAnnotatedElement member
         0: .line 4989
            aload 0 /* result */
            getfield picocli.CommandLine$Range.isUnspecified:Z
            ifeq 1
            aload 1 /* member */
            invokestatic picocli.CommandLine$Range.defaultArity:(Lpicocli/CommandLine$Model$IAnnotatedElement;)Lpicocli/CommandLine$Range;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* result */
      StackMap locals:
      StackMap stack: picocli.CommandLine$Range
         2: areturn
        end local 1 // picocli.CommandLine$Model$IAnnotatedElement member
        end local 0 // picocli.CommandLine$Range result
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  result  Lpicocli/CommandLine$Range;
            0    3     1  member  Lpicocli/CommandLine$Model$IAnnotatedElement;
    MethodParameters:
        Name  Flags
      result  
      member  

  public static picocli.CommandLine$Range defaultArity(java.lang.reflect.Field);
    descriptor: (Ljava/lang/reflect/Field;)Lpicocli/CommandLine$Range;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.reflect.Field field
         0: .line 4998
            new picocli.CommandLine$Model$TypedMember
            dup
            aload 0 /* field */
            invokespecial picocli.CommandLine$Model$TypedMember.<init>:(Ljava/lang/reflect/Field;)V
            invokestatic picocli.CommandLine$Range.defaultArity:(Lpicocli/CommandLine$Model$IAnnotatedElement;)Lpicocli/CommandLine$Range;
            areturn
        end local 0 // java.lang.reflect.Field field
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  field  Ljava/lang/reflect/Field;
    MethodParameters:
       Name  Flags
      field  

  private static picocli.CommandLine$Range defaultArity(picocli.CommandLine$Model$IAnnotatedElement);
    descriptor: (Lpicocli/CommandLine$Model$IAnnotatedElement;)Lpicocli/CommandLine$Range;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // picocli.CommandLine$Model$IAnnotatedElement member
         0: .line 5000
            aload 0 /* member */
            invokeinterface picocli.CommandLine$Model$IAnnotatedElement.isInteractive:()Z
            ifeq 1
            ldc "0"
            invokestatic picocli.CommandLine$Range.valueOf:(Ljava/lang/String;)Lpicocli/CommandLine$Range;
            iconst_1
            invokevirtual picocli.CommandLine$Range.unspecified:(Z)Lpicocli/CommandLine$Range;
            areturn
         1: .line 5001
      StackMap locals:
      StackMap stack:
            aload 0 /* member */
            invokeinterface picocli.CommandLine$Model$IAnnotatedElement.getTypeInfo:()Lpicocli/CommandLine$Model$ITypeInfo;
            astore 1 /* info */
        start local 1 // picocli.CommandLine$Model$ITypeInfo info
         2: .line 5002
            aload 0 /* member */
            ldc Lpicocli/CommandLine$Option;
            invokeinterface picocli.CommandLine$Model$IAnnotatedElement.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 10
         3: .line 5003
            aload 1 /* info */
            invokeinterface picocli.CommandLine$Model$ITypeInfo.isBoolean:()Z
            ifne 5
            aload 1 /* info */
            invokeinterface picocli.CommandLine$Model$ITypeInfo.isMultiValue:()Z
            ifeq 4
            aload 1 /* info */
            invokeinterface picocli.CommandLine$Model$ITypeInfo.getAuxiliaryTypeInfos:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast picocli.CommandLine$Model$ITypeInfo
            invokeinterface picocli.CommandLine$Model$ITypeInfo.isBoolean:()Z
            ifne 5
      StackMap locals: picocli.CommandLine$Model$ITypeInfo
      StackMap stack:
         4: iconst_0
            goto 6
      StackMap locals:
      StackMap stack:
         5: iconst_1
      StackMap locals:
      StackMap stack: int
         6: istore 2 /* zeroArgs */
        start local 2 // boolean zeroArgs
         7: .line 5004
            iload 2 /* zeroArgs */
            ifeq 8
            ldc "0"
            invokestatic picocli.CommandLine$Range.valueOf:(Ljava/lang/String;)Lpicocli/CommandLine$Range;
            iconst_1
            invokevirtual picocli.CommandLine$Range.unspecified:(Z)Lpicocli/CommandLine$Range;
            goto 9
         8: .line 5005
      StackMap locals: int
      StackMap stack:
            ldc "1"
            invokestatic picocli.CommandLine$Range.valueOf:(Ljava/lang/String;)Lpicocli/CommandLine$Range;
            iconst_1
            invokevirtual picocli.CommandLine$Range.unspecified:(Z)Lpicocli/CommandLine$Range;
         9: .line 5004
      StackMap locals:
      StackMap stack: picocli.CommandLine$Range
            areturn
        end local 2 // boolean zeroArgs
        10: .line 5007
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            invokeinterface picocli.CommandLine$Model$ITypeInfo.isMultiValue:()Z
            ifeq 12
        11: .line 5008
            ldc "0..1"
            invokestatic picocli.CommandLine$Range.valueOf:(Ljava/lang/String;)Lpicocli/CommandLine$Range;
            iconst_1
            invokevirtual picocli.CommandLine$Range.unspecified:(Z)Lpicocli/CommandLine$Range;
            areturn
        12: .line 5010
      StackMap locals:
      StackMap stack:
            ldc "1"
            invokestatic picocli.CommandLine$Range.valueOf:(Ljava/lang/String;)Lpicocli/CommandLine$Range;
            iconst_1
            invokevirtual picocli.CommandLine$Range.unspecified:(Z)Lpicocli/CommandLine$Range;
            areturn
        end local 1 // picocli.CommandLine$Model$ITypeInfo info
        end local 0 // picocli.CommandLine$Model$IAnnotatedElement member
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0    member  Lpicocli/CommandLine$Model$IAnnotatedElement;
            2   13     1      info  Lpicocli/CommandLine$Model$ITypeInfo;
            7   10     2  zeroArgs  Z
    MethodParameters:
        Name  Flags
      member  

  public static picocli.CommandLine$Range defaultArity(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Lpicocli/CommandLine$Range;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Class type
         0: .line 5017
            aload 0 /* type */
            invokestatic picocli.CommandLine.isBoolean:(Ljava/lang/Class;)Z
            ifeq 1
            ldc "0"
            invokestatic picocli.CommandLine$Range.valueOf:(Ljava/lang/String;)Lpicocli/CommandLine$Range;
            iconst_1
            invokevirtual picocli.CommandLine$Range.unspecified:(Z)Lpicocli/CommandLine$Range;
            goto 2
      StackMap locals:
      StackMap stack:
         1: ldc "1"
            invokestatic picocli.CommandLine$Range.valueOf:(Ljava/lang/String;)Lpicocli/CommandLine$Range;
            iconst_1
            invokevirtual picocli.CommandLine$Range.unspecified:(Z)Lpicocli/CommandLine$Range;
      StackMap locals:
      StackMap stack: picocli.CommandLine$Range
         2: areturn
        end local 0 // java.lang.Class type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  type  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Lpicocli/CommandLine$Range;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      type  

  private int size();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // picocli.CommandLine$Range this
         0: .line 5019
            iconst_1
            aload 0 /* this */
            getfield picocli.CommandLine$Range.max:I
            iadd
            aload 0 /* this */
            getfield picocli.CommandLine$Range.min:I
            isub
            ireturn
        end local 0 // picocli.CommandLine$Range this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$Range;

  static picocli.CommandLine$Range parameterCapacity(picocli.CommandLine$Model$IAnnotatedElement);
    descriptor: (Lpicocli/CommandLine$Model$IAnnotatedElement;)Lpicocli/CommandLine$Range;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // picocli.CommandLine$Model$IAnnotatedElement member
         0: .line 5021
            aload 0 /* member */
            invokestatic picocli.CommandLine$Range.parameterArity:(Lpicocli/CommandLine$Model$IAnnotatedElement;)Lpicocli/CommandLine$Range;
            astore 1 /* arity */
        start local 1 // picocli.CommandLine$Range arity
         1: .line 5022
            aload 0 /* member */
            invokeinterface picocli.CommandLine$Model$IAnnotatedElement.isMultiValue:()Z
            ifne 2
            aload 1 /* arity */
            areturn
         2: .line 5023
      StackMap locals: picocli.CommandLine$Range
      StackMap stack:
            aload 0 /* member */
            invokestatic picocli.CommandLine$Range.parameterIndex:(Lpicocli/CommandLine$Model$IAnnotatedElement;)Lpicocli/CommandLine$Range;
            astore 2 /* index */
        start local 2 // picocli.CommandLine$Range index
         3: .line 5024
            aload 1 /* arity */
            aload 2 /* index */
            invokestatic picocli.CommandLine$Range.parameterCapacity:(Lpicocli/CommandLine$Range;Lpicocli/CommandLine$Range;)Lpicocli/CommandLine$Range;
            areturn
        end local 2 // picocli.CommandLine$Range index
        end local 1 // picocli.CommandLine$Range arity
        end local 0 // picocli.CommandLine$Model$IAnnotatedElement member
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0  member  Lpicocli/CommandLine$Model$IAnnotatedElement;
            1    4     1   arity  Lpicocli/CommandLine$Range;
            3    4     2   index  Lpicocli/CommandLine$Range;
    MethodParameters:
        Name  Flags
      member  

  private static picocli.CommandLine$Range parameterCapacity(picocli.CommandLine$Range, picocli.CommandLine$Range);
    descriptor: (Lpicocli/CommandLine$Range;Lpicocli/CommandLine$Range;)Lpicocli/CommandLine$Range;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // picocli.CommandLine$Range arity
        start local 1 // picocli.CommandLine$Range index
         0: .line 5027
            aload 0 /* arity */
            getfield picocli.CommandLine$Range.max:I
            ifne 1
            aload 0 /* arity */
            areturn
         1: .line 5028
      StackMap locals:
      StackMap stack:
            aload 1 /* index */
            invokevirtual picocli.CommandLine$Range.size:()I
            iconst_1
            if_icmpne 2
            aload 0 /* arity */
            areturn
         2: .line 5029
      StackMap locals:
      StackMap stack:
            aload 1 /* index */
            getfield picocli.CommandLine$Range.isVariable:Z
            ifeq 3
            new java.lang.StringBuilder
            dup
            aload 0 /* arity */
            getfield picocli.CommandLine$Range.min:I
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "..*"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic picocli.CommandLine$Range.valueOf:(Ljava/lang/String;)Lpicocli/CommandLine$Range;
            areturn
         3: .line 5030
      StackMap locals:
      StackMap stack:
            aload 0 /* arity */
            invokevirtual picocli.CommandLine$Range.size:()I
            iconst_1
            if_icmpne 4
            new java.lang.StringBuilder
            dup
            aload 0 /* arity */
            getfield picocli.CommandLine$Range.min:I
            aload 1 /* index */
            invokevirtual picocli.CommandLine$Range.size:()I
            imul
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic picocli.CommandLine$Range.valueOf:(Ljava/lang/String;)Lpicocli/CommandLine$Range;
            areturn
         4: .line 5031
      StackMap locals:
      StackMap stack:
            aload 0 /* arity */
            getfield picocli.CommandLine$Range.isVariable:Z
            ifeq 5
            new java.lang.StringBuilder
            dup
            aload 0 /* arity */
            getfield picocli.CommandLine$Range.min:I
            aload 1 /* index */
            invokevirtual picocli.CommandLine$Range.size:()I
            imul
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "..*"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic picocli.CommandLine$Range.valueOf:(Ljava/lang/String;)Lpicocli/CommandLine$Range;
            areturn
         5: .line 5032
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 0 /* arity */
            getfield picocli.CommandLine$Range.min:I
            aload 1 /* index */
            invokevirtual picocli.CommandLine$Range.size:()I
            imul
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* arity */
            getfield picocli.CommandLine$Range.max:I
            aload 1 /* index */
            invokevirtual picocli.CommandLine$Range.size:()I
            imul
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic picocli.CommandLine$Range.valueOf:(Ljava/lang/String;)Lpicocli/CommandLine$Range;
            areturn
        end local 1 // picocli.CommandLine$Range index
        end local 0 // picocli.CommandLine$Range arity
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0  arity  Lpicocli/CommandLine$Range;
            0    6     1  index  Lpicocli/CommandLine$Range;
    MethodParameters:
       Name  Flags
      arity  
      index  

  public static picocli.CommandLine$Range valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lpicocli/CommandLine$Range;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=7, args_size=1
        start local 0 // java.lang.String range
         0: .line 5042
            aload 0 /* range */
            ldc "${"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            ifeq 2
         1: .line 5043
            new picocli.CommandLine$Range
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            aload 0 /* range */
            invokespecial picocli.CommandLine$Range.<init>:(IIZZLjava/lang/String;)V
            areturn
         2: .line 5045
      StackMap locals:
      StackMap stack:
            aload 0 /* range */
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
            astore 0 /* range */
         3: .line 5046
            aload 0 /* range */
            invokevirtual java.lang.String.length:()I
            ifeq 4
            aload 0 /* range */
            ldc ".."
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifne 4
            iconst_0
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_1
      StackMap locals:
      StackMap stack: int
         5: istore 1 /* unspecified */
        start local 1 // boolean unspecified
         6: .line 5047
            iconst_m1
            istore 2 /* min */
        start local 2 // int min
         7: iconst_m1
            istore 3 /* max */
        start local 3 // int max
         8: .line 5048
            iconst_0
            istore 4 /* variable */
        start local 4 // boolean variable
         9: .line 5049
            iconst_m1
            istore 5 /* dots */
        start local 5 // int dots
        10: .line 5050
            aload 0 /* range */
            ldc ".."
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            dup
            istore 5 /* dots */
            iflt 17
        11: .line 5051
            aload 0 /* range */
            iconst_0
            iload 5 /* dots */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            iconst_0
            invokestatic picocli.CommandLine$Range.parseInt:(Ljava/lang/String;I)I
            istore 2 /* min */
        12: .line 5052
            aload 0 /* range */
            iload 5 /* dots */
            iconst_2
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            ldc 2147483647
            invokestatic picocli.CommandLine$Range.parseInt:(Ljava/lang/String;I)I
            istore 3 /* max */
        13: .line 5053
            iload 3 /* max */
            ldc 2147483647
            if_icmpne 14
            iconst_1
            goto 15
      StackMap locals: java.lang.String int int int int int
      StackMap stack:
        14: iconst_0
      StackMap locals:
      StackMap stack: int
        15: istore 4 /* variable */
        16: .line 5054
            goto 24
        17: .line 5055
      StackMap locals:
      StackMap stack:
            aload 0 /* range */
            ldc 2147483647
            invokestatic picocli.CommandLine$Range.parseInt:(Ljava/lang/String;I)I
            istore 3 /* max */
        18: .line 5056
            iload 3 /* max */
            ldc 2147483647
            if_icmpne 19
            iconst_1
            goto 20
      StackMap locals:
      StackMap stack:
        19: iconst_0
      StackMap locals:
      StackMap stack: int
        20: istore 4 /* variable */
        21: .line 5057
            iload 4 /* variable */
            ifeq 22
            iconst_0
            goto 23
      StackMap locals:
      StackMap stack:
        22: iload 3 /* max */
      StackMap locals:
      StackMap stack: int
        23: istore 2 /* min */
        24: .line 5059
      StackMap locals:
      StackMap stack:
            new picocli.CommandLine$Range
            dup
            iload 2 /* min */
            iload 3 /* max */
            iload 4 /* variable */
            iload 1 /* unspecified */
            aload 0 /* range */
            invokespecial picocli.CommandLine$Range.<init>:(IIZZLjava/lang/String;)V
            astore 6 /* result */
        start local 6 // picocli.CommandLine$Range result
        25: .line 5060
            aload 6 /* result */
            areturn
        end local 6 // picocli.CommandLine$Range result
        end local 5 // int dots
        end local 4 // boolean variable
        end local 3 // int max
        end local 2 // int min
        end local 1 // boolean unspecified
        end local 0 // java.lang.String range
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   26     0        range  Ljava/lang/String;
            6   26     1  unspecified  Z
            7   26     2          min  I
            8   26     3          max  I
            9   26     4     variable  Z
           10   26     5         dots  I
           25   26     6       result  Lpicocli/CommandLine$Range;
    MethodParameters:
       Name  Flags
      range  

  private static int parseInt(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // java.lang.String str
        start local 1 // int defaultValue
         0: .line 5064
            aload 0 /* str */
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
         1: ireturn
         2: .line 5065
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         3: .line 5066
            iload 1 /* defaultValue */
            ireturn
        end local 1 // int defaultValue
        end local 0 // java.lang.String str
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0           str  Ljava/lang/String;
            0    4     1  defaultValue  I
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
    MethodParameters:
              Name  Flags
      str           
      defaultValue  

  public picocli.CommandLine$Range min(int);
    descriptor: (I)Lpicocli/CommandLine$Range;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // picocli.CommandLine$Range this
        start local 1 // int newMin
         0: .line 5073
            new picocli.CommandLine$Range
            dup
            iload 1 /* newMin */
            iload 1 /* newMin */
            aload 0 /* this */
            getfield picocli.CommandLine$Range.max:I
            invokestatic java.lang.Math.max:(II)I
            aload 0 /* this */
            getfield picocli.CommandLine$Range.isVariable:Z
            aload 0 /* this */
            getfield picocli.CommandLine$Range.isUnspecified:Z
            aload 0 /* this */
            getfield picocli.CommandLine$Range.originalValue:Ljava/lang/String;
            invokespecial picocli.CommandLine$Range.<init>:(IIZZLjava/lang/String;)V
            areturn
        end local 1 // int newMin
        end local 0 // picocli.CommandLine$Range this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lpicocli/CommandLine$Range;
            0    1     1  newMin  I
    MethodParameters:
        Name  Flags
      newMin  

  public picocli.CommandLine$Range max(int);
    descriptor: (I)Lpicocli/CommandLine$Range;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // picocli.CommandLine$Range this
        start local 1 // int newMax
         0: .line 5079
            new picocli.CommandLine$Range
            dup
            aload 0 /* this */
            getfield picocli.CommandLine$Range.min:I
            iload 1 /* newMax */
            invokestatic java.lang.Math.min:(II)I
            iload 1 /* newMax */
            aload 0 /* this */
            getfield picocli.CommandLine$Range.isVariable:Z
            aload 0 /* this */
            getfield picocli.CommandLine$Range.isUnspecified:Z
            aload 0 /* this */
            getfield picocli.CommandLine$Range.originalValue:Ljava/lang/String;
            invokespecial picocli.CommandLine$Range.<init>:(IIZZLjava/lang/String;)V
            areturn
        end local 1 // int newMax
        end local 0 // picocli.CommandLine$Range this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lpicocli/CommandLine$Range;
            0    1     1  newMax  I
    MethodParameters:
        Name  Flags
      newMax  

  public picocli.CommandLine$Range unspecified(boolean);
    descriptor: (Z)Lpicocli/CommandLine$Range;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // picocli.CommandLine$Range this
        start local 1 // boolean unspecified
         0: .line 5084
            new picocli.CommandLine$Range
            dup
            aload 0 /* this */
            getfield picocli.CommandLine$Range.min:I
            aload 0 /* this */
            getfield picocli.CommandLine$Range.max:I
            aload 0 /* this */
            getfield picocli.CommandLine$Range.isVariable:Z
            iload 1 /* unspecified */
            aload 0 /* this */
            getfield picocli.CommandLine$Range.originalValue:Ljava/lang/String;
            invokespecial picocli.CommandLine$Range.<init>:(IIZZLjava/lang/String;)V
            areturn
        end local 1 // boolean unspecified
        end local 0 // picocli.CommandLine$Range this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lpicocli/CommandLine$Range;
            0    1     1  unspecified  Z
    MethodParameters:
             Name  Flags
      unspecified  

  public boolean isUnspecified();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // picocli.CommandLine$Range this
         0: .line 5087
            aload 0 /* this */
            getfield picocli.CommandLine$Range.isUnspecified:Z
            ireturn
        end local 0 // picocli.CommandLine$Range this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$Range;

  public boolean isUnresolved();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // picocli.CommandLine$Range this
         0: .line 5091
            aload 0 /* this */
            getfield picocli.CommandLine$Range.originalValue:Ljava/lang/String;
            ifnull 1
            aload 0 /* this */
            getfield picocli.CommandLine$Range.originalValue:Ljava/lang/String;
            ldc "${"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // picocli.CommandLine$Range this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lpicocli/CommandLine$Range;

  public int min();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // picocli.CommandLine$Range this
         0: .line 5094
            aload 0 /* this */
            getfield picocli.CommandLine$Range.min:I
            ireturn
        end local 0 // picocli.CommandLine$Range this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$Range;

  public int max();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // picocli.CommandLine$Range this
         0: .line 5097
            aload 0 /* this */
            getfield picocli.CommandLine$Range.max:I
            ireturn
        end local 0 // picocli.CommandLine$Range this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$Range;

  public boolean isVariable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // picocli.CommandLine$Range this
         0: .line 5100
            aload 0 /* this */
            getfield picocli.CommandLine$Range.isVariable:Z
            ireturn
        end local 0 // picocli.CommandLine$Range this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$Range;

  public boolean contains(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // picocli.CommandLine$Range this
        start local 1 // int value
         0: .line 5107
            aload 0 /* this */
            getfield picocli.CommandLine$Range.min:I
            iload 1 /* value */
            if_icmpgt 1
            aload 0 /* this */
            getfield picocli.CommandLine$Range.max:I
            iload 1 /* value */
            if_icmplt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int value
        end local 0 // picocli.CommandLine$Range this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lpicocli/CommandLine$Range;
            0    2     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // picocli.CommandLine$Range this
        start local 1 // java.lang.Object object
         0: .line 5110
            aload 1 /* object */
            instanceof picocli.CommandLine$Range
            ifne 1
            iconst_0
            ireturn
         1: .line 5111
      StackMap locals:
      StackMap stack:
            aload 1 /* object */
            checkcast picocli.CommandLine$Range
            astore 2 /* other */
        start local 2 // picocli.CommandLine$Range other
         2: .line 5112
            aload 2 /* other */
            getfield picocli.CommandLine$Range.max:I
            aload 0 /* this */
            getfield picocli.CommandLine$Range.max:I
            if_icmpne 3
            aload 2 /* other */
            getfield picocli.CommandLine$Range.min:I
            aload 0 /* this */
            getfield picocli.CommandLine$Range.min:I
            if_icmpne 3
            aload 2 /* other */
            getfield picocli.CommandLine$Range.isVariable:Z
            aload 0 /* this */
            getfield picocli.CommandLine$Range.isVariable:Z
            if_icmpne 3
            iconst_1
            ireturn
      StackMap locals: picocli.CommandLine$Range
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // picocli.CommandLine$Range other
        end local 1 // java.lang.Object object
        end local 0 // picocli.CommandLine$Range this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lpicocli/CommandLine$Range;
            0    4     1  object  Ljava/lang/Object;
            2    4     2   other  Lpicocli/CommandLine$Range;
    MethodParameters:
        Name  Flags
      object  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // picocli.CommandLine$Range this
         0: .line 5115
            sipush 629
            aload 0 /* this */
            getfield picocli.CommandLine$Range.max:I
            iadd
            bipush 37
            imul
            aload 0 /* this */
            getfield picocli.CommandLine$Range.min:I
            iadd
            bipush 37
            imul
            aload 0 /* this */
            getfield picocli.CommandLine$Range.isVariable:Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: int
         1: iconst_0
      StackMap locals: picocli.CommandLine$Range
      StackMap stack: int int
         2: iadd
            ireturn
        end local 0 // picocli.CommandLine$Range this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lpicocli/CommandLine$Range;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // picocli.CommandLine$Range this
         0: .line 5118
            aload 0 /* this */
            invokevirtual picocli.CommandLine$Range.isUnresolved:()Z
            ifeq 1
            aload 0 /* this */
            getfield picocli.CommandLine$Range.originalValue:Ljava/lang/String;
            areturn
         1: .line 5119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield picocli.CommandLine$Range.min:I
            aload 0 /* this */
            getfield picocli.CommandLine$Range.max:I
            if_icmpne 2
            aload 0 /* this */
            getfield picocli.CommandLine$Range.min:I
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            goto 5
      StackMap locals:
      StackMap stack:
         2: new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield picocli.CommandLine$Range.min:I
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield picocli.CommandLine$Range.isVariable:Z
            ifeq 3
            ldc "*"
            goto 4
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         3: aload 0 /* this */
            getfield picocli.CommandLine$Range.max:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
      StackMap locals: picocli.CommandLine$Range
      StackMap stack: java.lang.StringBuilder java.io.Serializable
         4: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         5: areturn
        end local 0 // picocli.CommandLine$Range this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lpicocli/CommandLine$Range;

  public int compareTo(picocli.CommandLine$Range);
    descriptor: (Lpicocli/CommandLine$Range;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // picocli.CommandLine$Range this
        start local 1 // picocli.CommandLine$Range other
         0: .line 5122
            aload 0 /* this */
            getfield picocli.CommandLine$Range.min:I
            aload 1 /* other */
            getfield picocli.CommandLine$Range.min:I
            isub
            istore 2 /* result */
        start local 2 // int result
         1: .line 5123
            iload 2 /* result */
            ifne 2
            aload 0 /* this */
            getfield picocli.CommandLine$Range.max:I
            aload 1 /* other */
            getfield picocli.CommandLine$Range.max:I
            isub
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iload 2 /* result */
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 2 // int result
        end local 1 // picocli.CommandLine$Range other
        end local 0 // picocli.CommandLine$Range this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lpicocli/CommandLine$Range;
            0    4     1   other  Lpicocli/CommandLine$Range;
            1    4     2  result  I
    MethodParameters:
       Name  Flags
      other  

  boolean isValidForInteractiveArgs();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // picocli.CommandLine$Range this
         0: .line 5126
            aload 0 /* this */
            getfield picocli.CommandLine$Range.min:I
            ifne 2
            aload 0 /* this */
            getfield picocli.CommandLine$Range.max:I
            ifeq 1
            aload 0 /* this */
            getfield picocli.CommandLine$Range.max:I
            iconst_1
            if_icmpne 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 0 // picocli.CommandLine$Range this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lpicocli/CommandLine$Range;

  boolean overlaps(picocli.CommandLine$Range);
    descriptor: (Lpicocli/CommandLine$Range;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // picocli.CommandLine$Range this
        start local 1 // picocli.CommandLine$Range index
         0: .line 5128
            aload 0 /* this */
            aload 1 /* index */
            getfield picocli.CommandLine$Range.min:I
            invokevirtual picocli.CommandLine$Range.contains:(I)Z
            ifne 1
            aload 0 /* this */
            aload 1 /* index */
            getfield picocli.CommandLine$Range.max:I
            invokevirtual picocli.CommandLine$Range.contains:(I)Z
            ifne 1
            aload 1 /* index */
            aload 0 /* this */
            getfield picocli.CommandLine$Range.min:I
            invokevirtual picocli.CommandLine$Range.contains:(I)Z
            ifne 1
            aload 1 /* index */
            aload 0 /* this */
            getfield picocli.CommandLine$Range.max:I
            invokevirtual picocli.CommandLine$Range.contains:(I)Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // picocli.CommandLine$Range index
        end local 0 // picocli.CommandLine$Range this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lpicocli/CommandLine$Range;
            0    2     1  index  Lpicocli/CommandLine$Range;
    MethodParameters:
       Name  Flags
      index  

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast picocli.CommandLine$Range
            invokevirtual picocli.CommandLine$Range.compareTo:(Lpicocli/CommandLine$Range;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Lpicocli/CommandLine$Range;>;
SourceFile: "CommandLine.java"
NestHost: picocli.CommandLine
InnerClasses:
  public InitializationException = picocli.CommandLine$InitializationException of picocli.CommandLine
  public final Model = picocli.CommandLine$Model of picocli.CommandLine
  public abstract IAnnotatedElement = picocli.CommandLine$Model$IAnnotatedElement of picocli.CommandLine$Model
  public abstract ITypeInfo = picocli.CommandLine$Model$ITypeInfo of picocli.CommandLine$Model
  TypedMember = picocli.CommandLine$Model$TypedMember of picocli.CommandLine$Model
  public abstract Option = picocli.CommandLine$Option of picocli.CommandLine
  public abstract Parameters = picocli.CommandLine$Parameters of picocli.CommandLine
  public Range = picocli.CommandLine$Range of picocli.CommandLine