class io.netty.example.worldclock.WorldClockProtocol$Location$1 extends com.google.protobuf.AbstractParser<io.netty.example.worldclock.WorldClockProtocol$Location>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.example.worldclock.WorldClockProtocol$Location$1
  super_class: com.google.protobuf.AbstractParser
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.example.worldclock.WorldClockProtocol$Location$1 this
         0: .line 438
            aload 0 /* this */
            invokespecial com.google.protobuf.AbstractParser.<init>:()V
            return
        end local 0 // io.netty.example.worldclock.WorldClockProtocol$Location$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/example/worldclock/WorldClockProtocol$Location$1;

  public io.netty.example.worldclock.WorldClockProtocol$Location parsePartialFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lio/netty/example/worldclock/WorldClockProtocol$Location;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.netty.example.worldclock.WorldClockProtocol$Location$1 this
        start local 1 // com.google.protobuf.CodedInputStream input
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 443
            new io.netty.example.worldclock.WorldClockProtocol$Location
            dup
            aload 1 /* input */
            aload 2 /* extensionRegistry */
            invokespecial io.netty.example.worldclock.WorldClockProtocol$Location.<init>:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)V
            areturn
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // com.google.protobuf.CodedInputStream input
        end local 0 // io.netty.example.worldclock.WorldClockProtocol$Location$1 this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lio/netty/example/worldclock/WorldClockProtocol$Location$1;
            0    1     1              input  Lcom/google/protobuf/CodedInputStream;
            0    1     2  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    MethodParameters:
                   Name  Flags
      input              
      extensionRegistry  

  public java.lang.Object parsePartialFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.netty.example.worldclock.WorldClockProtocol$Location$1.parsePartialFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lio/netty/example/worldclock/WorldClockProtocol$Location;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
}
Signature: Lcom/google/protobuf/AbstractParser<Lio/netty/example/worldclock/WorldClockProtocol$Location;>;
SourceFile: "WorldClockProtocol.java"
EnclosingMethod: io.netty.example.worldclock.WorldClockProtocol$Location
NestHost: io.netty.example.worldclock.WorldClockProtocol
InnerClasses:
  public final Location = io.netty.example.worldclock.WorldClockProtocol$Location of io.netty.example.worldclock.WorldClockProtocol
  io.netty.example.worldclock.WorldClockProtocol$Location$1