class freemarker.core.BuiltInsForLoopVariables$item_cycleBI$BIMethod implements freemarker.template.TemplateMethodModelEx
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: freemarker.core.BuiltInsForLoopVariables$item_cycleBI$BIMethod
  super_class: java.lang.Object
{
  private final freemarker.core.IteratorBlock$IterationContext iterCtx;
    descriptor: Lfreemarker/core/IteratorBlock$IterationContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final freemarker.core.BuiltInsForLoopVariables$item_cycleBI this$1;
    descriptor: Lfreemarker/core/BuiltInsForLoopVariables$item_cycleBI;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(freemarker.core.BuiltInsForLoopVariables$item_cycleBI, freemarker.core.IteratorBlock$IterationContext);
    descriptor: (Lfreemarker/core/BuiltInsForLoopVariables$item_cycleBI;Lfreemarker/core/IteratorBlock$IterationContext;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // freemarker.core.BuiltInsForLoopVariables$item_cycleBI$BIMethod this
        start local 2 // freemarker.core.IteratorBlock$IterationContext iterCtx
         0: .line 139
            aload 0 /* this */
            aload 1
            putfield freemarker.core.BuiltInsForLoopVariables$item_cycleBI$BIMethod.this$1:Lfreemarker/core/BuiltInsForLoopVariables$item_cycleBI;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 140
            aload 0 /* this */
            aload 2 /* iterCtx */
            putfield freemarker.core.BuiltInsForLoopVariables$item_cycleBI$BIMethod.iterCtx:Lfreemarker/core/IteratorBlock$IterationContext;
         2: .line 141
            return
        end local 2 // freemarker.core.IteratorBlock$IterationContext iterCtx
        end local 0 // freemarker.core.BuiltInsForLoopVariables$item_cycleBI$BIMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lfreemarker/core/BuiltInsForLoopVariables$item_cycleBI$BIMethod;
            0    3     2  iterCtx  Lfreemarker/core/IteratorBlock$IterationContext;
    MethodParameters:
         Name  Flags
      this$0   final
      iterCtx  

  public java.lang.Object exec(java.util.List);
    descriptor: (Ljava/util/List;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // freemarker.core.BuiltInsForLoopVariables$item_cycleBI$BIMethod this
        start local 1 // java.util.List args
         0: .line 144
            aload 0 /* this */
            getfield freemarker.core.BuiltInsForLoopVariables$item_cycleBI$BIMethod.this$1:Lfreemarker/core/BuiltInsForLoopVariables$item_cycleBI;
            aload 1 /* args */
            iconst_1
            ldc 2147483647
            invokevirtual freemarker.core.BuiltInsForLoopVariables$item_cycleBI.checkMethodArgCount:(Ljava/util/List;II)V
         1: .line 145
            aload 1 /* args */
            aload 0 /* this */
            getfield freemarker.core.BuiltInsForLoopVariables$item_cycleBI$BIMethod.iterCtx:Lfreemarker/core/IteratorBlock$IterationContext;
            invokevirtual freemarker.core.IteratorBlock$IterationContext.getIndex:()I
            aload 1 /* args */
            invokeinterface java.util.List.size:()I
            irem
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            areturn
        end local 1 // java.util.List args
        end local 0 // freemarker.core.BuiltInsForLoopVariables$item_cycleBI$BIMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lfreemarker/core/BuiltInsForLoopVariables$item_cycleBI$BIMethod;
            0    2     1  args  Ljava/util/List;
    Exceptions:
      throws freemarker.template.TemplateModelException
    MethodParameters:
      Name  Flags
      args  
}
SourceFile: "BuiltInsForLoopVariables.java"
NestHost: freemarker.core.BuiltInsForLoopVariables
InnerClasses:
  item_cycleBI = freemarker.core.BuiltInsForLoopVariables$item_cycleBI of freemarker.core.BuiltInsForLoopVariables
  private BIMethod = freemarker.core.BuiltInsForLoopVariables$item_cycleBI$BIMethod of freemarker.core.BuiltInsForLoopVariables$item_cycleBI
  IterationContext = freemarker.core.IteratorBlock$IterationContext of freemarker.core.IteratorBlock