final class org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult implements java.util.regex.MatchResult
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult
  super_class: java.lang.Object
{
  private final java.util.regex.MatchResult result;
    descriptor: Ljava/util/regex/MatchResult;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.glassfish.jersey.uri.PatternWithGroups this$0;
    descriptor: Lorg/glassfish/jersey/uri/PatternWithGroups;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.glassfish.jersey.uri.PatternWithGroups, java.util.regex.MatchResult);
    descriptor: (Lorg/glassfish/jersey/uri/PatternWithGroups;Ljava/util/regex/MatchResult;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult this
        start local 2 // java.util.regex.MatchResult r
         0: .line 194
            aload 0 /* this */
            aload 1
            putfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.this$0:Lorg/glassfish/jersey/uri/PatternWithGroups;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 195
            aload 0 /* this */
            aload 2 /* r */
            putfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.result:Ljava/util/regex/MatchResult;
         2: .line 196
            return
        end local 2 // java.util.regex.MatchResult r
        end local 0 // org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/jersey/uri/PatternWithGroups$GroupIndexMatchResult;
            0    3     2     r  Ljava/util/regex/MatchResult;
    MethodParameters:
        Name  Flags
      this$0  final
      r       final

  public int start();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult this
         0: .line 200
            aload 0 /* this */
            getfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.result:Ljava/util/regex/MatchResult;
            invokeinterface java.util.regex.MatchResult.start:()I
            ireturn
        end local 0 // org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/uri/PatternWithGroups$GroupIndexMatchResult;

  public int start(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult this
        start local 1 // int group
         0: .line 205
            iload 1 /* group */
            aload 0 /* this */
            invokevirtual org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.groupCount:()I
            if_icmple 2
         1: .line 206
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 209
      StackMap locals:
      StackMap stack:
            iload 1 /* group */
            ifle 3
            aload 0 /* this */
            getfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.result:Ljava/util/regex/MatchResult;
            aload 0 /* this */
            getfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.this$0:Lorg/glassfish/jersey/uri/PatternWithGroups;
            getfield org.glassfish.jersey.uri.PatternWithGroups.groupIndexes:[I
            iload 1 /* group */
            iconst_1
            isub
            iaload
            invokeinterface java.util.regex.MatchResult.start:(I)I
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.result:Ljava/util/regex/MatchResult;
            invokeinterface java.util.regex.MatchResult.start:()I
      StackMap locals:
      StackMap stack: int
         4: ireturn
        end local 1 // int group
        end local 0 // org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/glassfish/jersey/uri/PatternWithGroups$GroupIndexMatchResult;
            0    5     1  group  I
    MethodParameters:
       Name  Flags
      group  final

  public int end();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult this
         0: .line 214
            aload 0 /* this */
            getfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.result:Ljava/util/regex/MatchResult;
            invokeinterface java.util.regex.MatchResult.end:()I
            ireturn
        end local 0 // org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/uri/PatternWithGroups$GroupIndexMatchResult;

  public int end(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult this
        start local 1 // int group
         0: .line 219
            iload 1 /* group */
            aload 0 /* this */
            invokevirtual org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.groupCount:()I
            if_icmple 2
         1: .line 220
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 223
      StackMap locals:
      StackMap stack:
            iload 1 /* group */
            ifle 3
            aload 0 /* this */
            getfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.result:Ljava/util/regex/MatchResult;
            aload 0 /* this */
            getfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.this$0:Lorg/glassfish/jersey/uri/PatternWithGroups;
            getfield org.glassfish.jersey.uri.PatternWithGroups.groupIndexes:[I
            iload 1 /* group */
            iconst_1
            isub
            iaload
            invokeinterface java.util.regex.MatchResult.end:(I)I
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.result:Ljava/util/regex/MatchResult;
            invokeinterface java.util.regex.MatchResult.end:()I
      StackMap locals:
      StackMap stack: int
         4: ireturn
        end local 1 // int group
        end local 0 // org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/glassfish/jersey/uri/PatternWithGroups$GroupIndexMatchResult;
            0    5     1  group  I
    MethodParameters:
       Name  Flags
      group  final

  public java.lang.String group();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult this
         0: .line 228
            aload 0 /* this */
            getfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.result:Ljava/util/regex/MatchResult;
            invokeinterface java.util.regex.MatchResult.group:()Ljava/lang/String;
            areturn
        end local 0 // org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/uri/PatternWithGroups$GroupIndexMatchResult;

  public java.lang.String group(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult this
        start local 1 // int group
         0: .line 233
            iload 1 /* group */
            aload 0 /* this */
            invokevirtual org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.groupCount:()I
            if_icmple 2
         1: .line 234
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 237
      StackMap locals:
      StackMap stack:
            iload 1 /* group */
            ifle 3
            aload 0 /* this */
            getfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.result:Ljava/util/regex/MatchResult;
            aload 0 /* this */
            getfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.this$0:Lorg/glassfish/jersey/uri/PatternWithGroups;
            getfield org.glassfish.jersey.uri.PatternWithGroups.groupIndexes:[I
            iload 1 /* group */
            iconst_1
            isub
            iaload
            invokeinterface java.util.regex.MatchResult.group:(I)Ljava/lang/String;
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.result:Ljava/util/regex/MatchResult;
            invokeinterface java.util.regex.MatchResult.group:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         4: areturn
        end local 1 // int group
        end local 0 // org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/glassfish/jersey/uri/PatternWithGroups$GroupIndexMatchResult;
            0    5     1  group  I
    MethodParameters:
       Name  Flags
      group  final

  public int groupCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult this
         0: .line 242
            aload 0 /* this */
            getfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.this$0:Lorg/glassfish/jersey/uri/PatternWithGroups;
            getfield org.glassfish.jersey.uri.PatternWithGroups.groupIndexes:[I
            arraylength
            ireturn
        end local 0 // org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/uri/PatternWithGroups$GroupIndexMatchResult;
}
SourceFile: "PatternWithGroups.java"
NestHost: org.glassfish.jersey.uri.PatternWithGroups
InnerClasses:
  private final GroupIndexMatchResult = org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult of org.glassfish.jersey.uri.PatternWithGroups