final class org.apache.lucene.codecs.DocValuesFormat$Holder
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.apache.lucene.codecs.DocValuesFormat$Holder
super_class: java.lang.Object
{
private static final org.apache.lucene.util.NamedSPILoader<org.apache.lucene.codecs.DocValuesFormat> LOADER;
descriptor: Lorg/apache/lucene/util/NamedSPILoader;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Lorg/apache/lucene/util/NamedSPILoader<Lorg/apache/lucene/codecs/DocValuesFormat;>;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new org.apache.lucene.util.NamedSPILoader
dup
ldc Lorg/apache/lucene/codecs/DocValuesFormat;
invokespecial org.apache.lucene.util.NamedSPILoader.<init>:(Ljava/lang/Class;)V
putstatic org.apache.lucene.codecs.DocValuesFormat$Holder.LOADER:Lorg/apache/lucene/util/NamedSPILoader;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
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 Lorg/apache/lucene/codecs/DocValuesFormat$Holder;
static org.apache.lucene.util.NamedSPILoader<org.apache.lucene.codecs.DocValuesFormat> getLoader();
descriptor: ()Lorg/apache/lucene/util/NamedSPILoader;
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: getstatic org.apache.lucene.codecs.DocValuesFormat$Holder.LOADER:Lorg/apache/lucene/util/NamedSPILoader;
ifnonnull 2
1: new java.lang.IllegalStateException
dup
ldc "You tried to lookup a DocValuesFormat by name before all formats could be initialized. This likely happens if you call DocValuesFormat#forName from a DocValuesFormat's ctor."
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
getstatic org.apache.lucene.codecs.DocValuesFormat$Holder.LOADER:Lorg/apache/lucene/util/NamedSPILoader;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: ()Lorg/apache/lucene/util/NamedSPILoader<Lorg/apache/lucene/codecs/DocValuesFormat;>;
}
SourceFile: "DocValuesFormat.java"
NestHost: org.apache.lucene.codecs.DocValuesFormat
InnerClasses:
private final Holder = org.apache.lucene.codecs.DocValuesFormat$Holder of org.apache.lucene.codecs.DocValuesFormat
public abstract NamedSPI = org.apache.lucene.util.NamedSPILoader$NamedSPI of org.apache.lucene.util.NamedSPILoader