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

  freemarker.template.TemplateModel _eval(freemarker.core.Environment);
    descriptor: (Lfreemarker/core/Environment;)Lfreemarker/template/TemplateModel;
    flags: (0x0000) 
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // freemarker.core.BuiltInsForSequences$joinBI this
        start local 1 // freemarker.core.Environment env
         0: .line 236
            aload 0 /* this */
            getfield freemarker.core.BuiltInsForSequences$joinBI.target:Lfreemarker/core/Expression;
            aload 1 /* env */
            invokevirtual freemarker.core.Expression.eval:(Lfreemarker/core/Environment;)Lfreemarker/template/TemplateModel;
            astore 2 /* model */
        start local 2 // freemarker.template.TemplateModel model
         1: .line 237
            aload 2 /* model */
            instanceof freemarker.template.TemplateCollectionModel
            ifeq 7
         2: .line 238
            aload 2 /* model */
            instanceof freemarker.core.RightUnboundedRangeModel
            ifeq 6
         3: .line 239
            new freemarker.core._TemplateModelException
            dup
         4: .line 240
            ldc "The sequence to join was right-unbounded numerical range, thus it's infinitely long."
         5: .line 239
            invokespecial freemarker.core._TemplateModelException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 242
      StackMap locals: freemarker.template.TemplateModel
      StackMap stack:
            new freemarker.core.BuiltInsForSequences$joinBI$BIMethodForCollection
            dup
            aload 0 /* this */
            aload 1 /* env */
            aload 2 /* model */
            checkcast freemarker.template.TemplateCollectionModel
            invokespecial freemarker.core.BuiltInsForSequences$joinBI$BIMethodForCollection.<init>:(Lfreemarker/core/BuiltInsForSequences$joinBI;Lfreemarker/core/Environment;Lfreemarker/template/TemplateCollectionModel;)V
            areturn
         7: .line 243
      StackMap locals:
      StackMap stack:
            aload 2 /* model */
            instanceof freemarker.template.TemplateSequenceModel
            ifeq 9
         8: .line 244
            new freemarker.core.BuiltInsForSequences$joinBI$BIMethodForCollection
            dup
            aload 0 /* this */
            aload 1 /* env */
            new freemarker.core.CollectionAndSequence
            dup
            aload 2 /* model */
            checkcast freemarker.template.TemplateSequenceModel
            invokespecial freemarker.core.CollectionAndSequence.<init>:(Lfreemarker/template/TemplateSequenceModel;)V
            invokespecial freemarker.core.BuiltInsForSequences$joinBI$BIMethodForCollection.<init>:(Lfreemarker/core/BuiltInsForSequences$joinBI;Lfreemarker/core/Environment;Lfreemarker/template/TemplateCollectionModel;)V
            areturn
         9: .line 246
      StackMap locals:
      StackMap stack:
            new freemarker.core.NonSequenceOrCollectionException
            dup
            aload 0 /* this */
            getfield freemarker.core.BuiltInsForSequences$joinBI.target:Lfreemarker/core/Expression;
            aload 2 /* model */
            aload 1 /* env */
            invokespecial freemarker.core.NonSequenceOrCollectionException.<init>:(Lfreemarker/core/Expression;Lfreemarker/template/TemplateModel;Lfreemarker/core/Environment;)V
            athrow
        end local 2 // freemarker.template.TemplateModel model
        end local 1 // freemarker.core.Environment env
        end local 0 // freemarker.core.BuiltInsForSequences$joinBI this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lfreemarker/core/BuiltInsForSequences$joinBI;
            0   10     1    env  Lfreemarker/core/Environment;
            1   10     2  model  Lfreemarker/template/TemplateModel;
    Exceptions:
      throws freemarker.template.TemplateException
    MethodParameters:
      Name  Flags
      env   
}
SourceFile: "BuiltInsForSequences.java"
NestHost: freemarker.core.BuiltInsForSequences
InnerClasses:
  joinBI = freemarker.core.BuiltInsForSequences$joinBI of freemarker.core.BuiltInsForSequences
  private BIMethodForCollection = freemarker.core.BuiltInsForSequences$joinBI$BIMethodForCollection of freemarker.core.BuiltInsForSequences$joinBI