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 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.google.protobuf.StructuralMessageInfo.syntax:Lcom/google/protobuf/ProtoSyntax;
2: aload 0
iload 2
putfield com.google.protobuf.StructuralMessageInfo.messageSetWireFormat:Z
3: aload 0
aload 3
putfield com.google.protobuf.StructuralMessageInfo.checkInitialized:[I
4: aload 0
aload 4
putfield com.google.protobuf.StructuralMessageInfo.fields:[Lcom/google/protobuf/FieldInfo;
5: aload 0
aload 5
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: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield com.google.protobuf.StructuralMessageInfo.syntax:Lcom/google/protobuf/ProtoSyntax;
areturn
end local 0 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 0: aload 0
getfield com.google.protobuf.StructuralMessageInfo.messageSetWireFormat:Z
ireturn
end local 0 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 0: aload 0
getfield com.google.protobuf.StructuralMessageInfo.checkInitialized:[I
areturn
end local 0 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 0: aload 0
getfield com.google.protobuf.StructuralMessageInfo.fields:[Lcom/google/protobuf/FieldInfo;
areturn
end local 0 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 0: aload 0
getfield com.google.protobuf.StructuralMessageInfo.defaultInstance:Lcom/google/protobuf/MessageLite;
areturn
end local 0 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: 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 0: new com.google.protobuf.StructuralMessageInfo$Builder
dup
iload 0
invokespecial com.google.protobuf.StructuralMessageInfo$Builder.<init>:(I)V
areturn
end local 0 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