final class com.google.protobuf.ExtensionSchemas
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.protobuf.ExtensionSchemas
  super_class: java.lang.Object
{
  private static final com.google.protobuf.ExtensionSchema<?> LITE_SCHEMA;
    descriptor: Lcom/google/protobuf/ExtensionSchema;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/google/protobuf/ExtensionSchema<*>;

  private static final com.google.protobuf.ExtensionSchema<?> FULL_SCHEMA;
    descriptor: Lcom/google/protobuf/ExtensionSchema;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/google/protobuf/ExtensionSchema<*>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 34
            new com.google.protobuf.ExtensionSchemaLite
            dup
            invokespecial com.google.protobuf.ExtensionSchemaLite.<init>:()V
            putstatic com.google.protobuf.ExtensionSchemas.LITE_SCHEMA:Lcom/google/protobuf/ExtensionSchema;
         1: .line 35
            invokestatic com.google.protobuf.ExtensionSchemas.loadSchemaForFullRuntime:()Lcom/google/protobuf/ExtensionSchema;
            putstatic com.google.protobuf.ExtensionSchemas.FULL_SCHEMA:Lcom/google/protobuf/ExtensionSchema;
            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.ExtensionSchemas this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.protobuf.ExtensionSchemas this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/ExtensionSchemas;

  private static com.google.protobuf.ExtensionSchema<?> loadSchemaForFullRuntime();
    descriptor: ()Lcom/google/protobuf/ExtensionSchema;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 39
            ldc "com.google.protobuf.ExtensionSchemaFull"
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
            astore 0 /* clazz */
        start local 0 // java.lang.Class clazz
         1: .line 40
            aload 0 /* clazz */
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getDeclaredConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.protobuf.ExtensionSchema
         2: areturn
        end local 0 // java.lang.Class clazz
         3: .line 41
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         4: .line 42
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            1    3     0  clazz  Ljava/lang/Class<*>;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.Exception
    Signature: ()Lcom/google/protobuf/ExtensionSchema<*>;

  static com.google.protobuf.ExtensionSchema<?> lite();
    descriptor: ()Lcom/google/protobuf/ExtensionSchema;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 47
            getstatic com.google.protobuf.ExtensionSchemas.LITE_SCHEMA:Lcom/google/protobuf/ExtensionSchema;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Lcom/google/protobuf/ExtensionSchema<*>;

  static com.google.protobuf.ExtensionSchema<?> full();
    descriptor: ()Lcom/google/protobuf/ExtensionSchema;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 51
            getstatic com.google.protobuf.ExtensionSchemas.FULL_SCHEMA:Lcom/google/protobuf/ExtensionSchema;
            ifnonnull 2
         1: .line 52
            new java.lang.IllegalStateException
            dup
            ldc "Protobuf runtime is not correctly loaded."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 54
      StackMap locals:
      StackMap stack:
            getstatic com.google.protobuf.ExtensionSchemas.FULL_SCHEMA:Lcom/google/protobuf/ExtensionSchema;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Lcom/google/protobuf/ExtensionSchema<*>;
}
SourceFile: "ExtensionSchemas.java"