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

  private final boolean messageSetWireFormat;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final com.google.protobuf.FieldInfo[] fields;
    descriptor: [Lcom/google/protobuf/FieldInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.google.protobuf.MessageLite defaultInstance;
    descriptor: Lcom/google/protobuf/MessageLite;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.google.protobuf.ProtoSyntax, boolean, int[], com.google.protobuf.FieldInfo[], java.lang.Object);
    descriptor: (Lcom/google/protobuf/ProtoSyntax;Z[I[Lcom/google/protobuf/FieldInfo;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // com.google.protobuf.StructuralMessageInfo this
        start local 1 // com.google.protobuf.ProtoSyntax syntax
        start local 2 // boolean messageSetWireFormat
        start local 3 // int[] checkInitialized
        start local 4 // com.google.protobuf.FieldInfo[] fields
        start local 5 // java.lang.Object defaultInstance
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            aload 0 /* this */
            aload 1 /* syntax */
            putfield com.google.protobuf.StructuralMessageInfo.syntax:Lcom/google/protobuf/ProtoSyntax;
         2: .line 64
            aload 0 /* this */
            iload 2 /* messageSetWireFormat */
            putfield com.google.protobuf.StructuralMessageInfo.messageSetWireFormat:Z
         3: .line 65
            aload 0 /* this */
            aload 3 /* checkInitialized */
            putfield com.google.protobuf.StructuralMessageInfo.checkInitialized:[I
         4: .line 66
            aload 0 /* this */
            aload 4 /* fields */
            putfield com.google.protobuf.StructuralMessageInfo.fields:[Lcom/google/protobuf/FieldInfo;
         5: .line 67
            aload 0 /* this */
            aload 5 /* defaultInstance */
            ldc "defaultInstance"
            invokestatic com.google.protobuf.Internal.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast com.google.protobuf.MessageLite
            putfield com.google.protobuf.StructuralMessageInfo.defaultInstance:Lcom/google/protobuf/MessageLite;
         6: .line 68
            return
        end local 5 // java.lang.Object defaultInstance
        end local 4 // com.google.protobuf.FieldInfo[] fields
        end local 3 // int[] checkInitialized
        end local 2 // boolean messageSetWireFormat
        end local 1 // com.google.protobuf.ProtoSyntax syntax
        end local 0 // com.google.protobuf.StructuralMessageInfo this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    7     0                  this  Lcom/google/protobuf/StructuralMessageInfo;
            0    7     1                syntax  Lcom/google/protobuf/ProtoSyntax;
            0    7     2  messageSetWireFormat  Z
            0    7     3      checkInitialized  [I
            0    7     4                fields  [Lcom/google/protobuf/FieldInfo;
            0    7     5       defaultInstance  Ljava/lang/Object;
    MethodParameters:
                      Name  Flags
      syntax                
      messageSetWireFormat  
      checkInitialized      
      fields                
      defaultInstance       

  public com.google.protobuf.ProtoSyntax getSyntax();
    descriptor: ()Lcom/google/protobuf/ProtoSyntax;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.StructuralMessageInfo this
         0: .line 73
            aload 0 /* this */
            getfield com.google.protobuf.StructuralMessageInfo.syntax:Lcom/google/protobuf/ProtoSyntax;
            areturn
        end local 0 // com.google.protobuf.StructuralMessageInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/StructuralMessageInfo;

  public boolean isMessageSetWireFormat();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.StructuralMessageInfo this
         0: .line 79
            aload 0 /* this */
            getfield com.google.protobuf.StructuralMessageInfo.messageSetWireFormat:Z
            ireturn
        end local 0 // com.google.protobuf.StructuralMessageInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/StructuralMessageInfo;

  public int[] getCheckInitialized();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.StructuralMessageInfo this
         0: .line 84
            aload 0 /* this */
            getfield com.google.protobuf.StructuralMessageInfo.checkInitialized:[I
            areturn
        end local 0 // com.google.protobuf.StructuralMessageInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/StructuralMessageInfo;

  public com.google.protobuf.FieldInfo[] getFields();
    descriptor: ()[Lcom/google/protobuf/FieldInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.StructuralMessageInfo this
         0: .line 92
            aload 0 /* this */
            getfield com.google.protobuf.StructuralMessageInfo.fields:[Lcom/google/protobuf/FieldInfo;
            areturn
        end local 0 // com.google.protobuf.StructuralMessageInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/StructuralMessageInfo;

  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.StructuralMessageInfo this
         0: .line 97
            aload 0 /* this */
            getfield com.google.protobuf.StructuralMessageInfo.defaultInstance:Lcom/google/protobuf/MessageLite;
            areturn
        end local 0 // com.google.protobuf.StructuralMessageInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/StructuralMessageInfo;

  public static com.google.protobuf.StructuralMessageInfo$Builder newBuilder();
    descriptor: ()Lcom/google/protobuf/StructuralMessageInfo$Builder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 102
            new com.google.protobuf.StructuralMessageInfo$Builder
            dup
            invokespecial com.google.protobuf.StructuralMessageInfo$Builder.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.google.protobuf.StructuralMessageInfo$Builder newBuilder(int);
    descriptor: (I)Lcom/google/protobuf/StructuralMessageInfo$Builder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int numFields
         0: .line 107
            new com.google.protobuf.StructuralMessageInfo$Builder
            dup
            iload 0 /* numFields */
            invokespecial com.google.protobuf.StructuralMessageInfo$Builder.<init>:(I)V
            areturn
        end local 0 // int numFields
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  numFields  I
    MethodParameters:
           Name  Flags
      numFields  
}
SourceFile: "StructuralMessageInfo.java"
NestMembers:
  com.google.protobuf.StructuralMessageInfo$Builder
InnerClasses:
  public final Builder = com.google.protobuf.StructuralMessageInfo$Builder of com.google.protobuf.StructuralMessageInfo