public final class io.netty.example.worldclock.WorldClockProtocol$Location extends com.google.protobuf.GeneratedMessage implements io.netty.example.worldclock.WorldClockProtocol$LocationOrBuilder
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.netty.example.worldclock.WorldClockProtocol$Location
super_class: com.google.protobuf.GeneratedMessage
{
private static final io.netty.example.worldclock.WorldClockProtocol$Location defaultInstance;
descriptor: Lio/netty/example/worldclock/WorldClockProtocol$Location;
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$Location> PARSER;
descriptor: Lcom/google/protobuf/Parser;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Signature: Lcom/google/protobuf/Parser<Lio/netty/example/worldclock/WorldClockProtocol$Location;>;
private int bitField0_;
descriptor: I
flags: (0x0002) ACC_PRIVATE
public static final int CONTINENT_FIELD_NUMBER;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private io.netty.example.worldclock.WorldClockProtocol$Continent continent_;
descriptor: Lio/netty/example/worldclock/WorldClockProtocol$Continent;
flags: (0x0002) ACC_PRIVATE
public static final int CITY_FIELD_NUMBER;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 2
private java.lang.Object city_;
descriptor: Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
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$Location$1
dup
invokespecial io.netty.example.worldclock.WorldClockProtocol$Location$1.<init>:()V
1: putstatic io.netty.example.worldclock.WorldClockProtocol$Location.PARSER:Lcom/google/protobuf/Parser;
2: new io.netty.example.worldclock.WorldClockProtocol$Location
dup
iconst_1
invokespecial io.netty.example.worldclock.WorldClockProtocol$Location.<init>:(Z)V
putstatic io.netty.example.worldclock.WorldClockProtocol$Location.defaultInstance:Lio/netty/example/worldclock/WorldClockProtocol$Location;
3: getstatic io.netty.example.worldclock.WorldClockProtocol$Location.defaultInstance:Lio/netty/example/worldclock/WorldClockProtocol$Location;
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Location.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$Location.memoizedIsInitialized:B
2: aload 0
iconst_m1
putfield io.netty.example.worldclock.WorldClockProtocol$Location.memoizedSerializedSize:I
3: aload 0
aload 1
invokevirtual com.google.protobuf.GeneratedMessage$Builder.getUnknownFields:()Lcom/google/protobuf/UnknownFieldSet;
putfield io.netty.example.worldclock.WorldClockProtocol$Location.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$Location;
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$Location.memoizedIsInitialized:B
2: aload 0
iconst_m1
putfield io.netty.example.worldclock.WorldClockProtocol$Location.memoizedSerializedSize:I
3: aload 0
invokestatic com.google.protobuf.UnknownFieldSet.getDefaultInstance:()Lcom/google/protobuf/UnknownFieldSet;
putfield io.netty.example.worldclock.WorldClockProtocol$Location.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$Location;
0 4 1 noInit Z
MethodParameters:
Name Flags
noInit
public static io.netty.example.worldclock.WorldClockProtocol$Location getDefaultInstance();
descriptor: ()Lio/netty/example/worldclock/WorldClockProtocol$Location;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic io.netty.example.worldclock.WorldClockProtocol$Location.defaultInstance:Lio/netty/example/worldclock/WorldClockProtocol$Location;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.example.worldclock.WorldClockProtocol$Location getDefaultInstanceForType();
descriptor: ()Lio/netty/example/worldclock/WorldClockProtocol$Location;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic io.netty.example.worldclock.WorldClockProtocol$Location.defaultInstance:Lio/netty/example/worldclock/WorldClockProtocol$Location;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/worldclock/WorldClockProtocol$Location;
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$Location.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/worldclock/WorldClockProtocol$Location;
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=9, 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$Location.memoizedIsInitialized:B
2: aload 0
iconst_m1
putfield io.netty.example.worldclock.WorldClockProtocol$Location.memoizedSerializedSize:I
3: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Location.initFields:()V
4: invokestatic com.google.protobuf.UnknownFieldSet.newBuilder:()Lcom/google/protobuf/UnknownFieldSet$Builder;
5: astore 3
start local 3 6: iconst_0
istore 4
start local 4 7: goto 28
8: StackMap locals: io.netty.example.worldclock.WorldClockProtocol$Location com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite com.google.protobuf.UnknownFieldSet$Builder int
StackMap stack:
aload 1
invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
istore 5
start local 5 9: iload 5
lookupswitch { // 3
0: 10
8: 18
18: 26
default: 12
}
10: StackMap locals: int
StackMap stack:
iconst_1
istore 4
11: goto 28
12: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 3
13: aload 2
iload 5
14: invokevirtual io.netty.example.worldclock.WorldClockProtocol$Location.parseUnknownField:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/UnknownFieldSet$Builder;Lcom/google/protobuf/ExtensionRegistryLite;I)Z
15: ifne 28
16: iconst_1
istore 4
17: goto 28
18: StackMap locals:
StackMap stack:
aload 1
invokevirtual com.google.protobuf.CodedInputStream.readEnum:()I
istore 6
start local 6 19: iload 6
invokestatic io.netty.example.worldclock.WorldClockProtocol$Continent.valueOf:(I)Lio/netty/example/worldclock/WorldClockProtocol$Continent;
astore 7
start local 7 20: aload 7
ifnonnull 23
21: aload 3
iconst_1
iload 6
invokevirtual com.google.protobuf.UnknownFieldSet$Builder.mergeVarintField:(II)Lcom/google/protobuf/UnknownFieldSet$Builder;
pop
22: goto 28
23: StackMap locals: int io.netty.example.worldclock.WorldClockProtocol$Continent
StackMap stack:
aload 0
dup
getfield io.netty.example.worldclock.WorldClockProtocol$Location.bitField0_:I
iconst_1
ior
putfield io.netty.example.worldclock.WorldClockProtocol$Location.bitField0_:I
24: aload 0
aload 7
putfield io.netty.example.worldclock.WorldClockProtocol$Location.continent_:Lio/netty/example/worldclock/WorldClockProtocol$Continent;
25: goto 28
end local 7 end local 6 26: StackMap locals:
StackMap stack:
aload 0
dup
getfield io.netty.example.worldclock.WorldClockProtocol$Location.bitField0_:I
iconst_2
ior
putfield io.netty.example.worldclock.WorldClockProtocol$Location.bitField0_:I
27: aload 0
aload 1
invokevirtual com.google.protobuf.CodedInputStream.readBytes:()Lcom/google/protobuf/ByteString;
putfield io.netty.example.worldclock.WorldClockProtocol$Location.city_:Ljava/lang/Object;
end local 5 28: StackMap locals:
StackMap stack:
iload 4
ifeq 8
end local 4 29: goto 42
StackMap locals: io.netty.example.worldclock.WorldClockProtocol$Location com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite com.google.protobuf.UnknownFieldSet$Builder
StackMap stack: com.google.protobuf.InvalidProtocolBufferException
30: astore 4
start local 4 31: aload 4
aload 0
invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
end local 4 32: StackMap locals:
StackMap stack: java.io.IOException
astore 4
start local 4 33: new com.google.protobuf.InvalidProtocolBufferException
dup
34: aload 4
invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
35: invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
36: aload 0
invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
37: athrow
end local 4 38: StackMap locals:
StackMap stack: java.lang.Throwable
astore 8
39: aload 0
aload 3
invokevirtual com.google.protobuf.UnknownFieldSet$Builder.build:()Lcom/google/protobuf/UnknownFieldSet;
putfield io.netty.example.worldclock.WorldClockProtocol$Location.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
40: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Location.makeExtensionsImmutable:()V
41: aload 8
athrow
42: StackMap locals:
StackMap stack:
aload 0
aload 3
invokevirtual com.google.protobuf.UnknownFieldSet$Builder.build:()Lcom/google/protobuf/UnknownFieldSet;
putfield io.netty.example.worldclock.WorldClockProtocol$Location.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
43: aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Location.makeExtensionsImmutable:()V
44: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 45 0 this Lio/netty/example/worldclock/WorldClockProtocol$Location;
0 45 1 input Lcom/google/protobuf/CodedInputStream;
0 45 2 extensionRegistry Lcom/google/protobuf/ExtensionRegistryLite;
6 45 3 unknownFields Lcom/google/protobuf/UnknownFieldSet$Builder;
7 29 4 done Z
9 28 5 tag I
19 26 6 rawValue I
20 26 7 value Lio/netty/example/worldclock/WorldClockProtocol$Continent;
31 32 4 e Lcom/google/protobuf/InvalidProtocolBufferException;
33 38 4 e Ljava/io/IOException;
Exception table:
from to target type
6 29 30 Class com.google.protobuf.InvalidProtocolBufferException
6 29 32 Class java.io.IOException
6 38 38 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_Location_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_Location_fieldAccessorTable:Lcom/google/protobuf/GeneratedMessage$FieldAccessorTable;
1: ldc Lio/netty/example/worldclock/WorldClockProtocol$Location;
ldc Lio/netty/example/worldclock/WorldClockProtocol$Location$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$Location;
public com.google.protobuf.Parser<io.netty.example.worldclock.WorldClockProtocol$Location> 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$Location.PARSER:Lcom/google/protobuf/Parser;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/worldclock/WorldClockProtocol$Location;
Signature: ()Lcom/google/protobuf/Parser<Lio/netty/example/worldclock/WorldClockProtocol$Location;>;
public boolean hasContinent();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Location.bitField0_:I
iconst_1
iand
iconst_1
if_icmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/example/worldclock/WorldClockProtocol$Location;
public io.netty.example.worldclock.WorldClockProtocol$Continent getContinent();
descriptor: ()Lio/netty/example/worldclock/WorldClockProtocol$Continent;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Location.continent_:Lio/netty/example/worldclock/WorldClockProtocol$Continent;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/worldclock/WorldClockProtocol$Location;
public boolean hasCity();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Location.bitField0_:I
iconst_2
iand
iconst_2
if_icmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/example/worldclock/WorldClockProtocol$Location;
public java.lang.String getCity();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Location.city_:Ljava/lang/Object;
astore 1
start local 1 1: aload 1
instanceof java.lang.String
ifeq 3
2: aload 1
checkcast java.lang.String
areturn
3: StackMap locals: java.lang.Object
StackMap stack:
aload 1
checkcast com.google.protobuf.ByteString
4: astore 2
start local 2 5: aload 2
invokevirtual com.google.protobuf.ByteString.toStringUtf8:()Ljava/lang/String;
astore 3
start local 3 6: aload 2
invokevirtual com.google.protobuf.ByteString.isValidUtf8:()Z
ifeq 8
7: aload 0
aload 3
putfield io.netty.example.worldclock.WorldClockProtocol$Location.city_:Ljava/lang/Object;
8: StackMap locals: com.google.protobuf.ByteString java.lang.String
StackMap stack:
aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/netty/example/worldclock/WorldClockProtocol$Location;
1 9 1 ref Ljava/lang/Object;
5 9 2 bs Lcom/google/protobuf/ByteString;
6 9 3 s Ljava/lang/String;
public com.google.protobuf.ByteString getCityBytes();
descriptor: ()Lcom/google/protobuf/ByteString;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 0: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Location.city_:Ljava/lang/Object;
astore 1
start local 1 1: aload 1
instanceof java.lang.String
ifeq 7
2: aload 1
checkcast java.lang.String
3: invokestatic com.google.protobuf.ByteString.copyFromUtf8:(Ljava/lang/String;)Lcom/google/protobuf/ByteString;
4: astore 2
start local 2 5: aload 0
aload 2
putfield io.netty.example.worldclock.WorldClockProtocol$Location.city_:Ljava/lang/Object;
6: aload 2
areturn
end local 2 7: StackMap locals: java.lang.Object
StackMap stack:
aload 1
checkcast com.google.protobuf.ByteString
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/netty/example/worldclock/WorldClockProtocol$Location;
1 8 1 ref Ljava/lang/Object;
5 7 2 b Lcom/google/protobuf/ByteString;
private void initFields();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic io.netty.example.worldclock.WorldClockProtocol$Continent.AFRICA:Lio/netty/example/worldclock/WorldClockProtocol$Continent;
putfield io.netty.example.worldclock.WorldClockProtocol$Location.continent_:Lio/netty/example/worldclock/WorldClockProtocol$Continent;
1: aload 0
ldc ""
putfield io.netty.example.worldclock.WorldClockProtocol$Location.city_:Ljava/lang/Object;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/example/worldclock/WorldClockProtocol$Location;
public final boolean isInitialized();
descriptor: ()Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Location.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:
aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Location.hasContinent:()Z
ifne 6
4: aload 0
iconst_0
putfield io.netty.example.worldclock.WorldClockProtocol$Location.memoizedIsInitialized:B
5: iconst_0
ireturn
6: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Location.hasCity:()Z
ifne 9
7: aload 0
iconst_0
putfield io.netty.example.worldclock.WorldClockProtocol$Location.memoizedIsInitialized:B
8: iconst_0
ireturn
9: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield io.netty.example.worldclock.WorldClockProtocol$Location.memoizedIsInitialized:B
10: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/netty/example/worldclock/WorldClockProtocol$Location;
1 11 1 isInitialized B
public void writeTo(com.google.protobuf.CodedOutputStream);
descriptor: (Lcom/google/protobuf/CodedOutputStream;)V
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$Location.getSerializedSize:()I
pop
1: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Location.bitField0_:I
iconst_1
iand
iconst_1
if_icmpne 3
2: aload 1
iconst_1
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Location.continent_:Lio/netty/example/worldclock/WorldClockProtocol$Continent;
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Continent.getNumber:()I
invokevirtual com.google.protobuf.CodedOutputStream.writeEnum:(II)V
3: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Location.bitField0_:I
iconst_2
iand
iconst_2
if_icmpne 5
4: aload 1
iconst_2
aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Location.getCityBytes:()Lcom/google/protobuf/ByteString;
invokevirtual com.google.protobuf.CodedOutputStream.writeBytes:(ILcom/google/protobuf/ByteString;)V
5: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Location.getUnknownFields:()Lcom/google/protobuf/UnknownFieldSet;
aload 1
invokevirtual com.google.protobuf.UnknownFieldSet.writeTo:(Lcom/google/protobuf/CodedOutputStream;)V
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/netty/example/worldclock/WorldClockProtocol$Location;
0 7 1 output Lcom/google/protobuf/CodedOutputStream;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
output
public int getSerializedSize();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Location.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: aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Location.bitField0_:I
iconst_1
iand
iconst_1
if_icmpne 6
4: iload 1
5: iconst_1
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Location.continent_:Lio/netty/example/worldclock/WorldClockProtocol$Continent;
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Continent.getNumber:()I
invokestatic com.google.protobuf.CodedOutputStream.computeEnumSize:(II)I
iadd
istore 1
6: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.example.worldclock.WorldClockProtocol$Location.bitField0_:I
iconst_2
iand
iconst_2
if_icmpne 9
7: iload 1
8: iconst_2
aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Location.getCityBytes:()Lcom/google/protobuf/ByteString;
invokestatic com.google.protobuf.CodedOutputStream.computeBytesSize:(ILcom/google/protobuf/ByteString;)I
iadd
istore 1
9: StackMap locals:
StackMap stack:
iload 1
aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Location.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$Location.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$Location;
1 12 1 size 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$Location;
Exceptions:
throws java.io.ObjectStreamException
public static io.netty.example.worldclock.WorldClockProtocol$Location parseFrom(com.google.protobuf.ByteString);
descriptor: (Lcom/google/protobuf/ByteString;)Lio/netty/example/worldclock/WorldClockProtocol$Location;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic io.netty.example.worldclock.WorldClockProtocol$Location.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$Location
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$Location parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lio/netty/example/worldclock/WorldClockProtocol$Location;
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$Location.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$Location
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$Location parseFrom(byte[]);
descriptor: ([B)Lio/netty/example/worldclock/WorldClockProtocol$Location;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic io.netty.example.worldclock.WorldClockProtocol$Location.PARSER:Lcom/google/protobuf/Parser;
aload 0
invokeinterface com.google.protobuf.Parser.parseFrom:([B)Ljava/lang/Object;
checkcast io.netty.example.worldclock.WorldClockProtocol$Location
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$Location parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite);
descriptor: ([BLcom/google/protobuf/ExtensionRegistryLite;)Lio/netty/example/worldclock/WorldClockProtocol$Location;
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$Location.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$Location
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$Location parseFrom(java.io.InputStream);
descriptor: (Ljava/io/InputStream;)Lio/netty/example/worldclock/WorldClockProtocol$Location;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic io.netty.example.worldclock.WorldClockProtocol$Location.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$Location
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$Location parseFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lio/netty/example/worldclock/WorldClockProtocol$Location;
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$Location.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$Location
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$Location parseDelimitedFrom(java.io.InputStream);
descriptor: (Ljava/io/InputStream;)Lio/netty/example/worldclock/WorldClockProtocol$Location;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic io.netty.example.worldclock.WorldClockProtocol$Location.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$Location
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$Location parseDelimitedFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lio/netty/example/worldclock/WorldClockProtocol$Location;
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$Location.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$Location
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$Location parseFrom(com.google.protobuf.CodedInputStream);
descriptor: (Lcom/google/protobuf/CodedInputStream;)Lio/netty/example/worldclock/WorldClockProtocol$Location;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic io.netty.example.worldclock.WorldClockProtocol$Location.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$Location
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$Location parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lio/netty/example/worldclock/WorldClockProtocol$Location;
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$Location.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$Location
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$Location$Builder newBuilder();
descriptor: ()Lio/netty/example/worldclock/WorldClockProtocol$Location$Builder;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: invokestatic io.netty.example.worldclock.WorldClockProtocol$Location$Builder.create:()Lio/netty/example/worldclock/WorldClockProtocol$Location$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.example.worldclock.WorldClockProtocol$Location$Builder newBuilderForType();
descriptor: ()Lio/netty/example/worldclock/WorldClockProtocol$Location$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: invokestatic io.netty.example.worldclock.WorldClockProtocol$Location.newBuilder:()Lio/netty/example/worldclock/WorldClockProtocol$Location$Builder;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/worldclock/WorldClockProtocol$Location;
public static io.netty.example.worldclock.WorldClockProtocol$Location$Builder newBuilder(io.netty.example.worldclock.WorldClockProtocol$Location);
descriptor: (Lio/netty/example/worldclock/WorldClockProtocol$Location;)Lio/netty/example/worldclock/WorldClockProtocol$Location$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$Location.newBuilder:()Lio/netty/example/worldclock/WorldClockProtocol$Location$Builder;
aload 0
invokevirtual io.netty.example.worldclock.WorldClockProtocol$Location$Builder.mergeFrom:(Lio/netty/example/worldclock/WorldClockProtocol$Location;)Lio/netty/example/worldclock/WorldClockProtocol$Location$Builder;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 prototype Lio/netty/example/worldclock/WorldClockProtocol$Location;
MethodParameters:
Name Flags
prototype
public io.netty.example.worldclock.WorldClockProtocol$Location$Builder toBuilder();
descriptor: ()Lio/netty/example/worldclock/WorldClockProtocol$Location$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$Location.newBuilder:(Lio/netty/example/worldclock/WorldClockProtocol$Location;)Lio/netty/example/worldclock/WorldClockProtocol$Location$Builder;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/worldclock/WorldClockProtocol$Location;
protected io.netty.example.worldclock.WorldClockProtocol$Location$Builder newBuilderForType(com.google.protobuf.GeneratedMessage$BuilderParent);
descriptor: (Lcom/google/protobuf/GeneratedMessage$BuilderParent;)Lio/netty/example/worldclock/WorldClockProtocol$Location$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$Location$Builder
dup
aload 1
invokespecial io.netty.example.worldclock.WorldClockProtocol$Location$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$Location;
0 2 1 parent Lcom/google/protobuf/GeneratedMessage$BuilderParent;
1 2 2 builder Lio/netty/example/worldclock/WorldClockProtocol$Location$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$Location.toBuilder:()Lio/netty/example/worldclock/WorldClockProtocol$Location$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$Location.toBuilder:()Lio/netty/example/worldclock/WorldClockProtocol$Location$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$Location.newBuilderForType:(Lcom/google/protobuf/GeneratedMessage$BuilderParent;)Lio/netty/example/worldclock/WorldClockProtocol$Location$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$Location.newBuilderForType:()Lio/netty/example/worldclock/WorldClockProtocol$Location$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$Location.newBuilderForType:()Lio/netty/example/worldclock/WorldClockProtocol$Location$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$Location.getDefaultInstanceForType:()Lio/netty/example/worldclock/WorldClockProtocol$Location;
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$Location.getDefaultInstanceForType:()Lio/netty/example/worldclock/WorldClockProtocol$Location;
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$Location.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 Continent = io.netty.example.worldclock.WorldClockProtocol$Continent of io.netty.example.worldclock.WorldClockProtocol
public final Location = io.netty.example.worldclock.WorldClockProtocol$Location of io.netty.example.worldclock.WorldClockProtocol
io.netty.example.worldclock.WorldClockProtocol$Location$1
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