final class com.google.protobuf.ExtensionRegistryFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.protobuf.ExtensionRegistryFactory
  super_class: java.lang.Object
{
  static final java.lang.String FULL_REGISTRY_CLASS_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "com.google.protobuf.ExtensionRegistry"

  static final java.lang.Class<?> EXTENSION_REGISTRY_CLASS;
    descriptor: Ljava/lang/Class;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 47
            invokestatic com.google.protobuf.ExtensionRegistryFactory.reflectExtensionRegistry:()Ljava/lang/Class;
            putstatic com.google.protobuf.ExtensionRegistryFactory.EXTENSION_REGISTRY_CLASS:Ljava/lang/Class;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.ExtensionRegistryFactory this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.protobuf.ExtensionRegistryFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/ExtensionRegistryFactory;

  static java.lang.Class<?> reflectExtensionRegistry();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 52
            ldc "com.google.protobuf.ExtensionRegistry"
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
         1: areturn
         2: .line 53
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
            pop
         3: .line 56
            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 com.google.protobuf.ExtensionRegistryLite create();
    descriptor: ()Lcom/google/protobuf/ExtensionRegistryLite;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 62
            getstatic com.google.protobuf.ExtensionRegistryFactory.EXTENSION_REGISTRY_CLASS:Ljava/lang/Class;
            ifnull 4
         1: .line 64
            ldc "newInstance"
            invokestatic com.google.protobuf.ExtensionRegistryFactory.invokeSubclassFactory:(Ljava/lang/String;)Lcom/google/protobuf/ExtensionRegistryLite;
         2: areturn
         3: .line 65
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         4: .line 69
      StackMap locals:
      StackMap stack:
            new com.google.protobuf.ExtensionRegistryLite
            dup
            invokespecial com.google.protobuf.ExtensionRegistryLite.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception

  public static com.google.protobuf.ExtensionRegistryLite createEmpty();
    descriptor: ()Lcom/google/protobuf/ExtensionRegistryLite;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 74
            getstatic com.google.protobuf.ExtensionRegistryFactory.EXTENSION_REGISTRY_CLASS:Ljava/lang/Class;
            ifnull 4
         1: .line 76
            ldc "getEmptyRegistry"
            invokestatic com.google.protobuf.ExtensionRegistryFactory.invokeSubclassFactory:(Ljava/lang/String;)Lcom/google/protobuf/ExtensionRegistryLite;
         2: areturn
         3: .line 77
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         4: .line 81
      StackMap locals:
      StackMap stack:
            getstatic com.google.protobuf.ExtensionRegistryLite.EMPTY_REGISTRY_LITE:Lcom/google/protobuf/ExtensionRegistryLite;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception

  static boolean isFullRegistry(com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/ExtensionRegistryLite;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.ExtensionRegistryLite registry
         0: .line 86
            getstatic com.google.protobuf.ExtensionRegistryFactory.EXTENSION_REGISTRY_CLASS:Ljava/lang/Class;
            ifnull 3
         1: .line 87
            getstatic com.google.protobuf.ExtensionRegistryFactory.EXTENSION_REGISTRY_CLASS:Ljava/lang/Class;
            aload 0 /* registry */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 3
         2: .line 86
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // com.google.protobuf.ExtensionRegistryLite registry
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0  registry  Lcom/google/protobuf/ExtensionRegistryLite;
    MethodParameters:
          Name  Flags
      registry  

  private static final com.google.protobuf.ExtensionRegistryLite invokeSubclassFactory(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/google/protobuf/ExtensionRegistryLite;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.String methodName
         0: .line 93
            getstatic com.google.protobuf.ExtensionRegistryFactory.EXTENSION_REGISTRY_CLASS:Ljava/lang/Class;
            aload 0 /* methodName */
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getDeclaredMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            aconst_null
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 92
            checkcast com.google.protobuf.ExtensionRegistryLite
            areturn
        end local 0 // java.lang.String methodName
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0  methodName  Ljava/lang/String;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
            Name  Flags
      methodName  
}
SourceFile: "ExtensionRegistryFactory.java"