public final class freemarker.core._ParserConfigurationWithInheritedFormat implements freemarker.core.ParserConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: freemarker.core._ParserConfigurationWithInheritedFormat
  super_class: java.lang.Object
{
  private final freemarker.core.OutputFormat outputFormat;
    descriptor: Lfreemarker/core/OutputFormat;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Integer autoEscapingPolicy;
    descriptor: Ljava/lang/Integer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(freemarker.core.ParserConfiguration, freemarker.core.OutputFormat, java.lang.Integer);
    descriptor: (Lfreemarker/core/ParserConfiguration;Lfreemarker/core/OutputFormat;Ljava/lang/Integer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // freemarker.core._ParserConfigurationWithInheritedFormat this
        start local 1 // freemarker.core.ParserConfiguration wrappedPCfg
        start local 2 // freemarker.core.OutputFormat outputFormat
        start local 3 // java.lang.Integer autoEscapingPolicy
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            aload 2 /* outputFormat */
            putfield freemarker.core._ParserConfigurationWithInheritedFormat.outputFormat:Lfreemarker/core/OutputFormat;
         2: .line 35
            aload 0 /* this */
            aload 3 /* autoEscapingPolicy */
            putfield freemarker.core._ParserConfigurationWithInheritedFormat.autoEscapingPolicy:Ljava/lang/Integer;
         3: .line 36
            aload 0 /* this */
            aload 1 /* wrappedPCfg */
            putfield freemarker.core._ParserConfigurationWithInheritedFormat.wrappedPCfg:Lfreemarker/core/ParserConfiguration;
         4: .line 37
            return
        end local 3 // java.lang.Integer autoEscapingPolicy
        end local 2 // freemarker.core.OutputFormat outputFormat
        end local 1 // freemarker.core.ParserConfiguration wrappedPCfg
        end local 0 // freemarker.core._ParserConfigurationWithInheritedFormat this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Lfreemarker/core/_ParserConfigurationWithInheritedFormat;
            0    5     1         wrappedPCfg  Lfreemarker/core/ParserConfiguration;
            0    5     2        outputFormat  Lfreemarker/core/OutputFormat;
            0    5     3  autoEscapingPolicy  Ljava/lang/Integer;
    MethodParameters:
                    Name  Flags
      wrappedPCfg         
      outputFormat        
      autoEscapingPolicy  

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

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

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

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

  public freemarker.core.OutputFormat getOutputFormat();
    descriptor: ()Lfreemarker/core/OutputFormat;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.core._ParserConfigurationWithInheritedFormat this
         0: .line 56
            aload 0 /* this */
            getfield freemarker.core._ParserConfigurationWithInheritedFormat.outputFormat:Lfreemarker/core/OutputFormat;
            ifnull 1
            aload 0 /* this */
            getfield freemarker.core._ParserConfigurationWithInheritedFormat.outputFormat:Lfreemarker/core/OutputFormat;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield freemarker.core._ParserConfigurationWithInheritedFormat.wrappedPCfg:Lfreemarker/core/ParserConfiguration;
            invokeinterface freemarker.core.ParserConfiguration.getOutputFormat:()Lfreemarker/core/OutputFormat;
      StackMap locals:
      StackMap stack: freemarker.core.OutputFormat
         2: areturn
        end local 0 // freemarker.core._ParserConfigurationWithInheritedFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lfreemarker/core/_ParserConfigurationWithInheritedFormat;

  public boolean getRecognizeStandardFileExtensions();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.core._ParserConfigurationWithInheritedFormat this
         0: .line 60
            iconst_0
            ireturn
        end local 0 // freemarker.core._ParserConfigurationWithInheritedFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/_ParserConfigurationWithInheritedFormat;

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

  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._ParserConfigurationWithInheritedFormat this
         0: .line 68
            aload 0 /* this */
            getfield freemarker.core._ParserConfigurationWithInheritedFormat.wrappedPCfg:Lfreemarker/core/ParserConfiguration;
            invokeinterface freemarker.core.ParserConfiguration.getIncompatibleImprovements:()Lfreemarker/template/Version;
            areturn
        end local 0 // freemarker.core._ParserConfigurationWithInheritedFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/_ParserConfigurationWithInheritedFormat;

  public int getAutoEscapingPolicy();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.core._ParserConfigurationWithInheritedFormat this
         0: .line 72
            aload 0 /* this */
            getfield freemarker.core._ParserConfigurationWithInheritedFormat.autoEscapingPolicy:Ljava/lang/Integer;
            ifnull 1
            aload 0 /* this */
            getfield freemarker.core._ParserConfigurationWithInheritedFormat.autoEscapingPolicy:Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield freemarker.core._ParserConfigurationWithInheritedFormat.wrappedPCfg:Lfreemarker/core/ParserConfiguration;
            invokeinterface freemarker.core.ParserConfiguration.getAutoEscapingPolicy:()I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // freemarker.core._ParserConfigurationWithInheritedFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lfreemarker/core/_ParserConfigurationWithInheritedFormat;

  public freemarker.core.ArithmeticEngine getArithmeticEngine();
    descriptor: ()Lfreemarker/core/ArithmeticEngine;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.core._ParserConfigurationWithInheritedFormat this
         0: .line 76
            aload 0 /* this */
            getfield freemarker.core._ParserConfigurationWithInheritedFormat.wrappedPCfg:Lfreemarker/core/ParserConfiguration;
            invokeinterface freemarker.core.ParserConfiguration.getArithmeticEngine:()Lfreemarker/core/ArithmeticEngine;
            areturn
        end local 0 // freemarker.core._ParserConfigurationWithInheritedFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/_ParserConfigurationWithInheritedFormat;

  public int getTabSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.core._ParserConfigurationWithInheritedFormat this
         0: .line 80
            aload 0 /* this */
            getfield freemarker.core._ParserConfigurationWithInheritedFormat.wrappedPCfg:Lfreemarker/core/ParserConfiguration;
            invokeinterface freemarker.core.ParserConfiguration.getTabSize:()I
            ireturn
        end local 0 // freemarker.core._ParserConfigurationWithInheritedFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/_ParserConfigurationWithInheritedFormat;
}
SourceFile: "_ParserConfigurationWithInheritedFormat.java"