class freemarker.core.LegacyConstructorParserConfiguration implements freemarker.core.ParserConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: freemarker.core.LegacyConstructorParserConfiguration
  super_class: java.lang.Object
{
  private final int tagSyntax;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int interpolationSyntax;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int namingConvention;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean whitespaceStripping;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean strictSyntaxMode;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private freemarker.core.ArithmeticEngine arithmeticEngine;
    descriptor: Lfreemarker/core/ArithmeticEngine;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Integer autoEscapingPolicy;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE

  private freemarker.core.OutputFormat outputFormat;
    descriptor: Lfreemarker/core/OutputFormat;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Boolean recognizeStandardFileExtensions;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Integer tabSize;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE

  private final freemarker.template.Version incompatibleImprovements;
    descriptor: Lfreemarker/template/Version;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(boolean, boolean, int, int, int, java.lang.Integer, freemarker.core.OutputFormat, java.lang.Boolean, java.lang.Integer, freemarker.template.Version, freemarker.core.ArithmeticEngine);
    descriptor: (ZZIIILjava/lang/Integer;Lfreemarker/core/OutputFormat;Ljava/lang/Boolean;Ljava/lang/Integer;Lfreemarker/template/Version;Lfreemarker/core/ArithmeticEngine;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=12, args_size=12
        start local 0 // freemarker.core.LegacyConstructorParserConfiguration this
        start local 1 // boolean strictSyntaxMode
        start local 2 // boolean whitespaceStripping
        start local 3 // int tagSyntax
        start local 4 // int interpolationSyntax
        start local 5 // int namingConvention
        start local 6 // java.lang.Integer autoEscaping
        start local 7 // freemarker.core.OutputFormat outputFormat
        start local 8 // java.lang.Boolean recognizeStandardFileExtensions
        start local 9 // java.lang.Integer tabSize
        start local 10 // freemarker.template.Version incompatibleImprovements
        start local 11 // freemarker.core.ArithmeticEngine arithmeticEngine
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            iload 3 /* tagSyntax */
            putfield freemarker.core.LegacyConstructorParserConfiguration.tagSyntax:I
         2: .line 48
            aload 0 /* this */
            iload 4 /* interpolationSyntax */
            putfield freemarker.core.LegacyConstructorParserConfiguration.interpolationSyntax:I
         3: .line 49
            aload 0 /* this */
            iload 5 /* namingConvention */
            putfield freemarker.core.LegacyConstructorParserConfiguration.namingConvention:I
         4: .line 50
            aload 0 /* this */
            iload 2 /* whitespaceStripping */
            putfield freemarker.core.LegacyConstructorParserConfiguration.whitespaceStripping:Z
         5: .line 51
            aload 0 /* this */
            iload 1 /* strictSyntaxMode */
            putfield freemarker.core.LegacyConstructorParserConfiguration.strictSyntaxMode:Z
         6: .line 52
            aload 0 /* this */
            aload 6 /* autoEscaping */
            putfield freemarker.core.LegacyConstructorParserConfiguration.autoEscapingPolicy:Ljava/lang/Integer;
         7: .line 53
            aload 0 /* this */
            aload 7 /* outputFormat */
            putfield freemarker.core.LegacyConstructorParserConfiguration.outputFormat:Lfreemarker/core/OutputFormat;
         8: .line 54
            aload 0 /* this */
            aload 8 /* recognizeStandardFileExtensions */
            putfield freemarker.core.LegacyConstructorParserConfiguration.recognizeStandardFileExtensions:Ljava/lang/Boolean;
         9: .line 55
            aload 0 /* this */
            aload 9 /* tabSize */
            putfield freemarker.core.LegacyConstructorParserConfiguration.tabSize:Ljava/lang/Integer;
        10: .line 56
            aload 0 /* this */
            aload 10 /* incompatibleImprovements */
            putfield freemarker.core.LegacyConstructorParserConfiguration.incompatibleImprovements:Lfreemarker/template/Version;
        11: .line 57
            aload 0 /* this */
            aload 11 /* arithmeticEngine */
            putfield freemarker.core.LegacyConstructorParserConfiguration.arithmeticEngine:Lfreemarker/core/ArithmeticEngine;
        12: .line 58
            return
        end local 11 // freemarker.core.ArithmeticEngine arithmeticEngine
        end local 10 // freemarker.template.Version incompatibleImprovements
        end local 9 // java.lang.Integer tabSize
        end local 8 // java.lang.Boolean recognizeStandardFileExtensions
        end local 7 // freemarker.core.OutputFormat outputFormat
        end local 6 // java.lang.Integer autoEscaping
        end local 5 // int namingConvention
        end local 4 // int interpolationSyntax
        end local 3 // int tagSyntax
        end local 2 // boolean whitespaceStripping
        end local 1 // boolean strictSyntaxMode
        end local 0 // freemarker.core.LegacyConstructorParserConfiguration this
      LocalVariableTable:
        Start  End  Slot                             Name  Signature
            0   13     0                             this  Lfreemarker/core/LegacyConstructorParserConfiguration;
            0   13     1                 strictSyntaxMode  Z
            0   13     2              whitespaceStripping  Z
            0   13     3                        tagSyntax  I
            0   13     4              interpolationSyntax  I
            0   13     5                 namingConvention  I
            0   13     6                     autoEscaping  Ljava/lang/Integer;
            0   13     7                     outputFormat  Lfreemarker/core/OutputFormat;
            0   13     8  recognizeStandardFileExtensions  Ljava/lang/Boolean;
            0   13     9                          tabSize  Ljava/lang/Integer;
            0   13    10         incompatibleImprovements  Lfreemarker/template/Version;
            0   13    11                 arithmeticEngine  Lfreemarker/core/ArithmeticEngine;
    MethodParameters:
                                 Name  Flags
      strictSyntaxMode                 
      whitespaceStripping              
      tagSyntax                        
      interpolationSyntax              
      namingConvention                 
      autoEscaping                     
      outputFormat                     
      recognizeStandardFileExtensions  
      tabSize                          
      incompatibleImprovements         
      arithmeticEngine                 

  public int getTagSyntax();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.core.LegacyConstructorParserConfiguration this
         0: .line 61
            aload 0 /* this */
            getfield freemarker.core.LegacyConstructorParserConfiguration.tagSyntax:I
            ireturn
        end local 0 // freemarker.core.LegacyConstructorParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/LegacyConstructorParserConfiguration;

  public int getInterpolationSyntax();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.core.LegacyConstructorParserConfiguration this
         0: .line 65
            aload 0 /* this */
            getfield freemarker.core.LegacyConstructorParserConfiguration.interpolationSyntax:I
            ireturn
        end local 0 // freemarker.core.LegacyConstructorParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/LegacyConstructorParserConfiguration;

  public int getNamingConvention();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.core.LegacyConstructorParserConfiguration this
         0: .line 69
            aload 0 /* this */
            getfield freemarker.core.LegacyConstructorParserConfiguration.namingConvention:I
            ireturn
        end local 0 // freemarker.core.LegacyConstructorParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/LegacyConstructorParserConfiguration;

  public boolean getWhitespaceStripping();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.core.LegacyConstructorParserConfiguration this
         0: .line 73
            aload 0 /* this */
            getfield freemarker.core.LegacyConstructorParserConfiguration.whitespaceStripping:Z
            ireturn
        end local 0 // freemarker.core.LegacyConstructorParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/LegacyConstructorParserConfiguration;

  public boolean getStrictSyntaxMode();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.core.LegacyConstructorParserConfiguration this
         0: .line 77
            aload 0 /* this */
            getfield freemarker.core.LegacyConstructorParserConfiguration.strictSyntaxMode:Z
            ireturn
        end local 0 // freemarker.core.LegacyConstructorParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/LegacyConstructorParserConfiguration;

  public freemarker.template.Version getIncompatibleImprovements();
    descriptor: ()Lfreemarker/template/Version;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.core.LegacyConstructorParserConfiguration this
         0: .line 81
            aload 0 /* this */
            getfield freemarker.core.LegacyConstructorParserConfiguration.incompatibleImprovements:Lfreemarker/template/Version;
            areturn
        end local 0 // freemarker.core.LegacyConstructorParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/LegacyConstructorParserConfiguration;

  public freemarker.core.ArithmeticEngine getArithmeticEngine();
    descriptor: ()Lfreemarker/core/ArithmeticEngine;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // freemarker.core.LegacyConstructorParserConfiguration this
         0: .line 85
            aload 0 /* this */
            getfield freemarker.core.LegacyConstructorParserConfiguration.arithmeticEngine:Lfreemarker/core/ArithmeticEngine;
            ifnonnull 2
         1: .line 86
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield freemarker.core.LegacyConstructorParserConfiguration.arithmeticEngine:Lfreemarker/core/ArithmeticEngine;
            areturn
        end local 0 // freemarker.core.LegacyConstructorParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lfreemarker/core/LegacyConstructorParserConfiguration;

  void setArithmeticEngineIfNotSet(freemarker.core.ArithmeticEngine);
    descriptor: (Lfreemarker/core/ArithmeticEngine;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // freemarker.core.LegacyConstructorParserConfiguration this
        start local 1 // freemarker.core.ArithmeticEngine arithmeticEngine
         0: .line 92
            aload 0 /* this */
            getfield freemarker.core.LegacyConstructorParserConfiguration.arithmeticEngine:Lfreemarker/core/ArithmeticEngine;
            ifnonnull 2
         1: .line 93
            aload 0 /* this */
            aload 1 /* arithmeticEngine */
            putfield freemarker.core.LegacyConstructorParserConfiguration.arithmeticEngine:Lfreemarker/core/ArithmeticEngine;
         2: .line 95
      StackMap locals:
      StackMap stack:
            return
        end local 1 // freemarker.core.ArithmeticEngine arithmeticEngine
        end local 0 // freemarker.core.LegacyConstructorParserConfiguration this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lfreemarker/core/LegacyConstructorParserConfiguration;
            0    3     1  arithmeticEngine  Lfreemarker/core/ArithmeticEngine;
    MethodParameters:
                  Name  Flags
      arithmeticEngine  

  public int getAutoEscapingPolicy();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // freemarker.core.LegacyConstructorParserConfiguration this
         0: .line 98
            aload 0 /* this */
            getfield freemarker.core.LegacyConstructorParserConfiguration.autoEscapingPolicy:Ljava/lang/Integer;
            ifnonnull 2
         1: .line 99
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield freemarker.core.LegacyConstructorParserConfiguration.autoEscapingPolicy:Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
        end local 0 // freemarker.core.LegacyConstructorParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lfreemarker/core/LegacyConstructorParserConfiguration;

  void setAutoEscapingPolicyIfNotSet(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // freemarker.core.LegacyConstructorParserConfiguration this
        start local 1 // int autoEscapingPolicy
         0: .line 105
            aload 0 /* this */
            getfield freemarker.core.LegacyConstructorParserConfiguration.autoEscapingPolicy:Ljava/lang/Integer;
            ifnonnull 2
         1: .line 106
            aload 0 /* this */
            iload 1 /* autoEscapingPolicy */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putfield freemarker.core.LegacyConstructorParserConfiguration.autoEscapingPolicy:Ljava/lang/Integer;
         2: .line 108
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int autoEscapingPolicy
        end local 0 // freemarker.core.LegacyConstructorParserConfiguration this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lfreemarker/core/LegacyConstructorParserConfiguration;
            0    3     1  autoEscapingPolicy  I
    MethodParameters:
                    Name  Flags
      autoEscapingPolicy  

  public freemarker.core.OutputFormat getOutputFormat();
    descriptor: ()Lfreemarker/core/OutputFormat;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // freemarker.core.LegacyConstructorParserConfiguration this
         0: .line 111
            aload 0 /* this */
            getfield freemarker.core.LegacyConstructorParserConfiguration.outputFormat:Lfreemarker/core/OutputFormat;
            ifnonnull 2
         1: .line 112
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield freemarker.core.LegacyConstructorParserConfiguration.outputFormat:Lfreemarker/core/OutputFormat;
            areturn
        end local 0 // freemarker.core.LegacyConstructorParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lfreemarker/core/LegacyConstructorParserConfiguration;

  void setOutputFormatIfNotSet(freemarker.core.OutputFormat);
    descriptor: (Lfreemarker/core/OutputFormat;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // freemarker.core.LegacyConstructorParserConfiguration this
        start local 1 // freemarker.core.OutputFormat outputFormat
         0: .line 118
            aload 0 /* this */
            getfield freemarker.core.LegacyConstructorParserConfiguration.outputFormat:Lfreemarker/core/OutputFormat;
            ifnonnull 2
         1: .line 119
            aload 0 /* this */
            aload 1 /* outputFormat */
            putfield freemarker.core.LegacyConstructorParserConfiguration.outputFormat:Lfreemarker/core/OutputFormat;
         2: .line 121
      StackMap locals:
      StackMap stack:
            return
        end local 1 // freemarker.core.OutputFormat outputFormat
        end local 0 // freemarker.core.LegacyConstructorParserConfiguration this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lfreemarker/core/LegacyConstructorParserConfiguration;
            0    3     1  outputFormat  Lfreemarker/core/OutputFormat;
    MethodParameters:
              Name  Flags
      outputFormat  

  public boolean getRecognizeStandardFileExtensions();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // freemarker.core.LegacyConstructorParserConfiguration this
         0: .line 124
            aload 0 /* this */
            getfield freemarker.core.LegacyConstructorParserConfiguration.recognizeStandardFileExtensions:Ljava/lang/Boolean;
            ifnonnull 2
         1: .line 125
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield freemarker.core.LegacyConstructorParserConfiguration.recognizeStandardFileExtensions:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 0 // freemarker.core.LegacyConstructorParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lfreemarker/core/LegacyConstructorParserConfiguration;

  void setRecognizeStandardFileExtensionsIfNotSet(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // freemarker.core.LegacyConstructorParserConfiguration this
        start local 1 // boolean recognizeStandardFileExtensions
         0: .line 131
            aload 0 /* this */
            getfield freemarker.core.LegacyConstructorParserConfiguration.recognizeStandardFileExtensions:Ljava/lang/Boolean;
            ifnonnull 2
         1: .line 132
            aload 0 /* this */
            iload 1 /* recognizeStandardFileExtensions */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield freemarker.core.LegacyConstructorParserConfiguration.recognizeStandardFileExtensions:Ljava/lang/Boolean;
         2: .line 134
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean recognizeStandardFileExtensions
        end local 0 // freemarker.core.LegacyConstructorParserConfiguration this
      LocalVariableTable:
        Start  End  Slot                             Name  Signature
            0    3     0                             this  Lfreemarker/core/LegacyConstructorParserConfiguration;
            0    3     1  recognizeStandardFileExtensions  Z
    MethodParameters:
                                 Name  Flags
      recognizeStandardFileExtensions  

  public int getTabSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // freemarker.core.LegacyConstructorParserConfiguration this
         0: .line 137
            aload 0 /* this */
            getfield freemarker.core.LegacyConstructorParserConfiguration.tabSize:Ljava/lang/Integer;
            ifnonnull 2
         1: .line 138
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield freemarker.core.LegacyConstructorParserConfiguration.tabSize:Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
        end local 0 // freemarker.core.LegacyConstructorParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lfreemarker/core/LegacyConstructorParserConfiguration;

  void setTabSizeIfNotSet(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // freemarker.core.LegacyConstructorParserConfiguration this
        start local 1 // int tabSize
         0: .line 144
            aload 0 /* this */
            getfield freemarker.core.LegacyConstructorParserConfiguration.tabSize:Ljava/lang/Integer;
            ifnonnull 2
         1: .line 145
            aload 0 /* this */
            iload 1 /* tabSize */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putfield freemarker.core.LegacyConstructorParserConfiguration.tabSize:Ljava/lang/Integer;
         2: .line 147
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int tabSize
        end local 0 // freemarker.core.LegacyConstructorParserConfiguration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lfreemarker/core/LegacyConstructorParserConfiguration;
            0    3     1  tabSize  I
    MethodParameters:
         Name  Flags
      tabSize  
}
SourceFile: "LegacyConstructorParserConfiguration.java"