class com.google.protobuf.DescriptorProtos$OneofOptions$1 extends com.google.protobuf.AbstractParser<com.google.protobuf.DescriptorProtos$OneofOptions>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.protobuf.DescriptorProtos$OneofOptions$1
  super_class: com.google.protobuf.AbstractParser
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions$1 this
         0: .line 31175
            aload 0 /* this */
            invokespecial com.google.protobuf.AbstractParser.<init>:()V
            return
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/DescriptorProtos$OneofOptions$1;

  public com.google.protobuf.DescriptorProtos$OneofOptions parsePartialFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$OneofOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions$1 this
        start local 1 // com.google.protobuf.CodedInputStream input
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 31181
            new com.google.protobuf.DescriptorProtos$OneofOptions
            dup
            aload 1 /* input */
            aload 2 /* extensionRegistry */
            invokespecial com.google.protobuf.DescriptorProtos$OneofOptions.<init>:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)V
            areturn
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // com.google.protobuf.CodedInputStream input
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions$1 this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/google/protobuf/DescriptorProtos$OneofOptions$1;
            0    1     1              input  Lcom/google/protobuf/CodedInputStream;
            0    1     2  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    MethodParameters:
                   Name  Flags
      input              
      extensionRegistry  

  public java.lang.Object parsePartialFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions$1.parsePartialFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$OneofOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
}
Signature: Lcom/google/protobuf/AbstractParser<Lcom/google/protobuf/DescriptorProtos$OneofOptions;>;
SourceFile: "DescriptorProtos.java"
EnclosingMethod: com.google.protobuf.DescriptorProtos$OneofOptions
NestHost: com.google.protobuf.DescriptorProtos
InnerClasses:
  public final OneofOptions = com.google.protobuf.DescriptorProtos$OneofOptions of com.google.protobuf.DescriptorProtos
  com.google.protobuf.DescriptorProtos$OneofOptions$1