public class org.eclipse.jetty.http.pathmap.MappedResource<E> implements java.lang.Comparable<org.eclipse.jetty.http.pathmap.MappedResource<E>>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.jetty.http.pathmap.MappedResource
super_class: java.lang.Object
{
private final org.eclipse.jetty.http.pathmap.PathSpec pathSpec;
descriptor: Lorg/eclipse/jetty/http/pathmap/PathSpec;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final E resource;
descriptor: Ljava/lang/Object;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: TE;
public void <init>(org.eclipse.jetty.http.pathmap.PathSpec, );
descriptor: (Lorg/eclipse/jetty/http/pathmap/PathSpec;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.eclipse.jetty.http.pathmap.MappedResource.pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
2: aload 0
aload 2
putfield org.eclipse.jetty.http.pathmap.MappedResource.resource:Ljava/lang/Object;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/jetty/http/pathmap/MappedResource<TE;>;
0 4 1 pathSpec Lorg/eclipse/jetty/http/pathmap/PathSpec;
0 4 2 resource TE;
Signature: (Lorg/eclipse/jetty/http/pathmap/PathSpec;TE;)V
MethodParameters:
Name Flags
pathSpec
resource
public int compareTo(org.eclipse.jetty.http.pathmap.MappedResource<E>);
descriptor: (Lorg/eclipse/jetty/http/pathmap/MappedResource;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.jetty.http.pathmap.MappedResource.pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
aload 1
getfield org.eclipse.jetty.http.pathmap.MappedResource.pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
invokevirtual org.eclipse.jetty.http.pathmap.PathSpec.compareTo:(Lorg/eclipse/jetty/http/pathmap/PathSpec;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/http/pathmap/MappedResource<TE;>;
0 1 1 other Lorg/eclipse/jetty/http/pathmap/MappedResource<TE;>;
Signature: (Lorg/eclipse/jetty/http/pathmap/MappedResource<TE;>;)I
MethodParameters:
Name Flags
other
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 start local 1 0: aload 0
aload 1
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
ifnonnull 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
if_acmpeq 6
5: iconst_0
ireturn
6: StackMap locals:
StackMap stack:
aload 1
checkcast org.eclipse.jetty.http.pathmap.MappedResource
astore 2
start local 2 7: aload 0
getfield org.eclipse.jetty.http.pathmap.MappedResource.pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
ifnonnull 10
8: aload 2
getfield org.eclipse.jetty.http.pathmap.MappedResource.pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
ifnull 12
9: iconst_0
ireturn
10: StackMap locals: org.eclipse.jetty.http.pathmap.MappedResource
StackMap stack:
aload 0
getfield org.eclipse.jetty.http.pathmap.MappedResource.pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
aload 2
getfield org.eclipse.jetty.http.pathmap.MappedResource.pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
invokevirtual org.eclipse.jetty.http.pathmap.PathSpec.equals:(Ljava/lang/Object;)Z
ifne 12
11: iconst_0
ireturn
12: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/eclipse/jetty/http/pathmap/MappedResource<TE;>;
0 13 1 obj Ljava/lang/Object;
7 13 2 other Lorg/eclipse/jetty/http/pathmap/MappedResource<*>;
MethodParameters:
Name Flags
obj
public org.eclipse.jetty.http.pathmap.PathSpec getPathSpec();
descriptor: ()Lorg/eclipse/jetty/http/pathmap/PathSpec;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.http.pathmap.MappedResource.pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/http/pathmap/MappedResource<TE;>;
RuntimeVisibleAnnotations:
org.eclipse.jetty.util.annotation.ManagedAttribute(value = "path spec", readonly = true)
public E getResource();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.http.pathmap.MappedResource.resource:Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/http/pathmap/MappedResource<TE;>;
Signature: ()TE;
RuntimeVisibleAnnotations:
org.eclipse.jetty.util.annotation.ManagedAttribute(value = "resource", readonly = true)
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: iconst_1
istore 1
start local 1 1: bipush 31
iload 1
imul
aload 0
getfield org.eclipse.jetty.http.pathmap.MappedResource.pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
ifnonnull 2
iconst_0
goto 3
StackMap locals: org.eclipse.jetty.http.pathmap.MappedResource int
StackMap stack: int
2: aload 0
getfield org.eclipse.jetty.http.pathmap.MappedResource.pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
invokevirtual org.eclipse.jetty.http.pathmap.PathSpec.hashCode:()I
StackMap locals: org.eclipse.jetty.http.pathmap.MappedResource int
StackMap stack: int int
3: iadd
istore 1
4: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/jetty/http/pathmap/MappedResource<TE;>;
1 5 1 result I
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: ldc "MappedResource[pathSpec=%s,resource=%s]"
iconst_2
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield org.eclipse.jetty.http.pathmap.MappedResource.pathSpec:Lorg/eclipse/jetty/http/pathmap/PathSpec;
aastore
dup
iconst_1
aload 0
getfield org.eclipse.jetty.http.pathmap.MappedResource.resource:Ljava/lang/Object;
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/http/pathmap/MappedResource<TE;>;
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: aload 0
aload 1
checkcast org.eclipse.jetty.http.pathmap.MappedResource
invokevirtual org.eclipse.jetty.http.pathmap.MappedResource.compareTo:(Lorg/eclipse/jetty/http/pathmap/MappedResource;)I
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <E:Ljava/lang/Object;>Ljava/lang/Object;Ljava/lang/Comparable<Lorg/eclipse/jetty/http/pathmap/MappedResource<TE;>;>;
SourceFile: "MappedResource.java"
RuntimeVisibleAnnotations:
org.eclipse.jetty.util.annotation.ManagedObject(value = "Mapped Resource")