public final class com.google.protobuf.NullValue extends java.lang.Enum<com.google.protobuf.NullValue> implements com.google.protobuf.ProtocolMessageEnum
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: com.google.protobuf.NullValue
super_class: java.lang.Enum
{
public static final com.google.protobuf.NullValue NULL_VALUE;
descriptor: Lcom/google/protobuf/NullValue;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.google.protobuf.NullValue UNRECOGNIZED;
descriptor: Lcom/google/protobuf/NullValue;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final int NULL_VALUE_VALUE;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
private static final com.google.protobuf.Internal$EnumLiteMap<com.google.protobuf.NullValue> internalValueMap;
descriptor: Lcom/google/protobuf/Internal$EnumLiteMap;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Lcom/google/protobuf/Internal$EnumLiteMap<Lcom/google/protobuf/NullValue;>;
private static final com.google.protobuf.NullValue[] VALUES;
descriptor: [Lcom/google/protobuf/NullValue;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private final int value;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private static final com.google.protobuf.NullValue[] ENUM$VALUES;
descriptor: [Lcom/google/protobuf/NullValue;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=0, args_size=0
0: new com.google.protobuf.NullValue
dup
ldc "NULL_VALUE"
iconst_0
1: iconst_0
invokespecial com.google.protobuf.NullValue.<init>:(Ljava/lang/String;II)V
putstatic com.google.protobuf.NullValue.NULL_VALUE:Lcom/google/protobuf/NullValue;
2: new com.google.protobuf.NullValue
dup
ldc "UNRECOGNIZED"
iconst_1
iconst_m1
invokespecial com.google.protobuf.NullValue.<init>:(Ljava/lang/String;II)V
putstatic com.google.protobuf.NullValue.UNRECOGNIZED:Lcom/google/protobuf/NullValue;
iconst_2
anewarray com.google.protobuf.NullValue
dup
iconst_0
getstatic com.google.protobuf.NullValue.NULL_VALUE:Lcom/google/protobuf/NullValue;
aastore
dup
iconst_1
getstatic com.google.protobuf.NullValue.UNRECOGNIZED:Lcom/google/protobuf/NullValue;
aastore
putstatic com.google.protobuf.NullValue.ENUM$VALUES:[Lcom/google/protobuf/NullValue;
3: new com.google.protobuf.NullValue$1
dup
invokespecial com.google.protobuf.NullValue$1.<init>:()V
4: putstatic com.google.protobuf.NullValue.internalValueMap:Lcom/google/protobuf/Internal$EnumLiteMap;
5: invokestatic com.google.protobuf.NullValue.values:()[Lcom/google/protobuf/NullValue;
putstatic com.google.protobuf.NullValue.VALUES:[Lcom/google/protobuf/NullValue;
return
LocalVariableTable:
Start End Slot Name Signature
public final int getNumber();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getstatic com.google.protobuf.NullValue.UNRECOGNIZED:Lcom/google/protobuf/NullValue;
if_acmpne 4
1: new java.lang.IllegalArgumentException
dup
2: ldc "Can't get the number of an unknown enum value."
3: invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.NullValue.value:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/google/protobuf/NullValue;
public static com.google.protobuf.NullValue valueOf(int);
descriptor: (I)Lcom/google/protobuf/NullValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iload 0
invokestatic com.google.protobuf.NullValue.forNumber:(I)Lcom/google/protobuf/NullValue;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 value I
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
value
public static com.google.protobuf.NullValue forNumber(int);
descriptor: (I)Lcom/google/protobuf/NullValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iload 0
tableswitch { // 0 - 0
0: 1
default: 2
}
1: StackMap locals:
StackMap stack:
getstatic com.google.protobuf.NullValue.NULL_VALUE:Lcom/google/protobuf/NullValue;
areturn
2: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 value I
MethodParameters:
Name Flags
value
public static com.google.protobuf.Internal$EnumLiteMap<com.google.protobuf.NullValue> internalGetValueMap();
descriptor: ()Lcom/google/protobuf/Internal$EnumLiteMap;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic com.google.protobuf.NullValue.internalValueMap:Lcom/google/protobuf/Internal$EnumLiteMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: ()Lcom/google/protobuf/Internal$EnumLiteMap<Lcom/google/protobuf/NullValue;>;
public final com.google.protobuf.Descriptors$EnumValueDescriptor getValueDescriptor();
descriptor: ()Lcom/google/protobuf/Descriptors$EnumValueDescriptor;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=1, args_size=1
start local 0 0: invokestatic com.google.protobuf.NullValue.getDescriptor:()Lcom/google/protobuf/Descriptors$EnumDescriptor;
invokevirtual com.google.protobuf.Descriptors$EnumDescriptor.getValues:()Ljava/util/List;
aload 0
invokevirtual com.google.protobuf.NullValue.ordinal:()I
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast com.google.protobuf.Descriptors$EnumValueDescriptor
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/NullValue;
public final com.google.protobuf.Descriptors$EnumDescriptor getDescriptorForType();
descriptor: ()Lcom/google/protobuf/Descriptors$EnumDescriptor;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: invokestatic com.google.protobuf.NullValue.getDescriptor:()Lcom/google/protobuf/Descriptors$EnumDescriptor;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/NullValue;
public static final com.google.protobuf.Descriptors$EnumDescriptor getDescriptor();
descriptor: ()Lcom/google/protobuf/Descriptors$EnumDescriptor;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Code:
stack=2, locals=0, args_size=0
0: invokestatic com.google.protobuf.StructProto.getDescriptor:()Lcom/google/protobuf/Descriptors$FileDescriptor;
invokevirtual com.google.protobuf.Descriptors$FileDescriptor.getEnumTypes:()Ljava/util/List;
iconst_0
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast com.google.protobuf.Descriptors$EnumDescriptor
areturn
LocalVariableTable:
Start End Slot Name Signature
public static com.google.protobuf.NullValue valueOf(com.google.protobuf.Descriptors$EnumValueDescriptor);
descriptor: (Lcom/google/protobuf/Descriptors$EnumValueDescriptor;)Lcom/google/protobuf/NullValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.Descriptors$EnumValueDescriptor.getType:()Lcom/google/protobuf/Descriptors$EnumDescriptor;
invokestatic com.google.protobuf.NullValue.getDescriptor:()Lcom/google/protobuf/Descriptors$EnumDescriptor;
if_acmpeq 4
1: new java.lang.IllegalArgumentException
dup
2: ldc "EnumValueDescriptor is not for this type."
3: invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.google.protobuf.Descriptors$EnumValueDescriptor.getIndex:()I
iconst_m1
if_icmpne 6
5: getstatic com.google.protobuf.NullValue.UNRECOGNIZED:Lcom/google/protobuf/NullValue;
areturn
6: StackMap locals:
StackMap stack:
getstatic com.google.protobuf.NullValue.VALUES:[Lcom/google/protobuf/NullValue;
aload 0
invokevirtual com.google.protobuf.Descriptors$EnumValueDescriptor.getIndex:()I
aaload
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 desc Lcom/google/protobuf/Descriptors$EnumValueDescriptor;
MethodParameters:
Name Flags
desc
private void <init>(java.lang.String, int, int);
descriptor: (Ljava/lang/String;II)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=4
start local 0 start local 3 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
1: aload 0
iload 3
putfield com.google.protobuf.NullValue.value:I
2: return
end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/NullValue;
0 3 3 value I
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
value
public static com.google.protobuf.NullValue[] values();
descriptor: ()[Lcom/google/protobuf/NullValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic com.google.protobuf.NullValue.ENUM$VALUES:[Lcom/google/protobuf/NullValue;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray com.google.protobuf.NullValue
dup
astore 2
iconst_0
iload 1
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
aload 2
areturn
LocalVariableTable:
Start End Slot Name Signature
public static com.google.protobuf.NullValue valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/google/protobuf/NullValue;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lcom/google/protobuf/NullValue;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast com.google.protobuf.NullValue
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lcom/google/protobuf/NullValue;>;Lcom/google/protobuf/ProtocolMessageEnum;
SourceFile: "NullValue.java"
NestMembers:
com.google.protobuf.NullValue$1
InnerClasses:
public final EnumDescriptor = com.google.protobuf.Descriptors$EnumDescriptor of com.google.protobuf.Descriptors
public final EnumValueDescriptor = com.google.protobuf.Descriptors$EnumValueDescriptor of com.google.protobuf.Descriptors
public final FileDescriptor = com.google.protobuf.Descriptors$FileDescriptor of com.google.protobuf.Descriptors
public abstract EnumLiteMap = com.google.protobuf.Internal$EnumLiteMap of com.google.protobuf.Internal
com.google.protobuf.NullValue$1