class com.google.protobuf.NullValue$1 implements com.google.protobuf.Internal$EnumLiteMap<com.google.protobuf.NullValue>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.protobuf.NullValue$1
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/NullValue$1;
public com.google.protobuf.NullValue findValueByNumber(int);
descriptor: (I)Lcom/google/protobuf/NullValue;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: iload 1
invokestatic com.google.protobuf.NullValue.forNumber:(I)Lcom/google/protobuf/NullValue;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/NullValue$1;
0 1 1 number I
MethodParameters:
Name Flags
number
public com.google.protobuf.Internal$EnumLite findValueByNumber(int);
descriptor: (I)Lcom/google/protobuf/Internal$EnumLite;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual com.google.protobuf.NullValue$1.findValueByNumber:(I)Lcom/google/protobuf/NullValue;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lcom/google/protobuf/Internal$EnumLiteMap<Lcom/google/protobuf/NullValue;>;
SourceFile: "NullValue.java"
EnclosingMethod: com.google.protobuf.NullValue
NestHost: com.google.protobuf.NullValue
InnerClasses:
public abstract EnumLite = com.google.protobuf.Internal$EnumLite of com.google.protobuf.Internal
public abstract EnumLiteMap = com.google.protobuf.Internal$EnumLiteMap of com.google.protobuf.Internal
com.google.protobuf.NullValue$1