public class freemarker.cache.ConditionalTemplateConfigurationFactory extends freemarker.cache.TemplateConfigurationFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: freemarker.cache.ConditionalTemplateConfigurationFactory
  super_class: freemarker.cache.TemplateConfigurationFactory
{
  private final freemarker.cache.TemplateSourceMatcher matcher;
    descriptor: Lfreemarker/cache/TemplateSourceMatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final freemarker.core.TemplateConfiguration templateConfiguration;
    descriptor: Lfreemarker/core/TemplateConfiguration;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final freemarker.cache.TemplateConfigurationFactory templateConfigurationFactory;
    descriptor: Lfreemarker/cache/TemplateConfigurationFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(freemarker.cache.TemplateSourceMatcher, freemarker.cache.TemplateConfigurationFactory);
    descriptor: (Lfreemarker/cache/TemplateSourceMatcher;Lfreemarker/cache/TemplateConfigurationFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // freemarker.cache.ConditionalTemplateConfigurationFactory this
        start local 1 // freemarker.cache.TemplateSourceMatcher matcher
        start local 2 // freemarker.cache.TemplateConfigurationFactory templateConfigurationFactory
         0: .line 38
            aload 0 /* this */
            invokespecial freemarker.cache.TemplateConfigurationFactory.<init>:()V
         1: .line 40
            aload 0 /* this */
            aload 1 /* matcher */
            putfield freemarker.cache.ConditionalTemplateConfigurationFactory.matcher:Lfreemarker/cache/TemplateSourceMatcher;
         2: .line 41
            aload 0 /* this */
            aconst_null
            putfield freemarker.cache.ConditionalTemplateConfigurationFactory.templateConfiguration:Lfreemarker/core/TemplateConfiguration;
         3: .line 42
            aload 0 /* this */
            aload 2 /* templateConfigurationFactory */
            putfield freemarker.cache.ConditionalTemplateConfigurationFactory.templateConfigurationFactory:Lfreemarker/cache/TemplateConfigurationFactory;
         4: .line 43
            return
        end local 2 // freemarker.cache.TemplateConfigurationFactory templateConfigurationFactory
        end local 1 // freemarker.cache.TemplateSourceMatcher matcher
        end local 0 // freemarker.cache.ConditionalTemplateConfigurationFactory this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    5     0                          this  Lfreemarker/cache/ConditionalTemplateConfigurationFactory;
            0    5     1                       matcher  Lfreemarker/cache/TemplateSourceMatcher;
            0    5     2  templateConfigurationFactory  Lfreemarker/cache/TemplateConfigurationFactory;
    MethodParameters:
                              Name  Flags
      matcher                       
      templateConfigurationFactory  

  public void <init>(freemarker.cache.TemplateSourceMatcher, freemarker.core.TemplateConfiguration);
    descriptor: (Lfreemarker/cache/TemplateSourceMatcher;Lfreemarker/core/TemplateConfiguration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // freemarker.cache.ConditionalTemplateConfigurationFactory this
        start local 1 // freemarker.cache.TemplateSourceMatcher matcher
        start local 2 // freemarker.core.TemplateConfiguration templateConfiguration
         0: .line 45
            aload 0 /* this */
            invokespecial freemarker.cache.TemplateConfigurationFactory.<init>:()V
         1: .line 47
            aload 0 /* this */
            aload 1 /* matcher */
            putfield freemarker.cache.ConditionalTemplateConfigurationFactory.matcher:Lfreemarker/cache/TemplateSourceMatcher;
         2: .line 48
            aload 0 /* this */
            aload 2 /* templateConfiguration */
            putfield freemarker.cache.ConditionalTemplateConfigurationFactory.templateConfiguration:Lfreemarker/core/TemplateConfiguration;
         3: .line 49
            aload 0 /* this */
            aconst_null
            putfield freemarker.cache.ConditionalTemplateConfigurationFactory.templateConfigurationFactory:Lfreemarker/cache/TemplateConfigurationFactory;
         4: .line 50
            return
        end local 2 // freemarker.core.TemplateConfiguration templateConfiguration
        end local 1 // freemarker.cache.TemplateSourceMatcher matcher
        end local 0 // freemarker.cache.ConditionalTemplateConfigurationFactory this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    5     0                   this  Lfreemarker/cache/ConditionalTemplateConfigurationFactory;
            0    5     1                matcher  Lfreemarker/cache/TemplateSourceMatcher;
            0    5     2  templateConfiguration  Lfreemarker/core/TemplateConfiguration;
    MethodParameters:
                       Name  Flags
      matcher                
      templateConfiguration  

  public freemarker.core.TemplateConfiguration get(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lfreemarker/core/TemplateConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // freemarker.cache.ConditionalTemplateConfigurationFactory this
        start local 1 // java.lang.String sourceName
        start local 2 // java.lang.Object templateSource
         0: .line 55
            aload 0 /* this */
            getfield freemarker.cache.ConditionalTemplateConfigurationFactory.matcher:Lfreemarker/cache/TemplateSourceMatcher;
            aload 1 /* sourceName */
            aload 2 /* templateSource */
            invokevirtual freemarker.cache.TemplateSourceMatcher.matches:(Ljava/lang/String;Ljava/lang/Object;)Z
            ifeq 4
         1: .line 56
            aload 0 /* this */
            getfield freemarker.cache.ConditionalTemplateConfigurationFactory.templateConfigurationFactory:Lfreemarker/cache/TemplateConfigurationFactory;
            ifnull 3
         2: .line 57
            aload 0 /* this */
            getfield freemarker.cache.ConditionalTemplateConfigurationFactory.templateConfigurationFactory:Lfreemarker/cache/TemplateConfigurationFactory;
            aload 1 /* sourceName */
            aload 2 /* templateSource */
            invokevirtual freemarker.cache.TemplateConfigurationFactory.get:(Ljava/lang/String;Ljava/lang/Object;)Lfreemarker/core/TemplateConfiguration;
            areturn
         3: .line 59
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield freemarker.cache.ConditionalTemplateConfigurationFactory.templateConfiguration:Lfreemarker/core/TemplateConfiguration;
            areturn
         4: .line 62
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Object templateSource
        end local 1 // java.lang.String sourceName
        end local 0 // freemarker.cache.ConditionalTemplateConfigurationFactory this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lfreemarker/cache/ConditionalTemplateConfigurationFactory;
            0    5     1      sourceName  Ljava/lang/String;
            0    5     2  templateSource  Ljava/lang/Object;
    Exceptions:
      throws java.io.IOException, freemarker.cache.TemplateConfigurationFactoryException
    MethodParameters:
                Name  Flags
      sourceName      
      templateSource  

  protected void setConfigurationOfChildren(freemarker.template.Configuration);
    descriptor: (Lfreemarker/template/Configuration;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // freemarker.cache.ConditionalTemplateConfigurationFactory this
        start local 1 // freemarker.template.Configuration cfg
         0: .line 68
            aload 0 /* this */
            getfield freemarker.cache.ConditionalTemplateConfigurationFactory.templateConfiguration:Lfreemarker/core/TemplateConfiguration;
            ifnull 2
         1: .line 69
            aload 0 /* this */
            getfield freemarker.cache.ConditionalTemplateConfigurationFactory.templateConfiguration:Lfreemarker/core/TemplateConfiguration;
            aload 1 /* cfg */
            invokevirtual freemarker.core.TemplateConfiguration.setParentConfiguration:(Lfreemarker/template/Configuration;)V
         2: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield freemarker.cache.ConditionalTemplateConfigurationFactory.templateConfigurationFactory:Lfreemarker/cache/TemplateConfigurationFactory;
            ifnull 4
         3: .line 72
            aload 0 /* this */
            getfield freemarker.cache.ConditionalTemplateConfigurationFactory.templateConfigurationFactory:Lfreemarker/cache/TemplateConfigurationFactory;
            aload 1 /* cfg */
            invokevirtual freemarker.cache.TemplateConfigurationFactory.setConfiguration:(Lfreemarker/template/Configuration;)V
         4: .line 74
      StackMap locals:
      StackMap stack:
            return
        end local 1 // freemarker.template.Configuration cfg
        end local 0 // freemarker.cache.ConditionalTemplateConfigurationFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lfreemarker/cache/ConditionalTemplateConfigurationFactory;
            0    5     1   cfg  Lfreemarker/template/Configuration;
    MethodParameters:
      Name  Flags
      cfg   
}
SourceFile: "ConditionalTemplateConfigurationFactory.java"