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

  public com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label findValueByNumber(int);
    descriptor: (I)Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label$1 this
        start local 1 // int number
         0: .line 11980
            iload 1 /* number */
            invokestatic com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label.forNumber:(I)Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
            areturn
        end local 1 // int number
        end local 0 // com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label$1;
            0    1     1  number  I
    MethodParameters:
        Name  Flags
      number  

  public com.google.protobuf.Internal$EnumLite findValueByNumber(int);
    descriptor: (I)Lcom/google/protobuf/Internal$EnumLite;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label$1.findValueByNumber:(I)Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/google/protobuf/Internal$EnumLiteMap<Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;>;
SourceFile: "DescriptorProtos.java"
EnclosingMethod: com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label
NestHost: com.google.protobuf.DescriptorProtos
InnerClasses:
  public final FieldDescriptorProto = com.google.protobuf.DescriptorProtos$FieldDescriptorProto of com.google.protobuf.DescriptorProtos
  public final Label = com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label of com.google.protobuf.DescriptorProtos$FieldDescriptorProto
  com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label$1
  public abstract EnumLite = com.google.protobuf.Internal$EnumLite of com.google.protobuf.Internal
  public abstract EnumLiteMap = com.google.protobuf.Internal$EnumLiteMap of com.google.protobuf.Internal