public final class com.google.protobuf.ListValue$Builder extends com.google.protobuf.GeneratedMessageV3$Builder<com.google.protobuf.ListValue$Builder> implements com.google.protobuf.ListValueOrBuilder
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.google.protobuf.ListValue$Builder
super_class: com.google.protobuf.GeneratedMessageV3$Builder
{
private int bitField0_;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private java.util.List<com.google.protobuf.Value> values_;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Lcom/google/protobuf/Value;>;
private com.google.protobuf.RepeatedFieldBuilderV3<com.google.protobuf.Value, com.google.protobuf.Value$Builder, com.google.protobuf.ValueOrBuilder> valuesBuilder_;
descriptor: Lcom/google/protobuf/RepeatedFieldBuilderV3;
flags: (0x0002) ACC_PRIVATE
Signature: Lcom/google/protobuf/RepeatedFieldBuilderV3<Lcom/google/protobuf/Value;Lcom/google/protobuf/Value$Builder;Lcom/google/protobuf/ValueOrBuilder;>;
public static final com.google.protobuf.Descriptors$Descriptor getDescriptor();
descriptor: ()Lcom/google/protobuf/Descriptors$Descriptor;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Code:
stack=1, locals=0, args_size=0
0: getstatic com.google.protobuf.StructProto.internal_static_google_protobuf_ListValue_descriptor:Lcom/google/protobuf/Descriptors$Descriptor;
areturn
LocalVariableTable:
Start End Slot Name Signature
protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable();
descriptor: ()Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: getstatic com.google.protobuf.StructProto.internal_static_google_protobuf_ListValue_fieldAccessorTable:Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
1: ldc Lcom/google/protobuf/ListValue;
ldc Lcom/google/protobuf/ListValue$Builder;
2: invokevirtual com.google.protobuf.GeneratedMessageV3$FieldAccessorTable.ensureFieldAccessorsInitialized:(Ljava/lang/Class;Ljava/lang/Class;)Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
3: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/ListValue$Builder;
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.google.protobuf.GeneratedMessageV3$Builder.<init>:()V
1: aload 0
2: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
putfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
3: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.maybeForceBuilderInitialization:()V
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/google/protobuf/ListValue$Builder;
private void <init>(com.google.protobuf.GeneratedMessageV3$BuilderParent);
descriptor: (Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.google.protobuf.GeneratedMessageV3$Builder.<init>:(Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)V
1: aload 0
2: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
putfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
3: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.maybeForceBuilderInitialization:()V
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/google/protobuf/ListValue$Builder;
0 5 1 parent Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;
MethodParameters:
Name Flags
parent
private void maybeForceBuilderInitialization();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders:Z
ifeq 2
1: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.getValuesFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
pop
2: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/ListValue$Builder;
public com.google.protobuf.ListValue$Builder clear();
descriptor: ()Lcom/google/protobuf/ListValue$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.google.protobuf.GeneratedMessageV3$Builder.clear:()Lcom/google/protobuf/GeneratedMessageV3$Builder;
pop
1: aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
ifnonnull 5
2: aload 0
invokestatic java.util.Collections.emptyList:()Ljava/util/List;
putfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
3: aload 0
dup
getfield com.google.protobuf.ListValue$Builder.bitField0_:I
bipush -2
iand
putfield com.google.protobuf.ListValue$Builder.bitField0_:I
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.clear:()V
6: StackMap locals:
StackMap stack:
aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/google/protobuf/ListValue$Builder;
public com.google.protobuf.Descriptors$Descriptor getDescriptorForType();
descriptor: ()Lcom/google/protobuf/Descriptors$Descriptor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic com.google.protobuf.StructProto.internal_static_google_protobuf_ListValue_descriptor:Lcom/google/protobuf/Descriptors$Descriptor;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/ListValue$Builder;
public com.google.protobuf.ListValue getDefaultInstanceForType();
descriptor: ()Lcom/google/protobuf/ListValue;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: invokestatic com.google.protobuf.ListValue.getDefaultInstance:()Lcom/google/protobuf/ListValue;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/ListValue$Builder;
public com.google.protobuf.ListValue build();
descriptor: ()Lcom/google/protobuf/ListValue;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.buildPartial:()Lcom/google/protobuf/ListValue;
astore 1
start local 1 1: aload 1
invokevirtual com.google.protobuf.ListValue.isInitialized:()Z
ifne 3
2: aload 1
invokestatic com.google.protobuf.ListValue$Builder.newUninitializedMessageException:(Lcom/google/protobuf/Message;)Lcom/google/protobuf/UninitializedMessageException;
athrow
3: StackMap locals: com.google.protobuf.ListValue
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/ListValue$Builder;
1 4 1 result Lcom/google/protobuf/ListValue;
public com.google.protobuf.ListValue buildPartial();
descriptor: ()Lcom/google/protobuf/ListValue;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: new com.google.protobuf.ListValue
dup
aload 0
invokespecial com.google.protobuf.ListValue.<init>:(Lcom/google/protobuf/GeneratedMessageV3$Builder;)V
astore 1
start local 1 1: aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
ifnonnull 7
2: aload 0
getfield com.google.protobuf.ListValue$Builder.bitField0_:I
iconst_1
iand
ifeq 5
3: aload 0
aload 0
getfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
putfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
4: aload 0
dup
getfield com.google.protobuf.ListValue$Builder.bitField0_:I
bipush -2
iand
putfield com.google.protobuf.ListValue$Builder.bitField0_:I
5: StackMap locals: com.google.protobuf.ListValue
StackMap stack:
aload 1
aload 0
getfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
putfield com.google.protobuf.ListValue.values_:Ljava/util/List;
6: goto 8
7: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.build:()Ljava/util/List;
putfield com.google.protobuf.ListValue.values_:Ljava/util/List;
8: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.ListValue$Builder.onBuilt:()V
9: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/google/protobuf/ListValue$Builder;
1 10 1 result Lcom/google/protobuf/ListValue;
public com.google.protobuf.ListValue$Builder clone();
descriptor: ()Lcom/google/protobuf/ListValue$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.google.protobuf.GeneratedMessageV3$Builder.clone:()Lcom/google/protobuf/GeneratedMessageV3$Builder;
checkcast com.google.protobuf.ListValue$Builder
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/ListValue$Builder;
public com.google.protobuf.ListValue$Builder setField(com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object);
descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/ListValue$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial com.google.protobuf.GeneratedMessageV3$Builder.setField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
checkcast com.google.protobuf.ListValue$Builder
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/ListValue$Builder;
0 1 1 field Lcom/google/protobuf/Descriptors$FieldDescriptor;
0 1 2 value Ljava/lang/Object;
MethodParameters:
Name Flags
field
value
public com.google.protobuf.ListValue$Builder clearField(com.google.protobuf.Descriptors$FieldDescriptor);
descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;)Lcom/google/protobuf/ListValue$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.google.protobuf.GeneratedMessageV3$Builder.clearField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
checkcast com.google.protobuf.ListValue$Builder
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/ListValue$Builder;
0 1 1 field Lcom/google/protobuf/Descriptors$FieldDescriptor;
MethodParameters:
Name Flags
field
public com.google.protobuf.ListValue$Builder clearOneof(com.google.protobuf.Descriptors$OneofDescriptor);
descriptor: (Lcom/google/protobuf/Descriptors$OneofDescriptor;)Lcom/google/protobuf/ListValue$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.google.protobuf.GeneratedMessageV3$Builder.clearOneof:(Lcom/google/protobuf/Descriptors$OneofDescriptor;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
checkcast com.google.protobuf.ListValue$Builder
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/ListValue$Builder;
0 1 1 oneof Lcom/google/protobuf/Descriptors$OneofDescriptor;
MethodParameters:
Name Flags
oneof
public com.google.protobuf.ListValue$Builder setRepeatedField(com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object);
descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;ILjava/lang/Object;)Lcom/google/protobuf/ListValue$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
iload 2
aload 3
invokespecial com.google.protobuf.GeneratedMessageV3$Builder.setRepeatedField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;ILjava/lang/Object;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
checkcast com.google.protobuf.ListValue$Builder
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/ListValue$Builder;
0 1 1 field Lcom/google/protobuf/Descriptors$FieldDescriptor;
0 1 2 index I
0 1 3 value Ljava/lang/Object;
MethodParameters:
Name Flags
field
index
value
public com.google.protobuf.ListValue$Builder addRepeatedField(com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object);
descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/ListValue$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial com.google.protobuf.GeneratedMessageV3$Builder.addRepeatedField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
checkcast com.google.protobuf.ListValue$Builder
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/ListValue$Builder;
0 1 1 field Lcom/google/protobuf/Descriptors$FieldDescriptor;
0 1 2 value Ljava/lang/Object;
MethodParameters:
Name Flags
field
value
public com.google.protobuf.ListValue$Builder mergeFrom(com.google.protobuf.Message);
descriptor: (Lcom/google/protobuf/Message;)Lcom/google/protobuf/ListValue$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
instanceof com.google.protobuf.ListValue
ifeq 2
1: aload 0
aload 1
checkcast com.google.protobuf.ListValue
invokevirtual com.google.protobuf.ListValue$Builder.mergeFrom:(Lcom/google/protobuf/ListValue;)Lcom/google/protobuf/ListValue$Builder;
areturn
2: StackMap locals:
StackMap stack:
aload 0
aload 1
invokespecial com.google.protobuf.GeneratedMessageV3$Builder.mergeFrom:(Lcom/google/protobuf/Message;)Lcom/google/protobuf/AbstractMessage$Builder;
pop
3: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/ListValue$Builder;
0 4 1 other Lcom/google/protobuf/Message;
MethodParameters:
Name Flags
other
public com.google.protobuf.ListValue$Builder mergeFrom(com.google.protobuf.ListValue);
descriptor: (Lcom/google/protobuf/ListValue;)Lcom/google/protobuf/ListValue$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokestatic com.google.protobuf.ListValue.getDefaultInstance:()Lcom/google/protobuf/ListValue;
if_acmpne 1
aload 0
areturn
1: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
ifnonnull 11
2: aload 1
getfield com.google.protobuf.ListValue.values_:Ljava/util/List;
invokeinterface java.util.List.isEmpty:()Z
ifne 24
3: aload 0
getfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
invokeinterface java.util.List.isEmpty:()Z
ifeq 7
4: aload 0
aload 1
getfield com.google.protobuf.ListValue.values_:Ljava/util/List;
putfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
5: aload 0
dup
getfield com.google.protobuf.ListValue$Builder.bitField0_:I
bipush -2
iand
putfield com.google.protobuf.ListValue$Builder.bitField0_:I
6: goto 9
7: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.ListValue$Builder.ensureValuesIsMutable:()V
8: aload 0
getfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
aload 1
getfield com.google.protobuf.ListValue.values_:Ljava/util/List;
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
9: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.ListValue$Builder.onChanged:()V
10: goto 24
11: StackMap locals:
StackMap stack:
aload 1
getfield com.google.protobuf.ListValue.values_:Ljava/util/List;
invokeinterface java.util.List.isEmpty:()Z
ifne 24
12: aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.isEmpty:()Z
ifeq 23
13: aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.dispose:()V
14: aload 0
aconst_null
putfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
15: aload 0
aload 1
getfield com.google.protobuf.ListValue.values_:Ljava/util/List;
putfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
16: aload 0
dup
getfield com.google.protobuf.ListValue$Builder.bitField0_:I
bipush -2
iand
putfield com.google.protobuf.ListValue$Builder.bitField0_:I
17: aload 0
18: getstatic com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders:Z
ifeq 20
19: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.getValuesFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
goto 21
StackMap locals:
StackMap stack: com.google.protobuf.ListValue$Builder
20: aconst_null
21: StackMap locals: com.google.protobuf.ListValue$Builder com.google.protobuf.ListValue
StackMap stack: com.google.protobuf.ListValue$Builder com.google.protobuf.RepeatedFieldBuilderV3
putfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
22: goto 24
23: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
aload 1
getfield com.google.protobuf.ListValue.values_:Ljava/util/List;
invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addAllMessages:(Ljava/lang/Iterable;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
pop
24: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield com.google.protobuf.ListValue.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
invokevirtual com.google.protobuf.ListValue$Builder.mergeUnknownFields:(Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/ListValue$Builder;
pop
25: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.onChanged:()V
26: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 27 0 this Lcom/google/protobuf/ListValue$Builder;
0 27 1 other Lcom/google/protobuf/ListValue;
MethodParameters:
Name Flags
other
public final boolean isInitialized();
descriptor: ()Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/ListValue$Builder;
public com.google.protobuf.ListValue$Builder mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/ListValue$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aconst_null
astore 3
start local 3 1: getstatic com.google.protobuf.ListValue.PARSER:Lcom/google/protobuf/Parser;
aload 1
aload 2
invokeinterface com.google.protobuf.Parser.parsePartialFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
checkcast com.google.protobuf.ListValue
astore 3
2: goto 10
StackMap locals: com.google.protobuf.ListValue$Builder com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite com.google.protobuf.ListValue
StackMap stack: com.google.protobuf.InvalidProtocolBufferException
3: astore 4
start local 4 4: aload 4
invokevirtual com.google.protobuf.InvalidProtocolBufferException.getUnfinishedMessage:()Lcom/google/protobuf/MessageLite;
checkcast com.google.protobuf.ListValue
astore 3
5: aload 4
invokevirtual com.google.protobuf.InvalidProtocolBufferException.unwrapIOException:()Ljava/io/IOException;
athrow
end local 4 6: StackMap locals:
StackMap stack: java.lang.Throwable
astore 5
7: aload 3
ifnull 9
8: aload 0
aload 3
invokevirtual com.google.protobuf.ListValue$Builder.mergeFrom:(Lcom/google/protobuf/ListValue;)Lcom/google/protobuf/ListValue$Builder;
pop
9: StackMap locals: com.google.protobuf.ListValue$Builder com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite com.google.protobuf.ListValue top java.lang.Throwable
StackMap stack:
aload 5
athrow
10: StackMap locals: com.google.protobuf.ListValue$Builder com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite com.google.protobuf.ListValue
StackMap stack:
aload 3
ifnull 12
11: aload 0
aload 3
invokevirtual com.google.protobuf.ListValue$Builder.mergeFrom:(Lcom/google/protobuf/ListValue;)Lcom/google/protobuf/ListValue$Builder;
pop
12: StackMap locals:
StackMap stack:
aload 0
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/google/protobuf/ListValue$Builder;
0 13 1 input Lcom/google/protobuf/CodedInputStream;
0 13 2 extensionRegistry Lcom/google/protobuf/ExtensionRegistryLite;
1 13 3 parsedMessage Lcom/google/protobuf/ListValue;
4 6 4 e Lcom/google/protobuf/InvalidProtocolBufferException;
Exception table:
from to target type
1 2 3 Class com.google.protobuf.InvalidProtocolBufferException
1 6 6 any
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
input
extensionRegistry
private void ensureValuesIsMutable();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.ListValue$Builder.bitField0_:I
iconst_1
iand
ifne 3
1: aload 0
new java.util.ArrayList
dup
aload 0
getfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
putfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
2: aload 0
dup
getfield com.google.protobuf.ListValue$Builder.bitField0_:I
iconst_1
ior
putfield com.google.protobuf.ListValue$Builder.bitField0_:I
3: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/ListValue$Builder;
public java.util.List<com.google.protobuf.Value> getValuesList();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
ifnonnull 2
1: aload 0
getfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getMessageList:()Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/ListValue$Builder;
Signature: ()Ljava/util/List<Lcom/google/protobuf/Value;>;
public int getValuesCount();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
ifnonnull 2
1: aload 0
getfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
invokeinterface java.util.List.size:()I
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getCount:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/ListValue$Builder;
public com.google.protobuf.Value getValues(int);
descriptor: (I)Lcom/google/protobuf/Value;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
ifnonnull 2
1: aload 0
getfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
iload 1
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast com.google.protobuf.Value
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
iload 1
invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getMessage:(I)Lcom/google/protobuf/AbstractMessage;
checkcast com.google.protobuf.Value
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/ListValue$Builder;
0 3 1 index I
MethodParameters:
Name Flags
index
public com.google.protobuf.ListValue$Builder setValues(int, com.google.protobuf.Value);
descriptor: (ILcom/google/protobuf/Value;)Lcom/google/protobuf/ListValue$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
ifnonnull 7
1: aload 2
ifnonnull 3
2: new java.lang.NullPointerException
dup
invokespecial java.lang.NullPointerException.<init>:()V
athrow
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.ListValue$Builder.ensureValuesIsMutable:()V
4: aload 0
getfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
iload 1
aload 2
invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
pop
5: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.onChanged:()V
6: goto 8
7: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
iload 1
aload 2
invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.setMessage:(ILcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
pop
8: StackMap locals:
StackMap stack:
aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/google/protobuf/ListValue$Builder;
0 9 1 index I
0 9 2 value Lcom/google/protobuf/Value;
MethodParameters:
Name Flags
index
value
public com.google.protobuf.ListValue$Builder setValues(int, com.google.protobuf.Value$Builder);
descriptor: (ILcom/google/protobuf/Value$Builder;)Lcom/google/protobuf/ListValue$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
ifnonnull 5
1: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.ensureValuesIsMutable:()V
2: aload 0
getfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
iload 1
aload 2
invokevirtual com.google.protobuf.Value$Builder.build:()Lcom/google/protobuf/Value;
invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
pop
3: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.onChanged:()V
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
iload 1
aload 2
invokevirtual com.google.protobuf.Value$Builder.build:()Lcom/google/protobuf/Value;
invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.setMessage:(ILcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
pop
6: StackMap locals:
StackMap stack:
aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/google/protobuf/ListValue$Builder;
0 7 1 index I
0 7 2 builderForValue Lcom/google/protobuf/Value$Builder;
MethodParameters:
Name Flags
index
builderForValue
public com.google.protobuf.ListValue$Builder addValues(com.google.protobuf.Value);
descriptor: (Lcom/google/protobuf/Value;)Lcom/google/protobuf/ListValue$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
ifnonnull 7
1: aload 1
ifnonnull 3
2: new java.lang.NullPointerException
dup
invokespecial java.lang.NullPointerException.<init>:()V
athrow
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.ListValue$Builder.ensureValuesIsMutable:()V
4: aload 0
getfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
aload 1
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
5: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.onChanged:()V
6: goto 8
7: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
aload 1
invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addMessage:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
pop
8: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/google/protobuf/ListValue$Builder;
0 9 1 value Lcom/google/protobuf/Value;
MethodParameters:
Name Flags
value
public com.google.protobuf.ListValue$Builder addValues(int, com.google.protobuf.Value);
descriptor: (ILcom/google/protobuf/Value;)Lcom/google/protobuf/ListValue$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
ifnonnull 7
1: aload 2
ifnonnull 3
2: new java.lang.NullPointerException
dup
invokespecial java.lang.NullPointerException.<init>:()V
athrow
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.ListValue$Builder.ensureValuesIsMutable:()V
4: aload 0
getfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
iload 1
aload 2
invokeinterface java.util.List.add:(ILjava/lang/Object;)V
5: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.onChanged:()V
6: goto 8
7: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
iload 1
aload 2
invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addMessage:(ILcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
pop
8: StackMap locals:
StackMap stack:
aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/google/protobuf/ListValue$Builder;
0 9 1 index I
0 9 2 value Lcom/google/protobuf/Value;
MethodParameters:
Name Flags
index
value
public com.google.protobuf.ListValue$Builder addValues(com.google.protobuf.Value$Builder);
descriptor: (Lcom/google/protobuf/Value$Builder;)Lcom/google/protobuf/ListValue$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
ifnonnull 5
1: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.ensureValuesIsMutable:()V
2: aload 0
getfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
aload 1
invokevirtual com.google.protobuf.Value$Builder.build:()Lcom/google/protobuf/Value;
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
3: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.onChanged:()V
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
aload 1
invokevirtual com.google.protobuf.Value$Builder.build:()Lcom/google/protobuf/Value;
invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addMessage:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
pop
6: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/google/protobuf/ListValue$Builder;
0 7 1 builderForValue Lcom/google/protobuf/Value$Builder;
MethodParameters:
Name Flags
builderForValue
public com.google.protobuf.ListValue$Builder addValues(int, com.google.protobuf.Value$Builder);
descriptor: (ILcom/google/protobuf/Value$Builder;)Lcom/google/protobuf/ListValue$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
ifnonnull 5
1: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.ensureValuesIsMutable:()V
2: aload 0
getfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
iload 1
aload 2
invokevirtual com.google.protobuf.Value$Builder.build:()Lcom/google/protobuf/Value;
invokeinterface java.util.List.add:(ILjava/lang/Object;)V
3: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.onChanged:()V
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
iload 1
aload 2
invokevirtual com.google.protobuf.Value$Builder.build:()Lcom/google/protobuf/Value;
invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addMessage:(ILcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
pop
6: StackMap locals:
StackMap stack:
aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/google/protobuf/ListValue$Builder;
0 7 1 index I
0 7 2 builderForValue Lcom/google/protobuf/Value$Builder;
MethodParameters:
Name Flags
index
builderForValue
public com.google.protobuf.ListValue$Builder addAllValues(java.lang.Iterable<? extends com.google.protobuf.Value>);
descriptor: (Ljava/lang/Iterable;)Lcom/google/protobuf/ListValue$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
ifnonnull 6
1: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.ensureValuesIsMutable:()V
2: aload 1
aload 0
getfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
3: invokestatic com.google.protobuf.AbstractMessageLite$Builder.addAll:(Ljava/lang/Iterable;Ljava/util/List;)V
4: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.onChanged:()V
5: goto 7
6: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
aload 1
invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addAllMessages:(Ljava/lang/Iterable;)Lcom/google/protobuf/RepeatedFieldBuilderV3;
pop
7: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/google/protobuf/ListValue$Builder;
0 8 1 values Ljava/lang/Iterable<+Lcom/google/protobuf/Value;>;
Signature: (Ljava/lang/Iterable<+Lcom/google/protobuf/Value;>;)Lcom/google/protobuf/ListValue$Builder;
MethodParameters:
Name Flags
values
public com.google.protobuf.ListValue$Builder clearValues();
descriptor: ()Lcom/google/protobuf/ListValue$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
ifnonnull 5
1: aload 0
invokestatic java.util.Collections.emptyList:()Ljava/util/List;
putfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
2: aload 0
dup
getfield com.google.protobuf.ListValue$Builder.bitField0_:I
bipush -2
iand
putfield com.google.protobuf.ListValue$Builder.bitField0_:I
3: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.onChanged:()V
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.clear:()V
6: StackMap locals:
StackMap stack:
aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/google/protobuf/ListValue$Builder;
public com.google.protobuf.ListValue$Builder removeValues(int);
descriptor: (I)Lcom/google/protobuf/ListValue$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
ifnonnull 5
1: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.ensureValuesIsMutable:()V
2: aload 0
getfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
iload 1
invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
pop
3: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.onChanged:()V
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
iload 1
invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.remove:(I)V
6: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/google/protobuf/ListValue$Builder;
0 7 1 index I
MethodParameters:
Name Flags
index
public com.google.protobuf.Value$Builder getValuesBuilder(int);
descriptor: (I)Lcom/google/protobuf/Value$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.getValuesFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
iload 1
invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getBuilder:(I)Lcom/google/protobuf/AbstractMessage$Builder;
checkcast com.google.protobuf.Value$Builder
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/ListValue$Builder;
0 1 1 index I
MethodParameters:
Name Flags
index
public com.google.protobuf.ValueOrBuilder getValuesOrBuilder(int);
descriptor: (I)Lcom/google/protobuf/ValueOrBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
ifnonnull 2
1: aload 0
getfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
iload 1
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast com.google.protobuf.ValueOrBuilder
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
iload 1
invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getMessageOrBuilder:(I)Lcom/google/protobuf/MessageOrBuilder;
checkcast com.google.protobuf.ValueOrBuilder
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/ListValue$Builder;
0 3 1 index I
MethodParameters:
Name Flags
index
public java.util.List<? extends com.google.protobuf.ValueOrBuilder> getValuesOrBuilderList();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
ifnull 2
1: aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getMessageOrBuilderList:()Ljava/util/List;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/ListValue$Builder;
Signature: ()Ljava/util/List<+Lcom/google/protobuf/ValueOrBuilder;>;
public com.google.protobuf.Value$Builder addValuesBuilder();
descriptor: ()Lcom/google/protobuf/Value$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.getValuesFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
1: invokestatic com.google.protobuf.Value.getDefaultInstance:()Lcom/google/protobuf/Value;
2: invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addBuilder:(Lcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/AbstractMessage$Builder;
checkcast com.google.protobuf.Value$Builder
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/ListValue$Builder;
public com.google.protobuf.Value$Builder addValuesBuilder(int);
descriptor: (I)Lcom/google/protobuf/Value$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.getValuesFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
1: iload 1
invokestatic com.google.protobuf.Value.getDefaultInstance:()Lcom/google/protobuf/Value;
2: invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.addBuilder:(ILcom/google/protobuf/AbstractMessage;)Lcom/google/protobuf/AbstractMessage$Builder;
checkcast com.google.protobuf.Value$Builder
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/ListValue$Builder;
0 3 1 index I
MethodParameters:
Name Flags
index
public java.util.List<com.google.protobuf.Value$Builder> getValuesBuilderList();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.getValuesFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilderV3;
invokevirtual com.google.protobuf.RepeatedFieldBuilderV3.getBuilderList:()Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/ListValue$Builder;
Signature: ()Ljava/util/List<Lcom/google/protobuf/Value$Builder;>;
private com.google.protobuf.RepeatedFieldBuilderV3<com.google.protobuf.Value, com.google.protobuf.Value$Builder, com.google.protobuf.ValueOrBuilder> getValuesFieldBuilder();
descriptor: ()Lcom/google/protobuf/RepeatedFieldBuilderV3;
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
ifnonnull 10
1: aload 0
2: new com.google.protobuf.RepeatedFieldBuilderV3
dup
3: aload 0
getfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
4: aload 0
getfield com.google.protobuf.ListValue$Builder.bitField0_:I
iconst_1
iand
ifeq 5
iconst_1
goto 6
StackMap locals: com.google.protobuf.ListValue$Builder
StackMap stack: com.google.protobuf.ListValue$Builder new 2 new 2 java.util.List
5: iconst_0
6: StackMap locals: com.google.protobuf.ListValue$Builder
StackMap stack: com.google.protobuf.ListValue$Builder new 2 new 2 java.util.List int
aload 0
invokevirtual com.google.protobuf.ListValue$Builder.getParentForChildren:()Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;
7: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.isClean:()Z
invokespecial com.google.protobuf.RepeatedFieldBuilderV3.<init>:(Ljava/util/List;ZLcom/google/protobuf/AbstractMessage$BuilderParent;Z)V
8: putfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
9: aload 0
aconst_null
putfield com.google.protobuf.ListValue$Builder.values_:Ljava/util/List;
10: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.ListValue$Builder.valuesBuilder_:Lcom/google/protobuf/RepeatedFieldBuilderV3;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/google/protobuf/ListValue$Builder;
Signature: ()Lcom/google/protobuf/RepeatedFieldBuilderV3<Lcom/google/protobuf/Value;Lcom/google/protobuf/Value$Builder;Lcom/google/protobuf/ValueOrBuilder;>;
public final com.google.protobuf.ListValue$Builder setUnknownFields(com.google.protobuf.UnknownFieldSet);
descriptor: (Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/ListValue$Builder;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.google.protobuf.GeneratedMessageV3$Builder.setUnknownFields:(Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
checkcast com.google.protobuf.ListValue$Builder
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/ListValue$Builder;
0 1 1 unknownFields Lcom/google/protobuf/UnknownFieldSet;
MethodParameters:
Name Flags
unknownFields final
public final com.google.protobuf.ListValue$Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet);
descriptor: (Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/ListValue$Builder;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.google.protobuf.GeneratedMessageV3$Builder.mergeUnknownFields:(Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
checkcast com.google.protobuf.ListValue$Builder
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/ListValue$Builder;
0 1 1 unknownFields Lcom/google/protobuf/UnknownFieldSet;
MethodParameters:
Name Flags
unknownFields final
public com.google.protobuf.MessageLite getDefaultInstanceForType();
descriptor: ()Lcom/google/protobuf/MessageLite;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.getDefaultInstanceForType:()Lcom/google/protobuf/ListValue;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.Message getDefaultInstanceForType();
descriptor: ()Lcom/google/protobuf/Message;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.getDefaultInstanceForType:()Lcom/google/protobuf/ListValue;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.GeneratedMessageV3$Builder addRepeatedField(com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object);
descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokevirtual com.google.protobuf.ListValue$Builder.addRepeatedField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.Message$Builder addRepeatedField(com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object);
descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/Message$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokevirtual com.google.protobuf.ListValue$Builder.addRepeatedField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.GeneratedMessageV3$Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet);
descriptor: (Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.google.protobuf.ListValue$Builder.mergeUnknownFields:(Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.Message$Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet);
descriptor: (Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/Message$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.google.protobuf.ListValue$Builder.mergeUnknownFields:(Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.GeneratedMessageV3$Builder clearField(com.google.protobuf.Descriptors$FieldDescriptor);
descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.google.protobuf.ListValue$Builder.clearField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;)Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.Message$Builder clearField(com.google.protobuf.Descriptors$FieldDescriptor);
descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;)Lcom/google/protobuf/Message$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.google.protobuf.ListValue$Builder.clearField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;)Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.AbstractMessage$Builder mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/AbstractMessage$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokevirtual com.google.protobuf.ListValue$Builder.mergeFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.io.IOException
public com.google.protobuf.MessageLite$Builder mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokevirtual com.google.protobuf.ListValue$Builder.mergeFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.io.IOException
public com.google.protobuf.Message$Builder mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Message$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokevirtual com.google.protobuf.ListValue$Builder.mergeFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.io.IOException
public com.google.protobuf.AbstractMessageLite$Builder mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/AbstractMessageLite$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokevirtual com.google.protobuf.ListValue$Builder.mergeFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.io.IOException
public com.google.protobuf.AbstractMessage$Builder mergeFrom(com.google.protobuf.Message);
descriptor: (Lcom/google/protobuf/Message;)Lcom/google/protobuf/AbstractMessage$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.google.protobuf.ListValue$Builder.mergeFrom:(Lcom/google/protobuf/Message;)Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.Message$Builder mergeFrom(com.google.protobuf.Message);
descriptor: (Lcom/google/protobuf/Message;)Lcom/google/protobuf/Message$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.google.protobuf.ListValue$Builder.mergeFrom:(Lcom/google/protobuf/Message;)Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.GeneratedMessageV3$Builder clear();
descriptor: ()Lcom/google/protobuf/GeneratedMessageV3$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.clear:()Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.MessageLite$Builder clear();
descriptor: ()Lcom/google/protobuf/MessageLite$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.clear:()Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.Message$Builder clear();
descriptor: ()Lcom/google/protobuf/Message$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.clear:()Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.GeneratedMessageV3$Builder clone();
descriptor: ()Lcom/google/protobuf/GeneratedMessageV3$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.clone:()Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.MessageLite$Builder clone();
descriptor: ()Lcom/google/protobuf/MessageLite$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.clone:()Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.Message$Builder clone();
descriptor: ()Lcom/google/protobuf/Message$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.clone:()Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object clone();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.clone:()Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.CloneNotSupportedException
public com.google.protobuf.AbstractMessageLite$Builder clone();
descriptor: ()Lcom/google/protobuf/AbstractMessageLite$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.clone:()Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.MessageLite build();
descriptor: ()Lcom/google/protobuf/MessageLite;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.build:()Lcom/google/protobuf/ListValue;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.Message build();
descriptor: ()Lcom/google/protobuf/Message;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.build:()Lcom/google/protobuf/ListValue;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.GeneratedMessageV3$Builder clearOneof(com.google.protobuf.Descriptors$OneofDescriptor);
descriptor: (Lcom/google/protobuf/Descriptors$OneofDescriptor;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.google.protobuf.ListValue$Builder.clearOneof:(Lcom/google/protobuf/Descriptors$OneofDescriptor;)Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.Message$Builder clearOneof(com.google.protobuf.Descriptors$OneofDescriptor);
descriptor: (Lcom/google/protobuf/Descriptors$OneofDescriptor;)Lcom/google/protobuf/Message$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.google.protobuf.ListValue$Builder.clearOneof:(Lcom/google/protobuf/Descriptors$OneofDescriptor;)Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.GeneratedMessageV3$Builder setUnknownFields(com.google.protobuf.UnknownFieldSet);
descriptor: (Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.google.protobuf.ListValue$Builder.setUnknownFields:(Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.Message$Builder setUnknownFields(com.google.protobuf.UnknownFieldSet);
descriptor: (Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/Message$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.google.protobuf.ListValue$Builder.setUnknownFields:(Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.MessageLite buildPartial();
descriptor: ()Lcom/google/protobuf/MessageLite;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.buildPartial:()Lcom/google/protobuf/ListValue;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.Message buildPartial();
descriptor: ()Lcom/google/protobuf/Message;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.protobuf.ListValue$Builder.buildPartial:()Lcom/google/protobuf/ListValue;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.GeneratedMessageV3$Builder setField(com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object);
descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokevirtual com.google.protobuf.ListValue$Builder.setField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.Message$Builder setField(com.google.protobuf.Descriptors$FieldDescriptor, java.lang.Object);
descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/Message$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokevirtual com.google.protobuf.ListValue$Builder.setField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;Ljava/lang/Object;)Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.GeneratedMessageV3$Builder setRepeatedField(com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object);
descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;ILjava/lang/Object;)Lcom/google/protobuf/GeneratedMessageV3$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
iload 2
aload 3
invokevirtual com.google.protobuf.ListValue$Builder.setRepeatedField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;ILjava/lang/Object;)Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.Message$Builder setRepeatedField(com.google.protobuf.Descriptors$FieldDescriptor, int, java.lang.Object);
descriptor: (Lcom/google/protobuf/Descriptors$FieldDescriptor;ILjava/lang/Object;)Lcom/google/protobuf/Message$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
iload 2
aload 3
invokevirtual com.google.protobuf.ListValue$Builder.setRepeatedField:(Lcom/google/protobuf/Descriptors$FieldDescriptor;ILjava/lang/Object;)Lcom/google/protobuf/ListValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lcom/google/protobuf/GeneratedMessageV3$Builder<Lcom/google/protobuf/ListValue$Builder;>;Lcom/google/protobuf/ListValueOrBuilder;
SourceFile: "ListValue.java"
NestHost: com.google.protobuf.ListValue
InnerClasses:
public abstract Builder = com.google.protobuf.AbstractMessage$Builder of com.google.protobuf.AbstractMessage
protected abstract BuilderParent = com.google.protobuf.AbstractMessage$BuilderParent of com.google.protobuf.AbstractMessage
public abstract Builder = com.google.protobuf.AbstractMessageLite$Builder of com.google.protobuf.AbstractMessageLite
public final Descriptor = com.google.protobuf.Descriptors$Descriptor of com.google.protobuf.Descriptors
public final FieldDescriptor = com.google.protobuf.Descriptors$FieldDescriptor of com.google.protobuf.Descriptors
public final OneofDescriptor = com.google.protobuf.Descriptors$OneofDescriptor of com.google.protobuf.Descriptors
public abstract Builder = com.google.protobuf.GeneratedMessageV3$Builder of com.google.protobuf.GeneratedMessageV3
protected abstract BuilderParent = com.google.protobuf.GeneratedMessageV3$BuilderParent of com.google.protobuf.GeneratedMessageV3
public final FieldAccessorTable = com.google.protobuf.GeneratedMessageV3$FieldAccessorTable of com.google.protobuf.GeneratedMessageV3
public final Builder = com.google.protobuf.ListValue$Builder of com.google.protobuf.ListValue
public abstract Builder = com.google.protobuf.Message$Builder of com.google.protobuf.Message
public abstract Builder = com.google.protobuf.MessageLite$Builder of com.google.protobuf.MessageLite
public final Builder = com.google.protobuf.Value$Builder of com.google.protobuf.Value