abstract class freemarker.core.MarkupOutputFormatBoundBuiltIn extends freemarker.core.SpecialBuiltIn
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: freemarker.core.MarkupOutputFormatBoundBuiltIn
  super_class: freemarker.core.SpecialBuiltIn
{
  protected freemarker.core.MarkupOutputFormat outputFormat;
    descriptor: Lfreemarker/core/MarkupOutputFormat;
    flags: (0x0004) ACC_PROTECTED

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.core.MarkupOutputFormatBoundBuiltIn this
         0: .line 25
            aload 0 /* this */
            invokespecial freemarker.core.SpecialBuiltIn.<init>:()V
            return
        end local 0 // freemarker.core.MarkupOutputFormatBoundBuiltIn this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/MarkupOutputFormatBoundBuiltIn;

  void bindToMarkupOutputFormat(freemarker.core.MarkupOutputFormat);
    descriptor: (Lfreemarker/core/MarkupOutputFormat;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // freemarker.core.MarkupOutputFormatBoundBuiltIn this
        start local 1 // freemarker.core.MarkupOutputFormat outputFormat
         0: .line 30
            aload 1 /* outputFormat */
            invokestatic freemarker.template.utility.NullArgumentException.check:(Ljava/lang/Object;)V
         1: .line 31
            aload 0 /* this */
            aload 1 /* outputFormat */
            putfield freemarker.core.MarkupOutputFormatBoundBuiltIn.outputFormat:Lfreemarker/core/MarkupOutputFormat;
         2: .line 32
            return
        end local 1 // freemarker.core.MarkupOutputFormat outputFormat
        end local 0 // freemarker.core.MarkupOutputFormatBoundBuiltIn this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lfreemarker/core/MarkupOutputFormatBoundBuiltIn;
            0    3     1  outputFormat  Lfreemarker/core/MarkupOutputFormat;
    MethodParameters:
              Name  Flags
      outputFormat  

  freemarker.template.TemplateModel _eval(freemarker.core.Environment);
    descriptor: (Lfreemarker/core/Environment;)Lfreemarker/template/TemplateModel;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // freemarker.core.MarkupOutputFormatBoundBuiltIn this
        start local 1 // freemarker.core.Environment env
         0: .line 36
            aload 0 /* this */
            getfield freemarker.core.MarkupOutputFormatBoundBuiltIn.outputFormat:Lfreemarker/core/MarkupOutputFormat;
            ifnonnull 2
         1: .line 38
            new java.lang.NullPointerException
            dup
            ldc "outputFormat was null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 40
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* env */
            invokevirtual freemarker.core.MarkupOutputFormatBoundBuiltIn.calculateResult:(Lfreemarker/core/Environment;)Lfreemarker/template/TemplateModel;
            areturn
        end local 1 // freemarker.core.Environment env
        end local 0 // freemarker.core.MarkupOutputFormatBoundBuiltIn this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lfreemarker/core/MarkupOutputFormatBoundBuiltIn;
            0    3     1   env  Lfreemarker/core/Environment;
    Exceptions:
      throws freemarker.template.TemplateException
    MethodParameters:
      Name  Flags
      env   

  protected abstract freemarker.template.TemplateModel calculateResult(freemarker.core.Environment);
    descriptor: (Lfreemarker/core/Environment;)Lfreemarker/template/TemplateModel;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws freemarker.template.TemplateException
    MethodParameters:
      Name  Flags
      env   
}
SourceFile: "MarkupOutputFormatBoundBuiltIn.java"