final class freemarker.core.IfBlock extends freemarker.core.TemplateElement
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: freemarker.core.IfBlock
  super_class: freemarker.core.TemplateElement
{
  void <init>(freemarker.core.ConditionalBlock);
    descriptor: (Lfreemarker/core/ConditionalBlock;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // freemarker.core.IfBlock this
        start local 1 // freemarker.core.ConditionalBlock block
         0: .line 33
            aload 0 /* this */
            invokespecial freemarker.core.TemplateElement.<init>:()V
         1: .line 34
            aload 0 /* this */
            iconst_1
            invokevirtual freemarker.core.IfBlock.setChildBufferCapacity:(I)V
         2: .line 35
            aload 0 /* this */
            aload 1 /* block */
            invokevirtual freemarker.core.IfBlock.addBlock:(Lfreemarker/core/ConditionalBlock;)V
         3: .line 36
            return
        end local 1 // freemarker.core.ConditionalBlock block
        end local 0 // freemarker.core.IfBlock this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lfreemarker/core/IfBlock;
            0    4     1  block  Lfreemarker/core/ConditionalBlock;
    MethodParameters:
       Name  Flags
      block  

  void addBlock(freemarker.core.ConditionalBlock);
    descriptor: (Lfreemarker/core/ConditionalBlock;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // freemarker.core.IfBlock this
        start local 1 // freemarker.core.ConditionalBlock block
         0: .line 39
            aload 0 /* this */
            aload 1 /* block */
            invokevirtual freemarker.core.IfBlock.addChild:(Lfreemarker/core/TemplateElement;)V
         1: .line 40
            return
        end local 1 // freemarker.core.ConditionalBlock block
        end local 0 // freemarker.core.IfBlock this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lfreemarker/core/IfBlock;
            0    2     1  block  Lfreemarker/core/ConditionalBlock;
    MethodParameters:
       Name  Flags
      block  

  freemarker.core.TemplateElement[] accept(freemarker.core.Environment);
    descriptor: (Lfreemarker/core/Environment;)[Lfreemarker/core/TemplateElement;
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // freemarker.core.IfBlock this
        start local 1 // freemarker.core.Environment env
         0: .line 44
            aload 0 /* this */
            invokevirtual freemarker.core.IfBlock.getChildCount:()I
            istore 2 /* ln */
        start local 2 // int ln
         1: .line 45
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 9
         3: .line 46
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual freemarker.core.IfBlock.getChild:(I)Lfreemarker/core/TemplateElement;
            checkcast freemarker.core.ConditionalBlock
            astore 4 /* cblock */
        start local 4 // freemarker.core.ConditionalBlock cblock
         4: .line 47
            aload 4 /* cblock */
            getfield freemarker.core.ConditionalBlock.condition:Lfreemarker/core/Expression;
            astore 5 /* condition */
        start local 5 // freemarker.core.Expression condition
         5: .line 48
            aload 1 /* env */
            aload 4 /* cblock */
            invokevirtual freemarker.core.Environment.replaceElementStackTop:(Lfreemarker/core/TemplateElement;)V
         6: .line 49
            aload 5 /* condition */
            ifnull 7
            aload 5 /* condition */
            aload 1 /* env */
            invokevirtual freemarker.core.Expression.evalToBoolean:(Lfreemarker/core/Environment;)Z
            ifeq 8
         7: .line 50
      StackMap locals: freemarker.core.ConditionalBlock freemarker.core.Expression
      StackMap stack:
            aload 4 /* cblock */
            invokevirtual freemarker.core.ConditionalBlock.getChildBuffer:()[Lfreemarker/core/TemplateElement;
            areturn
        end local 5 // freemarker.core.Expression condition
        end local 4 // freemarker.core.ConditionalBlock cblock
         8: .line 45
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            iload 2 /* ln */
            if_icmplt 3
        end local 3 // int i
        10: .line 53
            aconst_null
            areturn
        end local 2 // int ln
        end local 1 // freemarker.core.Environment env
        end local 0 // freemarker.core.IfBlock this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lfreemarker/core/IfBlock;
            0   11     1        env  Lfreemarker/core/Environment;
            1   11     2         ln  I
            2   10     3          i  I
            4    8     4     cblock  Lfreemarker/core/ConditionalBlock;
            5    8     5  condition  Lfreemarker/core/Expression;
    Exceptions:
      throws freemarker.template.TemplateException, java.io.IOException
    MethodParameters:
      Name  Flags
      env   

  freemarker.core.TemplateElement postParseCleanup(boolean);
    descriptor: (Z)Lfreemarker/core/TemplateElement;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // freemarker.core.IfBlock this
        start local 1 // boolean stripWhitespace
         0: .line 59
            aload 0 /* this */
            invokevirtual freemarker.core.IfBlock.getChildCount:()I
            iconst_1
            if_icmpne 4
         1: .line 60
            aload 0 /* this */
            iconst_0
            invokevirtual freemarker.core.IfBlock.getChild:(I)Lfreemarker/core/TemplateElement;
            checkcast freemarker.core.ConditionalBlock
            astore 2 /* cblock */
        start local 2 // freemarker.core.ConditionalBlock cblock
         2: .line 61
            aload 2 /* cblock */
            aload 0 /* this */
            invokevirtual freemarker.core.IfBlock.getTemplate:()Lfreemarker/template/Template;
            aload 2 /* cblock */
            aload 0 /* this */
            invokevirtual freemarker.core.ConditionalBlock.setLocation:(Lfreemarker/template/Template;Lfreemarker/core/TemplateObject;Lfreemarker/core/TemplateObject;)V
         3: .line 62
            aload 2 /* cblock */
            iload 1 /* stripWhitespace */
            invokevirtual freemarker.core.ConditionalBlock.postParseCleanup:(Z)Lfreemarker/core/TemplateElement;
            areturn
        end local 2 // freemarker.core.ConditionalBlock cblock
         4: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* stripWhitespace */
            invokespecial freemarker.core.TemplateElement.postParseCleanup:(Z)Lfreemarker/core/TemplateElement;
            areturn
        end local 1 // boolean stripWhitespace
        end local 0 // freemarker.core.IfBlock this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lfreemarker/core/IfBlock;
            0    5     1  stripWhitespace  Z
            2    4     2           cblock  Lfreemarker/core/ConditionalBlock;
    Exceptions:
      throws freemarker.core.ParseException
    MethodParameters:
                 Name  Flags
      stripWhitespace  

  protected java.lang.String dump(boolean);
    descriptor: (Z)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // freemarker.core.IfBlock this
        start local 1 // boolean canonical
         0: .line 70
            iload 1 /* canonical */
            ifeq 11
         1: .line 71
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 2 /* buf */
        start local 2 // java.lang.StringBuilder buf
         2: .line 72
            aload 0 /* this */
            invokevirtual freemarker.core.IfBlock.getChildCount:()I
            istore 3 /* ln */
        start local 3 // int ln
         3: .line 73
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 8
         5: .line 74
      StackMap locals: java.lang.StringBuilder int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* i */
            invokevirtual freemarker.core.IfBlock.getChild:(I)Lfreemarker/core/TemplateElement;
            checkcast freemarker.core.ConditionalBlock
            astore 5 /* cblock */
        start local 5 // freemarker.core.ConditionalBlock cblock
         6: .line 75
            aload 2 /* buf */
            aload 5 /* cblock */
            iload 1 /* canonical */
            invokevirtual freemarker.core.ConditionalBlock.dump:(Z)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 5 // freemarker.core.ConditionalBlock cblock
         7: .line 73
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            iload 3 /* ln */
            if_icmplt 5
        end local 4 // int i
         9: .line 77
            aload 2 /* buf */
            ldc "</#if>"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        10: .line 78
            aload 2 /* buf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // int ln
        end local 2 // java.lang.StringBuilder buf
        11: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual freemarker.core.IfBlock.getNodeTypeSymbol:()Ljava/lang/String;
            areturn
        end local 1 // boolean canonical
        end local 0 // freemarker.core.IfBlock this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lfreemarker/core/IfBlock;
            0   12     1  canonical  Z
            2   11     2        buf  Ljava/lang/StringBuilder;
            3   11     3         ln  I
            4    9     4          i  I
            6    7     5     cblock  Lfreemarker/core/ConditionalBlock;
    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.IfBlock this
         0: .line 86
            ldc "#if-#elseif-#else-container"
            areturn
        end local 0 // freemarker.core.IfBlock this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/IfBlock;

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

  java.lang.Object getParameterValue(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // freemarker.core.IfBlock this
        start local 1 // int idx
         0: .line 96
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
        end local 1 // int idx
        end local 0 // freemarker.core.IfBlock this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/IfBlock;
            0    1     1   idx  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.IfBlock this
        start local 1 // int idx
         0: .line 101
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
        end local 1 // int idx
        end local 0 // freemarker.core.IfBlock this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/IfBlock;
            0    1     1   idx  I
    MethodParameters:
      Name  Flags
      idx   

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