final class com.google.protobuf.ListFieldSchema$ListFieldSchemaLite extends com.google.protobuf.ListFieldSchema
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.protobuf.ListFieldSchema$ListFieldSchemaLite
  super_class: com.google.protobuf.ListFieldSchema
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.ListFieldSchema$ListFieldSchemaLite this
         0: .line 146
            aload 0 /* this */
            invokespecial com.google.protobuf.ListFieldSchema.<init>:()V
            return
        end local 0 // com.google.protobuf.ListFieldSchema$ListFieldSchemaLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/ListFieldSchema$ListFieldSchemaLite;

  <L> java.util.List<L> mutableListAt(, long);
    descriptor: (Ljava/lang/Object;J)Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // com.google.protobuf.ListFieldSchema$ListFieldSchemaLite this
        start local 1 // java.lang.Object message
        start local 2 // long offset
         0: .line 150
            aload 1 /* message */
            lload 2 /* offset */
            invokestatic com.google.protobuf.ListFieldSchema$ListFieldSchemaLite.getProtobufList:(Ljava/lang/Object;J)Lcom/google/protobuf/Internal$ProtobufList;
            astore 4 /* list */
        start local 4 // com.google.protobuf.Internal$ProtobufList list
         1: .line 151
            aload 4 /* list */
            invokeinterface com.google.protobuf.Internal$ProtobufList.isModifiable:()Z
            ifne 9
         2: .line 152
            aload 4 /* list */
            invokeinterface com.google.protobuf.Internal$ProtobufList.size:()I
            istore 5 /* size */
        start local 5 // int size
         3: .line 154
            aload 4 /* list */
         4: .line 155
            iload 5 /* size */
            ifne 5
            bipush 10
            goto 6
      StackMap locals: com.google.protobuf.ListFieldSchema$ListFieldSchemaLite java.lang.Object long com.google.protobuf.Internal$ProtobufList int
      StackMap stack: com.google.protobuf.Internal$ProtobufList
         5: iload 5 /* size */
            iconst_2
            imul
         6: .line 154
      StackMap locals: com.google.protobuf.ListFieldSchema$ListFieldSchemaLite java.lang.Object long com.google.protobuf.Internal$ProtobufList int
      StackMap stack: com.google.protobuf.Internal$ProtobufList int
            invokeinterface com.google.protobuf.Internal$ProtobufList.mutableCopyWithCapacity:(I)Lcom/google/protobuf/Internal$ProtobufList;
         7: .line 153
            astore 4 /* list */
         8: .line 156
            aload 1 /* message */
            lload 2 /* offset */
            aload 4 /* list */
            invokestatic com.google.protobuf.UnsafeUtil.putObject:(Ljava/lang/Object;JLjava/lang/Object;)V
        end local 5 // int size
         9: .line 158
      StackMap locals:
      StackMap stack:
            aload 4 /* list */
            areturn
        end local 4 // com.google.protobuf.Internal$ProtobufList list
        end local 2 // long offset
        end local 1 // java.lang.Object message
        end local 0 // com.google.protobuf.ListFieldSchema$ListFieldSchemaLite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lcom/google/protobuf/ListFieldSchema$ListFieldSchemaLite;
            0   10     1  message  Ljava/lang/Object;
            0   10     2   offset  J
            1   10     4     list  Lcom/google/protobuf/Internal$ProtobufList<TL;>;
            3    9     5     size  I
    Signature: <L:Ljava/lang/Object;>(Ljava/lang/Object;J)Ljava/util/List<TL;>;
    MethodParameters:
         Name  Flags
      message  
      offset   

  void makeImmutableListAt(java.lang.Object, long);
    descriptor: (Ljava/lang/Object;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.google.protobuf.ListFieldSchema$ListFieldSchemaLite this
        start local 1 // java.lang.Object message
        start local 2 // long offset
         0: .line 163
            aload 1 /* message */
            lload 2 /* offset */
            invokestatic com.google.protobuf.ListFieldSchema$ListFieldSchemaLite.getProtobufList:(Ljava/lang/Object;J)Lcom/google/protobuf/Internal$ProtobufList;
            astore 4 /* list */
        start local 4 // com.google.protobuf.Internal$ProtobufList list
         1: .line 164
            aload 4 /* list */
            invokeinterface com.google.protobuf.Internal$ProtobufList.makeImmutable:()V
         2: .line 165
            return
        end local 4 // com.google.protobuf.Internal$ProtobufList list
        end local 2 // long offset
        end local 1 // java.lang.Object message
        end local 0 // com.google.protobuf.ListFieldSchema$ListFieldSchemaLite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/google/protobuf/ListFieldSchema$ListFieldSchemaLite;
            0    3     1  message  Ljava/lang/Object;
            0    3     2   offset  J
            1    3     4     list  Lcom/google/protobuf/Internal$ProtobufList<*>;
    MethodParameters:
         Name  Flags
      message  
      offset   

  <E> void mergeListsAt(, , );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;J)V
    flags: (0x0000) 
    Code:
      stack=4, locals=10, args_size=4
        start local 0 // com.google.protobuf.ListFieldSchema$ListFieldSchemaLite this
        start local 1 // java.lang.Object msg
        start local 2 // java.lang.Object otherMsg
        start local 3 // long offset
         0: .line 169
            aload 1 /* msg */
            lload 3 /* offset */
            invokestatic com.google.protobuf.ListFieldSchema$ListFieldSchemaLite.getProtobufList:(Ljava/lang/Object;J)Lcom/google/protobuf/Internal$ProtobufList;
            astore 5 /* mine */
        start local 5 // com.google.protobuf.Internal$ProtobufList mine
         1: .line 170
            aload 2 /* otherMsg */
            lload 3 /* offset */
            invokestatic com.google.protobuf.ListFieldSchema$ListFieldSchemaLite.getProtobufList:(Ljava/lang/Object;J)Lcom/google/protobuf/Internal$ProtobufList;
            astore 6 /* other */
        start local 6 // com.google.protobuf.Internal$ProtobufList other
         2: .line 172
            aload 5 /* mine */
            invokeinterface com.google.protobuf.Internal$ProtobufList.size:()I
            istore 7 /* size */
        start local 7 // int size
         3: .line 173
            aload 6 /* other */
            invokeinterface com.google.protobuf.Internal$ProtobufList.size:()I
            istore 8 /* otherSize */
        start local 8 // int otherSize
         4: .line 174
            iload 7 /* size */
            ifle 8
            iload 8 /* otherSize */
            ifle 8
         5: .line 175
            aload 5 /* mine */
            invokeinterface com.google.protobuf.Internal$ProtobufList.isModifiable:()Z
            ifne 7
         6: .line 176
            aload 5 /* mine */
            iload 7 /* size */
            iload 8 /* otherSize */
            iadd
            invokeinterface com.google.protobuf.Internal$ProtobufList.mutableCopyWithCapacity:(I)Lcom/google/protobuf/Internal$ProtobufList;
            astore 5 /* mine */
         7: .line 178
      StackMap locals: com.google.protobuf.ListFieldSchema$ListFieldSchemaLite java.lang.Object java.lang.Object long com.google.protobuf.Internal$ProtobufList com.google.protobuf.Internal$ProtobufList int int
      StackMap stack:
            aload 5 /* mine */
            aload 6 /* other */
            invokeinterface com.google.protobuf.Internal$ProtobufList.addAll:(Ljava/util/Collection;)Z
            pop
         8: .line 181
      StackMap locals:
      StackMap stack:
            iload 7 /* size */
            ifle 9
            aload 5 /* mine */
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 6 /* other */
      StackMap locals:
      StackMap stack: com.google.protobuf.Internal$ProtobufList
        10: astore 9 /* merged */
        start local 9 // com.google.protobuf.Internal$ProtobufList merged
        11: .line 182
            aload 1 /* msg */
            lload 3 /* offset */
            aload 9 /* merged */
            invokestatic com.google.protobuf.UnsafeUtil.putObject:(Ljava/lang/Object;JLjava/lang/Object;)V
        12: .line 183
            return
        end local 9 // com.google.protobuf.Internal$ProtobufList merged
        end local 8 // int otherSize
        end local 7 // int size
        end local 6 // com.google.protobuf.Internal$ProtobufList other
        end local 5 // com.google.protobuf.Internal$ProtobufList mine
        end local 3 // long offset
        end local 2 // java.lang.Object otherMsg
        end local 1 // java.lang.Object msg
        end local 0 // com.google.protobuf.ListFieldSchema$ListFieldSchemaLite this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lcom/google/protobuf/ListFieldSchema$ListFieldSchemaLite;
            0   13     1        msg  Ljava/lang/Object;
            0   13     2   otherMsg  Ljava/lang/Object;
            0   13     3     offset  J
            1   13     5       mine  Lcom/google/protobuf/Internal$ProtobufList<TE;>;
            2   13     6      other  Lcom/google/protobuf/Internal$ProtobufList<TE;>;
            3   13     7       size  I
            4   13     8  otherSize  I
           11   13     9     merged  Lcom/google/protobuf/Internal$ProtobufList<TE;>;
    Signature: <E:Ljava/lang/Object;>(Ljava/lang/Object;Ljava/lang/Object;J)V
    MethodParameters:
          Name  Flags
      msg       
      otherMsg  
      offset    

  static <E> com.google.protobuf.Internal$ProtobufList<E> getProtobufList(, long);
    descriptor: (Ljava/lang/Object;J)Lcom/google/protobuf/Internal$ProtobufList;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.lang.Object message
        start local 1 // long offset
         0: .line 187
            aload 0 /* message */
            lload 1 /* offset */
            invokestatic com.google.protobuf.UnsafeUtil.getObject:(Ljava/lang/Object;J)Ljava/lang/Object;
            checkcast com.google.protobuf.Internal$ProtobufList
            areturn
        end local 1 // long offset
        end local 0 // java.lang.Object message
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  message  Ljava/lang/Object;
            0    1     1   offset  J
    Signature: <E:Ljava/lang/Object;>(Ljava/lang/Object;J)Lcom/google/protobuf/Internal$ProtobufList<TE;>;
    MethodParameters:
         Name  Flags
      message  
      offset   
}
SourceFile: "ListFieldSchema.java"
NestHost: com.google.protobuf.ListFieldSchema
InnerClasses:
  public abstract ProtobufList = com.google.protobuf.Internal$ProtobufList of com.google.protobuf.Internal
  private final ListFieldSchemaLite = com.google.protobuf.ListFieldSchema$ListFieldSchemaLite of com.google.protobuf.ListFieldSchema