class org.eclipse.jetty.server.Request$2 implements javax.servlet.http.HttpServletMapping
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.jetty.server.Request$2
super_class: java.lang.Object
{
final org.eclipse.jetty.server.Request this$0;
descriptor: Lorg/eclipse/jetty/server/Request;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.lang.String val$mapping;
descriptor: Ljava/lang/String;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final org.eclipse.jetty.http.pathmap.PathSpec val$pathSpec;
descriptor: Lorg/eclipse/jetty/http/pathmap/PathSpec;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final javax.servlet.http.MappingMatch val$match;
descriptor: Ljavax/servlet/http/MappingMatch;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.eclipse.jetty.server.Request, java.lang.String, org.eclipse.jetty.http.pathmap.PathSpec, javax.servlet.http.MappingMatch);
descriptor: (Lorg/eclipse/jetty/server/Request;Ljava/lang/String;Lorg/eclipse/jetty/http/pathmap/PathSpec;Ljavax/servlet/http/MappingMatch;)V
flags: (0x0000)
Code:
stack=2, locals=5, args_size=5
start local 0 0: aload 0
aload 1
putfield org.eclipse.jetty.server.Request$2.this$0:Lorg/eclipse/jetty/server/Request;
aload 0
aload 2
putfield org.eclipse.jetty.server.Request$2.val$mapping:Ljava/lang/String;
aload 0
aload 3
putfield org.eclipse.jetty.server.Request$2.val$pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
aload 0
aload 4
putfield org.eclipse.jetty.server.Request$2.val$match:Ljavax/servlet/http/MappingMatch;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/server/Request$2;
MethodParameters:
Name Flags
this$0 final
val$mapping final
val$pathSpec final
val$match final
public java.lang.String getMatchValue();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.server.Request$2.val$mapping:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/server/Request$2;
public java.lang.String getPattern();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.server.Request$2.val$pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
ifnull 2
1: aload 0
getfield org.eclipse.jetty.server.Request$2.val$pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
invokevirtual org.eclipse.jetty.http.pathmap.PathSpec.toString:()Ljava/lang/String;
pop
2: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jetty/server/Request$2;
public java.lang.String getServletName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.server.Request$2.this$0:Lorg/eclipse/jetty/server/Request;
invokevirtual org.eclipse.jetty.server.Request.getServletName:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/server/Request$2;
public javax.servlet.http.MappingMatch getMappingMatch();
descriptor: ()Ljavax/servlet/http/MappingMatch;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.server.Request$2.val$match:Ljavax/servlet/http/MappingMatch;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/server/Request$2;
}
SourceFile: "Request.java"
EnclosingMethod: org.eclipse.jetty.server.Request.getHttpServletMapping:()Ljavax/servlet/http/HttpServletMapping;
NestHost: org.eclipse.jetty.server.Request
InnerClasses:
org.eclipse.jetty.server.Request$2