final class org.h2.result.RowFactory$DefaultRowFactory extends org.h2.result.RowFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.h2.result.RowFactory$DefaultRowFactory
  super_class: org.h2.result.RowFactory
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.result.RowFactory$DefaultRowFactory this
         0: .line 33
            aload 0 /* this */
            invokespecial org.h2.result.RowFactory.<init>:()V
            return
        end local 0 // org.h2.result.RowFactory$DefaultRowFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/result/RowFactory$DefaultRowFactory;

  public org.h2.result.Row createRow(org.h2.value.Value[], int);
    descriptor: ([Lorg/h2/value/Value;I)Lorg/h2/result/Row;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.h2.result.RowFactory$DefaultRowFactory this
        start local 1 // org.h2.value.Value[] data
        start local 2 // int memory
         0: .line 36
            new org.h2.result.RowImpl
            dup
            aload 1 /* data */
            iload 2 /* memory */
            invokespecial org.h2.result.RowImpl.<init>:([Lorg/h2/value/Value;I)V
            areturn
        end local 2 // int memory
        end local 1 // org.h2.value.Value[] data
        end local 0 // org.h2.result.RowFactory$DefaultRowFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/h2/result/RowFactory$DefaultRowFactory;
            0    1     1    data  [Lorg/h2/value/Value;
            0    1     2  memory  I
    MethodParameters:
        Name  Flags
      data    
      memory  
}
SourceFile: "RowFactory.java"
NestHost: org.h2.result.RowFactory
InnerClasses:
  final DefaultRowFactory = org.h2.result.RowFactory$DefaultRowFactory of org.h2.result.RowFactory