public final class io.netty.example.worldclock.WorldClockProtocol$LocalTimes extends com.google.protobuf.GeneratedMessage implements io.netty.example.worldclock.WorldClockProtocol$LocalTimesOrBuilder
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.netty.example.worldclock.WorldClockProtocol$LocalTimes
super_class: com.google.protobuf.GeneratedMessage
{
private static final io.netty.example.worldclock.WorldClockProtocol$LocalTimes defaultInstance;
descriptor: Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private final com.google.protobuf.UnknownFieldSet unknownFields;
descriptor: Lcom/google/protobuf/UnknownFieldSet;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public static com.google.protobuf.Parser<io.netty.example.worldclock.WorldClockProtocol$LocalTimes> PARSER;
descriptor: Lcom/google/protobuf/Parser;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Signature: Lcom/google/protobuf/Parser<Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;>;
public static final int LOCALTIME_FIELD_NUMBER;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private java.util.List<io.netty.example.worldclock.WorldClockProtocol$LocalTime> localTime_;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Lio/netty/example/worldclock/WorldClockProtocol$LocalTime;>;
private byte memoizedIsInitialized;
descriptor: B
flags: (0x0002) ACC_PRIVATE
private int memoizedSerializedSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new io.netty.example.worldclock.WorldClockProtocol$LocalTimes$1
dup
invokespecial io.netty.example.worldclock.WorldClockProtocol$LocalTimes$1.<init>:()V
1: putstatic io.netty.example.worldclock.WorldClockProtocol$LocalTimes.PARSER:Lcom/google/protobuf/Parser;
2: new io.netty.example.worldclock.WorldClockProtocol$LocalTimes
dup
iconst_1
invokespecial io.netty.example.worldclock.WorldClockProtocol$LocalTimes.<init>:(Z)V
putstatic io.netty.example.worldclock.WorldClockProtocol$LocalTimes.defaultInstance:Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
3: getstatic io.netty.example.worldclock.WorldClockProtocol$LocalTimes.defaultInstance:Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
invokevirtual io.netty.example.worldclock.WorldClockProtocol$LocalTimes.initFields:()V
4: return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(com.google.protobuf.GeneratedMessage$Builder<?>);
descriptor: (Lcom/google/protobuf/GeneratedMessage$Builder;)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.<init>:(Lcom/google/protobuf/GeneratedMessage$Builder;)V
1: aload 0
iconst_m1
putfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.memoizedIsInitialized:B
2: aload 0
iconst_m1
putfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.memoizedSerializedSize:I
3: aload 0
aload 1
invokevirtual com.google.protobuf.GeneratedMessage$Builder.getUnknownFields:()Lcom/google/protobuf/UnknownFieldSet;
putfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
0 5 1 builder Lcom/google/protobuf/GeneratedMessage$Builder<*>;
Signature: (Lcom/google/protobuf/GeneratedMessage$Builder<*>;)V
MethodParameters:
Name Flags
builder
private void <init>(boolean);
descriptor: (Z)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial com.google.protobuf.GeneratedMessage.<init>:()V
1: aload 0
iconst_m1
putfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.memoizedIsInitialized:B
2: aload 0
iconst_m1
putfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.memoizedSerializedSize:I
3: aload 0
invokestatic com.google.protobuf.UnknownFieldSet.getDefaultInstance:()Lcom/google/protobuf/UnknownFieldSet;
putfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
0 4 1 noInit Z
MethodParameters:
Name Flags
noInit
public static io.netty.example.worldclock.WorldClockProtocol$LocalTimes getDefaultInstance();
descriptor: ()Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic io.netty.example.worldclock.WorldClockProtocol$LocalTimes.defaultInstance:Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.example.worldclock.WorldClockProtocol$LocalTimes getDefaultInstanceForType();
descriptor: ()Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic io.netty.example.worldclock.WorldClockProtocol$LocalTimes.defaultInstance:Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
public final com.google.protobuf.UnknownFieldSet getUnknownFields();
descriptor: ()Lcom/google/protobuf/UnknownFieldSet;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
private void <init>(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=8, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial com.google.protobuf.GeneratedMessage.<init>:()V
1: aload 0
iconst_m1
putfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.memoizedIsInitialized:B
2: aload 0
iconst_m1
putfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.memoizedSerializedSize:I
3: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$LocalTimes.initFields:()V
4: iconst_0
istore 3
start local 3 5: invokestatic com.google.protobuf.UnknownFieldSet.newBuilder:()Lcom/google/protobuf/UnknownFieldSet$Builder;
6: astore 4
start local 4 7: iconst_0
istore 5
start local 5 8: goto 23
9: StackMap locals: io.netty.example.worldclock.WorldClockProtocol$LocalTimes com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite int com.google.protobuf.UnknownFieldSet$Builder int
StackMap stack:
aload 1
invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
istore 6
start local 6 10: iload 6
lookupswitch { // 2
0: 11
10: 19
default: 13
}
11: StackMap locals: int
StackMap stack:
iconst_1
istore 5
12: goto 23
13: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 4
14: aload 2
iload 6
15: invokevirtual io.netty.example.worldclock.WorldClockProtocol$LocalTimes.parseUnknownField:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/UnknownFieldSet$Builder;Lcom/google/protobuf/ExtensionRegistryLite;I)Z
16: ifne 23
17: iconst_1
istore 5
18: goto 23
19: StackMap locals:
StackMap stack:
iload 3
iconst_1
iand
iconst_1
if_icmpeq 22
20: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.localTime_:Ljava/util/List;
21: iload 3
iconst_1
ior
istore 3
22: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.localTime_:Ljava/util/List;
aload 1
getstatic io.netty.example.worldclock.WorldClockProtocol$LocalTime.PARSER:Lcom/google/protobuf/Parser;
aload 2
invokevirtual com.google.protobuf.CodedInputStream.readMessage:(Lcom/google/protobuf/Parser;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
checkcast io.netty.example.worldclock.WorldClockProtocol$LocalTime
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 6 23: StackMap locals:
StackMap stack:
iload 5
ifeq 9
end local 5 24: goto 39
StackMap locals: io.netty.example.worldclock.WorldClockProtocol$LocalTimes com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite int com.google.protobuf.UnknownFieldSet$Builder
StackMap stack: com.google.protobuf.InvalidProtocolBufferException
25: astore 5
start local 5 26: aload 5
aload 0
invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
end local 5 27: StackMap locals:
StackMap stack: java.io.IOException
astore 5
start local 5 28: new com.google.protobuf.InvalidProtocolBufferException
dup
29: aload 5
invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
30: invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
31: aload 0
invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
32: athrow
end local 5 33: StackMap locals:
StackMap stack: java.lang.Throwable
astore 7
34: iload 3
iconst_1
iand
iconst_1
if_icmpne 36
35: aload 0
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.localTime_:Ljava/util/List;
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
putfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.localTime_:Ljava/util/List;
36: StackMap locals: io.netty.example.worldclock.WorldClockProtocol$LocalTimes com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite int com.google.protobuf.UnknownFieldSet$Builder top top java.lang.Throwable
StackMap stack:
aload 0
aload 4
invokevirtual com.google.protobuf.UnknownFieldSet$Builder.build:()Lcom/google/protobuf/UnknownFieldSet;
putfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
37: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$LocalTimes.makeExtensionsImmutable:()V
38: aload 7
athrow
39: StackMap locals: io.netty.example.worldclock.WorldClockProtocol$LocalTimes com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite int com.google.protobuf.UnknownFieldSet$Builder
StackMap stack:
iload 3
iconst_1
iand
iconst_1
if_icmpne 41
40: aload 0
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.localTime_:Ljava/util/List;
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
putfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.localTime_:Ljava/util/List;
41: StackMap locals:
StackMap stack:
aload 0
aload 4
invokevirtual com.google.protobuf.UnknownFieldSet$Builder.build:()Lcom/google/protobuf/UnknownFieldSet;
putfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
42: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$LocalTimes.makeExtensionsImmutable:()V
43: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 44 0 this Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
0 44 1 input Lcom/google/protobuf/CodedInputStream;
0 44 2 extensionRegistry Lcom/google/protobuf/ExtensionRegistryLite;
5 44 3 mutable_bitField0_ I
7 44 4 unknownFields Lcom/google/protobuf/UnknownFieldSet$Builder;
8 24 5 done Z
10 23 6 tag I
26 27 5 e Lcom/google/protobuf/InvalidProtocolBufferException;
28 33 5 e Ljava/io/IOException;
Exception table:
from to target type
7 24 25 Class com.google.protobuf.InvalidProtocolBufferException
7 24 27 Class java.io.IOException
7 33 33 any
Exceptions:
throws com.google.protobuf.InvalidProtocolBufferException
MethodParameters:
Name Flags
input
extensionRegistry
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_LocalTimes_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_LocalTimes_fieldAccessorTable:Lcom/google/protobuf/GeneratedMessage$FieldAccessorTable;
1: ldc Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
ldc Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes$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$LocalTimes;
public com.google.protobuf.Parser<io.netty.example.worldclock.WorldClockProtocol$LocalTimes> getParserForType();
descriptor: ()Lcom/google/protobuf/Parser;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic io.netty.example.worldclock.WorldClockProtocol$LocalTimes.PARSER:Lcom/google/protobuf/Parser;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
Signature: ()Lcom/google/protobuf/Parser<Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;>;
public java.util.List<io.netty.example.worldclock.WorldClockProtocol$LocalTime> getLocalTimeList();
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$LocalTimes.localTime_:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
Signature: ()Ljava/util/List<Lio/netty/example/worldclock/WorldClockProtocol$LocalTime;>;
public java.util.List<? extends io.netty.example.worldclock.WorldClockProtocol$LocalTimeOrBuilder> getLocalTimeOrBuilderList();
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$LocalTimes.localTime_:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
Signature: ()Ljava/util/List<+Lio/netty/example/worldclock/WorldClockProtocol$LocalTimeOrBuilder;>;
public int getLocalTimeCount();
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$LocalTimes.localTime_:Ljava/util/List;
invokeinterface java.util.List.size:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
public io.netty.example.worldclock.WorldClockProtocol$LocalTime getLocalTime(int);
descriptor: (I)Lio/netty/example/worldclock/WorldClockProtocol$LocalTime;
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$LocalTimes.localTime_:Ljava/util/List;
iload 1
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast io.netty.example.worldclock.WorldClockProtocol$LocalTime
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
0 1 1 index I
MethodParameters:
Name Flags
index
public io.netty.example.worldclock.WorldClockProtocol$LocalTimeOrBuilder getLocalTimeOrBuilder(int);
descriptor: (I)Lio/netty/example/worldclock/WorldClockProtocol$LocalTimeOrBuilder;
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$LocalTimes.localTime_:Ljava/util/List;
iload 1
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast io.netty.example.worldclock.WorldClockProtocol$LocalTimeOrBuilder
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
0 1 1 index I
MethodParameters:
Name Flags
index
private void initFields();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokestatic java.util.Collections.emptyList:()Ljava/util/List;
putfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.localTime_:Ljava/util/List;
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
public final boolean isInitialized();
descriptor: ()Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=3, args_size=1
start local 0 0: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.memoizedIsInitialized:B
istore 1
start local 1 1: iload 1
iconst_m1
if_icmpeq 3
iload 1
iconst_1
if_icmpne 2
iconst_1
ireturn
StackMap locals: int
StackMap stack:
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 4: goto 9
5: StackMap locals: int
StackMap stack:
aload 0
iload 2
invokevirtual io.netty.example.worldclock.WorldClockProtocol$LocalTimes.getLocalTime:(I)Lio/netty/example/worldclock/WorldClockProtocol$LocalTime;
invokevirtual io.netty.example.worldclock.WorldClockProtocol$LocalTime.isInitialized:()Z
ifne 8
6: aload 0
iconst_0
putfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.memoizedIsInitialized:B
7: iconst_0
ireturn
8: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
9: iload 2
aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$LocalTimes.getLocalTimeCount:()I
if_icmplt 5
end local 2 10: aload 0
iconst_1
putfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.memoizedIsInitialized:B
11: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
1 12 1 isInitialized B
4 10 2 i I
public void writeTo(com.google.protobuf.CodedOutputStream);
descriptor: (Lcom/google/protobuf/CodedOutputStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$LocalTimes.getSerializedSize:()I
pop
1: iconst_0
istore 2
start local 2 2: goto 5
3: StackMap locals: int
StackMap stack:
aload 1
iconst_1
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.localTime_:Ljava/util/List;
iload 2
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast com.google.protobuf.MessageLite
invokevirtual com.google.protobuf.CodedOutputStream.writeMessage:(ILcom/google/protobuf/MessageLite;)V
4: iinc 2 1
StackMap locals:
StackMap stack:
5: iload 2
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.localTime_:Ljava/util/List;
invokeinterface java.util.List.size:()I
if_icmplt 3
end local 2 6: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$LocalTimes.getUnknownFields:()Lcom/google/protobuf/UnknownFieldSet;
aload 1
invokevirtual com.google.protobuf.UnknownFieldSet.writeTo:(Lcom/google/protobuf/CodedOutputStream;)V
7: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
0 8 1 output Lcom/google/protobuf/CodedOutputStream;
2 6 2 i I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
output
public int getSerializedSize();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.memoizedSerializedSize:I
istore 1
start local 1 1: iload 1
iconst_m1
if_icmpeq 2
iload 1
ireturn
2: StackMap locals: int
StackMap stack:
iconst_0
istore 1
3: iconst_0
istore 2
start local 2 4: goto 8
5: StackMap locals: int
StackMap stack:
iload 1
6: iconst_1
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.localTime_:Ljava/util/List;
iload 2
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast com.google.protobuf.MessageLite
invokestatic com.google.protobuf.CodedOutputStream.computeMessageSize:(ILcom/google/protobuf/MessageLite;)I
iadd
istore 1
7: iinc 2 1
StackMap locals:
StackMap stack:
8: iload 2
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.localTime_:Ljava/util/List;
invokeinterface java.util.List.size:()I
if_icmplt 5
end local 2 9: iload 1
aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$LocalTimes.getUnknownFields:()Lcom/google/protobuf/UnknownFieldSet;
invokevirtual com.google.protobuf.UnknownFieldSet.getSerializedSize:()I
iadd
istore 1
10: aload 0
iload 1
putfield io.netty.example.worldclock.WorldClockProtocol$LocalTimes.memoizedSerializedSize:I
11: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
1 12 1 size I
4 9 2 i I
protected java.lang.Object writeReplace();
descriptor: ()Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.google.protobuf.GeneratedMessage.writeReplace:()Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
Exceptions:
throws java.io.ObjectStreamException
public static io.netty.example.worldclock.WorldClockProtocol$LocalTimes parseFrom(com.google.protobuf.ByteString);
descriptor: (Lcom/google/protobuf/ByteString;)Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic io.netty.example.worldclock.WorldClockProtocol$LocalTimes.PARSER:Lcom/google/protobuf/Parser;
aload 0
invokeinterface com.google.protobuf.Parser.parseFrom:(Lcom/google/protobuf/ByteString;)Ljava/lang/Object;
checkcast io.netty.example.worldclock.WorldClockProtocol$LocalTimes
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 data Lcom/google/protobuf/ByteString;
Exceptions:
throws com.google.protobuf.InvalidProtocolBufferException
MethodParameters:
Name Flags
data
public static io.netty.example.worldclock.WorldClockProtocol$LocalTimes parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic io.netty.example.worldclock.WorldClockProtocol$LocalTimes.PARSER:Lcom/google/protobuf/Parser;
aload 0
aload 1
invokeinterface com.google.protobuf.Parser.parseFrom:(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
checkcast io.netty.example.worldclock.WorldClockProtocol$LocalTimes
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 data Lcom/google/protobuf/ByteString;
0 1 1 extensionRegistry Lcom/google/protobuf/ExtensionRegistryLite;
Exceptions:
throws com.google.protobuf.InvalidProtocolBufferException
MethodParameters:
Name Flags
data
extensionRegistry
public static io.netty.example.worldclock.WorldClockProtocol$LocalTimes parseFrom(byte[]);
descriptor: ([B)Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic io.netty.example.worldclock.WorldClockProtocol$LocalTimes.PARSER:Lcom/google/protobuf/Parser;
aload 0
invokeinterface com.google.protobuf.Parser.parseFrom:([B)Ljava/lang/Object;
checkcast io.netty.example.worldclock.WorldClockProtocol$LocalTimes
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 data [B
Exceptions:
throws com.google.protobuf.InvalidProtocolBufferException
MethodParameters:
Name Flags
data
public static io.netty.example.worldclock.WorldClockProtocol$LocalTimes parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite);
descriptor: ([BLcom/google/protobuf/ExtensionRegistryLite;)Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic io.netty.example.worldclock.WorldClockProtocol$LocalTimes.PARSER:Lcom/google/protobuf/Parser;
aload 0
aload 1
invokeinterface com.google.protobuf.Parser.parseFrom:([BLcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
checkcast io.netty.example.worldclock.WorldClockProtocol$LocalTimes
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 data [B
0 1 1 extensionRegistry Lcom/google/protobuf/ExtensionRegistryLite;
Exceptions:
throws com.google.protobuf.InvalidProtocolBufferException
MethodParameters:
Name Flags
data
extensionRegistry
public static io.netty.example.worldclock.WorldClockProtocol$LocalTimes parseFrom(java.io.InputStream);
descriptor: (Ljava/io/InputStream;)Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic io.netty.example.worldclock.WorldClockProtocol$LocalTimes.PARSER:Lcom/google/protobuf/Parser;
aload 0
invokeinterface com.google.protobuf.Parser.parseFrom:(Ljava/io/InputStream;)Ljava/lang/Object;
checkcast io.netty.example.worldclock.WorldClockProtocol$LocalTimes
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 input Ljava/io/InputStream;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
input
public static io.netty.example.worldclock.WorldClockProtocol$LocalTimes parseFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic io.netty.example.worldclock.WorldClockProtocol$LocalTimes.PARSER:Lcom/google/protobuf/Parser;
aload 0
aload 1
invokeinterface com.google.protobuf.Parser.parseFrom:(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
checkcast io.netty.example.worldclock.WorldClockProtocol$LocalTimes
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 input Ljava/io/InputStream;
0 1 1 extensionRegistry Lcom/google/protobuf/ExtensionRegistryLite;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
input
extensionRegistry
public static io.netty.example.worldclock.WorldClockProtocol$LocalTimes parseDelimitedFrom(java.io.InputStream);
descriptor: (Ljava/io/InputStream;)Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic io.netty.example.worldclock.WorldClockProtocol$LocalTimes.PARSER:Lcom/google/protobuf/Parser;
aload 0
invokeinterface com.google.protobuf.Parser.parseDelimitedFrom:(Ljava/io/InputStream;)Ljava/lang/Object;
checkcast io.netty.example.worldclock.WorldClockProtocol$LocalTimes
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 input Ljava/io/InputStream;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
input
public static io.netty.example.worldclock.WorldClockProtocol$LocalTimes parseDelimitedFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic io.netty.example.worldclock.WorldClockProtocol$LocalTimes.PARSER:Lcom/google/protobuf/Parser;
aload 0
aload 1
invokeinterface com.google.protobuf.Parser.parseDelimitedFrom:(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
checkcast io.netty.example.worldclock.WorldClockProtocol$LocalTimes
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 input Ljava/io/InputStream;
0 1 1 extensionRegistry Lcom/google/protobuf/ExtensionRegistryLite;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
input
extensionRegistry
public static io.netty.example.worldclock.WorldClockProtocol$LocalTimes parseFrom(com.google.protobuf.CodedInputStream);
descriptor: (Lcom/google/protobuf/CodedInputStream;)Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic io.netty.example.worldclock.WorldClockProtocol$LocalTimes.PARSER:Lcom/google/protobuf/Parser;
aload 0
invokeinterface com.google.protobuf.Parser.parseFrom:(Lcom/google/protobuf/CodedInputStream;)Ljava/lang/Object;
checkcast io.netty.example.worldclock.WorldClockProtocol$LocalTimes
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 input Lcom/google/protobuf/CodedInputStream;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
input
public static io.netty.example.worldclock.WorldClockProtocol$LocalTimes parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic io.netty.example.worldclock.WorldClockProtocol$LocalTimes.PARSER:Lcom/google/protobuf/Parser;
aload 0
aload 1
invokeinterface com.google.protobuf.Parser.parseFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
checkcast io.netty.example.worldclock.WorldClockProtocol$LocalTimes
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 input Lcom/google/protobuf/CodedInputStream;
0 1 1 extensionRegistry Lcom/google/protobuf/ExtensionRegistryLite;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
input
extensionRegistry
public static io.netty.example.worldclock.WorldClockProtocol$LocalTimes$Builder newBuilder();
descriptor: ()Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes$Builder;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: invokestatic io.netty.example.worldclock.WorldClockProtocol$LocalTimes$Builder.create:()Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.example.worldclock.WorldClockProtocol$LocalTimes$Builder newBuilderForType();
descriptor: ()Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: invokestatic io.netty.example.worldclock.WorldClockProtocol$LocalTimes.newBuilder:()Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes$Builder;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
public static io.netty.example.worldclock.WorldClockProtocol$LocalTimes$Builder newBuilder(io.netty.example.worldclock.WorldClockProtocol$LocalTimes);
descriptor: (Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;)Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes$Builder;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: invokestatic io.netty.example.worldclock.WorldClockProtocol$LocalTimes.newBuilder:()Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes$Builder;
aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$LocalTimes$Builder.mergeFrom:(Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;)Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes$Builder;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 prototype Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
MethodParameters:
Name Flags
prototype
public io.netty.example.worldclock.WorldClockProtocol$LocalTimes$Builder toBuilder();
descriptor: ()Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic io.netty.example.worldclock.WorldClockProtocol$LocalTimes.newBuilder:(Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;)Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes$Builder;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
protected io.netty.example.worldclock.WorldClockProtocol$LocalTimes$Builder newBuilderForType(com.google.protobuf.GeneratedMessage$BuilderParent);
descriptor: (Lcom/google/protobuf/GeneratedMessage$BuilderParent;)Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes$Builder;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: new io.netty.example.worldclock.WorldClockProtocol$LocalTimes$Builder
dup
aload 1
invokespecial io.netty.example.worldclock.WorldClockProtocol$LocalTimes$Builder.<init>:(Lcom/google/protobuf/GeneratedMessage$BuilderParent;)V
astore 2
start local 2 1: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
0 2 1 parent Lcom/google/protobuf/GeneratedMessage$BuilderParent;
1 2 2 builder Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes$Builder;
MethodParameters:
Name Flags
parent
public com.google.protobuf.MessageLite$Builder toBuilder();
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$LocalTimes.toBuilder:()Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.Message$Builder toBuilder();
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$LocalTimes.toBuilder:()Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
protected com.google.protobuf.Message$Builder newBuilderForType(com.google.protobuf.GeneratedMessage$BuilderParent);
descriptor: (Lcom/google/protobuf/GeneratedMessage$BuilderParent;)Lcom/google/protobuf/Message$Builder;
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.example.worldclock.WorldClockProtocol$LocalTimes.newBuilderForType:(Lcom/google/protobuf/GeneratedMessage$BuilderParent;)Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.MessageLite$Builder newBuilderForType();
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$LocalTimes.newBuilderForType:()Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.protobuf.Message$Builder newBuilderForType();
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$LocalTimes.newBuilderForType:()Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes$Builder;
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$LocalTimes.getDefaultInstanceForType:()Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
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$LocalTimes.getDefaultInstanceForType:()Lio/netty/example/worldclock/WorldClockProtocol$LocalTimes;
areturn
LocalVariableTable:
Start End Slot Name Signature
static boolean access$7();
descriptor: ()Z
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=0, args_size=0
0: getstatic io.netty.example.worldclock.WorldClockProtocol$LocalTimes.alwaysUseFieldBuilders:Z
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "WorldClockProtocol.java"
NestHost: io.netty.example.worldclock.WorldClockProtocol
InnerClasses:
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 Builder = com.google.protobuf.UnknownFieldSet$Builder of com.google.protobuf.UnknownFieldSet
public final LocalTime = io.netty.example.worldclock.WorldClockProtocol$LocalTime of io.netty.example.worldclock.WorldClockProtocol
public abstract LocalTimeOrBuilder = io.netty.example.worldclock.WorldClockProtocol$LocalTimeOrBuilder of io.netty.example.worldclock.WorldClockProtocol
public final LocalTimes = io.netty.example.worldclock.WorldClockProtocol$LocalTimes of io.netty.example.worldclock.WorldClockProtocol
io.netty.example.worldclock.WorldClockProtocol$LocalTimes$1
public final Builder = io.netty.example.worldclock.WorldClockProtocol$LocalTimes$Builder of io.netty.example.worldclock.WorldClockProtocol$LocalTimes
public abstract LocalTimesOrBuilder = io.netty.example.worldclock.WorldClockProtocol$LocalTimesOrBuilder of io.netty.example.worldclock.WorldClockProtocol