class org.apache.lucene.util.AttributeFactory$1 extends org.apache.lucene.util.AttributeFactory$StaticImplementationAttributeFactory<A>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.util.AttributeFactory$1
super_class: org.apache.lucene.util.AttributeFactory$StaticImplementationAttributeFactory
{
private final java.lang.invoke.MethodHandle val$constr;
descriptor: Ljava/lang/invoke/MethodHandle;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.lucene.util.AttributeFactory, java.lang.Class, java.lang.invoke.MethodHandle);
descriptor: (Lorg/apache/lucene/util/AttributeFactory;Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 0: aload 0
aload 3
putfield org.apache.lucene.util.AttributeFactory$1.val$constr:Ljava/lang/invoke/MethodHandle;
aload 0
aload 1
aload 2
invokespecial org.apache.lucene.util.AttributeFactory$StaticImplementationAttributeFactory.<init>:(Lorg/apache/lucene/util/AttributeFactory;Ljava/lang/Class;)V
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/util/AttributeFactory$1;
0 1 1 $anonymous0 Lorg/apache/lucene/util/AttributeFactory;
0 1 2 $anonymous1 Ljava/lang/Class<TA;>;
MethodParameters:
Name Flags
$anonymous0
$anonymous1
val$constr final
protected A createInstance();
descriptor: ()Lorg/apache/lucene/util/AttributeImpl;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.util.AttributeFactory$1.val$constr:Ljava/lang/invoke/MethodHandle;
invokevirtual java.lang.invoke.MethodHandle.invokeExact:()Lorg/apache/lucene/util/AttributeImpl;
1: areturn
2: StackMap locals:
StackMap stack: java.lang.Throwable
astore 1
start local 1 3: aload 1
athrow
end local 1 4: StackMap locals:
StackMap stack: java.lang.Throwable
astore 1
start local 1 5: new java.lang.reflect.UndeclaredThrowableException
dup
aload 1
invokespecial java.lang.reflect.UndeclaredThrowableException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/lucene/util/AttributeFactory$1;
3 4 1 e Ljava/lang/Throwable;
5 6 1 e Ljava/lang/Throwable;
Exception table:
from to target type
0 1 2 Class java.lang.Error
0 1 2 Class java.lang.RuntimeException
0 1 4 Class java.lang.Throwable
Signature: ()TA;
}
Signature: Lorg/apache/lucene/util/AttributeFactory$StaticImplementationAttributeFactory<TA;>;
SourceFile: "AttributeFactory.java"
EnclosingMethod: org.apache.lucene.util.AttributeFactory.getStaticImplementation:(Lorg/apache/lucene/util/AttributeFactory;Ljava/lang/Class;)Lorg/apache/lucene/util/AttributeFactory;
NestHost: org.apache.lucene.util.AttributeFactory
InnerClasses:
org.apache.lucene.util.AttributeFactory$1
public abstract StaticImplementationAttributeFactory = org.apache.lucene.util.AttributeFactory$StaticImplementationAttributeFactory of org.apache.lucene.util.AttributeFactory