class com.google.protobuf.Duration$1 extends com.google.protobuf.AbstractParser<com.google.protobuf.Duration>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.protobuf.Duration$1
super_class: com.google.protobuf.AbstractParser
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.google.protobuf.AbstractParser.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/Duration$1;
public com.google.protobuf.Duration parsePartialFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Duration;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new com.google.protobuf.Duration
dup
aload 1
aload 2
invokespecial com.google.protobuf.Duration.<init>:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/Duration$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: aload 0
aload 1
aload 2
invokevirtual com.google.protobuf.Duration$1.parsePartialFrom:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Duration;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws com.google.protobuf.InvalidProtocolBufferException
}
Signature: Lcom/google/protobuf/AbstractParser<Lcom/google/protobuf/Duration;>;
SourceFile: "Duration.java"
EnclosingMethod: com.google.protobuf.Duration
NestHost: com.google.protobuf.Duration
InnerClasses:
com.google.protobuf.Duration$1