public class org.apache.commons.collections.functors.ForClosure implements org.apache.commons.collections.Closure, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.collections.functors.ForClosure
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1190120533393621674

  private final int iCount;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.commons.collections.Closure iClosure;
    descriptor: Lorg/apache/commons/collections/Closure;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static org.apache.commons.collections.Closure getInstance(int, org.apache.commons.collections.Closure);
    descriptor: (ILorg/apache/commons/collections/Closure;)Lorg/apache/commons/collections/Closure;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // int count
        start local 1 // org.apache.commons.collections.Closure closure
         0: .line 65
            iload 0 /* count */
            ifle 1
            aload 1 /* closure */
            ifnonnull 2
         1: .line 66
      StackMap locals:
      StackMap stack:
            getstatic org.apache.commons.collections.functors.NOPClosure.INSTANCE:Lorg/apache/commons/collections/Closure;
            areturn
         2: .line 68
      StackMap locals:
      StackMap stack:
            iload 0 /* count */
            iconst_1
            if_icmpne 4
         3: .line 69
            aload 1 /* closure */
            areturn
         4: .line 71
      StackMap locals:
      StackMap stack:
            new org.apache.commons.collections.functors.ForClosure
            dup
            iload 0 /* count */
            aload 1 /* closure */
            invokespecial org.apache.commons.collections.functors.ForClosure.<init>:(ILorg/apache/commons/collections/Closure;)V
            areturn
        end local 1 // org.apache.commons.collections.Closure closure
        end local 0 // int count
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0    count  I
            0    5     1  closure  Lorg/apache/commons/collections/Closure;
    MethodParameters:
         Name  Flags
      count    
      closure  

  public void <init>(int, org.apache.commons.collections.Closure);
    descriptor: (ILorg/apache/commons/collections/Closure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.collections.functors.ForClosure this
        start local 1 // int count
        start local 2 // org.apache.commons.collections.Closure closure
         0: .line 82
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 83
            aload 0 /* this */
            iload 1 /* count */
            putfield org.apache.commons.collections.functors.ForClosure.iCount:I
         2: .line 84
            aload 0 /* this */
            aload 2 /* closure */
            putfield org.apache.commons.collections.functors.ForClosure.iClosure:Lorg/apache/commons/collections/Closure;
         3: .line 85
            return
        end local 2 // org.apache.commons.collections.Closure closure
        end local 1 // int count
        end local 0 // org.apache.commons.collections.functors.ForClosure this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/commons/collections/functors/ForClosure;
            0    4     1    count  I
            0    4     2  closure  Lorg/apache/commons/collections/Closure;
    MethodParameters:
         Name  Flags
      count    
      closure  

  public void execute(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.commons.collections.functors.ForClosure this
        start local 1 // java.lang.Object input
         0: .line 93
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 4
         2: .line 94
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.functors.ForClosure.iClosure:Lorg/apache/commons/collections/Closure;
            aload 1 /* input */
            invokeinterface org.apache.commons.collections.Closure.execute:(Ljava/lang/Object;)V
         3: .line 93
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.commons.collections.functors.ForClosure.iCount:I
            if_icmplt 2
        end local 2 // int i
         5: .line 96
            return
        end local 1 // java.lang.Object input
        end local 0 // org.apache.commons.collections.functors.ForClosure this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/commons/collections/functors/ForClosure;
            0    6     1  input  Ljava/lang/Object;
            1    5     2      i  I
    MethodParameters:
       Name  Flags
      input  

  public org.apache.commons.collections.Closure getClosure();
    descriptor: ()Lorg/apache/commons/collections/Closure;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.functors.ForClosure this
         0: .line 105
            aload 0 /* this */
            getfield org.apache.commons.collections.functors.ForClosure.iClosure:Lorg/apache/commons/collections/Closure;
            areturn
        end local 0 // org.apache.commons.collections.functors.ForClosure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/functors/ForClosure;

  public int getCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.functors.ForClosure this
         0: .line 115
            aload 0 /* this */
            getfield org.apache.commons.collections.functors.ForClosure.iCount:I
            ireturn
        end local 0 // org.apache.commons.collections.functors.ForClosure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/functors/ForClosure;

  private void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.functors.ForClosure this
        start local 1 // java.io.ObjectOutputStream os
         0: .line 123
            ldc Lorg/apache/commons/collections/functors/ForClosure;
            invokestatic org.apache.commons.collections.functors.FunctorUtils.checkUnsafeSerialization:(Ljava/lang/Class;)V
         1: .line 124
            aload 1 /* os */
            invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
         2: .line 125
            return
        end local 1 // java.io.ObjectOutputStream os
        end local 0 // org.apache.commons.collections.functors.ForClosure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections/functors/ForClosure;
            0    3     1    os  Ljava/io/ObjectOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      os    

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.functors.ForClosure this
        start local 1 // java.io.ObjectInputStream is
         0: .line 132
            ldc Lorg/apache/commons/collections/functors/ForClosure;
            invokestatic org.apache.commons.collections.functors.FunctorUtils.checkUnsafeSerialization:(Ljava/lang/Class;)V
         1: .line 133
            aload 1 /* is */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         2: .line 134
            return
        end local 1 // java.io.ObjectInputStream is
        end local 0 // org.apache.commons.collections.functors.ForClosure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections/functors/ForClosure;
            0    3     1    is  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.lang.ClassNotFoundException, java.io.IOException
    MethodParameters:
      Name  Flags
      is    
}
SourceFile: "ForClosure.java"