public final class com.google.protobuf.DoubleValue extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.DoubleValueOrBuilder
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.google.protobuf.DoubleValue
super_class: com.google.protobuf.GeneratedMessageV3
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final int VALUE_FIELD_NUMBER;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private double value_;
descriptor: D
flags: (0x0002) ACC_PRIVATE
private byte memoizedIsInitialized;
descriptor: B
flags: (0x0002) ACC_PRIVATE
private static final com.google.protobuf.DoubleValue DEFAULT_INSTANCE;
descriptor: Lcom/google/protobuf/DoubleValue;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final com.google.protobuf.Parser<com.google.protobuf.DoubleValue> PARSER;
descriptor: Lcom/google/protobuf/Parser;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Lcom/google/protobuf/Parser<Lcom/google/protobuf/DoubleValue;>;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new com.google.protobuf.DoubleValue
dup
invokespecial com.google.protobuf.DoubleValue.<init>:()V
putstatic com.google.protobuf.DoubleValue.DEFAULT_INSTANCE:Lcom/google/protobuf/DoubleValue;
1: new com.google.protobuf.DoubleValue$1
dup
invokespecial com.google.protobuf.DoubleValue$1.<init>:()V
putstatic com.google.protobuf.DoubleValue.PARSER:Lcom/google/protobuf/Parser;
2: return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(com.google.protobuf.GeneratedMessageV3$Builder<?>);
descriptor: (Lcom/google/protobuf/GeneratedMessageV3$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.GeneratedMessageV3.<init>:(Lcom/google/protobuf/GeneratedMessageV3$Builder;)V
1: aload 0
iconst_m1
putfield com.google.protobuf.DoubleValue.memoizedIsInitialized:B
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/DoubleValue;
0 3 1 builder Lcom/google/protobuf/GeneratedMessageV3$Builder<*>;
Signature: (Lcom/google/protobuf/GeneratedMessageV3$Builder<*>;)V
MethodParameters:
Name Flags
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.GeneratedMessageV3.<init>:()V
1: aload 0
iconst_m1
putfield com.google.protobuf.DoubleValue.memoizedIsInitialized:B
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/DoubleValue;
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter);
descriptor: (Lcom/google/protobuf/GeneratedMessageV3$UnusedPrivateParameter;)Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new com.google.protobuf.DoubleValue
dup
invokespecial com.google.protobuf.DoubleValue.<init>:()V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/DoubleValue;
0 1 1 unused Lcom/google/protobuf/GeneratedMessageV3$UnusedPrivateParameter;
MethodParameters:
Name Flags
unused
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 com.google.protobuf.DoubleValue.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/DoubleValue;
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=7, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial com.google.protobuf.DoubleValue.<init>:()V
1: aload 2
ifnonnull 3
2: new java.lang.NullPointerException
dup
invokespecial java.lang.NullPointerException.<init>:()V
athrow
3: StackMap locals: com.google.protobuf.DoubleValue com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite
StackMap stack:
invokestatic com.google.protobuf.UnknownFieldSet.newBuilder:()Lcom/google/protobuf/UnknownFieldSet$Builder;
4: astore 3
start local 3 5: iconst_0
istore 4
start local 4 6: goto 18
7: StackMap locals: com.google.protobuf.UnknownFieldSet$Builder int
StackMap stack:
aload 1
invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
istore 5
start local 5 8: iload 5
lookupswitch { // 2
0: 9
9: 11
default: 13
}
9: StackMap locals: int
StackMap stack:
iconst_1
istore 4
10: goto 18
11: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual com.google.protobuf.CodedInputStream.readDouble:()D
putfield com.google.protobuf.DoubleValue.value_:D
12: goto 18
13: StackMap locals:
StackMap stack:
aload 0
14: aload 1
aload 3
aload 2
iload 5
15: invokevirtual com.google.protobuf.DoubleValue.parseUnknownField:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/UnknownFieldSet$Builder;Lcom/google/protobuf/ExtensionRegistryLite;I)Z
16: ifne 18
17: iconst_1
istore 4
end local 5 18: StackMap locals:
StackMap stack:
iload 4
ifeq 7
end local 4 19: goto 32
StackMap locals: com.google.protobuf.DoubleValue com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite com.google.protobuf.UnknownFieldSet$Builder
StackMap stack: com.google.protobuf.InvalidProtocolBufferException
20: astore 4
start local 4 21: aload 4
aload 0
invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
end local 4 22: StackMap locals:
StackMap stack: java.io.IOException
astore 4
start local 4 23: new com.google.protobuf.InvalidProtocolBufferException
dup
24: aload 4
25: invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/io/IOException;)V
26: aload 0
invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
27: athrow
end local 4 28: StackMap locals:
StackMap stack: java.lang.Throwable
astore 6
29: aload 0
aload 3
invokevirtual com.google.protobuf.UnknownFieldSet$Builder.build:()Lcom/google/protobuf/UnknownFieldSet;
putfield com.google.protobuf.DoubleValue.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
30: aload 0
invokevirtual com.google.protobuf.DoubleValue.makeExtensionsImmutable:()V
31: aload 6
athrow
32: StackMap locals:
StackMap stack:
aload 0
aload 3
invokevirtual com.google.protobuf.UnknownFieldSet$Builder.build:()Lcom/google/protobuf/UnknownFieldSet;
putfield com.google.protobuf.DoubleValue.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
33: aload 0
invokevirtual com.google.protobuf.DoubleValue.makeExtensionsImmutable:()V
34: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 35 0 this Lcom/google/protobuf/DoubleValue;
0 35 1 input Lcom/google/protobuf/CodedInputStream;
0 35 2 extensionRegistry Lcom/google/protobuf/ExtensionRegistryLite;
5 35 3 unknownFields Lcom/google/protobuf/UnknownFieldSet$Builder;
6 19 4 done Z
8 18 5 tag I
21 22 4 e Lcom/google/protobuf/InvalidProtocolBufferException;
23 28 4 e Ljava/io/IOException;
Exception table:
from to target type
5 19 20 Class com.google.protobuf.InvalidProtocolBufferException
5 19 22 Class java.io.IOException
5 28 28 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 com.google.protobuf.WrappersProto.internal_static_google_protobuf_DoubleValue_descriptor:Lcom/google/protobuf/Descriptors$Descriptor;
areturn
LocalVariableTable:
Start End Slot Name Signature
protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable();
descriptor: ()Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: getstatic com.google.protobuf.WrappersProto.internal_static_google_protobuf_DoubleValue_fieldAccessorTable:Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
1: ldc Lcom/google/protobuf/DoubleValue;
ldc Lcom/google/protobuf/DoubleValue$Builder;
2: invokevirtual com.google.protobuf.GeneratedMessageV3$FieldAccessorTable.ensureFieldAccessorsInitialized:(Ljava/lang/Class;Ljava/lang/Class;)Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
3: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/DoubleValue;
public double getValue();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.DoubleValue.value_:D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/DoubleValue;
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 com.google.protobuf.DoubleValue.memoizedIsInitialized:B
istore 1
start local 1 1: iload 1
iconst_1
if_icmpne 2
iconst_1
ireturn
2: StackMap locals: int
StackMap stack:
iload 1
ifne 3
iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield com.google.protobuf.DoubleValue.memoizedIsInitialized:B
4: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/google/protobuf/DoubleValue;
1 5 1 isInitialized B
public void writeTo(com.google.protobuf.CodedOutputStream);
descriptor: (Lcom/google/protobuf/CodedOutputStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.DoubleValue.value_:D
dconst_0
dcmpl
ifeq 2
1: aload 1
iconst_1
aload 0
getfield com.google.protobuf.DoubleValue.value_:D
invokevirtual com.google.protobuf.CodedOutputStream.writeDouble:(ID)V
2: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.DoubleValue.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
aload 1
invokevirtual com.google.protobuf.UnknownFieldSet.writeTo:(Lcom/google/protobuf/CodedOutputStream;)V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/DoubleValue;
0 4 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=4, locals=2, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.DoubleValue.memoizedSize: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 com.google.protobuf.DoubleValue.value_:D
dconst_0
dcmpl
ifeq 6
4: iload 1
5: iconst_1
aload 0
getfield com.google.protobuf.DoubleValue.value_:D
invokestatic com.google.protobuf.CodedOutputStream.computeDoubleSize:(ID)I
iadd
istore 1
6: StackMap locals:
StackMap stack:
iload 1
aload 0
getfield com.google.protobuf.DoubleValue.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
invokevirtual com.google.protobuf.UnknownFieldSet.getSerializedSize:()I
iadd
istore 1
7: aload 0
iload 1
putfield com.google.protobuf.DoubleValue.memoizedSize:I
8: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/google/protobuf/DoubleValue;
1 9 1 size I
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 1
aload 0
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
instanceof com.google.protobuf.DoubleValue
ifne 4
3: aload 0
aload 1
invokespecial com.google.protobuf.GeneratedMessageV3.equals:(Ljava/lang/Object;)Z
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast com.google.protobuf.DoubleValue
astore 2
start local 2 5: aload 0
invokevirtual com.google.protobuf.DoubleValue.getValue:()D
invokestatic java.lang.Double.doubleToLongBits:(D)J
6: aload 2
invokevirtual com.google.protobuf.DoubleValue.getValue:()D
7: invokestatic java.lang.Double.doubleToLongBits:(D)J
8: lcmp
ifeq 10
9: iconst_0
ireturn
10: StackMap locals: com.google.protobuf.DoubleValue
StackMap stack:
aload 0
getfield com.google.protobuf.DoubleValue.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
aload 2
getfield com.google.protobuf.DoubleValue.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
invokevirtual com.google.protobuf.UnknownFieldSet.equals:(Ljava/lang/Object;)Z
ifne 11
iconst_0
ireturn
11: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/google/protobuf/DoubleValue;
0 12 1 obj Ljava/lang/Object;
5 12 2 other Lcom/google/protobuf/DoubleValue;
MethodParameters:
Name Flags
obj final
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.DoubleValue.memoizedHashCode:I
ifeq 2
1: aload 0
getfield com.google.protobuf.DoubleValue.memoizedHashCode:I
ireturn
2: StackMap locals:
StackMap stack:
bipush 41
istore 1
start local 1 3: bipush 19
iload 1
imul
invokestatic com.google.protobuf.DoubleValue.getDescriptor:()Lcom/google/protobuf/Descriptors$Descriptor;
invokevirtual java.lang.Object.hashCode:()I
iadd
istore 1
4: bipush 37
iload 1
imul
iconst_1
iadd
istore 1
5: bipush 53
iload 1
imul
6: aload 0
invokevirtual com.google.protobuf.DoubleValue.getValue:()D
invokestatic java.lang.Double.doubleToLongBits:(D)J
7: invokestatic com.google.protobuf.Internal.hashLong:(J)I
iadd
istore 1
8: bipush 29
iload 1
imul
aload 0
getfield com.google.protobuf.DoubleValue.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
invokevirtual com.google.protobuf.UnknownFieldSet.hashCode:()I
iadd
istore 1
9: aload 0
iload 1
putfield com.google.protobuf.DoubleValue.memoizedHashCode:I
10: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/google/protobuf/DoubleValue;
3 11 1 hash I
public static com.google.protobuf.DoubleValue parseFrom(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)Lcom/google/protobuf/DoubleValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic com.google.protobuf.DoubleValue.PARSER:Lcom/google/protobuf/Parser;
aload 0
invokeinterface com.google.protobuf.Parser.parseFrom:(Ljava/nio/ByteBuffer;)Ljava/lang/Object;
checkcast com.google.protobuf.DoubleValue
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 data Ljava/nio/ByteBuffer;
Exceptions:
throws com.google.protobuf.InvalidProtocolBufferException
MethodParameters:
Name Flags
data
public static com.google.protobuf.DoubleValue parseFrom(java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DoubleValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic com.google.protobuf.DoubleValue.PARSER:Lcom/google/protobuf/Parser;
aload 0
aload 1
invokeinterface com.google.protobuf.Parser.parseFrom:(Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
checkcast com.google.protobuf.DoubleValue
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 data Ljava/nio/ByteBuffer;
0 1 1 extensionRegistry Lcom/google/protobuf/ExtensionRegistryLite;
Exceptions:
throws com.google.protobuf.InvalidProtocolBufferException
MethodParameters:
Name Flags
data
extensionRegistry
public static com.google.protobuf.DoubleValue parseFrom(com.google.protobuf.ByteString);
descriptor: (Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/DoubleValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic com.google.protobuf.DoubleValue.PARSER:Lcom/google/protobuf/Parser;
aload 0
invokeinterface com.google.protobuf.Parser.parseFrom:(Lcom/google/protobuf/ByteString;)Ljava/lang/Object;
checkcast com.google.protobuf.DoubleValue
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 com.google.protobuf.DoubleValue parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DoubleValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic com.google.protobuf.DoubleValue.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 com.google.protobuf.DoubleValue
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 com.google.protobuf.DoubleValue parseFrom(byte[]);
descriptor: ([B)Lcom/google/protobuf/DoubleValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic com.google.protobuf.DoubleValue.PARSER:Lcom/google/protobuf/Parser;
aload 0
invokeinterface com.google.protobuf.Parser.parseFrom:([B)Ljava/lang/Object;
checkcast com.google.protobuf.DoubleValue
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 com.google.protobuf.DoubleValue parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite);
descriptor: ([BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DoubleValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic com.google.protobuf.DoubleValue.PARSER:Lcom/google/protobuf/Parser;
aload 0
aload 1
invokeinterface com.google.protobuf.Parser.parseFrom:([BLcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
checkcast com.google.protobuf.DoubleValue
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 com.google.protobuf.DoubleValue parseFrom(java.io.InputStream);
descriptor: (Ljava/io/InputStream;)Lcom/google/protobuf/DoubleValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic com.google.protobuf.DoubleValue.PARSER:Lcom/google/protobuf/Parser;
aload 0
invokestatic com.google.protobuf.GeneratedMessageV3.parseWithIOException:(Lcom/google/protobuf/Parser;Ljava/io/InputStream;)Lcom/google/protobuf/Message;
checkcast com.google.protobuf.DoubleValue
1: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 input Ljava/io/InputStream;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
input
public static com.google.protobuf.DoubleValue parseFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DoubleValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic com.google.protobuf.DoubleValue.PARSER:Lcom/google/protobuf/Parser;
aload 0
aload 1
invokestatic com.google.protobuf.GeneratedMessageV3.parseWithIOException:(Lcom/google/protobuf/Parser;Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Message;
checkcast com.google.protobuf.DoubleValue
1: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 input Ljava/io/InputStream;
0 2 1 extensionRegistry Lcom/google/protobuf/ExtensionRegistryLite;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
input
extensionRegistry
public static com.google.protobuf.DoubleValue parseDelimitedFrom(java.io.InputStream);
descriptor: (Ljava/io/InputStream;)Lcom/google/protobuf/DoubleValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic com.google.protobuf.DoubleValue.PARSER:Lcom/google/protobuf/Parser;
aload 0
invokestatic com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException:(Lcom/google/protobuf/Parser;Ljava/io/InputStream;)Lcom/google/protobuf/Message;
checkcast com.google.protobuf.DoubleValue
1: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 input Ljava/io/InputStream;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
input
public static com.google.protobuf.DoubleValue parseDelimitedFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DoubleValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic com.google.protobuf.DoubleValue.PARSER:Lcom/google/protobuf/Parser;
aload 0
aload 1
invokestatic com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException:(Lcom/google/protobuf/Parser;Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Message;
checkcast com.google.protobuf.DoubleValue
1: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 input Ljava/io/InputStream;
0 2 1 extensionRegistry Lcom/google/protobuf/ExtensionRegistryLite;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
input
extensionRegistry
public static com.google.protobuf.DoubleValue parseFrom(com.google.protobuf.CodedInputStream);
descriptor: (Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/DoubleValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic com.google.protobuf.DoubleValue.PARSER:Lcom/google/protobuf/Parser;
aload 0
invokestatic com.google.protobuf.GeneratedMessageV3.parseWithIOException:(Lcom/google/protobuf/Parser;Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/Message;
checkcast com.google.protobuf.DoubleValue
1: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 input Lcom/google/protobuf/CodedInputStream;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
input
public static com.google.protobuf.DoubleValue parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DoubleValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic com.google.protobuf.DoubleValue.PARSER:Lcom/google/protobuf/Parser;
aload 0
aload 1
invokestatic com.google.protobuf.GeneratedMessageV3.parseWithIOException:(Lcom/google/protobuf/Parser;Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Message;
checkcast com.google.protobuf.DoubleValue
1: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 input Lcom/google/protobuf/CodedInputStream;
0 2 1 extensionRegistry Lcom/google/protobuf/ExtensionRegistryLite;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
input
extensionRegistry
public com.google.protobuf.DoubleValue$Builder newBuilderForType();
descriptor: ()Lcom/google/protobuf/DoubleValue$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: invokestatic com.google.protobuf.DoubleValue.newBuilder:()Lcom/google/protobuf/DoubleValue$Builder;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/DoubleValue;
public static com.google.protobuf.DoubleValue$Builder newBuilder();
descriptor: ()Lcom/google/protobuf/DoubleValue$Builder;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic com.google.protobuf.DoubleValue.DEFAULT_INSTANCE:Lcom/google/protobuf/DoubleValue;
invokevirtual com.google.protobuf.DoubleValue.toBuilder:()Lcom/google/protobuf/DoubleValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static com.google.protobuf.DoubleValue$Builder newBuilder(com.google.protobuf.DoubleValue);
descriptor: (Lcom/google/protobuf/DoubleValue;)Lcom/google/protobuf/DoubleValue$Builder;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic com.google.protobuf.DoubleValue.DEFAULT_INSTANCE:Lcom/google/protobuf/DoubleValue;
invokevirtual com.google.protobuf.DoubleValue.toBuilder:()Lcom/google/protobuf/DoubleValue$Builder;
aload 0
invokevirtual com.google.protobuf.DoubleValue$Builder.mergeFrom:(Lcom/google/protobuf/DoubleValue;)Lcom/google/protobuf/DoubleValue$Builder;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 prototype Lcom/google/protobuf/DoubleValue;
MethodParameters:
Name Flags
prototype
public com.google.protobuf.DoubleValue$Builder toBuilder();
descriptor: ()Lcom/google/protobuf/DoubleValue$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic com.google.protobuf.DoubleValue.DEFAULT_INSTANCE:Lcom/google/protobuf/DoubleValue;
if_acmpne 2
1: new com.google.protobuf.DoubleValue$Builder
dup
invokespecial com.google.protobuf.DoubleValue$Builder.<init>:()V
goto 3
StackMap locals:
StackMap stack:
2: new com.google.protobuf.DoubleValue$Builder
dup
invokespecial com.google.protobuf.DoubleValue$Builder.<init>:()V
aload 0
invokevirtual com.google.protobuf.DoubleValue$Builder.mergeFrom:(Lcom/google/protobuf/DoubleValue;)Lcom/google/protobuf/DoubleValue$Builder;
3: StackMap locals:
StackMap stack: com.google.protobuf.DoubleValue$Builder
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/DoubleValue;
protected com.google.protobuf.DoubleValue$Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3$BuilderParent);
descriptor: (Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)Lcom/google/protobuf/DoubleValue$Builder;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: new com.google.protobuf.DoubleValue$Builder
dup
aload 1
invokespecial com.google.protobuf.DoubleValue$Builder.<init>:(Lcom/google/protobuf/GeneratedMessageV3$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 Lcom/google/protobuf/DoubleValue;
0 2 1 parent Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;
1 2 2 builder Lcom/google/protobuf/DoubleValue$Builder;
MethodParameters:
Name Flags
parent
public static com.google.protobuf.DoubleValue getDefaultInstance();
descriptor: ()Lcom/google/protobuf/DoubleValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic com.google.protobuf.DoubleValue.DEFAULT_INSTANCE:Lcom/google/protobuf/DoubleValue;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static com.google.protobuf.DoubleValue of(double);
descriptor: (D)Lcom/google/protobuf/DoubleValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: invokestatic com.google.protobuf.DoubleValue.newBuilder:()Lcom/google/protobuf/DoubleValue$Builder;
dload 0
invokevirtual com.google.protobuf.DoubleValue$Builder.setValue:(D)Lcom/google/protobuf/DoubleValue$Builder;
invokevirtual com.google.protobuf.DoubleValue$Builder.build:()Lcom/google/protobuf/DoubleValue;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 value D
MethodParameters:
Name Flags
value
public static com.google.protobuf.Parser<com.google.protobuf.DoubleValue> parser();
descriptor: ()Lcom/google/protobuf/Parser;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic com.google.protobuf.DoubleValue.PARSER:Lcom/google/protobuf/Parser;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: ()Lcom/google/protobuf/Parser<Lcom/google/protobuf/DoubleValue;>;
public com.google.protobuf.Parser<com.google.protobuf.DoubleValue> getParserForType();
descriptor: ()Lcom/google/protobuf/Parser;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic com.google.protobuf.DoubleValue.PARSER:Lcom/google/protobuf/Parser;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/DoubleValue;
Signature: ()Lcom/google/protobuf/Parser<Lcom/google/protobuf/DoubleValue;>;
public com.google.protobuf.DoubleValue getDefaultInstanceForType();
descriptor: ()Lcom/google/protobuf/DoubleValue;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic com.google.protobuf.DoubleValue.DEFAULT_INSTANCE:Lcom/google/protobuf/DoubleValue;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/DoubleValue;
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 com.google.protobuf.DoubleValue.getDefaultInstanceForType:()Lcom/google/protobuf/DoubleValue;
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 com.google.protobuf.DoubleValue.getDefaultInstanceForType:()Lcom/google/protobuf/DoubleValue;
areturn
LocalVariableTable:
Start End Slot Name Signature
protected com.google.protobuf.Message$Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3$BuilderParent);
descriptor: (Lcom/google/protobuf/GeneratedMessageV3$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 com.google.protobuf.DoubleValue.newBuilderForType:(Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)Lcom/google/protobuf/DoubleValue$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 com.google.protobuf.DoubleValue.newBuilderForType:()Lcom/google/protobuf/DoubleValue$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 com.google.protobuf.DoubleValue.newBuilderForType:()Lcom/google/protobuf/DoubleValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
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 com.google.protobuf.DoubleValue.toBuilder:()Lcom/google/protobuf/DoubleValue$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 com.google.protobuf.DoubleValue.toBuilder:()Lcom/google/protobuf/DoubleValue$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "DoubleValue.java"
NestMembers:
com.google.protobuf.DoubleValue$1 com.google.protobuf.DoubleValue$Builder
InnerClasses:
public final Descriptor = com.google.protobuf.Descriptors$Descriptor of com.google.protobuf.Descriptors
com.google.protobuf.DoubleValue$1
public final Builder = com.google.protobuf.DoubleValue$Builder of com.google.protobuf.DoubleValue
public abstract Builder = com.google.protobuf.GeneratedMessageV3$Builder of com.google.protobuf.GeneratedMessageV3
protected abstract BuilderParent = com.google.protobuf.GeneratedMessageV3$BuilderParent of com.google.protobuf.GeneratedMessageV3
public final FieldAccessorTable = com.google.protobuf.GeneratedMessageV3$FieldAccessorTable of com.google.protobuf.GeneratedMessageV3
protected final UnusedPrivateParameter = com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter of com.google.protobuf.GeneratedMessageV3
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