class freemarker.core.Environment$1 extends java.io.Writer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: freemarker.core.Environment$1
  super_class: java.io.Writer
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.core.Environment$1 this
         0: .line 3104
            aload 0 /* this */
            invokespecial java.io.Writer.<init>:()V
            return
        end local 0 // freemarker.core.Environment$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/Environment$1;

  public void write(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // freemarker.core.Environment$1 this
        start local 1 // char[] cbuf
        start local 2 // int off
        start local 3 // int len
         0: .line 3108
            iload 3 /* len */
            ifle 4
         1: .line 3109
            new java.io.IOException
            dup
         2: .line 3110
            ldc "This transform does not allow nested content."
         3: .line 3109
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 3112
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // char[] cbuf
        end local 0 // freemarker.core.Environment$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lfreemarker/core/Environment$1;
            0    5     1  cbuf  [C
            0    5     2   off  I
            0    5     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cbuf  
      off   
      len   

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // freemarker.core.Environment$1 this
         0: .line 3116
            return
        end local 0 // freemarker.core.Environment$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/Environment$1;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // freemarker.core.Environment$1 this
         0: .line 3120
            return
        end local 0 // freemarker.core.Environment$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/Environment$1;
}
SourceFile: "Environment.java"
EnclosingMethod: freemarker.core.Environment
NestHost: freemarker.core.Environment
InnerClasses:
  freemarker.core.Environment$1