final class com.google.protobuf.ExtensionRegistryLite$ObjectIntPair
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.protobuf.ExtensionRegistryLite$ObjectIntPair
super_class: java.lang.Object
{
private final java.lang.Object object;
descriptor: Ljava/lang/Object;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int number;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(java.lang.Object, int);
descriptor: (Ljava/lang/Object;I)V
flags: (0x0000)
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 com.google.protobuf.ExtensionRegistryLite$ObjectIntPair.object:Ljava/lang/Object;
2: aload 0
iload 2
putfield com.google.protobuf.ExtensionRegistryLite$ObjectIntPair.number:I
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/ExtensionRegistryLite$ObjectIntPair;
0 4 1 object Ljava/lang/Object;
0 4 2 number I
MethodParameters:
Name Flags
object final
number final
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.ExtensionRegistryLite$ObjectIntPair.object:Ljava/lang/Object;
invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
ldc 65535
imul
aload 0
getfield com.google.protobuf.ExtensionRegistryLite$ObjectIntPair.number:I
iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/ExtensionRegistryLite$ObjectIntPair;
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 1
instanceof com.google.protobuf.ExtensionRegistryLite$ObjectIntPair
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 1
checkcast com.google.protobuf.ExtensionRegistryLite$ObjectIntPair
astore 2
start local 2 3: aload 0
getfield com.google.protobuf.ExtensionRegistryLite$ObjectIntPair.object:Ljava/lang/Object;
aload 2
getfield com.google.protobuf.ExtensionRegistryLite$ObjectIntPair.object:Ljava/lang/Object;
if_acmpne 4
aload 0
getfield com.google.protobuf.ExtensionRegistryLite$ObjectIntPair.number:I
aload 2
getfield com.google.protobuf.ExtensionRegistryLite$ObjectIntPair.number:I
if_icmpne 4
iconst_1
ireturn
StackMap locals: com.google.protobuf.ExtensionRegistryLite$ObjectIntPair
StackMap stack:
4: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/google/protobuf/ExtensionRegistryLite$ObjectIntPair;
0 5 1 obj Ljava/lang/Object;
3 5 2 other Lcom/google/protobuf/ExtensionRegistryLite$ObjectIntPair;
MethodParameters:
Name Flags
obj final
}
SourceFile: "ExtensionRegistryLite.java"
NestHost: com.google.protobuf.ExtensionRegistryLite
InnerClasses:
private final ObjectIntPair = com.google.protobuf.ExtensionRegistryLite$ObjectIntPair of com.google.protobuf.ExtensionRegistryLite