final class com.google.protobuf.RawMessageInfo implements com.google.protobuf.MessageInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.protobuf.RawMessageInfo
  super_class: java.lang.Object
{
  private final com.google.protobuf.MessageLite defaultInstance;
    descriptor: Lcom/google/protobuf/MessageLite;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String info;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object[] objects;
    descriptor: [Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int flags;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.google.protobuf.MessageLite, java.lang.String, java.lang.Object[]);
    descriptor: (Lcom/google/protobuf/MessageLite;Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=8, args_size=4
        start local 0 // com.google.protobuf.RawMessageInfo this
        start local 1 // com.google.protobuf.MessageLite defaultInstance
        start local 2 // java.lang.String info
        start local 3 // java.lang.Object[] objects
         0: .line 179
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 180
            aload 0 /* this */
            aload 1 /* defaultInstance */
            putfield com.google.protobuf.RawMessageInfo.defaultInstance:Lcom/google/protobuf/MessageLite;
         2: .line 181
            aload 0 /* this */
            aload 2 /* info */
            putfield com.google.protobuf.RawMessageInfo.info:Ljava/lang/String;
         3: .line 182
            aload 0 /* this */
            aload 3 /* objects */
            putfield com.google.protobuf.RawMessageInfo.objects:[Ljava/lang/Object;
         4: .line 183
            iconst_0
            istore 4 /* position */
        start local 4 // int position
         5: .line 184
            aload 2 /* info */
            iload 4 /* position */
            iinc 4 /* position */ 1
            invokevirtual java.lang.String.charAt:(I)C
            istore 5 /* value */
        start local 5 // int value
         6: .line 185
            iload 5 /* value */
            ldc 55296
            if_icmpge 9
         7: .line 186
            aload 0 /* this */
            iload 5 /* value */
            putfield com.google.protobuf.RawMessageInfo.flags:I
         8: .line 187
            goto 16
         9: .line 188
      StackMap locals: com.google.protobuf.RawMessageInfo com.google.protobuf.MessageLite java.lang.String java.lang.Object[] int int
      StackMap stack:
            iload 5 /* value */
            sipush 8191
            iand
            istore 6 /* result */
        start local 6 // int result
        10: .line 189
            bipush 13
            istore 7 /* shift */
        start local 7 // int shift
        11: .line 190
            goto 14
        12: .line 191
      StackMap locals: int int
      StackMap stack:
            iload 6 /* result */
            iload 5 /* value */
            sipush 8191
            iand
            iload 7 /* shift */
            ishl
            ior
            istore 6 /* result */
        13: .line 192
            iinc 7 /* shift */ 13
        14: .line 190
      StackMap locals:
      StackMap stack:
            aload 2 /* info */
            iload 4 /* position */
            iinc 4 /* position */ 1
            invokevirtual java.lang.String.charAt:(I)C
            dup
            istore 5 /* value */
            ldc 55296
            if_icmpge 12
        15: .line 194
            aload 0 /* this */
            iload 6 /* result */
            iload 5 /* value */
            iload 7 /* shift */
            ishl
            ior
            putfield com.google.protobuf.RawMessageInfo.flags:I
        end local 7 // int shift
        end local 6 // int result
        16: .line 196
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int value
        end local 4 // int position
        end local 3 // java.lang.Object[] objects
        end local 2 // java.lang.String info
        end local 1 // com.google.protobuf.MessageLite defaultInstance
        end local 0 // com.google.protobuf.RawMessageInfo this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   17     0             this  Lcom/google/protobuf/RawMessageInfo;
            0   17     1  defaultInstance  Lcom/google/protobuf/MessageLite;
            0   17     2             info  Ljava/lang/String;
            0   17     3          objects  [Ljava/lang/Object;
            5   17     4         position  I
            6   17     5            value  I
           10   16     6           result  I
           11   16     7            shift  I
    MethodParameters:
                 Name  Flags
      defaultInstance  
      info             
      objects          

  java.lang.String getStringInfo();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.RawMessageInfo this
         0: .line 199
            aload 0 /* this */
            getfield com.google.protobuf.RawMessageInfo.info:Ljava/lang/String;
            areturn
        end local 0 // com.google.protobuf.RawMessageInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/RawMessageInfo;

  java.lang.Object[] getObjects();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.RawMessageInfo this
         0: .line 203
            aload 0 /* this */
            getfield com.google.protobuf.RawMessageInfo.objects:[Ljava/lang/Object;
            areturn
        end local 0 // com.google.protobuf.RawMessageInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/RawMessageInfo;

  public com.google.protobuf.MessageLite getDefaultInstance();
    descriptor: ()Lcom/google/protobuf/MessageLite;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.RawMessageInfo this
         0: .line 208
            aload 0 /* this */
            getfield com.google.protobuf.RawMessageInfo.defaultInstance:Lcom/google/protobuf/MessageLite;
            areturn
        end local 0 // com.google.protobuf.RawMessageInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/RawMessageInfo;

  public com.google.protobuf.ProtoSyntax getSyntax();
    descriptor: ()Lcom/google/protobuf/ProtoSyntax;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.RawMessageInfo this
         0: .line 213
            aload 0 /* this */
            getfield com.google.protobuf.RawMessageInfo.flags:I
            iconst_1
            iand
            iconst_1
            if_icmpne 1
            getstatic com.google.protobuf.ProtoSyntax.PROTO2:Lcom/google/protobuf/ProtoSyntax;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic com.google.protobuf.ProtoSyntax.PROTO3:Lcom/google/protobuf/ProtoSyntax;
      StackMap locals:
      StackMap stack: com.google.protobuf.ProtoSyntax
         2: areturn
        end local 0 // com.google.protobuf.RawMessageInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/RawMessageInfo;

  public boolean isMessageSetWireFormat();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.RawMessageInfo this
         0: .line 218
            aload 0 /* this */
            getfield com.google.protobuf.RawMessageInfo.flags:I
            iconst_2
            iand
            iconst_2
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.google.protobuf.RawMessageInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/RawMessageInfo;
}
SourceFile: "RawMessageInfo.java"