public final class at.yawk.numaec.BumpPointerRegionAllocator$Builder
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: at.yawk.numaec.BumpPointerRegionAllocator$Builder
  super_class: java.lang.Object
{
  private final at.yawk.numaec.LargeByteBufferAllocator delegate;
    descriptor: Lat/yawk/numaec/LargeByteBufferAllocator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private long regionSize;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long align;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private int maxRegionCache;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private void <init>(at.yawk.numaec.LargeByteBufferAllocator);
    descriptor: (Lat/yawk/numaec/LargeByteBufferAllocator;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // at.yawk.numaec.BumpPointerRegionAllocator$Builder this
        start local 1 // at.yawk.numaec.LargeByteBufferAllocator delegate
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 74
            aload 0 /* this */
            ldc 1048576
            putfield at.yawk.numaec.BumpPointerRegionAllocator$Builder.regionSize:J
         2: .line 75
            aload 0 /* this */
            ldc 8
            putfield at.yawk.numaec.BumpPointerRegionAllocator$Builder.align:J
         3: .line 76
            aload 0 /* this */
            iconst_4
            putfield at.yawk.numaec.BumpPointerRegionAllocator$Builder.maxRegionCache:I
         4: .line 79
            aload 0 /* this */
            aload 1 /* delegate */
            putfield at.yawk.numaec.BumpPointerRegionAllocator$Builder.delegate:Lat/yawk/numaec/LargeByteBufferAllocator;
         5: .line 80
            return
        end local 1 // at.yawk.numaec.LargeByteBufferAllocator delegate
        end local 0 // at.yawk.numaec.BumpPointerRegionAllocator$Builder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lat/yawk/numaec/BumpPointerRegionAllocator$Builder;
            0    6     1  delegate  Lat/yawk/numaec/LargeByteBufferAllocator;
    MethodParameters:
          Name  Flags
      delegate  

  public at.yawk.numaec.BumpPointerRegionAllocator$Builder regionSize(long);
    descriptor: (J)Lat/yawk/numaec/BumpPointerRegionAllocator$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // at.yawk.numaec.BumpPointerRegionAllocator$Builder this
        start local 1 // long regionSize
         0: .line 83
            aload 0 /* this */
            lload 1 /* regionSize */
            putfield at.yawk.numaec.BumpPointerRegionAllocator$Builder.regionSize:J
         1: .line 84
            aload 0 /* this */
            areturn
        end local 1 // long regionSize
        end local 0 // at.yawk.numaec.BumpPointerRegionAllocator$Builder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lat/yawk/numaec/BumpPointerRegionAllocator$Builder;
            0    2     1  regionSize  J
    MethodParameters:
            Name  Flags
      regionSize  

  public at.yawk.numaec.BumpPointerRegionAllocator$Builder align(long);
    descriptor: (J)Lat/yawk/numaec/BumpPointerRegionAllocator$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // at.yawk.numaec.BumpPointerRegionAllocator$Builder this
        start local 1 // long align
         0: .line 88
            aload 0 /* this */
            lload 1 /* align */
            putfield at.yawk.numaec.BumpPointerRegionAllocator$Builder.align:J
         1: .line 89
            aload 0 /* this */
            areturn
        end local 1 // long align
        end local 0 // at.yawk.numaec.BumpPointerRegionAllocator$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lat/yawk/numaec/BumpPointerRegionAllocator$Builder;
            0    2     1  align  J
    MethodParameters:
       Name  Flags
      align  

  public at.yawk.numaec.BumpPointerRegionAllocator$Builder maxRegionCache(int);
    descriptor: (I)Lat/yawk/numaec/BumpPointerRegionAllocator$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.BumpPointerRegionAllocator$Builder this
        start local 1 // int maxRegionCache
         0: .line 93
            aload 0 /* this */
            iload 1 /* maxRegionCache */
            putfield at.yawk.numaec.BumpPointerRegionAllocator$Builder.maxRegionCache:I
         1: .line 94
            aload 0 /* this */
            areturn
        end local 1 // int maxRegionCache
        end local 0 // at.yawk.numaec.BumpPointerRegionAllocator$Builder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lat/yawk/numaec/BumpPointerRegionAllocator$Builder;
            0    2     1  maxRegionCache  I
    MethodParameters:
                Name  Flags
      maxRegionCache  

  public at.yawk.numaec.BumpPointerRegionAllocator build();
    descriptor: ()Lat/yawk/numaec/BumpPointerRegionAllocator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // at.yawk.numaec.BumpPointerRegionAllocator$Builder this
         0: .line 98
            new at.yawk.numaec.BumpPointerRegionAllocator
            dup
            aload 0 /* this */
            invokespecial at.yawk.numaec.BumpPointerRegionAllocator.<init>:(Lat/yawk/numaec/BumpPointerRegionAllocator$Builder;)V
            areturn
        end local 0 // at.yawk.numaec.BumpPointerRegionAllocator$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/BumpPointerRegionAllocator$Builder;
}
SourceFile: "BumpPointerRegionAllocator.java"
NestHost: at.yawk.numaec.BumpPointerRegionAllocator
InnerClasses:
  public final Builder = at.yawk.numaec.BumpPointerRegionAllocator$Builder of at.yawk.numaec.BumpPointerRegionAllocator