final class com.google.protobuf.TextFormat$Parser$UnknownField
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.protobuf.TextFormat$Parser$UnknownField
  super_class: java.lang.Object
{
  final java.lang.String message;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final com.google.protobuf.TextFormat$Parser$UnknownField$Type type;
    descriptor: Lcom/google/protobuf/TextFormat$Parser$UnknownField$Type;
    flags: (0x0010) ACC_FINAL

  void <init>(java.lang.String, com.google.protobuf.TextFormat$Parser$UnknownField$Type);
    descriptor: (Ljava/lang/String;Lcom/google/protobuf/TextFormat$Parser$UnknownField$Type;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.protobuf.TextFormat$Parser$UnknownField this
        start local 1 // java.lang.String message
        start local 2 // com.google.protobuf.TextFormat$Parser$UnknownField$Type type
         0: .line 1616
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1617
            aload 0 /* this */
            aload 1 /* message */
            putfield com.google.protobuf.TextFormat$Parser$UnknownField.message:Ljava/lang/String;
         2: .line 1618
            aload 0 /* this */
            aload 2 /* type */
            putfield com.google.protobuf.TextFormat$Parser$UnknownField.type:Lcom/google/protobuf/TextFormat$Parser$UnknownField$Type;
         3: .line 1619
            return
        end local 2 // com.google.protobuf.TextFormat$Parser$UnknownField$Type type
        end local 1 // java.lang.String message
        end local 0 // com.google.protobuf.TextFormat$Parser$UnknownField this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/google/protobuf/TextFormat$Parser$UnknownField;
            0    4     1  message  Ljava/lang/String;
            0    4     2     type  Lcom/google/protobuf/TextFormat$Parser$UnknownField$Type;
    MethodParameters:
         Name  Flags
      message  
      type     
}
SourceFile: "TextFormat.java"
NestHost: com.google.protobuf.TextFormat
InnerClasses:
  public Parser = com.google.protobuf.TextFormat$Parser of com.google.protobuf.TextFormat
  final UnknownField = com.google.protobuf.TextFormat$Parser$UnknownField of com.google.protobuf.TextFormat$Parser
  final Type = com.google.protobuf.TextFormat$Parser$UnknownField$Type of com.google.protobuf.TextFormat$Parser$UnknownField