final class freemarker.core.TrimInstruction extends freemarker.core.TemplateElement
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: freemarker.core.TrimInstruction
  super_class: freemarker.core.TemplateElement
{
  static final int TYPE_T;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int TYPE_LT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int TYPE_RT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int TYPE_NT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  final boolean left;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final boolean right;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  void <init>(boolean, boolean);
    descriptor: (ZZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // freemarker.core.TrimInstruction this
        start local 1 // boolean left
        start local 2 // boolean right
         0: .line 35
            aload 0 /* this */
            invokespecial freemarker.core.TemplateElement.<init>:()V
         1: .line 36
            aload 0 /* this */
            iload 1 /* left */
            putfield freemarker.core.TrimInstruction.left:Z
         2: .line 37
            aload 0 /* this */
            iload 2 /* right */
            putfield freemarker.core.TrimInstruction.right:Z
         3: .line 38
            return
        end local 2 // boolean right
        end local 1 // boolean left
        end local 0 // freemarker.core.TrimInstruction this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lfreemarker/core/TrimInstruction;
            0    4     1   left  Z
            0    4     2  right  Z
    MethodParameters:
       Name  Flags
      left   
      right  

  freemarker.core.TemplateElement[] accept(freemarker.core.Environment);
    descriptor: (Lfreemarker/core/Environment;)[Lfreemarker/core/TemplateElement;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // freemarker.core.TrimInstruction this
        start local 1 // freemarker.core.Environment env
         0: .line 43
            aconst_null
            areturn
        end local 1 // freemarker.core.Environment env
        end local 0 // freemarker.core.TrimInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/TrimInstruction;
            0    1     1   env  Lfreemarker/core/Environment;
    MethodParameters:
      Name  Flags
      env   

  protected java.lang.String dump(boolean);
    descriptor: (Z)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // freemarker.core.TrimInstruction this
        start local 1 // boolean canonical
         0: .line 48
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 2 /* sb */
        start local 2 // java.lang.StringBuilder sb
         1: .line 49
            iload 1 /* canonical */
            ifeq 2
            aload 2 /* sb */
            bipush 60
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         2: .line 50
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 2 /* sb */
            aload 0 /* this */
            invokevirtual freemarker.core.TrimInstruction.getNodeTypeSymbol:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         3: .line 51
            iload 1 /* canonical */
            ifeq 4
            aload 2 /* sb */
            ldc "/>"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 52
      StackMap locals:
      StackMap stack:
            aload 2 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.StringBuilder sb
        end local 1 // boolean canonical
        end local 0 // freemarker.core.TrimInstruction this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lfreemarker/core/TrimInstruction;
            0    5     1  canonical  Z
            1    5     2         sb  Ljava/lang/StringBuilder;
    MethodParameters:
           Name  Flags
      canonical  

  java.lang.String getNodeTypeSymbol();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.core.TrimInstruction this
         0: .line 57
            aload 0 /* this */
            getfield freemarker.core.TrimInstruction.left:Z
            ifeq 2
            aload 0 /* this */
            getfield freemarker.core.TrimInstruction.right:Z
            ifeq 2
         1: .line 58
            ldc "#t"
            areturn
         2: .line 59
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield freemarker.core.TrimInstruction.left:Z
            ifeq 4
         3: .line 60
            ldc "#lt"
            areturn
         4: .line 61
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield freemarker.core.TrimInstruction.right:Z
            ifeq 6
         5: .line 62
            ldc "#rt"
            areturn
         6: .line 64
      StackMap locals:
      StackMap stack:
            ldc "#nt"
            areturn
        end local 0 // freemarker.core.TrimInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lfreemarker/core/TrimInstruction;

  boolean isIgnorable(boolean);
    descriptor: (Z)Z
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // freemarker.core.TrimInstruction this
        start local 1 // boolean stripWhitespace
         0: .line 70
            iconst_1
            ireturn
        end local 1 // boolean stripWhitespace
        end local 0 // freemarker.core.TrimInstruction this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lfreemarker/core/TrimInstruction;
            0    1     1  stripWhitespace  Z
    MethodParameters:
                 Name  Flags
      stripWhitespace  

  int getParameterCount();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.core.TrimInstruction this
         0: .line 75
            iconst_1
            ireturn
        end local 0 // freemarker.core.TrimInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/TrimInstruction;

  java.lang.Object getParameterValue(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // freemarker.core.TrimInstruction this
        start local 1 // int idx
         0: .line 80
            iload 1 /* idx */
            ifeq 1
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         1: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield freemarker.core.TrimInstruction.left:Z
            ifeq 4
            aload 0 /* this */
            getfield freemarker.core.TrimInstruction.right:Z
            ifeq 4
         2: .line 83
            iconst_0
            istore 2 /* type */
        start local 2 // int type
         3: .line 84
            goto 11
        end local 2 // int type
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield freemarker.core.TrimInstruction.left:Z
            ifeq 7
         5: .line 85
            iconst_1
            istore 2 /* type */
        start local 2 // int type
         6: .line 86
            goto 11
        end local 2 // int type
      StackMap locals:
      StackMap stack:
         7: aload 0 /* this */
            getfield freemarker.core.TrimInstruction.right:Z
            ifeq 10
         8: .line 87
            iconst_2
            istore 2 /* type */
        start local 2 // int type
         9: .line 88
            goto 11
        end local 2 // int type
        10: .line 89
      StackMap locals:
      StackMap stack:
            iconst_3
            istore 2 /* type */
        start local 2 // int type
        11: .line 91
      StackMap locals: int
      StackMap stack:
            iload 2 /* type */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 2 // int type
        end local 1 // int idx
        end local 0 // freemarker.core.TrimInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lfreemarker/core/TrimInstruction;
            0   12     1   idx  I
            3    4     2  type  I
            6    7     2  type  I
            9   10     2  type  I
           11   12     2  type  I
    MethodParameters:
      Name  Flags
      idx   

  freemarker.core.ParameterRole getParameterRole(int);
    descriptor: (I)Lfreemarker/core/ParameterRole;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // freemarker.core.TrimInstruction this
        start local 1 // int idx
         0: .line 96
            iload 1 /* idx */
            ifeq 1
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         1: .line 97
      StackMap locals:
      StackMap stack:
            getstatic freemarker.core.ParameterRole.AST_NODE_SUBTYPE:Lfreemarker/core/ParameterRole;
            areturn
        end local 1 // int idx
        end local 0 // freemarker.core.TrimInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lfreemarker/core/TrimInstruction;
            0    2     1   idx  I
    MethodParameters:
      Name  Flags
      idx   

  boolean isOutputCacheable();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.core.TrimInstruction this
         0: .line 102
            iconst_1
            ireturn
        end local 0 // freemarker.core.TrimInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/TrimInstruction;

  boolean isNestedBlockRepeater();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.core.TrimInstruction this
         0: .line 107
            iconst_0
            ireturn
        end local 0 // freemarker.core.TrimInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/TrimInstruction;
}
SourceFile: "TrimInstruction.java"