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 start local 2 0: aload 0
aload 1
putfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.this$0:Lorg/glassfish/jersey/uri/PatternWithGroups;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
putfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.result:Ljava/util/regex/MatchResult;
2: return
end local 2 end local 0 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 0: aload 0
getfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.result:Ljava/util/regex/MatchResult;
invokeinterface java.util.regex.MatchResult.start:()I
ireturn
end local 0 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 start local 1 0: iload 1
aload 0
invokevirtual org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.groupCount:()I
if_icmple 2
1: new java.lang.IndexOutOfBoundsException
dup
invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
iload 1
ifle 3
aload 0
getfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.result:Ljava/util/regex/MatchResult;
aload 0
getfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.this$0:Lorg/glassfish/jersey/uri/PatternWithGroups;
getfield org.glassfish.jersey.uri.PatternWithGroups.groupIndexes:[I
iload 1
iconst_1
isub
iaload
invokeinterface java.util.regex.MatchResult.start:(I)I
goto 4
StackMap locals:
StackMap stack:
3: aload 0
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 end local 0 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 0: aload 0
getfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.result:Ljava/util/regex/MatchResult;
invokeinterface java.util.regex.MatchResult.end:()I
ireturn
end local 0 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 start local 1 0: iload 1
aload 0
invokevirtual org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.groupCount:()I
if_icmple 2
1: new java.lang.IndexOutOfBoundsException
dup
invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
iload 1
ifle 3
aload 0
getfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.result:Ljava/util/regex/MatchResult;
aload 0
getfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.this$0:Lorg/glassfish/jersey/uri/PatternWithGroups;
getfield org.glassfish.jersey.uri.PatternWithGroups.groupIndexes:[I
iload 1
iconst_1
isub
iaload
invokeinterface java.util.regex.MatchResult.end:(I)I
goto 4
StackMap locals:
StackMap stack:
3: aload 0
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 end local 0 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 0: aload 0
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 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 start local 1 0: iload 1
aload 0
invokevirtual org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.groupCount:()I
if_icmple 2
1: new java.lang.IndexOutOfBoundsException
dup
invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
iload 1
ifle 3
aload 0
getfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.result:Ljava/util/regex/MatchResult;
aload 0
getfield org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult.this$0:Lorg/glassfish/jersey/uri/PatternWithGroups;
getfield org.glassfish.jersey.uri.PatternWithGroups.groupIndexes:[I
iload 1
iconst_1
isub
iaload
invokeinterface java.util.regex.MatchResult.group:(I)Ljava/lang/String;
goto 4
StackMap locals:
StackMap stack:
3: aload 0
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 end local 0 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 0: aload 0
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 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