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

  private static final com.google.protobuf.ListFieldSchema LITE_INSTANCE;
    descriptor: Lcom/google/protobuf/ListFieldSchema;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

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

  abstract <L> java.util.List<L> mutableListAt(, long);
    descriptor: (Ljava/lang/Object;J)Ljava/util/List;
    flags: (0x0400) ACC_ABSTRACT
    Signature: <L:Ljava/lang/Object;>(Ljava/lang/Object;J)Ljava/util/List<TL;>;
    MethodParameters:
        Name  Flags
      msg     
      offset  

  abstract void makeImmutableListAt(java.lang.Object, long);
    descriptor: (Ljava/lang/Object;J)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      msg     
      offset  

  abstract <L> void mergeListsAt(, , );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;J)V
    flags: (0x0400) ACC_ABSTRACT
    Signature: <L:Ljava/lang/Object;>(Ljava/lang/Object;Ljava/lang/Object;J)V
    MethodParameters:
          Name  Flags
      msg       
      otherMsg  
      offset    

  static com.google.protobuf.ListFieldSchema full();
    descriptor: ()Lcom/google/protobuf/ListFieldSchema;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 55
            getstatic com.google.protobuf.ListFieldSchema.FULL_INSTANCE:Lcom/google/protobuf/ListFieldSchema;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.google.protobuf.ListFieldSchema lite();
    descriptor: ()Lcom/google/protobuf/ListFieldSchema;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 59
            getstatic com.google.protobuf.ListFieldSchema.LITE_INSTANCE:Lcom/google/protobuf/ListFieldSchema;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ListFieldSchema.java"
NestMembers:
  com.google.protobuf.ListFieldSchema$ListFieldSchemaFull  com.google.protobuf.ListFieldSchema$ListFieldSchemaLite
InnerClasses:
  private final ListFieldSchemaFull = com.google.protobuf.ListFieldSchema$ListFieldSchemaFull of com.google.protobuf.ListFieldSchema
  private final ListFieldSchemaLite = com.google.protobuf.ListFieldSchema$ListFieldSchemaLite of com.google.protobuf.ListFieldSchema