class com.google.protobuf.Field$Kind$1 implements com.google.protobuf.Internal$EnumLiteMap<com.google.protobuf.Field$Kind>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.protobuf.Field$Kind$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.Field$Kind$1 this
         0: .line 529
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.protobuf.Field$Kind$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Field$Kind$1;

  public com.google.protobuf.Field$Kind findValueByNumber(int);
    descriptor: (I)Lcom/google/protobuf/Field$Kind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.google.protobuf.Field$Kind$1 this
        start local 1 // int number
         0: .line 531
            iload 1 /* number */
            invokestatic com.google.protobuf.Field$Kind.forNumber:(I)Lcom/google/protobuf/Field$Kind;
            areturn
        end local 1 // int number
        end local 0 // com.google.protobuf.Field$Kind$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/google/protobuf/Field$Kind$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.Field$Kind$1.findValueByNumber:(I)Lcom/google/protobuf/Field$Kind;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/google/protobuf/Internal$EnumLiteMap<Lcom/google/protobuf/Field$Kind;>;
SourceFile: "Field.java"
EnclosingMethod: com.google.protobuf.Field$Kind
NestHost: com.google.protobuf.Field
InnerClasses:
  public final Kind = com.google.protobuf.Field$Kind of com.google.protobuf.Field
  com.google.protobuf.Field$Kind$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