class freemarker.core.BuiltInsForLoopVariables$item_parity_capBI extends freemarker.core.BuiltInForLoopVariable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: freemarker.core.BuiltInsForLoopVariables$item_parity_capBI
  super_class: freemarker.core.BuiltInForLoopVariable
{
  private static final freemarker.template.SimpleScalar ODD;
    descriptor: Lfreemarker/template/SimpleScalar;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final freemarker.template.SimpleScalar EVEN;
    descriptor: Lfreemarker/template/SimpleScalar;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 123
            new freemarker.template.SimpleScalar
            dup
            ldc "Odd"
            invokespecial freemarker.template.SimpleScalar.<init>:(Ljava/lang/String;)V
            putstatic freemarker.core.BuiltInsForLoopVariables$item_parity_capBI.ODD:Lfreemarker/template/SimpleScalar;
         1: .line 124
            new freemarker.template.SimpleScalar
            dup
            ldc "Even"
            invokespecial freemarker.template.SimpleScalar.<init>:(Ljava/lang/String;)V
            putstatic freemarker.core.BuiltInsForLoopVariables$item_parity_capBI.EVEN:Lfreemarker/template/SimpleScalar;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.core.BuiltInsForLoopVariables$item_parity_capBI this
         0: .line 121
            aload 0 /* this */
            invokespecial freemarker.core.BuiltInForLoopVariable.<init>:()V
            return
        end local 0 // freemarker.core.BuiltInsForLoopVariables$item_parity_capBI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/BuiltInsForLoopVariables$item_parity_capBI;

  freemarker.template.TemplateModel calculateResult(freemarker.core.IteratorBlock$IterationContext, freemarker.core.Environment);
    descriptor: (Lfreemarker/core/IteratorBlock$IterationContext;Lfreemarker/core/Environment;)Lfreemarker/template/TemplateModel;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // freemarker.core.BuiltInsForLoopVariables$item_parity_capBI this
        start local 1 // freemarker.core.IteratorBlock$IterationContext iterCtx
        start local 2 // freemarker.core.Environment env
         0: .line 128
            aload 1 /* iterCtx */
            invokevirtual freemarker.core.IteratorBlock$IterationContext.getIndex:()I
            iconst_2
            irem
            ifne 1
            getstatic freemarker.core.BuiltInsForLoopVariables$item_parity_capBI.ODD:Lfreemarker/template/SimpleScalar;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic freemarker.core.BuiltInsForLoopVariables$item_parity_capBI.EVEN:Lfreemarker/template/SimpleScalar;
      StackMap locals:
      StackMap stack: freemarker.template.SimpleScalar
         2: areturn
        end local 2 // freemarker.core.Environment env
        end local 1 // freemarker.core.IteratorBlock$IterationContext iterCtx
        end local 0 // freemarker.core.BuiltInsForLoopVariables$item_parity_capBI this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lfreemarker/core/BuiltInsForLoopVariables$item_parity_capBI;
            0    3     1  iterCtx  Lfreemarker/core/IteratorBlock$IterationContext;
            0    3     2      env  Lfreemarker/core/Environment;
    Exceptions:
      throws freemarker.template.TemplateException
    MethodParameters:
         Name  Flags
      iterCtx  
      env      
}
SourceFile: "BuiltInsForLoopVariables.java"
NestHost: freemarker.core.BuiltInsForLoopVariables
InnerClasses:
  item_parity_capBI = freemarker.core.BuiltInsForLoopVariables$item_parity_capBI of freemarker.core.BuiltInsForLoopVariables
  IterationContext = freemarker.core.IteratorBlock$IterationContext of freemarker.core.IteratorBlock