final class com.google.protobuf.Protobuf
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.protobuf.Protobuf
  super_class: java.lang.Object
{
  private static final com.google.protobuf.Protobuf INSTANCE;
    descriptor: Lcom/google/protobuf/Protobuf;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final com.google.protobuf.SchemaFactory schemaFactory;
    descriptor: Lcom/google/protobuf/SchemaFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.ConcurrentMap<java.lang.Class<?>, com.google.protobuf.Schema<?>> schemaCache;
    descriptor: Ljava/util/concurrent/ConcurrentMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/concurrent/ConcurrentMap<Ljava/lang/Class<*>;Lcom/google/protobuf/Schema<*>;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 45
            new com.google.protobuf.Protobuf
            dup
            invokespecial com.google.protobuf.Protobuf.<init>:()V
            putstatic com.google.protobuf.Protobuf.INSTANCE:Lcom/google/protobuf/Protobuf;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.google.protobuf.Protobuf getInstance();
    descriptor: ()Lcom/google/protobuf/Protobuf;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 55
            getstatic com.google.protobuf.Protobuf.INSTANCE:Lcom/google/protobuf/Protobuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public <T> void writeTo(T, com.google.protobuf.Writer);
    descriptor: (Ljava/lang/Object;Lcom/google/protobuf/Writer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.Protobuf this
        start local 1 // java.lang.Object message
        start local 2 // com.google.protobuf.Writer writer
         0: .line 60
            aload 0 /* this */
            aload 1 /* message */
            invokevirtual com.google.protobuf.Protobuf.schemaFor:(Ljava/lang/Object;)Lcom/google/protobuf/Schema;
            aload 1 /* message */
            aload 2 /* writer */
            invokeinterface com.google.protobuf.Schema.writeTo:(Ljava/lang/Object;Lcom/google/protobuf/Writer;)V
         1: .line 61
            return
        end local 2 // com.google.protobuf.Writer writer
        end local 1 // java.lang.Object message
        end local 0 // com.google.protobuf.Protobuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/google/protobuf/Protobuf;
            0    2     1  message  TT;
            0    2     2   writer  Lcom/google/protobuf/Writer;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(TT;Lcom/google/protobuf/Writer;)V
    MethodParameters:
         Name  Flags
      message  
      writer   

  public <T> void mergeFrom(T, com.google.protobuf.Reader);
    descriptor: (Ljava/lang/Object;Lcom/google/protobuf/Reader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.google.protobuf.Protobuf this
        start local 1 // java.lang.Object message
        start local 2 // com.google.protobuf.Reader reader
         0: .line 65
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* reader */
            invokestatic com.google.protobuf.ExtensionRegistryLite.getEmptyRegistry:()Lcom/google/protobuf/ExtensionRegistryLite;
            invokevirtual com.google.protobuf.Protobuf.mergeFrom:(Ljava/lang/Object;Lcom/google/protobuf/Reader;Lcom/google/protobuf/ExtensionRegistryLite;)V
         1: .line 66
            return
        end local 2 // com.google.protobuf.Reader reader
        end local 1 // java.lang.Object message
        end local 0 // com.google.protobuf.Protobuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/google/protobuf/Protobuf;
            0    2     1  message  TT;
            0    2     2   reader  Lcom/google/protobuf/Reader;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(TT;Lcom/google/protobuf/Reader;)V
    MethodParameters:
         Name  Flags
      message  
      reader   

  public <T> void mergeFrom(T, com.google.protobuf.Reader, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/lang/Object;Lcom/google/protobuf/Reader;Lcom/google/protobuf/ExtensionRegistryLite;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.google.protobuf.Protobuf this
        start local 1 // java.lang.Object message
        start local 2 // com.google.protobuf.Reader reader
        start local 3 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 71
            aload 0 /* this */
            aload 1 /* message */
            invokevirtual com.google.protobuf.Protobuf.schemaFor:(Ljava/lang/Object;)Lcom/google/protobuf/Schema;
            aload 1 /* message */
            aload 2 /* reader */
            aload 3 /* extensionRegistry */
            invokeinterface com.google.protobuf.Schema.mergeFrom:(Ljava/lang/Object;Lcom/google/protobuf/Reader;Lcom/google/protobuf/ExtensionRegistryLite;)V
         1: .line 72
            return
        end local 3 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 2 // com.google.protobuf.Reader reader
        end local 1 // java.lang.Object message
        end local 0 // com.google.protobuf.Protobuf this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/google/protobuf/Protobuf;
            0    2     1            message  TT;
            0    2     2             reader  Lcom/google/protobuf/Reader;
            0    2     3  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(TT;Lcom/google/protobuf/Reader;Lcom/google/protobuf/ExtensionRegistryLite;)V
    MethodParameters:
                   Name  Flags
      message            
      reader             
      extensionRegistry  

  public <T> void makeImmutable();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Protobuf this
        start local 1 // java.lang.Object message
         0: .line 76
            aload 0 /* this */
            aload 1 /* message */
            invokevirtual com.google.protobuf.Protobuf.schemaFor:(Ljava/lang/Object;)Lcom/google/protobuf/Schema;
            aload 1 /* message */
            invokeinterface com.google.protobuf.Schema.makeImmutable:(Ljava/lang/Object;)V
         1: .line 77
            return
        end local 1 // java.lang.Object message
        end local 0 // com.google.protobuf.Protobuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/google/protobuf/Protobuf;
            0    2     1  message  TT;
    Signature: <T:Ljava/lang/Object;>(TT;)V
    MethodParameters:
         Name  Flags
      message  

  public <T> boolean isInitialized();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Protobuf this
        start local 1 // java.lang.Object message
         0: .line 84
            aload 0 /* this */
            aload 1 /* message */
            invokevirtual com.google.protobuf.Protobuf.schemaFor:(Ljava/lang/Object;)Lcom/google/protobuf/Schema;
            aload 1 /* message */
            invokeinterface com.google.protobuf.Schema.isInitialized:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object message
        end local 0 // com.google.protobuf.Protobuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/google/protobuf/Protobuf;
            0    1     1  message  TT;
    Signature: <T:Ljava/lang/Object;>(TT;)Z
    MethodParameters:
         Name  Flags
      message  

  public <T> com.google.protobuf.Schema<T> schemaFor(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Lcom/google/protobuf/Schema;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.google.protobuf.Protobuf this
        start local 1 // java.lang.Class messageType
         0: .line 89
            aload 1 /* messageType */
            ldc "messageType"
            invokestatic com.google.protobuf.Internal.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 91
            aload 0 /* this */
            getfield com.google.protobuf.Protobuf.schemaCache:Ljava/util/concurrent/ConcurrentMap;
            aload 1 /* messageType */
            invokeinterface java.util.concurrent.ConcurrentMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.protobuf.Schema
            astore 2 /* schema */
        start local 2 // com.google.protobuf.Schema schema
         2: .line 92
            aload 2 /* schema */
            ifnonnull 7
         3: .line 93
            aload 0 /* this */
            getfield com.google.protobuf.Protobuf.schemaFactory:Lcom/google/protobuf/SchemaFactory;
            aload 1 /* messageType */
            invokeinterface com.google.protobuf.SchemaFactory.createSchema:(Ljava/lang/Class;)Lcom/google/protobuf/Schema;
            astore 2 /* schema */
         4: .line 95
            aload 0 /* this */
            aload 1 /* messageType */
            aload 2 /* schema */
            invokevirtual com.google.protobuf.Protobuf.registerSchema:(Ljava/lang/Class;Lcom/google/protobuf/Schema;)Lcom/google/protobuf/Schema;
            astore 3 /* previous */
        start local 3 // com.google.protobuf.Schema previous
         5: .line 96
            aload 3 /* previous */
            ifnull 7
         6: .line 98
            aload 3 /* previous */
            astore 2 /* schema */
        end local 3 // com.google.protobuf.Schema previous
         7: .line 101
      StackMap locals: com.google.protobuf.Schema
      StackMap stack:
            aload 2 /* schema */
            areturn
        end local 2 // com.google.protobuf.Schema schema
        end local 1 // java.lang.Class messageType
        end local 0 // com.google.protobuf.Protobuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lcom/google/protobuf/Protobuf;
            0    8     1  messageType  Ljava/lang/Class<TT;>;
            2    8     2       schema  Lcom/google/protobuf/Schema<TT;>;
            5    7     3     previous  Lcom/google/protobuf/Schema<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)Lcom/google/protobuf/Schema<TT;>;
    MethodParameters:
             Name  Flags
      messageType  

  public <T> com.google.protobuf.Schema<T> schemaFor(T);
    descriptor: (Ljava/lang/Object;)Lcom/google/protobuf/Schema;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.Protobuf this
        start local 1 // java.lang.Object message
         0: .line 107
            aload 0 /* this */
            aload 1 /* message */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual com.google.protobuf.Protobuf.schemaFor:(Ljava/lang/Class;)Lcom/google/protobuf/Schema;
            areturn
        end local 1 // java.lang.Object message
        end local 0 // com.google.protobuf.Protobuf this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/google/protobuf/Protobuf;
            0    1     1  message  TT;
    Signature: <T:Ljava/lang/Object;>(TT;)Lcom/google/protobuf/Schema<TT;>;
    MethodParameters:
         Name  Flags
      message  

  public com.google.protobuf.Schema<?> registerSchema(java.lang.Class<?>, com.google.protobuf.Schema<?>);
    descriptor: (Ljava/lang/Class;Lcom/google/protobuf/Schema;)Lcom/google/protobuf/Schema;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.Protobuf this
        start local 1 // java.lang.Class messageType
        start local 2 // com.google.protobuf.Schema schema
         0: .line 119
            aload 1 /* messageType */
            ldc "messageType"
            invokestatic com.google.protobuf.Internal.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 120
            aload 2 /* schema */
            ldc "schema"
            invokestatic com.google.protobuf.Internal.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         2: .line 121
            aload 0 /* this */
            getfield com.google.protobuf.Protobuf.schemaCache:Ljava/util/concurrent/ConcurrentMap;
            aload 1 /* messageType */
            aload 2 /* schema */
            invokeinterface java.util.concurrent.ConcurrentMap.putIfAbsent:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.protobuf.Schema
            areturn
        end local 2 // com.google.protobuf.Schema schema
        end local 1 // java.lang.Class messageType
        end local 0 // com.google.protobuf.Protobuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/google/protobuf/Protobuf;
            0    3     1  messageType  Ljava/lang/Class<*>;
            0    3     2       schema  Lcom/google/protobuf/Schema<*>;
    Signature: (Ljava/lang/Class<*>;Lcom/google/protobuf/Schema<*>;)Lcom/google/protobuf/Schema<*>;
    MethodParameters:
             Name  Flags
      messageType  
      schema       

  public com.google.protobuf.Schema<?> registerSchemaOverride(java.lang.Class<?>, com.google.protobuf.Schema<?>);
    descriptor: (Ljava/lang/Class;Lcom/google/protobuf/Schema;)Lcom/google/protobuf/Schema;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.Protobuf this
        start local 1 // java.lang.Class messageType
        start local 2 // com.google.protobuf.Schema schema
         0: .line 134
            aload 1 /* messageType */
            ldc "messageType"
            invokestatic com.google.protobuf.Internal.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 135
            aload 2 /* schema */
            ldc "schema"
            invokestatic com.google.protobuf.Internal.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         2: .line 136
            aload 0 /* this */
            getfield com.google.protobuf.Protobuf.schemaCache:Ljava/util/concurrent/ConcurrentMap;
            aload 1 /* messageType */
            aload 2 /* schema */
            invokeinterface java.util.concurrent.ConcurrentMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.protobuf.Schema
            areturn
        end local 2 // com.google.protobuf.Schema schema
        end local 1 // java.lang.Class messageType
        end local 0 // com.google.protobuf.Protobuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/google/protobuf/Protobuf;
            0    3     1  messageType  Ljava/lang/Class<*>;
            0    3     2       schema  Lcom/google/protobuf/Schema<*>;
    Signature: (Ljava/lang/Class<*>;Lcom/google/protobuf/Schema<*>;)Lcom/google/protobuf/Schema<*>;
    MethodParameters:
             Name  Flags
      messageType  
      schema       

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.protobuf.Protobuf this
         0: .line 139
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
         2: .line 51
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putfield com.google.protobuf.Protobuf.schemaCache:Ljava/util/concurrent/ConcurrentMap;
         3: .line 140
            aload 0 /* this */
            new com.google.protobuf.ManifestSchemaFactory
            dup
            invokespecial com.google.protobuf.ManifestSchemaFactory.<init>:()V
            putfield com.google.protobuf.Protobuf.schemaFactory:Lcom/google/protobuf/SchemaFactory;
         4: .line 141
            return
        end local 0 // com.google.protobuf.Protobuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/google/protobuf/Protobuf;

  int getTotalSchemaSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // com.google.protobuf.Protobuf this
         0: .line 144
            iconst_0
            istore 1 /* result */
        start local 1 // int result
         1: .line 145
            aload 0 /* this */
            getfield com.google.protobuf.Protobuf.schemaCache:Ljava/util/concurrent/ConcurrentMap;
            invokeinterface java.util.concurrent.ConcurrentMap.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: com.google.protobuf.Protobuf int top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.google.protobuf.Schema
            astore 2 /* schema */
        start local 2 // com.google.protobuf.Schema schema
         3: .line 146
            aload 2 /* schema */
            instanceof com.google.protobuf.MessageSchema
            ifeq 5
         4: .line 147
            iload 1 /* result */
            aload 2 /* schema */
            checkcast com.google.protobuf.MessageSchema
            invokevirtual com.google.protobuf.MessageSchema.getSchemaSize:()I
            iadd
            istore 1 /* result */
        end local 2 // com.google.protobuf.Schema schema
         5: .line 145
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 150
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // com.google.protobuf.Protobuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/google/protobuf/Protobuf;
            1    7     1  result  I
            3    5     2  schema  Lcom/google/protobuf/Schema<*>;
}
SourceFile: "Protobuf.java"