final class freemarker.core.StopInstruction extends freemarker.core.TemplateElement
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: freemarker.core.StopInstruction
  super_class: freemarker.core.TemplateElement
{
  private freemarker.core.Expression exp;
    descriptor: Lfreemarker/core/Expression;
    flags: (0x0002) ACC_PRIVATE

  void <init>(freemarker.core.Expression);
    descriptor: (Lfreemarker/core/Expression;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // freemarker.core.StopInstruction this
        start local 1 // freemarker.core.Expression exp
         0: .line 31
            aload 0 /* this */
            invokespecial freemarker.core.TemplateElement.<init>:()V
         1: .line 32
            aload 0 /* this */
            aload 1 /* exp */
            putfield freemarker.core.StopInstruction.exp:Lfreemarker/core/Expression;
         2: .line 33
            return
        end local 1 // freemarker.core.Expression exp
        end local 0 // freemarker.core.StopInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lfreemarker/core/StopInstruction;
            0    3     1   exp  Lfreemarker/core/Expression;
    MethodParameters:
      Name  Flags
      exp   

  freemarker.core.TemplateElement[] accept(freemarker.core.Environment);
    descriptor: (Lfreemarker/core/Environment;)[Lfreemarker/core/TemplateElement;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // freemarker.core.StopInstruction this
        start local 1 // freemarker.core.Environment env
         0: .line 37
            aload 0 /* this */
            getfield freemarker.core.StopInstruction.exp:Lfreemarker/core/Expression;
            ifnonnull 2
         1: .line 38
            new freemarker.core.StopException
            dup
            aload 1 /* env */
            invokespecial freemarker.core.StopException.<init>:(Lfreemarker/core/Environment;)V
            athrow
         2: .line 40
      StackMap locals:
      StackMap stack:
            new freemarker.core.StopException
            dup
            aload 1 /* env */
            aload 0 /* this */
            getfield freemarker.core.StopInstruction.exp:Lfreemarker/core/Expression;
            aload 1 /* env */
            invokevirtual freemarker.core.Expression.evalAndCoerceToPlainText:(Lfreemarker/core/Environment;)Ljava/lang/String;
            invokespecial freemarker.core.StopException.<init>:(Lfreemarker/core/Environment;Ljava/lang/String;)V
            athrow
        end local 1 // freemarker.core.Environment env
        end local 0 // freemarker.core.StopInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lfreemarker/core/StopInstruction;
            0    3     1   env  Lfreemarker/core/Environment;
    Exceptions:
      throws freemarker.template.TemplateException
    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.StopInstruction this
        start local 1 // boolean canonical
         0: .line 45
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 2 /* sb */
        start local 2 // java.lang.StringBuilder sb
         1: .line 46
            iload 1 /* canonical */
            ifeq 2
            aload 2 /* sb */
            bipush 60
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         2: .line 47
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 2 /* sb */
            aload 0 /* this */
            invokevirtual freemarker.core.StopInstruction.getNodeTypeSymbol:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         3: .line 48
            aload 0 /* this */
            getfield freemarker.core.StopInstruction.exp:Lfreemarker/core/Expression;
            ifnull 6
         4: .line 49
            aload 2 /* sb */
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         5: .line 50
            aload 2 /* sb */
            aload 0 /* this */
            getfield freemarker.core.StopInstruction.exp:Lfreemarker/core/Expression;
            invokevirtual freemarker.core.Expression.getCanonicalForm:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 52
      StackMap locals:
      StackMap stack:
            iload 1 /* canonical */
            ifeq 7
            aload 2 /* sb */
            ldc "/>"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 53
      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.StopInstruction this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lfreemarker/core/StopInstruction;
            0    8     1  canonical  Z
            1    8     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.StopInstruction this
         0: .line 58
            ldc "#stop"
            areturn
        end local 0 // freemarker.core.StopInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/StopInstruction;

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

  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.StopInstruction this
        start local 1 // int idx
         0: .line 68
            iload 1 /* idx */
            ifeq 1
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         1: .line 69
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield freemarker.core.StopInstruction.exp:Lfreemarker/core/Expression;
            areturn
        end local 1 // int idx
        end local 0 // freemarker.core.StopInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lfreemarker/core/StopInstruction;
            0    2     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.StopInstruction this
        start local 1 // int idx
         0: .line 74
            iload 1 /* idx */
            ifeq 1
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         1: .line 75
      StackMap locals:
      StackMap stack:
            getstatic freemarker.core.ParameterRole.MESSAGE:Lfreemarker/core/ParameterRole;
            areturn
        end local 1 // int idx
        end local 0 // freemarker.core.StopInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lfreemarker/core/StopInstruction;
            0    2     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.StopInstruction this
         0: .line 80
            iconst_0
            ireturn
        end local 0 // freemarker.core.StopInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/StopInstruction;
}
SourceFile: "StopInstruction.java"