final class org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharSumProcedure implements org.eclipse.collections.api.block.procedure.primitive.CharProcedure
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharSumProcedure
  super_class: java.lang.Object
{
  private char sum;
    descriptor: C
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharSumProcedure this
         0: .line 463
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 465
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharSumProcedure.sum:C
         2: .line 463
            return
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharSumProcedure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable$CharSumProcedure;

  public void value(char);
    descriptor: (C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharSumProcedure this
        start local 1 // char each
         0: .line 470
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharSumProcedure.sum:C
            iload 1 /* each */
            iadd
            i2c
            putfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharSumProcedure.sum:C
         1: .line 471
            return
        end local 1 // char each
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharSumProcedure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable$CharSumProcedure;
            0    2     1  each  C
    MethodParameters:
      Name  Flags
      each  

  public char getValue();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharSumProcedure this
         0: .line 475
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharSumProcedure.sum:C
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharSumProcedure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/AbstractLazyCharIterable$CharSumProcedure;
}
SourceFile: "AbstractLazyCharIterable.java"
NestHost: org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable
InnerClasses:
  private final CharSumProcedure = org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable$CharSumProcedure of org.eclipse.collections.impl.lazy.primitive.AbstractLazyCharIterable