public final class io.netty.example.worldclock.WorldClockProtocol$Locations$Builder extends com.google.protobuf.GeneratedMessage$Builder<io.netty.example.worldclock.WorldClockProtocol$Locations$Builder> implements io.netty.example.worldclock.WorldClockProtocol$LocationsOrBuilder
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.netty.example.worldclock.WorldClockProtocol$Locations$Builder
super_class: com.google.protobuf.GeneratedMessage$Builder
{
private int bitField0_;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private java.util.List<io.netty.example.worldclock.WorldClockProtocol$Location> location_;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Lio/netty/example/worldclock/WorldClockProtocol$Location;>;
private com.google.protobuf.RepeatedFieldBuilder<io.netty.example.worldclock.WorldClockProtocol$Location, io.netty.example.worldclock.WorldClockProtocol$Location$Builder, io.netty.example.worldclock.WorldClockProtocol$LocationOrBuilder> locationBuilder_;
descriptor: Lcom/google/protobuf/RepeatedFieldBuilder;
flags: (0x0002) ACC_PRIVATE
Signature: Lcom/google/protobuf/RepeatedFieldBuilder<Lio/netty/example/worldclock/WorldClockProtocol$Location;Lio/netty/example/worldclock/WorldClockProtocol$Location$Builder;Lio/netty/example/worldclock/WorldClockProtocol$LocationOrBuilder;>;
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 io.netty.example.worldclock.WorldClockProtocol.internal_static_io_netty_example_worldclock_Locations_descriptor:Lcom/google/protobuf/Descriptors$Descriptor;
areturn
LocalVariableTable:
Start End Slot Name Signature
protected com.google.protobuf.GeneratedMessage$FieldAccessorTable internalGetFieldAccessorTable();
descriptor: ()Lcom/google/protobuf/GeneratedMessage$FieldAccessorTable;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: getstatic io.netty.example.worldclock.WorldClockProtocol.internal_static_io_netty_example_worldclock_Locations_fieldAccessorTable:Lcom/google/protobuf/GeneratedMessage$FieldAccessorTable;
1: ldc Lio/netty/example/worldclock/WorldClockProtocol$Locations;
ldc Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
2: invokevirtual com.google.protobuf.GeneratedMessage$FieldAccessorTable.ensureFieldAccessorsInitialized:(Ljava/lang/Class;Ljava/lang/Class;)Lcom/google/protobuf/GeneratedMessage$FieldAccessorTable;
3: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$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.GeneratedMessage$Builder.<init>:()V
1: aload 0
2: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
putfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
3: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.maybeForceBuilderInitialization:()V
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
private void <init>(com.google.protobuf.GeneratedMessage$BuilderParent);
descriptor: (Lcom/google/protobuf/GeneratedMessage$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.GeneratedMessage$Builder.<init>:(Lcom/google/protobuf/GeneratedMessage$BuilderParent;)V
1: aload 0
2: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
putfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
3: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.maybeForceBuilderInitialization:()V
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
0 5 1 parent Lcom/google/protobuf/GeneratedMessage$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: invokestatic io.netty.example.worldclock.WorldClockProtocol$Locations.access$7:()Z
ifeq 2
1: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.getLocationFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilder;
pop
2: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
private static io.netty.example.worldclock.WorldClockProtocol$Locations$Builder create();
descriptor: ()Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new io.netty.example.worldclock.WorldClockProtocol$Locations$Builder
dup
invokespecial io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.<init>:()V
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.example.worldclock.WorldClockProtocol$Locations$Builder clear();
descriptor: ()Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.google.protobuf.GeneratedMessage$Builder.clear:()Lcom/google/protobuf/GeneratedMessage$Builder;
pop
1: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
ifnonnull 5
2: aload 0
invokestatic java.util.Collections.emptyList:()Ljava/util/List;
putfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
3: aload 0
dup
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.bitField0_:I
bipush -2
iand
putfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.bitField0_:I
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
invokevirtual com.google.protobuf.RepeatedFieldBuilder.clear:()V
6: StackMap locals:
StackMap stack:
aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
public io.netty.example.worldclock.WorldClockProtocol$Locations$Builder clone();
descriptor: ()Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: invokestatic io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.create:()Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.buildPartial:()Lio/netty/example/worldclock/WorldClockProtocol$Locations;
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.mergeFrom:(Lio/netty/example/worldclock/WorldClockProtocol$Locations;)Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$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 io.netty.example.worldclock.WorldClockProtocol.internal_static_io_netty_example_worldclock_Locations_descriptor:Lcom/google/protobuf/Descriptors$Descriptor;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
public io.netty.example.worldclock.WorldClockProtocol$Locations getDefaultInstanceForType();
descriptor: ()Lio/netty/example/worldclock/WorldClockProtocol$Locations;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: invokestatic io.netty.example.worldclock.WorldClockProtocol$Locations.getDefaultInstance:()Lio/netty/example/worldclock/WorldClockProtocol$Locations;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
public io.netty.example.worldclock.WorldClockProtocol$Locations build();
descriptor: ()Lio/netty/example/worldclock/WorldClockProtocol$Locations;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.buildPartial:()Lio/netty/example/worldclock/WorldClockProtocol$Locations;
astore 1
start local 1 1: aload 1
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations.isInitialized:()Z
ifne 3
2: aload 1
invokestatic io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.newUninitializedMessageException:(Lcom/google/protobuf/Message;)Lcom/google/protobuf/UninitializedMessageException;
athrow
3: StackMap locals: io.netty.example.worldclock.WorldClockProtocol$Locations
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
1 4 1 result Lio/netty/example/worldclock/WorldClockProtocol$Locations;
public io.netty.example.worldclock.WorldClockProtocol$Locations buildPartial();
descriptor: ()Lio/netty/example/worldclock/WorldClockProtocol$Locations;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: new io.netty.example.worldclock.WorldClockProtocol$Locations
dup
aload 0
invokespecial io.netty.example.worldclock.WorldClockProtocol$Locations.<init>:(Lcom/google/protobuf/GeneratedMessage$Builder;)V
astore 1
start local 1 1: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
ifnonnull 7
2: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.bitField0_:I
iconst_1
iand
iconst_1
if_icmpne 5
3: aload 0
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
putfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
4: aload 0
dup
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.bitField0_:I
bipush -2
iand
putfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.bitField0_:I
5: StackMap locals: io.netty.example.worldclock.WorldClockProtocol$Locations
StackMap stack:
aload 1
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
putfield io.netty.example.worldclock.WorldClockProtocol$Locations.location_:Ljava/util/List;
6: goto 8
7: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
invokevirtual com.google.protobuf.RepeatedFieldBuilder.build:()Ljava/util/List;
putfield io.netty.example.worldclock.WorldClockProtocol$Locations.location_:Ljava/util/List;
8: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.onBuilt:()V
9: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
1 10 1 result Lio/netty/example/worldclock/WorldClockProtocol$Locations;
public io.netty.example.worldclock.WorldClockProtocol$Locations$Builder mergeFrom(com.google.protobuf.Message);
descriptor: (Lcom/google/protobuf/Message;)Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
instanceof io.netty.example.worldclock.WorldClockProtocol$Locations
ifeq 2
1: aload 0
aload 1
checkcast io.netty.example.worldclock.WorldClockProtocol$Locations
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.mergeFrom:(Lio/netty/example/worldclock/WorldClockProtocol$Locations;)Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
areturn
2: StackMap locals:
StackMap stack:
aload 0
aload 1
invokespecial com.google.protobuf.GeneratedMessage$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 Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
0 4 1 other Lcom/google/protobuf/Message;
MethodParameters:
Name Flags
other
public io.netty.example.worldclock.WorldClockProtocol$Locations$Builder mergeFrom(io.netty.example.worldclock.WorldClockProtocol$Locations);
descriptor: (Lio/netty/example/worldclock/WorldClockProtocol$Locations;)Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokestatic io.netty.example.worldclock.WorldClockProtocol$Locations.getDefaultInstance:()Lio/netty/example/worldclock/WorldClockProtocol$Locations;
if_acmpne 1
aload 0
areturn
1: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
ifnonnull 11
2: aload 1
getfield io.netty.example.worldclock.WorldClockProtocol$Locations.location_:Ljava/util/List;
invokeinterface java.util.List.isEmpty:()Z
ifne 24
3: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
invokeinterface java.util.List.isEmpty:()Z
ifeq 7
4: aload 0
aload 1
getfield io.netty.example.worldclock.WorldClockProtocol$Locations.location_:Ljava/util/List;
putfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
5: aload 0
dup
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.bitField0_:I
bipush -2
iand
putfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.bitField0_:I
6: goto 9
7: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.ensureLocationIsMutable:()V
8: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
aload 1
getfield io.netty.example.worldclock.WorldClockProtocol$Locations.location_:Ljava/util/List;
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
9: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.onChanged:()V
10: goto 24
11: StackMap locals:
StackMap stack:
aload 1
getfield io.netty.example.worldclock.WorldClockProtocol$Locations.location_:Ljava/util/List;
invokeinterface java.util.List.isEmpty:()Z
ifne 24
12: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
invokevirtual com.google.protobuf.RepeatedFieldBuilder.isEmpty:()Z
ifeq 23
13: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
invokevirtual com.google.protobuf.RepeatedFieldBuilder.dispose:()V
14: aload 0
aconst_null
putfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
15: aload 0
aload 1
getfield io.netty.example.worldclock.WorldClockProtocol$Locations.location_:Ljava/util/List;
putfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
16: aload 0
dup
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.bitField0_:I
bipush -2
iand
putfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.bitField0_:I
17: aload 0
18: invokestatic io.netty.example.worldclock.WorldClockProtocol$Locations.access$7:()Z
ifeq 20
19: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.getLocationFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilder;
goto 21
StackMap locals:
StackMap stack: io.netty.example.worldclock.WorldClockProtocol$Locations$Builder
20: aconst_null
21: StackMap locals: io.netty.example.worldclock.WorldClockProtocol$Locations$Builder io.netty.example.worldclock.WorldClockProtocol$Locations
StackMap stack: io.netty.example.worldclock.WorldClockProtocol$Locations$Builder com.google.protobuf.RepeatedFieldBuilder
putfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
22: goto 24
23: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
aload 1
getfield io.netty.example.worldclock.WorldClockProtocol$Locations.location_:Ljava/util/List;
invokevirtual com.google.protobuf.RepeatedFieldBuilder.addAllMessages:(Ljava/lang/Iterable;)Lcom/google/protobuf/RepeatedFieldBuilder;
pop
24: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations.getUnknownFields:()Lcom/google/protobuf/UnknownFieldSet;
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.mergeUnknownFields:(Lcom/google/protobuf/UnknownFieldSet;)Lcom/google/protobuf/GeneratedMessage$Builder;
pop
25: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 26 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
0 26 1 other Lio/netty/example/worldclock/WorldClockProtocol$Locations;
MethodParameters:
Name Flags
other
public final boolean isInitialized();
descriptor: ()Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: goto 5
2: StackMap locals: int
StackMap stack:
aload 0
iload 1
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.getLocation:(I)Lio/netty/example/worldclock/WorldClockProtocol$Location;
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Location.isInitialized:()Z
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
iinc 1 1
StackMap locals:
StackMap stack:
5: iload 1
aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.getLocationCount:()I
if_icmplt 2
end local 1 6: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
1 6 1 i I
public io.netty.example.worldclock.WorldClockProtocol$Locations$Builder mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lio/netty/example/worldclock/WorldClockProtocol$Locations$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 io.netty.example.worldclock.WorldClockProtocol$Locations.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 io.netty.example.worldclock.WorldClockProtocol$Locations
astore 3
2: goto 10
StackMap locals: io.netty.example.worldclock.WorldClockProtocol$Locations$Builder com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite io.netty.example.worldclock.WorldClockProtocol$Locations
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 io.netty.example.worldclock.WorldClockProtocol$Locations
astore 3
5: aload 4
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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.mergeFrom:(Lio/netty/example/worldclock/WorldClockProtocol$Locations;)Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
pop
9: StackMap locals: io.netty.example.worldclock.WorldClockProtocol$Locations$Builder com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite io.netty.example.worldclock.WorldClockProtocol$Locations top java.lang.Throwable
StackMap stack:
aload 5
athrow
10: StackMap locals: io.netty.example.worldclock.WorldClockProtocol$Locations$Builder com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite io.netty.example.worldclock.WorldClockProtocol$Locations
StackMap stack:
aload 3
ifnull 12
11: aload 0
aload 3
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.mergeFrom:(Lio/netty/example/worldclock/WorldClockProtocol$Locations;)Lio/netty/example/worldclock/WorldClockProtocol$Locations$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 Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
0 13 1 input Lcom/google/protobuf/CodedInputStream;
0 13 2 extensionRegistry Lcom/google/protobuf/ExtensionRegistryLite;
1 13 3 parsedMessage Lio/netty/example/worldclock/WorldClockProtocol$Locations;
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 ensureLocationIsMutable();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.bitField0_:I
iconst_1
iand
iconst_1
if_icmpeq 3
1: aload 0
new java.util.ArrayList
dup
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
putfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
2: aload 0
dup
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.bitField0_:I
iconst_1
ior
putfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.bitField0_:I
3: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
public java.util.List<io.netty.example.worldclock.WorldClockProtocol$Location> getLocationList();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
ifnonnull 2
1: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
invokevirtual com.google.protobuf.RepeatedFieldBuilder.getMessageList:()Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
Signature: ()Ljava/util/List<Lio/netty/example/worldclock/WorldClockProtocol$Location;>;
public int getLocationCount();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
ifnonnull 2
1: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
invokeinterface java.util.List.size:()I
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
invokevirtual com.google.protobuf.RepeatedFieldBuilder.getCount:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
public io.netty.example.worldclock.WorldClockProtocol$Location getLocation(int);
descriptor: (I)Lio/netty/example/worldclock/WorldClockProtocol$Location;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
ifnonnull 2
1: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
iload 1
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast io.netty.example.worldclock.WorldClockProtocol$Location
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
iload 1
invokevirtual com.google.protobuf.RepeatedFieldBuilder.getMessage:(I)Lcom/google/protobuf/GeneratedMessage;
checkcast io.netty.example.worldclock.WorldClockProtocol$Location
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
0 3 1 index I
MethodParameters:
Name Flags
index
public io.netty.example.worldclock.WorldClockProtocol$Locations$Builder setLocation(int, io.netty.example.worldclock.WorldClockProtocol$Location);
descriptor: (ILio/netty/example/worldclock/WorldClockProtocol$Location;)Lio/netty/example/worldclock/WorldClockProtocol$Locations$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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.ensureLocationIsMutable:()V
4: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
iload 1
aload 2
invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
pop
5: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.onChanged:()V
6: goto 8
7: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
iload 1
aload 2
invokevirtual com.google.protobuf.RepeatedFieldBuilder.setMessage:(ILcom/google/protobuf/GeneratedMessage;)Lcom/google/protobuf/RepeatedFieldBuilder;
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 Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
0 9 1 index I
0 9 2 value Lio/netty/example/worldclock/WorldClockProtocol$Location;
MethodParameters:
Name Flags
index
value
public io.netty.example.worldclock.WorldClockProtocol$Locations$Builder setLocation(int, io.netty.example.worldclock.WorldClockProtocol$Location$Builder);
descriptor: (ILio/netty/example/worldclock/WorldClockProtocol$Location$Builder;)Lio/netty/example/worldclock/WorldClockProtocol$Locations$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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
ifnonnull 5
1: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.ensureLocationIsMutable:()V
2: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
iload 1
aload 2
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Location$Builder.build:()Lio/netty/example/worldclock/WorldClockProtocol$Location;
invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
pop
3: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.onChanged:()V
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
iload 1
aload 2
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Location$Builder.build:()Lio/netty/example/worldclock/WorldClockProtocol$Location;
invokevirtual com.google.protobuf.RepeatedFieldBuilder.setMessage:(ILcom/google/protobuf/GeneratedMessage;)Lcom/google/protobuf/RepeatedFieldBuilder;
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 Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
0 7 1 index I
0 7 2 builderForValue Lio/netty/example/worldclock/WorldClockProtocol$Location$Builder;
MethodParameters:
Name Flags
index
builderForValue
public io.netty.example.worldclock.WorldClockProtocol$Locations$Builder addLocation(io.netty.example.worldclock.WorldClockProtocol$Location);
descriptor: (Lio/netty/example/worldclock/WorldClockProtocol$Location;)Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.ensureLocationIsMutable:()V
4: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
aload 1
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
5: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.onChanged:()V
6: goto 8
7: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
aload 1
invokevirtual com.google.protobuf.RepeatedFieldBuilder.addMessage:(Lcom/google/protobuf/GeneratedMessage;)Lcom/google/protobuf/RepeatedFieldBuilder;
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 Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
0 9 1 value Lio/netty/example/worldclock/WorldClockProtocol$Location;
MethodParameters:
Name Flags
value
public io.netty.example.worldclock.WorldClockProtocol$Locations$Builder addLocation(int, io.netty.example.worldclock.WorldClockProtocol$Location);
descriptor: (ILio/netty/example/worldclock/WorldClockProtocol$Location;)Lio/netty/example/worldclock/WorldClockProtocol$Locations$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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.ensureLocationIsMutable:()V
4: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
iload 1
aload 2
invokeinterface java.util.List.add:(ILjava/lang/Object;)V
5: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.onChanged:()V
6: goto 8
7: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
iload 1
aload 2
invokevirtual com.google.protobuf.RepeatedFieldBuilder.addMessage:(ILcom/google/protobuf/GeneratedMessage;)Lcom/google/protobuf/RepeatedFieldBuilder;
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 Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
0 9 1 index I
0 9 2 value Lio/netty/example/worldclock/WorldClockProtocol$Location;
MethodParameters:
Name Flags
index
value
public io.netty.example.worldclock.WorldClockProtocol$Locations$Builder addLocation(io.netty.example.worldclock.WorldClockProtocol$Location$Builder);
descriptor: (Lio/netty/example/worldclock/WorldClockProtocol$Location$Builder;)Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
ifnonnull 5
1: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.ensureLocationIsMutable:()V
2: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
aload 1
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Location$Builder.build:()Lio/netty/example/worldclock/WorldClockProtocol$Location;
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
3: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.onChanged:()V
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
aload 1
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Location$Builder.build:()Lio/netty/example/worldclock/WorldClockProtocol$Location;
invokevirtual com.google.protobuf.RepeatedFieldBuilder.addMessage:(Lcom/google/protobuf/GeneratedMessage;)Lcom/google/protobuf/RepeatedFieldBuilder;
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 Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
0 7 1 builderForValue Lio/netty/example/worldclock/WorldClockProtocol$Location$Builder;
MethodParameters:
Name Flags
builderForValue
public io.netty.example.worldclock.WorldClockProtocol$Locations$Builder addLocation(int, io.netty.example.worldclock.WorldClockProtocol$Location$Builder);
descriptor: (ILio/netty/example/worldclock/WorldClockProtocol$Location$Builder;)Lio/netty/example/worldclock/WorldClockProtocol$Locations$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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
ifnonnull 5
1: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.ensureLocationIsMutable:()V
2: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
iload 1
aload 2
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Location$Builder.build:()Lio/netty/example/worldclock/WorldClockProtocol$Location;
invokeinterface java.util.List.add:(ILjava/lang/Object;)V
3: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.onChanged:()V
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
iload 1
aload 2
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Location$Builder.build:()Lio/netty/example/worldclock/WorldClockProtocol$Location;
invokevirtual com.google.protobuf.RepeatedFieldBuilder.addMessage:(ILcom/google/protobuf/GeneratedMessage;)Lcom/google/protobuf/RepeatedFieldBuilder;
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 Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
0 7 1 index I
0 7 2 builderForValue Lio/netty/example/worldclock/WorldClockProtocol$Location$Builder;
MethodParameters:
Name Flags
index
builderForValue
public io.netty.example.worldclock.WorldClockProtocol$Locations$Builder addAllLocation(java.lang.Iterable<? extends io.netty.example.worldclock.WorldClockProtocol$Location>);
descriptor: (Ljava/lang/Iterable;)Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
ifnonnull 5
1: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.ensureLocationIsMutable:()V
2: aload 1
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
invokestatic com.google.protobuf.GeneratedMessage$Builder.addAll:(Ljava/lang/Iterable;Ljava/util/Collection;)V
3: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.onChanged:()V
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
aload 1
invokevirtual com.google.protobuf.RepeatedFieldBuilder.addAllMessages:(Ljava/lang/Iterable;)Lcom/google/protobuf/RepeatedFieldBuilder;
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 Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
0 7 1 values Ljava/lang/Iterable<+Lio/netty/example/worldclock/WorldClockProtocol$Location;>;
Signature: (Ljava/lang/Iterable<+Lio/netty/example/worldclock/WorldClockProtocol$Location;>;)Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
MethodParameters:
Name Flags
values
public io.netty.example.worldclock.WorldClockProtocol$Locations$Builder clearLocation();
descriptor: ()Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
ifnonnull 5
1: aload 0
invokestatic java.util.Collections.emptyList:()Ljava/util/List;
putfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
2: aload 0
dup
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.bitField0_:I
bipush -2
iand
putfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.bitField0_:I
3: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.onChanged:()V
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
invokevirtual com.google.protobuf.RepeatedFieldBuilder.clear:()V
6: StackMap locals:
StackMap stack:
aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
public io.netty.example.worldclock.WorldClockProtocol$Locations$Builder removeLocation(int);
descriptor: (I)Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
ifnonnull 5
1: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.ensureLocationIsMutable:()V
2: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
iload 1
invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
pop
3: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.onChanged:()V
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
iload 1
invokevirtual com.google.protobuf.RepeatedFieldBuilder.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 Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
0 7 1 index I
MethodParameters:
Name Flags
index
public io.netty.example.worldclock.WorldClockProtocol$Location$Builder getLocationBuilder(int);
descriptor: (I)Lio/netty/example/worldclock/WorldClockProtocol$Location$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.getLocationFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilder;
iload 1
invokevirtual com.google.protobuf.RepeatedFieldBuilder.getBuilder:(I)Lcom/google/protobuf/GeneratedMessage$Builder;
checkcast io.netty.example.worldclock.WorldClockProtocol$Location$Builder
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
0 1 1 index I
MethodParameters:
Name Flags
index
public io.netty.example.worldclock.WorldClockProtocol$LocationOrBuilder getLocationOrBuilder(int);
descriptor: (I)Lio/netty/example/worldclock/WorldClockProtocol$LocationOrBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
ifnonnull 2
1: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
iload 1
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast io.netty.example.worldclock.WorldClockProtocol$LocationOrBuilder
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
iload 1
invokevirtual com.google.protobuf.RepeatedFieldBuilder.getMessageOrBuilder:(I)Lcom/google/protobuf/MessageOrBuilder;
checkcast io.netty.example.worldclock.WorldClockProtocol$LocationOrBuilder
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
0 3 1 index I
MethodParameters:
Name Flags
index
public java.util.List<? extends io.netty.example.worldclock.WorldClockProtocol$LocationOrBuilder> getLocationOrBuilderList();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
ifnull 2
1: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
invokevirtual com.google.protobuf.RepeatedFieldBuilder.getMessageOrBuilderList:()Ljava/util/List;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_: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 Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
Signature: ()Ljava/util/List<+Lio/netty/example/worldclock/WorldClockProtocol$LocationOrBuilder;>;
public io.netty.example.worldclock.WorldClockProtocol$Location$Builder addLocationBuilder();
descriptor: ()Lio/netty/example/worldclock/WorldClockProtocol$Location$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.getLocationFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilder;
1: invokestatic io.netty.example.worldclock.WorldClockProtocol$Location.getDefaultInstance:()Lio/netty/example/worldclock/WorldClockProtocol$Location;
2: invokevirtual com.google.protobuf.RepeatedFieldBuilder.addBuilder:(Lcom/google/protobuf/GeneratedMessage;)Lcom/google/protobuf/GeneratedMessage$Builder;
checkcast io.netty.example.worldclock.WorldClockProtocol$Location$Builder
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
public io.netty.example.worldclock.WorldClockProtocol$Location$Builder addLocationBuilder(int);
descriptor: (I)Lio/netty/example/worldclock/WorldClockProtocol$Location$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.getLocationFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilder;
1: iload 1
invokestatic io.netty.example.worldclock.WorldClockProtocol$Location.getDefaultInstance:()Lio/netty/example/worldclock/WorldClockProtocol$Location;
2: invokevirtual com.google.protobuf.RepeatedFieldBuilder.addBuilder:(ILcom/google/protobuf/GeneratedMessage;)Lcom/google/protobuf/GeneratedMessage$Builder;
checkcast io.netty.example.worldclock.WorldClockProtocol$Location$Builder
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
0 3 1 index I
MethodParameters:
Name Flags
index
public java.util.List<io.netty.example.worldclock.WorldClockProtocol$Location$Builder> getLocationBuilderList();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.getLocationFieldBuilder:()Lcom/google/protobuf/RepeatedFieldBuilder;
invokevirtual com.google.protobuf.RepeatedFieldBuilder.getBuilderList:()Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
Signature: ()Ljava/util/List<Lio/netty/example/worldclock/WorldClockProtocol$Location$Builder;>;
private com.google.protobuf.RepeatedFieldBuilder<io.netty.example.worldclock.WorldClockProtocol$Location, io.netty.example.worldclock.WorldClockProtocol$Location$Builder, io.netty.example.worldclock.WorldClockProtocol$LocationOrBuilder> getLocationFieldBuilder();
descriptor: ()Lcom/google/protobuf/RepeatedFieldBuilder;
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
ifnonnull 10
1: aload 0
2: new com.google.protobuf.RepeatedFieldBuilder
dup
3: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
4: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.bitField0_:I
iconst_1
iand
iconst_1
if_icmpne 5
iconst_1
goto 6
StackMap locals: io.netty.example.worldclock.WorldClockProtocol$Locations$Builder
StackMap stack: io.netty.example.worldclock.WorldClockProtocol$Locations$Builder new 2 new 2 java.util.List
5: iconst_0
6: StackMap locals: io.netty.example.worldclock.WorldClockProtocol$Locations$Builder
StackMap stack: io.netty.example.worldclock.WorldClockProtocol$Locations$Builder new 2 new 2 java.util.List int
aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.getParentForChildren:()Lcom/google/protobuf/GeneratedMessage$BuilderParent;
7: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.isClean:()Z
invokespecial com.google.protobuf.RepeatedFieldBuilder.<init>:(Ljava/util/List;ZLcom/google/protobuf/GeneratedMessage$BuilderParent;Z)V
8: putfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
9: aload 0
aconst_null
putfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.location_:Ljava/util/List;
10: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.locationBuilder_:Lcom/google/protobuf/RepeatedFieldBuilder;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
Signature: ()Lcom/google/protobuf/RepeatedFieldBuilder<Lio/netty/example/worldclock/WorldClockProtocol$Location;Lio/netty/example/worldclock/WorldClockProtocol$Location$Builder;Lio/netty/example/worldclock/WorldClockProtocol$LocationOrBuilder;>;
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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.mergeFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lio/netty/example/worldclock/WorldClockProtocol$Locations$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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.mergeFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lio/netty/example/worldclock/WorldClockProtocol$Locations$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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.mergeFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lio/netty/example/worldclock/WorldClockProtocol$Locations$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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.mergeFrom:(Lcom/google/protobuf/Message;)Lio/netty/example/worldclock/WorldClockProtocol$Locations$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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.mergeFrom:(Lcom/google/protobuf/Message;)Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.GeneratedMessage$Builder clear();
descriptor: ()Lcom/google/protobuf/GeneratedMessage$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.clear:()Lio/netty/example/worldclock/WorldClockProtocol$Locations$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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.clear:()Lio/netty/example/worldclock/WorldClockProtocol$Locations$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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.clear:()Lio/netty/example/worldclock/WorldClockProtocol$Locations$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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.build:()Lio/netty/example/worldclock/WorldClockProtocol$Locations;
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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.build:()Lio/netty/example/worldclock/WorldClockProtocol$Locations;
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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.buildPartial:()Lio/netty/example/worldclock/WorldClockProtocol$Locations;
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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.buildPartial:()Lio/netty/example/worldclock/WorldClockProtocol$Locations;
areturn
LocalVariableTable:
Start End Slot Name Signature
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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.getDefaultInstanceForType:()Lio/netty/example/worldclock/WorldClockProtocol$Locations;
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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.getDefaultInstanceForType:()Lio/netty/example/worldclock/WorldClockProtocol$Locations;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.GeneratedMessage$Builder clone();
descriptor: ()Lcom/google/protobuf/GeneratedMessage$Builder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.clone:()Lio/netty/example/worldclock/WorldClockProtocol$Locations$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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.clone:()Lio/netty/example/worldclock/WorldClockProtocol$Locations$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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.clone:()Lio/netty/example/worldclock/WorldClockProtocol$Locations$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 io.netty.example.worldclock.WorldClockProtocol$Locations$Builder.clone:()Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.CloneNotSupportedException
}
Signature: Lcom/google/protobuf/GeneratedMessage$Builder<Lio/netty/example/worldclock/WorldClockProtocol$Locations$Builder;>;Lio/netty/example/worldclock/WorldClockProtocol$LocationsOrBuilder;
SourceFile: "WorldClockProtocol.java"
NestHost: io.netty.example.worldclock.WorldClockProtocol
InnerClasses:
public abstract Builder = com.google.protobuf.AbstractMessage$Builder of com.google.protobuf.AbstractMessage
public final Descriptor = com.google.protobuf.Descriptors$Descriptor of com.google.protobuf.Descriptors
public abstract Builder = com.google.protobuf.GeneratedMessage$Builder of com.google.protobuf.GeneratedMessage
protected abstract BuilderParent = com.google.protobuf.GeneratedMessage$BuilderParent of com.google.protobuf.GeneratedMessage
public final FieldAccessorTable = com.google.protobuf.GeneratedMessage$FieldAccessorTable of com.google.protobuf.GeneratedMessage
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 Location = io.netty.example.worldclock.WorldClockProtocol$Location of io.netty.example.worldclock.WorldClockProtocol
public final Builder = io.netty.example.worldclock.WorldClockProtocol$Location$Builder of io.netty.example.worldclock.WorldClockProtocol$Location
public abstract LocationOrBuilder = io.netty.example.worldclock.WorldClockProtocol$LocationOrBuilder of io.netty.example.worldclock.WorldClockProtocol
public final Locations = io.netty.example.worldclock.WorldClockProtocol$Locations of io.netty.example.worldclock.WorldClockProtocol
public final Builder = io.netty.example.worldclock.WorldClockProtocol$Locations$Builder of io.netty.example.worldclock.WorldClockProtocol$Locations
public abstract LocationsOrBuilder = io.netty.example.worldclock.WorldClockProtocol$LocationsOrBuilder of io.netty.example.worldclock.WorldClockProtocol