public final class com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto extends com.google.protobuf.GeneratedMessageV3 implements com.google.protobuf.DescriptorProtos$EnumValueDescriptorProtoOrBuilder
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto
super_class: com.google.protobuf.GeneratedMessageV3
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
private int bitField0_;
descriptor: I
flags: (0x0002) ACC_PRIVATE
public static final int NAME_FIELD_NUMBER;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private volatile java.lang.Object name_;
descriptor: Ljava/lang/Object;
flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
public static final int NUMBER_FIELD_NUMBER;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 2
private int number_;
descriptor: I
flags: (0x0002) ACC_PRIVATE
public static final int OPTIONS_FIELD_NUMBER;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 3
private com.google.protobuf.DescriptorProtos$EnumValueOptions options_;
descriptor: Lcom/google/protobuf/DescriptorProtos$EnumValueOptions;
flags: (0x0002) ACC_PRIVATE
private byte memoizedIsInitialized;
descriptor: B
flags: (0x0002) ACC_PRIVATE
private static final com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto DEFAULT_INSTANCE;
descriptor: Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
public static final com.google.protobuf.Parser<com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto> PARSER;
descriptor: Lcom/google/protobuf/Parser;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lcom/google/protobuf/Parser<Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;>;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto
dup
invokespecial com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.<init>:()V
putstatic com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
1: new com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$1
dup
invokespecial com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$1.<init>:()V
putstatic com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.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.DescriptorProtos$EnumValueDescriptorProto.memoizedIsInitialized:B
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
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.DescriptorProtos$EnumValueDescriptorProto.memoizedIsInitialized:B
2: aload 0
ldc ""
putfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.name_:Ljava/lang/Object;
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
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.DescriptorProtos$EnumValueDescriptorProto
dup
invokespecial com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.<init>:()V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
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.DescriptorProtos$EnumValueDescriptorProto.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
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.DescriptorProtos$EnumValueDescriptorProto.<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.DescriptorProtos$EnumValueDescriptorProto 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 32
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 { // 4
0: 9
10: 11
16: 15
26: 18
default: 27
}
9: StackMap locals: int
StackMap stack:
iconst_1
istore 4
10: goto 32
11: StackMap locals:
StackMap stack:
aload 1
invokevirtual com.google.protobuf.CodedInputStream.readBytes:()Lcom/google/protobuf/ByteString;
astore 6
start local 6 12: aload 0
dup
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.bitField0_:I
iconst_1
ior
putfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.bitField0_:I
13: aload 0
aload 6
putfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.name_:Ljava/lang/Object;
14: goto 32
end local 6 15: StackMap locals:
StackMap stack:
aload 0
dup
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.bitField0_:I
iconst_2
ior
putfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.bitField0_:I
16: aload 0
aload 1
invokevirtual com.google.protobuf.CodedInputStream.readInt32:()I
putfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.number_:I
17: goto 32
18: StackMap locals:
StackMap stack:
aconst_null
astore 6
start local 6 19: aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.bitField0_:I
iconst_4
iand
ifeq 21
20: aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.options_:Lcom/google/protobuf/DescriptorProtos$EnumValueOptions;
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueOptions.toBuilder:()Lcom/google/protobuf/DescriptorProtos$EnumValueOptions$Builder;
astore 6
21: StackMap locals: com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder
StackMap stack:
aload 0
aload 1
getstatic com.google.protobuf.DescriptorProtos$EnumValueOptions.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 com.google.protobuf.DescriptorProtos$EnumValueOptions
putfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.options_:Lcom/google/protobuf/DescriptorProtos$EnumValueOptions;
22: aload 6
ifnull 25
23: aload 6
aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.options_:Lcom/google/protobuf/DescriptorProtos$EnumValueOptions;
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder.mergeFrom:(Lcom/google/protobuf/DescriptorProtos$EnumValueOptions;)Lcom/google/protobuf/DescriptorProtos$EnumValueOptions$Builder;
pop
24: aload 0
aload 6
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder.buildPartial:()Lcom/google/protobuf/DescriptorProtos$EnumValueOptions;
putfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.options_:Lcom/google/protobuf/DescriptorProtos$EnumValueOptions;
25: StackMap locals:
StackMap stack:
aload 0
dup
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.bitField0_:I
iconst_4
ior
putfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.bitField0_:I
26: goto 32
end local 6 27: StackMap locals:
StackMap stack:
aload 0
28: aload 1
aload 3
aload 2
iload 5
29: invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.parseUnknownField:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/UnknownFieldSet$Builder;Lcom/google/protobuf/ExtensionRegistryLite;I)Z
30: ifne 32
31: iconst_1
istore 4
end local 5 32: StackMap locals:
StackMap stack:
iload 4
ifeq 7
end local 4 33: goto 46
StackMap locals: com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite com.google.protobuf.UnknownFieldSet$Builder
StackMap stack: com.google.protobuf.InvalidProtocolBufferException
34: astore 4
start local 4 35: aload 4
aload 0
invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
athrow
end local 4 36: StackMap locals:
StackMap stack: java.io.IOException
astore 4
start local 4 37: new com.google.protobuf.InvalidProtocolBufferException
dup
38: aload 4
39: invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/io/IOException;)V
40: aload 0
invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
41: athrow
end local 4 42: StackMap locals:
StackMap stack: java.lang.Throwable
astore 7
43: aload 0
aload 3
invokevirtual com.google.protobuf.UnknownFieldSet$Builder.build:()Lcom/google/protobuf/UnknownFieldSet;
putfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
44: aload 0
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.makeExtensionsImmutable:()V
45: aload 7
athrow
46: StackMap locals:
StackMap stack:
aload 0
aload 3
invokevirtual com.google.protobuf.UnknownFieldSet$Builder.build:()Lcom/google/protobuf/UnknownFieldSet;
putfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
47: aload 0
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.makeExtensionsImmutable:()V
48: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 49 0 this Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
0 49 1 input Lcom/google/protobuf/CodedInputStream;
0 49 2 extensionRegistry Lcom/google/protobuf/ExtensionRegistryLite;
5 49 3 unknownFields Lcom/google/protobuf/UnknownFieldSet$Builder;
6 33 4 done Z
8 32 5 tag I
12 15 6 bs Lcom/google/protobuf/ByteString;
19 27 6 subBuilder Lcom/google/protobuf/DescriptorProtos$EnumValueOptions$Builder;
35 36 4 e Lcom/google/protobuf/InvalidProtocolBufferException;
37 42 4 e Ljava/io/IOException;
Exception table:
from to target type
5 33 34 Class com.google.protobuf.InvalidProtocolBufferException
5 33 36 Class java.io.IOException
5 42 42 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.DescriptorProtos.internal_static_google_protobuf_EnumValueDescriptorProto_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.DescriptorProtos.internal_static_google_protobuf_EnumValueDescriptorProto_fieldAccessorTable:Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
1: ldc Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
ldc Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto$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/DescriptorProtos$EnumValueDescriptorProto;
public boolean hasName();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.bitField0_:I
iconst_1
iand
ifeq 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 Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
public java.lang.String getName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.name_: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 com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.name_: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 Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
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 getNameBytes();
descriptor: ()Lcom/google/protobuf/ByteString;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.name_: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 com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.name_: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 Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
1 8 1 ref Ljava/lang/Object;
5 7 2 b Lcom/google/protobuf/ByteString;
public boolean hasNumber();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.bitField0_:I
iconst_2
iand
ifeq 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 Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
public int getNumber();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.number_:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
public boolean hasOptions();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.bitField0_:I
iconst_4
iand
ifeq 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 Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
public com.google.protobuf.DescriptorProtos$EnumValueOptions getOptions();
descriptor: ()Lcom/google/protobuf/DescriptorProtos$EnumValueOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.options_:Lcom/google/protobuf/DescriptorProtos$EnumValueOptions;
ifnonnull 1
invokestatic com.google.protobuf.DescriptorProtos$EnumValueOptions.getDefaultInstance:()Lcom/google/protobuf/DescriptorProtos$EnumValueOptions;
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.options_:Lcom/google/protobuf/DescriptorProtos$EnumValueOptions;
StackMap locals:
StackMap stack: com.google.protobuf.DescriptorProtos$EnumValueOptions
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
public com.google.protobuf.DescriptorProtos$EnumValueOptionsOrBuilder getOptionsOrBuilder();
descriptor: ()Lcom/google/protobuf/DescriptorProtos$EnumValueOptionsOrBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.options_:Lcom/google/protobuf/DescriptorProtos$EnumValueOptions;
ifnonnull 1
invokestatic com.google.protobuf.DescriptorProtos$EnumValueOptions.getDefaultInstance:()Lcom/google/protobuf/DescriptorProtos$EnumValueOptions;
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.options_:Lcom/google/protobuf/DescriptorProtos$EnumValueOptions;
StackMap locals:
StackMap stack: com.google.protobuf.DescriptorProtos$EnumValueOptions
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
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.DescriptorProtos$EnumValueDescriptorProto.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
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.hasOptions:()Z
ifeq 7
4: aload 0
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.getOptions:()Lcom/google/protobuf/DescriptorProtos$EnumValueOptions;
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueOptions.isInitialized:()Z
ifne 7
5: aload 0
iconst_0
putfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.memoizedIsInitialized:B
6: iconst_0
ireturn
7: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.memoizedIsInitialized:B
8: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
1 9 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
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.bitField0_:I
iconst_1
iand
ifeq 2
1: aload 1
iconst_1
aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.name_:Ljava/lang/Object;
invokestatic com.google.protobuf.GeneratedMessageV3.writeString:(Lcom/google/protobuf/CodedOutputStream;ILjava/lang/Object;)V
2: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.bitField0_:I
iconst_2
iand
ifeq 4
3: aload 1
iconst_2
aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.number_:I
invokevirtual com.google.protobuf.CodedOutputStream.writeInt32:(II)V
4: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.bitField0_:I
iconst_4
iand
ifeq 6
5: aload 1
iconst_3
aload 0
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.getOptions:()Lcom/google/protobuf/DescriptorProtos$EnumValueOptions;
invokevirtual com.google.protobuf.CodedOutputStream.writeMessage:(ILcom/google/protobuf/MessageLite;)V
6: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.unknownFields: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 Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
0 8 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 com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.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.DescriptorProtos$EnumValueDescriptorProto.bitField0_:I
iconst_1
iand
ifeq 5
4: iload 1
iconst_1
aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.name_:Ljava/lang/Object;
invokestatic com.google.protobuf.GeneratedMessageV3.computeStringSize:(ILjava/lang/Object;)I
iadd
istore 1
5: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.bitField0_:I
iconst_2
iand
ifeq 8
6: iload 1
7: iconst_2
aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.number_:I
invokestatic com.google.protobuf.CodedOutputStream.computeInt32Size:(II)I
iadd
istore 1
8: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.bitField0_:I
iconst_4
iand
ifeq 11
9: iload 1
10: iconst_3
aload 0
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.getOptions:()Lcom/google/protobuf/DescriptorProtos$EnumValueOptions;
invokestatic com.google.protobuf.CodedOutputStream.computeMessageSize:(ILcom/google/protobuf/MessageLite;)I
iadd
istore 1
11: StackMap locals:
StackMap stack:
iload 1
aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
invokevirtual com.google.protobuf.UnknownFieldSet.getSerializedSize:()I
iadd
istore 1
12: aload 0
iload 1
putfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.memoizedSize:I
13: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
1 14 1 size I
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, 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.DescriptorProtos$EnumValueDescriptorProto
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.DescriptorProtos$EnumValueDescriptorProto
astore 2
start local 2 5: aload 0
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.hasName:()Z
aload 2
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.hasName:()Z
if_icmpeq 6
iconst_0
ireturn
6: StackMap locals: com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto
StackMap stack:
aload 0
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.hasName:()Z
ifeq 9
7: aload 0
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.getName:()Ljava/lang/String;
8: aload 2
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.getName:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 9
iconst_0
ireturn
9: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.hasNumber:()Z
aload 2
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.hasNumber:()Z
if_icmpeq 10
iconst_0
ireturn
10: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.hasNumber:()Z
ifeq 15
11: aload 0
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.getNumber:()I
12: aload 2
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.getNumber:()I
13: if_icmpeq 15
14: iconst_0
ireturn
15: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.hasOptions:()Z
aload 2
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.hasOptions:()Z
if_icmpeq 16
iconst_0
ireturn
16: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.hasOptions:()Z
ifeq 19
17: aload 0
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.getOptions:()Lcom/google/protobuf/DescriptorProtos$EnumValueOptions;
18: aload 2
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.getOptions:()Lcom/google/protobuf/DescriptorProtos$EnumValueOptions;
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueOptions.equals:(Ljava/lang/Object;)Z
ifne 19
iconst_0
ireturn
19: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
aload 2
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
invokevirtual com.google.protobuf.UnknownFieldSet.equals:(Ljava/lang/Object;)Z
ifne 20
iconst_0
ireturn
20: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
0 21 1 obj Ljava/lang/Object;
5 21 2 other Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
MethodParameters:
Name Flags
obj final
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.memoizedHashCode:I
ifeq 2
1: aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.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.DescriptorProtos$EnumValueDescriptorProto.getDescriptor:()Lcom/google/protobuf/Descriptors$Descriptor;
invokevirtual java.lang.Object.hashCode:()I
iadd
istore 1
4: aload 0
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.hasName:()Z
ifeq 7
5: bipush 37
iload 1
imul
iconst_1
iadd
istore 1
6: bipush 53
iload 1
imul
aload 0
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.getName:()Ljava/lang/String;
invokevirtual java.lang.String.hashCode:()I
iadd
istore 1
7: StackMap locals: int
StackMap stack:
aload 0
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.hasNumber:()Z
ifeq 10
8: bipush 37
iload 1
imul
iconst_2
iadd
istore 1
9: bipush 53
iload 1
imul
aload 0
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.getNumber:()I
iadd
istore 1
10: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.hasOptions:()Z
ifeq 13
11: bipush 37
iload 1
imul
iconst_3
iadd
istore 1
12: bipush 53
iload 1
imul
aload 0
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.getOptions:()Lcom/google/protobuf/DescriptorProtos$EnumValueOptions;
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueOptions.hashCode:()I
iadd
istore 1
13: StackMap locals:
StackMap stack:
bipush 29
iload 1
imul
aload 0
getfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
invokevirtual com.google.protobuf.UnknownFieldSet.hashCode:()I
iadd
istore 1
14: aload 0
iload 1
putfield com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.memoizedHashCode:I
15: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
3 16 1 hash I
public static com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.PARSER:Lcom/google/protobuf/Parser;
aload 0
invokeinterface com.google.protobuf.Parser.parseFrom:(Ljava/nio/ByteBuffer;)Ljava/lang/Object;
checkcast com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto
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.DescriptorProtos$EnumValueDescriptorProto parseFrom(java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
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.DescriptorProtos$EnumValueDescriptorProto.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.DescriptorProtos$EnumValueDescriptorProto
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.DescriptorProtos$EnumValueDescriptorProto parseFrom(com.google.protobuf.ByteString);
descriptor: (Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.PARSER:Lcom/google/protobuf/Parser;
aload 0
invokeinterface com.google.protobuf.Parser.parseFrom:(Lcom/google/protobuf/ByteString;)Ljava/lang/Object;
checkcast com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto
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.DescriptorProtos$EnumValueDescriptorProto parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
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.DescriptorProtos$EnumValueDescriptorProto.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.DescriptorProtos$EnumValueDescriptorProto
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.DescriptorProtos$EnumValueDescriptorProto parseFrom(byte[]);
descriptor: ([B)Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.PARSER:Lcom/google/protobuf/Parser;
aload 0
invokeinterface com.google.protobuf.Parser.parseFrom:([B)Ljava/lang/Object;
checkcast com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto
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.DescriptorProtos$EnumValueDescriptorProto parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite);
descriptor: ([BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
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.DescriptorProtos$EnumValueDescriptorProto.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.DescriptorProtos$EnumValueDescriptorProto
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.DescriptorProtos$EnumValueDescriptorProto parseFrom(java.io.InputStream);
descriptor: (Ljava/io/InputStream;)Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.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.DescriptorProtos$EnumValueDescriptorProto
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.DescriptorProtos$EnumValueDescriptorProto parseFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
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.DescriptorProtos$EnumValueDescriptorProto.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.DescriptorProtos$EnumValueDescriptorProto
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.DescriptorProtos$EnumValueDescriptorProto parseDelimitedFrom(java.io.InputStream);
descriptor: (Ljava/io/InputStream;)Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.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.DescriptorProtos$EnumValueDescriptorProto
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.DescriptorProtos$EnumValueDescriptorProto parseDelimitedFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
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.DescriptorProtos$EnumValueDescriptorProto.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.DescriptorProtos$EnumValueDescriptorProto
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.DescriptorProtos$EnumValueDescriptorProto parseFrom(com.google.protobuf.CodedInputStream);
descriptor: (Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.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.DescriptorProtos$EnumValueDescriptorProto
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.DescriptorProtos$EnumValueDescriptorProto parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
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.DescriptorProtos$EnumValueDescriptorProto.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.DescriptorProtos$EnumValueDescriptorProto
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.DescriptorProtos$EnumValueDescriptorProto$Builder newBuilderForType();
descriptor: ()Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: invokestatic com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.newBuilder:()Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto$Builder;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
public static com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder newBuilder();
descriptor: ()Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto$Builder;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.toBuilder:()Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder newBuilder(com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto);
descriptor: (Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;)Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto$Builder;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.toBuilder:()Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto$Builder;
aload 0
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder.mergeFrom:(Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;)Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto$Builder;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 prototype Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
MethodParameters:
Name Flags
prototype
public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder toBuilder();
descriptor: ()Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto$Builder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
if_acmpne 2
1: new com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder
dup
invokespecial com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder.<init>:()V
goto 3
StackMap locals:
StackMap stack:
2: new com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder
dup
invokespecial com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder.<init>:()V
aload 0
invokevirtual com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder.mergeFrom:(Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;)Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto$Builder;
3: StackMap locals:
StackMap stack: com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
protected com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3$BuilderParent);
descriptor: (Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto$Builder;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: new com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder
dup
aload 1
invokespecial com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$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/DescriptorProtos$EnumValueDescriptorProto;
0 2 1 parent Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;
1 2 2 builder Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto$Builder;
MethodParameters:
Name Flags
parent
public static com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto getDefaultInstance();
descriptor: ()Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static com.google.protobuf.Parser<com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto> 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.DescriptorProtos$EnumValueDescriptorProto.PARSER:Lcom/google/protobuf/Parser;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: ()Lcom/google/protobuf/Parser<Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;>;
public com.google.protobuf.Parser<com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto> 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.DescriptorProtos$EnumValueDescriptorProto.PARSER:Lcom/google/protobuf/Parser;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
Signature: ()Lcom/google/protobuf/Parser<Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;>;
public com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto getDefaultInstanceForType();
descriptor: ()Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto.DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
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.DescriptorProtos$EnumValueDescriptorProto.getDefaultInstanceForType:()Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
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.DescriptorProtos$EnumValueDescriptorProto.getDefaultInstanceForType:()Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto;
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.DescriptorProtos$EnumValueDescriptorProto.newBuilderForType:(Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto$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.DescriptorProtos$EnumValueDescriptorProto.newBuilderForType:()Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto$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.DescriptorProtos$EnumValueDescriptorProto.newBuilderForType:()Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto$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.DescriptorProtos$EnumValueDescriptorProto.toBuilder:()Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto$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.DescriptorProtos$EnumValueDescriptorProto.toBuilder:()Lcom/google/protobuf/DescriptorProtos$EnumValueDescriptorProto$Builder;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "DescriptorProtos.java"
NestHost: com.google.protobuf.DescriptorProtos
InnerClasses:
public final EnumValueDescriptorProto = com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto of com.google.protobuf.DescriptorProtos
com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$1
public final Builder = com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder of com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto
public abstract EnumValueDescriptorProtoOrBuilder = com.google.protobuf.DescriptorProtos$EnumValueDescriptorProtoOrBuilder of com.google.protobuf.DescriptorProtos
public final EnumValueOptions = com.google.protobuf.DescriptorProtos$EnumValueOptions of com.google.protobuf.DescriptorProtos
public final Builder = com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder of com.google.protobuf.DescriptorProtos$EnumValueOptions
public abstract EnumValueOptionsOrBuilder = com.google.protobuf.DescriptorProtos$EnumValueOptionsOrBuilder of com.google.protobuf.DescriptorProtos
public final Descriptor = com.google.protobuf.Descriptors$Descriptor of com.google.protobuf.Descriptors
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