public class com.google.protobuf.ExtensionRegistryLite
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.google.protobuf.ExtensionRegistryLite
  super_class: java.lang.Object
{
  private static volatile boolean eagerlyParseMessageSets;
    descriptor: Z
    flags: (0x004a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE

  private static boolean doFullRuntimeInheritanceCheck;
    descriptor: Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static final java.lang.String EXTENSION_CLASS_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "com.google.protobuf.Extension"

  private static final java.lang.Class<?> extensionClass;
    descriptor: Ljava/lang/Class;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  private static volatile com.google.protobuf.ExtensionRegistryLite emptyRegistry;
    descriptor: Lcom/google/protobuf/ExtensionRegistryLite;
    flags: (0x004a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE

  static final com.google.protobuf.ExtensionRegistryLite EMPTY_REGISTRY_LITE;
    descriptor: Lcom/google/protobuf/ExtensionRegistryLite;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private final java.util.Map<com.google.protobuf.ExtensionRegistryLite$ObjectIntPair, com.google.protobuf.GeneratedMessageLite$GeneratedExtension<?, ?>> extensionsByNumber;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Lcom/google/protobuf/ExtensionRegistryLite$ObjectIntPair;Lcom/google/protobuf/GeneratedMessageLite$GeneratedExtension<**>;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 77
            iconst_0
            putstatic com.google.protobuf.ExtensionRegistryLite.eagerlyParseMessageSets:Z
         1: .line 81
            iconst_1
            putstatic com.google.protobuf.ExtensionRegistryLite.doFullRuntimeInheritanceCheck:Z
         2: .line 97
            invokestatic com.google.protobuf.ExtensionRegistryLite.resolveExtensionClass:()Ljava/lang/Class;
            putstatic com.google.protobuf.ExtensionRegistryLite.extensionClass:Ljava/lang/Class;
         3: .line 197
            new com.google.protobuf.ExtensionRegistryLite
            dup
            iconst_1
            invokespecial com.google.protobuf.ExtensionRegistryLite.<init>:(Z)V
            putstatic com.google.protobuf.ExtensionRegistryLite.EMPTY_REGISTRY_LITE:Lcom/google/protobuf/ExtensionRegistryLite;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.Class<?> resolveExtensionClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 89
            ldc "com.google.protobuf.Extension"
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
         1: areturn
         2: .line 90
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
            pop
         3: .line 92
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.ClassNotFoundException
    Signature: ()Ljava/lang/Class<*>;

  public static boolean isEagerlyParseMessageSets();
    descriptor: ()Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 100
            getstatic com.google.protobuf.ExtensionRegistryLite.eagerlyParseMessageSets:Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static void setEagerlyParseMessageSets(boolean);
    descriptor: (Z)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // boolean isEagerlyParse
         0: .line 104
            iload 0 /* isEagerlyParse */
            putstatic com.google.protobuf.ExtensionRegistryLite.eagerlyParseMessageSets:Z
         1: .line 105
            return
        end local 0 // boolean isEagerlyParse
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0  isEagerlyParse  Z
    MethodParameters:
                Name  Flags
      isEagerlyParse  

  public static com.google.protobuf.ExtensionRegistryLite newInstance();
    descriptor: ()Lcom/google/protobuf/ExtensionRegistryLite;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 114
            getstatic com.google.protobuf.ExtensionRegistryLite.doFullRuntimeInheritanceCheck:Z
            ifeq 2
         1: .line 115
            invokestatic com.google.protobuf.ExtensionRegistryFactory.create:()Lcom/google/protobuf/ExtensionRegistryLite;
            goto 3
         2: .line 116
      StackMap locals:
      StackMap stack:
            new com.google.protobuf.ExtensionRegistryLite
            dup
            invokespecial com.google.protobuf.ExtensionRegistryLite.<init>:()V
         3: .line 114
      StackMap locals:
      StackMap stack: com.google.protobuf.ExtensionRegistryLite
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.google.protobuf.ExtensionRegistryLite getEmptyRegistry();
    descriptor: ()Lcom/google/protobuf/ExtensionRegistryLite;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=0
         0: .line 126
            getstatic com.google.protobuf.ExtensionRegistryLite.emptyRegistry:Lcom/google/protobuf/ExtensionRegistryLite;
            astore 0 /* result */
        start local 0 // com.google.protobuf.ExtensionRegistryLite result
         1: .line 127
            aload 0 /* result */
            ifnonnull 14
         2: .line 128
            ldc Lcom/google/protobuf/ExtensionRegistryLite;
            dup
            astore 1
            monitorenter
         3: .line 129
            getstatic com.google.protobuf.ExtensionRegistryLite.emptyRegistry:Lcom/google/protobuf/ExtensionRegistryLite;
            astore 0 /* result */
         4: .line 130
            aload 0 /* result */
            ifnonnull 10
         5: .line 133
            getstatic com.google.protobuf.ExtensionRegistryLite.doFullRuntimeInheritanceCheck:Z
            ifeq 7
         6: .line 134
            invokestatic com.google.protobuf.ExtensionRegistryFactory.createEmpty:()Lcom/google/protobuf/ExtensionRegistryLite;
            goto 8
         7: .line 135
      StackMap locals: com.google.protobuf.ExtensionRegistryLite java.lang.Class
      StackMap stack:
            getstatic com.google.protobuf.ExtensionRegistryLite.EMPTY_REGISTRY_LITE:Lcom/google/protobuf/ExtensionRegistryLite;
         8: .line 132
      StackMap locals:
      StackMap stack: com.google.protobuf.ExtensionRegistryLite
            dup
            putstatic com.google.protobuf.ExtensionRegistryLite.emptyRegistry:Lcom/google/protobuf/ExtensionRegistryLite;
         9: .line 131
            astore 0 /* result */
        10: .line 128
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
        11: goto 14
      StackMap locals:
      StackMap stack: java.lang.Throwable
        12: aload 1
            monitorexit
        13: athrow
        14: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* result */
            areturn
        end local 0 // com.google.protobuf.ExtensionRegistryLite result
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            1   15     0  result  Lcom/google/protobuf/ExtensionRegistryLite;
      Exception table:
        from    to  target  type
           3    11      12  any
          12    13      12  any

  public com.google.protobuf.ExtensionRegistryLite getUnmodifiable();
    descriptor: ()Lcom/google/protobuf/ExtensionRegistryLite;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.protobuf.ExtensionRegistryLite this
         0: .line 145
            new com.google.protobuf.ExtensionRegistryLite
            dup
            aload 0 /* this */
            invokespecial com.google.protobuf.ExtensionRegistryLite.<init>:(Lcom/google/protobuf/ExtensionRegistryLite;)V
            areturn
        end local 0 // com.google.protobuf.ExtensionRegistryLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/ExtensionRegistryLite;

  public <ContainingType extends com.google.protobuf.MessageLite> com.google.protobuf.GeneratedMessageLite$GeneratedExtension<ContainingType, ?> findLiteExtensionByNumber(ContainingType, int);
    descriptor: (Lcom/google/protobuf/MessageLite;I)Lcom/google/protobuf/GeneratedMessageLite$GeneratedExtension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.google.protobuf.ExtensionRegistryLite this
        start local 1 // com.google.protobuf.MessageLite containingTypeDefaultInstance
        start local 2 // int fieldNumber
         0: .line 158
            aload 0 /* this */
            getfield com.google.protobuf.ExtensionRegistryLite.extensionsByNumber:Ljava/util/Map;
            new com.google.protobuf.ExtensionRegistryLite$ObjectIntPair
            dup
            aload 1 /* containingTypeDefaultInstance */
            iload 2 /* fieldNumber */
            invokespecial com.google.protobuf.ExtensionRegistryLite$ObjectIntPair.<init>:(Ljava/lang/Object;I)V
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.protobuf.GeneratedMessageLite$GeneratedExtension
         1: .line 157
            areturn
        end local 2 // int fieldNumber
        end local 1 // com.google.protobuf.MessageLite containingTypeDefaultInstance
        end local 0 // com.google.protobuf.ExtensionRegistryLite this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    2     0                           this  Lcom/google/protobuf/ExtensionRegistryLite;
            0    2     1  containingTypeDefaultInstance  TContainingType;
            0    2     2                    fieldNumber  I
    Signature: <ContainingType::Lcom/google/protobuf/MessageLite;>(TContainingType;I)Lcom/google/protobuf/GeneratedMessageLite$GeneratedExtension<TContainingType;*>;
    MethodParameters:
                               Name  Flags
      containingTypeDefaultInstance  final
      fieldNumber                    final

  public final void add(com.google.protobuf.GeneratedMessageLite$GeneratedExtension<?, ?>);
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite$GeneratedExtension;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.google.protobuf.ExtensionRegistryLite this
        start local 1 // com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension
         0: .line 163
            aload 0 /* this */
            getfield com.google.protobuf.ExtensionRegistryLite.extensionsByNumber:Ljava/util/Map;
         1: .line 164
            new com.google.protobuf.ExtensionRegistryLite$ObjectIntPair
            dup
            aload 1 /* extension */
            invokevirtual com.google.protobuf.GeneratedMessageLite$GeneratedExtension.getContainingTypeDefaultInstance:()Lcom/google/protobuf/MessageLite;
            aload 1 /* extension */
            invokevirtual com.google.protobuf.GeneratedMessageLite$GeneratedExtension.getNumber:()I
            invokespecial com.google.protobuf.ExtensionRegistryLite$ObjectIntPair.<init>:(Ljava/lang/Object;I)V
         2: .line 165
            aload 1 /* extension */
         3: .line 163
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 166
            return
        end local 1 // com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension
        end local 0 // com.google.protobuf.ExtensionRegistryLite this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/google/protobuf/ExtensionRegistryLite;
            0    5     1  extension  Lcom/google/protobuf/GeneratedMessageLite$GeneratedExtension<**>;
    Signature: (Lcom/google/protobuf/GeneratedMessageLite$GeneratedExtension<**>;)V
    MethodParameters:
           Name  Flags
      extension  final

  public final void add(com.google.protobuf.ExtensionLite<?, ?>);
    descriptor: (Lcom/google/protobuf/ExtensionLite;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // com.google.protobuf.ExtensionRegistryLite this
        start local 1 // com.google.protobuf.ExtensionLite extension
         0: .line 173
            ldc Lcom/google/protobuf/GeneratedMessageLite$GeneratedExtension;
            aload 1 /* extension */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 2
         1: .line 174
            aload 0 /* this */
            aload 1 /* extension */
            checkcast com.google.protobuf.GeneratedMessageLite$GeneratedExtension
            invokevirtual com.google.protobuf.ExtensionRegistryLite.add:(Lcom/google/protobuf/GeneratedMessageLite$GeneratedExtension;)V
         2: .line 176
      StackMap locals:
      StackMap stack:
            getstatic com.google.protobuf.ExtensionRegistryLite.doFullRuntimeInheritanceCheck:Z
            ifeq 9
            aload 0 /* this */
            invokestatic com.google.protobuf.ExtensionRegistryFactory.isFullRegistry:(Lcom/google/protobuf/ExtensionRegistryLite;)Z
            ifeq 9
         3: .line 178
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc "add"
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            getstatic com.google.protobuf.ExtensionRegistryLite.extensionClass:Ljava/lang/Class;
            aastore
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            aload 0 /* this */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* extension */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 179
            goto 9
      StackMap locals:
      StackMap stack: java.lang.Exception
         5: astore 2 /* e */
        start local 2 // java.lang.Exception e
         6: .line 180
            new java.lang.IllegalArgumentException
            dup
         7: .line 181
            ldc "Could not invoke ExtensionRegistry#add for %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* extension */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            aload 2 /* e */
         8: .line 180
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Exception e
         9: .line 184
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.google.protobuf.ExtensionLite extension
        end local 0 // com.google.protobuf.ExtensionRegistryLite this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lcom/google/protobuf/ExtensionRegistryLite;
            0   10     1  extension  Lcom/google/protobuf/ExtensionLite<**>;
            6    9     2          e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.Exception
    Signature: (Lcom/google/protobuf/ExtensionLite<**>;)V
    MethodParameters:
           Name  Flags
      extension  

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.protobuf.ExtensionRegistryLite this
         0: .line 192
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 193
            aload 0 /* this */
         2: .line 194
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
         3: .line 193
            putfield com.google.protobuf.ExtensionRegistryLite.extensionsByNumber:Ljava/util/Map;
         4: .line 195
            return
        end local 0 // com.google.protobuf.ExtensionRegistryLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/google/protobuf/ExtensionRegistryLite;

  void <init>(com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/ExtensionRegistryLite;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.ExtensionRegistryLite this
        start local 1 // com.google.protobuf.ExtensionRegistryLite other
         0: .line 199
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 200
            aload 1 /* other */
            getstatic com.google.protobuf.ExtensionRegistryLite.EMPTY_REGISTRY_LITE:Lcom/google/protobuf/ExtensionRegistryLite;
            if_acmpne 4
         2: .line 201
            aload 0 /* this */
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            putfield com.google.protobuf.ExtensionRegistryLite.extensionsByNumber:Ljava/util/Map;
         3: .line 202
            goto 5
         4: .line 203
      StackMap locals: com.google.protobuf.ExtensionRegistryLite com.google.protobuf.ExtensionRegistryLite
      StackMap stack:
            aload 0 /* this */
            aload 1 /* other */
            getfield com.google.protobuf.ExtensionRegistryLite.extensionsByNumber:Ljava/util/Map;
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            putfield com.google.protobuf.ExtensionRegistryLite.extensionsByNumber:Ljava/util/Map;
         5: .line 205
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.google.protobuf.ExtensionRegistryLite other
        end local 0 // com.google.protobuf.ExtensionRegistryLite this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/google/protobuf/ExtensionRegistryLite;
            0    6     1  other  Lcom/google/protobuf/ExtensionRegistryLite;
    MethodParameters:
       Name  Flags
      other  

  void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.ExtensionRegistryLite this
        start local 1 // boolean empty
         0: .line 210
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 211
            aload 0 /* this */
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            putfield com.google.protobuf.ExtensionRegistryLite.extensionsByNumber:Ljava/util/Map;
         2: .line 212
            return
        end local 1 // boolean empty
        end local 0 // com.google.protobuf.ExtensionRegistryLite this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/protobuf/ExtensionRegistryLite;
            0    3     1  empty  Z
    MethodParameters:
       Name  Flags
      empty  
}
SourceFile: "ExtensionRegistryLite.java"
NestMembers:
  com.google.protobuf.ExtensionRegistryLite$ObjectIntPair
InnerClasses:
  private final ObjectIntPair = com.google.protobuf.ExtensionRegistryLite$ObjectIntPair of com.google.protobuf.ExtensionRegistryLite
  public GeneratedExtension = com.google.protobuf.GeneratedMessageLite$GeneratedExtension of com.google.protobuf.GeneratedMessageLite