class org.springframework.beans.factory.xml.XmlBeanDefinitionReader$1 extends org.springframework.core.NamedThreadLocal<java.util.Set<org.springframework.core.io.support.EncodedResource>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.beans.factory.xml.XmlBeanDefinitionReader$1
  super_class: org.springframework.core.NamedThreadLocal
{
  final org.springframework.beans.factory.xml.XmlBeanDefinitionReader this$0;
    descriptor: Lorg/springframework/beans/factory/xml/XmlBeanDefinitionReader;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.springframework.beans.factory.xml.XmlBeanDefinitionReader, java.lang.String);
    descriptor: (Lorg/springframework/beans/factory/xml/XmlBeanDefinitionReader;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.beans.factory.xml.XmlBeanDefinitionReader$1 this
        start local 2 // java.lang.String $anonymous0
         0: .line 131
            aload 0 /* this */
            aload 1
            putfield org.springframework.beans.factory.xml.XmlBeanDefinitionReader$1.this$0:Lorg/springframework/beans/factory/xml/XmlBeanDefinitionReader;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial org.springframework.core.NamedThreadLocal.<init>:(Ljava/lang/String;)V
            return
        end local 2 // java.lang.String $anonymous0
        end local 0 // org.springframework.beans.factory.xml.XmlBeanDefinitionReader$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/springframework/beans/factory/xml/XmlBeanDefinitionReader$1;
            0    1     2  $anonymous0  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  protected java.util.Set<org.springframework.core.io.support.EncodedResource> initialValue();
    descriptor: ()Ljava/util/Set;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.xml.XmlBeanDefinitionReader$1 this
         0: .line 134
            new java.util.HashSet
            dup
            iconst_4
            invokespecial java.util.HashSet.<init>:(I)V
            areturn
        end local 0 // org.springframework.beans.factory.xml.XmlBeanDefinitionReader$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/beans/factory/xml/XmlBeanDefinitionReader$1;
    Signature: ()Ljava/util/Set<Lorg/springframework/core/io/support/EncodedResource;>;

  protected java.lang.Object initialValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.springframework.beans.factory.xml.XmlBeanDefinitionReader$1.initialValue:()Ljava/util/Set;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/springframework/core/NamedThreadLocal<Ljava/util/Set<Lorg/springframework/core/io/support/EncodedResource;>;>;
SourceFile: "XmlBeanDefinitionReader.java"
EnclosingMethod: org.springframework.beans.factory.xml.XmlBeanDefinitionReader
NestHost: org.springframework.beans.factory.xml.XmlBeanDefinitionReader
InnerClasses:
  org.springframework.beans.factory.xml.XmlBeanDefinitionReader$1