public abstract class org.eclipse.jetty.http.pathmap.AbstractPathSpec implements org.eclipse.jetty.http.pathmap.PathSpec
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.eclipse.jetty.http.pathmap.AbstractPathSpec
super_class: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: 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/http/pathmap/AbstractPathSpec;
public int compareTo(org.eclipse.jetty.http.pathmap.PathSpec);
descriptor: (Lorg/eclipse/jetty/http/pathmap/PathSpec;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.jetty.http.pathmap.AbstractPathSpec.getGroup:()Lorg/eclipse/jetty/http/pathmap/PathSpecGroup;
invokevirtual org.eclipse.jetty.http.pathmap.PathSpecGroup.ordinal:()I
aload 1
invokeinterface org.eclipse.jetty.http.pathmap.PathSpec.getGroup:()Lorg/eclipse/jetty/http/pathmap/PathSpecGroup;
invokevirtual org.eclipse.jetty.http.pathmap.PathSpecGroup.ordinal:()I
isub
istore 2
start local 2 1: iload 2
ifeq 3
2: iload 2
ireturn
3: StackMap locals: int
StackMap stack:
aload 1
invokeinterface org.eclipse.jetty.http.pathmap.PathSpec.getSpecLength:()I
aload 0
invokevirtual org.eclipse.jetty.http.pathmap.AbstractPathSpec.getSpecLength:()I
isub
istore 2
4: iload 2
ifeq 6
5: iload 2
ireturn
6: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.jetty.http.pathmap.AbstractPathSpec.getDeclaration:()Ljava/lang/String;
aload 1
invokeinterface org.eclipse.jetty.http.pathmap.PathSpec.getDeclaration:()Ljava/lang/String;
invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/jetty/http/pathmap/AbstractPathSpec;
0 7 1 other Lorg/eclipse/jetty/http/pathmap/PathSpec;
1 7 2 diff I
MethodParameters:
Name Flags
other
public final boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, 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 0
aload 1
checkcast org.eclipse.jetty.http.pathmap.AbstractPathSpec
invokevirtual org.eclipse.jetty.http.pathmap.AbstractPathSpec.compareTo:(Lorg/eclipse/jetty/http/pathmap/PathSpec;)I
ifne 7
iconst_1
ireturn
StackMap locals:
StackMap stack:
7: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/eclipse/jetty/http/pathmap/AbstractPathSpec;
0 8 1 obj Ljava/lang/Object;
MethodParameters:
Name Flags
obj
public final int hashCode();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=1, args_size=1
start local 0 0: iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 0
invokevirtual org.eclipse.jetty.http.pathmap.AbstractPathSpec.getDeclaration:()Ljava/lang/String;
aastore
invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/http/pathmap/AbstractPathSpec;
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 "%s@%s{%s}"
iconst_3
anewarray java.lang.Object
dup
iconst_0
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
aastore
dup
iconst_1
aload 0
invokevirtual org.eclipse.jetty.http.pathmap.AbstractPathSpec.hashCode:()I
invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
aastore
dup
iconst_2
aload 0
invokevirtual org.eclipse.jetty.http.pathmap.AbstractPathSpec.getDeclaration:()Ljava/lang/String;
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/AbstractPathSpec;
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.PathSpec
invokevirtual org.eclipse.jetty.http.pathmap.AbstractPathSpec.compareTo:(Lorg/eclipse/jetty/http/pathmap/PathSpec;)I
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "AbstractPathSpec.java"