public abstract class freemarker.cache.TemplateConfigurationFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: freemarker.cache.TemplateConfigurationFactory
  super_class: java.lang.Object
{
  private freemarker.template.Configuration cfg;
    descriptor: Lfreemarker/template/Configuration;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.cache.TemplateConfigurationFactory this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // freemarker.cache.TemplateConfigurationFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/cache/TemplateConfigurationFactory;

  public abstract freemarker.core.TemplateConfiguration get(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lfreemarker/core/TemplateConfiguration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException, freemarker.cache.TemplateConfigurationFactoryException
    MethodParameters:
                Name  Flags
      sourceName      
      templateSource  

  public final void setConfiguration(freemarker.template.Configuration);
    descriptor: (Lfreemarker/template/Configuration;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // freemarker.cache.TemplateConfigurationFactory this
        start local 1 // freemarker.template.Configuration cfg
         0: .line 63
            aload 0 /* this */
            getfield freemarker.cache.TemplateConfigurationFactory.cfg:Lfreemarker/template/Configuration;
            ifnull 6
         1: .line 64
            aload 1 /* cfg */
            aload 0 /* this */
            getfield freemarker.cache.TemplateConfigurationFactory.cfg:Lfreemarker/template/Configuration;
            if_acmpeq 5
         2: .line 65
            new java.lang.IllegalStateException
            dup
         3: .line 66
            ldc "The TemplateConfigurationFactory is already bound to another Configuration"
         4: .line 65
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 68
      StackMap locals:
      StackMap stack:
            return
         6: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cfg */
            putfield freemarker.cache.TemplateConfigurationFactory.cfg:Lfreemarker/template/Configuration;
         7: .line 71
            aload 0 /* this */
            aload 1 /* cfg */
            invokevirtual freemarker.cache.TemplateConfigurationFactory.setConfigurationOfChildren:(Lfreemarker/template/Configuration;)V
         8: .line 73
            return
        end local 1 // freemarker.template.Configuration cfg
        end local 0 // freemarker.cache.TemplateConfigurationFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lfreemarker/cache/TemplateConfigurationFactory;
            0    9     1   cfg  Lfreemarker/template/Configuration;
    MethodParameters:
      Name  Flags
      cfg   

  public freemarker.template.Configuration getConfiguration();
    descriptor: ()Lfreemarker/template/Configuration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.cache.TemplateConfigurationFactory this
         0: .line 80
            aload 0 /* this */
            getfield freemarker.cache.TemplateConfigurationFactory.cfg:Lfreemarker/template/Configuration;
            areturn
        end local 0 // freemarker.cache.TemplateConfigurationFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/cache/TemplateConfigurationFactory;

  protected abstract void setConfigurationOfChildren(freemarker.template.Configuration);
    descriptor: (Lfreemarker/template/Configuration;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      cfg   
}
SourceFile: "TemplateConfigurationFactory.java"