public class org.h2.index.FunctionCursor extends org.h2.index.AbstractFunctionCursor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.h2.index.FunctionCursor
  super_class: org.h2.index.AbstractFunctionCursor
{
  private final org.h2.result.ResultInterface result;
    descriptor: Lorg/h2/result/ResultInterface;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.h2.index.FunctionIndex, org.h2.result.SearchRow, org.h2.result.SearchRow, org.h2.engine.Session, org.h2.result.ResultInterface);
    descriptor: (Lorg/h2/index/FunctionIndex;Lorg/h2/result/SearchRow;Lorg/h2/result/SearchRow;Lorg/h2/engine/Session;Lorg/h2/result/ResultInterface;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.h2.index.FunctionCursor this
        start local 1 // org.h2.index.FunctionIndex index
        start local 2 // org.h2.result.SearchRow first
        start local 3 // org.h2.result.SearchRow last
        start local 4 // org.h2.engine.Session session
        start local 5 // org.h2.result.ResultInterface result
         0: .line 20
            aload 0 /* this */
            aload 1 /* index */
            aload 2 /* first */
            aload 3 /* last */
            aload 4 /* session */
            invokespecial org.h2.index.AbstractFunctionCursor.<init>:(Lorg/h2/index/FunctionIndex;Lorg/h2/result/SearchRow;Lorg/h2/result/SearchRow;Lorg/h2/engine/Session;)V
         1: .line 21
            aload 0 /* this */
            aload 5 /* result */
            putfield org.h2.index.FunctionCursor.result:Lorg/h2/result/ResultInterface;
         2: .line 22
            return
        end local 5 // org.h2.result.ResultInterface result
        end local 4 // org.h2.engine.Session session
        end local 3 // org.h2.result.SearchRow last
        end local 2 // org.h2.result.SearchRow first
        end local 1 // org.h2.index.FunctionIndex index
        end local 0 // org.h2.index.FunctionCursor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/h2/index/FunctionCursor;
            0    3     1    index  Lorg/h2/index/FunctionIndex;
            0    3     2    first  Lorg/h2/result/SearchRow;
            0    3     3     last  Lorg/h2/result/SearchRow;
            0    3     4  session  Lorg/h2/engine/Session;
            0    3     5   result  Lorg/h2/result/ResultInterface;
    MethodParameters:
         Name  Flags
      index    
      first    
      last     
      session  
      result   

  boolean nextImpl();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.h2.index.FunctionCursor this
         0: .line 26
            aload 0 /* this */
            aconst_null
            putfield org.h2.index.FunctionCursor.row:Lorg/h2/result/Row;
         1: .line 27
            aload 0 /* this */
            getfield org.h2.index.FunctionCursor.result:Lorg/h2/result/ResultInterface;
            ifnull 4
            aload 0 /* this */
            getfield org.h2.index.FunctionCursor.result:Lorg/h2/result/ResultInterface;
            invokeinterface org.h2.result.ResultInterface.next:()Z
            ifeq 4
         2: .line 28
            aload 0 /* this */
            aload 0 /* this */
            getfield org.h2.index.FunctionCursor.result:Lorg/h2/result/ResultInterface;
            invokeinterface org.h2.result.ResultInterface.currentRow:()[Lorg/h2/value/Value;
            putfield org.h2.index.FunctionCursor.values:[Lorg/h2/value/Value;
         3: .line 29
            goto 5
         4: .line 30
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.h2.index.FunctionCursor.values:[Lorg/h2/value/Value;
         5: .line 32
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.index.FunctionCursor.values:[Lorg/h2/value/Value;
            ifnull 6
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
        end local 0 // org.h2.index.FunctionCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/h2/index/FunctionCursor;

  public boolean next();
    descriptor: ()Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial org.h2.index.AbstractFunctionCursor.next:()Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean previous();
    descriptor: ()Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial org.h2.index.AbstractFunctionCursor.previous:()Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.h2.result.SearchRow getSearchRow();
    descriptor: ()Lorg/h2/result/SearchRow;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial org.h2.index.AbstractFunctionCursor.getSearchRow:()Lorg/h2/result/SearchRow;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.h2.result.Row get();
    descriptor: ()Lorg/h2/result/Row;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial org.h2.index.AbstractFunctionCursor.get:()Lorg/h2/result/Row;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "FunctionCursor.java"