public class org.h2.expression.ExpressionList extends org.h2.expression.Expression
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.h2.expression.ExpressionList
  super_class: org.h2.expression.Expression
{
  private final org.h2.expression.Expression[] list;
    descriptor: [Lorg/h2/expression/Expression;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean isArray;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.h2.expression.Expression[], boolean);
    descriptor: ([Lorg/h2/expression/Expression;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.h2.expression.ExpressionList this
        start local 1 // org.h2.expression.Expression[] list
        start local 2 // boolean isArray
         0: .line 26
            aload 0 /* this */
            invokespecial org.h2.expression.Expression.<init>:()V
         1: .line 27
            aload 0 /* this */
            aload 1 /* list */
            putfield org.h2.expression.ExpressionList.list:[Lorg/h2/expression/Expression;
         2: .line 28
            aload 0 /* this */
            iload 2 /* isArray */
            putfield org.h2.expression.ExpressionList.isArray:Z
         3: .line 29
            return
        end local 2 // boolean isArray
        end local 1 // org.h2.expression.Expression[] list
        end local 0 // org.h2.expression.ExpressionList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/h2/expression/ExpressionList;
            0    4     1     list  [Lorg/h2/expression/Expression;
            0    4     2  isArray  Z
    MethodParameters:
         Name  Flags
      list     
      isArray  

  public org.h2.value.Value getValue(org.h2.engine.Session);
    descriptor: (Lorg/h2/engine/Session;)Lorg/h2/value/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.h2.expression.ExpressionList this
        start local 1 // org.h2.engine.Session session
         0: .line 33
            aload 0 /* this */
            getfield org.h2.expression.ExpressionList.list:[Lorg/h2/expression/Expression;
            arraylength
            anewarray org.h2.value.Value
            astore 2 /* v */
        start local 2 // org.h2.value.Value[] v
         1: .line 34
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 35
      StackMap locals: org.h2.value.Value[] int
      StackMap stack:
            aload 2 /* v */
            iload 3 /* i */
            aload 0 /* this */
            getfield org.h2.expression.ExpressionList.list:[Lorg/h2/expression/Expression;
            iload 3 /* i */
            aaload
            aload 1 /* session */
            invokevirtual org.h2.expression.Expression.getValue:(Lorg/h2/engine/Session;)Lorg/h2/value/Value;
            aastore
         4: .line 34
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 0 /* this */
            getfield org.h2.expression.ExpressionList.list:[Lorg/h2/expression/Expression;
            arraylength
            if_icmplt 3
        end local 3 // int i
         6: .line 37
            aload 0 /* this */
            getfield org.h2.expression.ExpressionList.isArray:Z
            ifeq 7
            aload 2 /* v */
            invokestatic org.h2.value.ValueArray.get:([Lorg/h2/value/Value;)Lorg/h2/value/ValueArray;
            goto 8
      StackMap locals:
      StackMap stack:
         7: aload 2 /* v */
            invokestatic org.h2.value.ValueRow.get:([Lorg/h2/value/Value;)Lorg/h2/value/ValueRow;
      StackMap locals:
      StackMap stack: org.h2.value.ValueCollectionBase
         8: areturn
        end local 2 // org.h2.value.Value[] v
        end local 1 // org.h2.engine.Session session
        end local 0 // org.h2.expression.ExpressionList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/h2/expression/ExpressionList;
            0    9     1  session  Lorg/h2/engine/Session;
            1    9     2        v  [Lorg/h2/value/Value;
            2    6     3        i  I
    MethodParameters:
         Name  Flags
      session  

  public org.h2.value.TypeInfo getType();
    descriptor: ()Lorg/h2/value/TypeInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.expression.ExpressionList this
         0: .line 42
            aload 0 /* this */
            getfield org.h2.expression.ExpressionList.isArray:Z
            ifeq 1
            getstatic org.h2.value.TypeInfo.TYPE_ARRAY:Lorg/h2/value/TypeInfo;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.h2.value.TypeInfo.TYPE_ROW:Lorg/h2/value/TypeInfo;
      StackMap locals:
      StackMap stack: org.h2.value.TypeInfo
         2: areturn
        end local 0 // org.h2.expression.ExpressionList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/h2/expression/ExpressionList;

  public void mapColumns(org.h2.table.ColumnResolver, int, int);
    descriptor: (Lorg/h2/table/ColumnResolver;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=4
        start local 0 // org.h2.expression.ExpressionList this
        start local 1 // org.h2.table.ColumnResolver resolver
        start local 2 // int level
        start local 3 // int state
         0: .line 47
            aload 0 /* this */
            getfield org.h2.expression.ExpressionList.list:[Lorg/h2/expression/Expression;
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 4
      StackMap locals: org.h2.expression.ExpressionList org.h2.table.ColumnResolver int int top int int org.h2.expression.Expression[]
      StackMap stack:
         1: aload 7
            iload 5
            aaload
            astore 4 /* e */
        start local 4 // org.h2.expression.Expression e
         2: .line 48
            aload 4 /* e */
            aload 1 /* resolver */
            iload 2 /* level */
            iload 3 /* state */
            invokevirtual org.h2.expression.Expression.mapColumns:(Lorg/h2/table/ColumnResolver;II)V
        end local 4 // org.h2.expression.Expression e
         3: .line 47
            iinc 5 1
      StackMap locals:
      StackMap stack:
         4: iload 5
            iload 6
            if_icmplt 1
         5: .line 50
            return
        end local 3 // int state
        end local 2 // int level
        end local 1 // org.h2.table.ColumnResolver resolver
        end local 0 // org.h2.expression.ExpressionList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/h2/expression/ExpressionList;
            0    6     1  resolver  Lorg/h2/table/ColumnResolver;
            0    6     2     level  I
            0    6     3     state  I
            2    3     4         e  Lorg/h2/expression/Expression;
    MethodParameters:
          Name  Flags
      resolver  
      level     
      state     

  public org.h2.expression.Expression optimize(org.h2.engine.Session);
    descriptor: (Lorg/h2/engine/Session;)Lorg/h2/expression/Expression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.h2.expression.ExpressionList this
        start local 1 // org.h2.engine.Session session
         0: .line 54
            iconst_1
            istore 2 /* allConst */
        start local 2 // boolean allConst
         1: .line 55
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 8
         3: .line 56
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.expression.ExpressionList.list:[Lorg/h2/expression/Expression;
            iload 3 /* i */
            aaload
            aload 1 /* session */
            invokevirtual org.h2.expression.Expression.optimize:(Lorg/h2/engine/Session;)Lorg/h2/expression/Expression;
            astore 4 /* e */
        start local 4 // org.h2.expression.Expression e
         4: .line 57
            aload 4 /* e */
            invokevirtual org.h2.expression.Expression.isConstant:()Z
            ifne 6
         5: .line 58
            iconst_0
            istore 2 /* allConst */
         6: .line 60
      StackMap locals: org.h2.expression.Expression
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.expression.ExpressionList.list:[Lorg/h2/expression/Expression;
            iload 3 /* i */
            aload 4 /* e */
            aastore
        end local 4 // org.h2.expression.Expression e
         7: .line 55
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            getfield org.h2.expression.ExpressionList.list:[Lorg/h2/expression/Expression;
            arraylength
            if_icmplt 3
        end local 3 // int i
         9: .line 62
            iload 2 /* allConst */
            ifeq 11
        10: .line 63
            aload 0 /* this */
            aload 1 /* session */
            invokevirtual org.h2.expression.ExpressionList.getValue:(Lorg/h2/engine/Session;)Lorg/h2/value/Value;
            invokestatic org.h2.expression.ValueExpression.get:(Lorg/h2/value/Value;)Lorg/h2/expression/ValueExpression;
            areturn
        11: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // boolean allConst
        end local 1 // org.h2.engine.Session session
        end local 0 // org.h2.expression.ExpressionList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lorg/h2/expression/ExpressionList;
            0   12     1   session  Lorg/h2/engine/Session;
            1   12     2  allConst  Z
            2    9     3         i  I
            4    7     4         e  Lorg/h2/expression/Expression;
    MethodParameters:
         Name  Flags
      session  

  public void setEvaluatable(org.h2.table.TableFilter, boolean);
    descriptor: (Lorg/h2/table/TableFilter;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // org.h2.expression.ExpressionList this
        start local 1 // org.h2.table.TableFilter tableFilter
        start local 2 // boolean b
         0: .line 70
            aload 0 /* this */
            getfield org.h2.expression.ExpressionList.list:[Lorg/h2/expression/Expression;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 4
      StackMap locals: org.h2.expression.ExpressionList org.h2.table.TableFilter int top int int org.h2.expression.Expression[]
      StackMap stack:
         1: aload 6
            iload 4
            aaload
            astore 3 /* e */
        start local 3 // org.h2.expression.Expression e
         2: .line 71
            aload 3 /* e */
            aload 1 /* tableFilter */
            iload 2 /* b */
            invokevirtual org.h2.expression.Expression.setEvaluatable:(Lorg/h2/table/TableFilter;Z)V
        end local 3 // org.h2.expression.Expression e
         3: .line 70
            iinc 4 1
      StackMap locals:
      StackMap stack:
         4: iload 4
            iload 5
            if_icmplt 1
         5: .line 73
            return
        end local 2 // boolean b
        end local 1 // org.h2.table.TableFilter tableFilter
        end local 0 // org.h2.expression.ExpressionList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/h2/expression/ExpressionList;
            0    6     1  tableFilter  Lorg/h2/table/TableFilter;
            0    6     2            b  Z
            2    3     3            e  Lorg/h2/expression/Expression;
    MethodParameters:
             Name  Flags
      tableFilter  
      b            

  public java.lang.StringBuilder getSQL(java.lang.StringBuilder, boolean);
    descriptor: (Ljava/lang/StringBuilder;Z)Ljava/lang/StringBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.h2.expression.ExpressionList this
        start local 1 // java.lang.StringBuilder builder
        start local 2 // boolean alwaysQuote
         0: .line 77
            aload 1 /* builder */
            aload 0 /* this */
            getfield org.h2.expression.ExpressionList.isArray:Z
            ifeq 1
            ldc "ARRAY ["
            goto 2
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         1: ldc "ROW ("
      StackMap locals: org.h2.expression.ExpressionList java.lang.StringBuilder int
      StackMap stack: java.lang.StringBuilder java.lang.String
         2: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         3: .line 78
            aload 1 /* builder */
            aload 0 /* this */
            getfield org.h2.expression.ExpressionList.list:[Lorg/h2/expression/Expression;
            iload 2 /* alwaysQuote */
            invokestatic org.h2.expression.ExpressionList.writeExpressions:(Ljava/lang/StringBuilder;[Lorg/h2/expression/Expression;Z)V
         4: .line 79
            aload 1 /* builder */
            aload 0 /* this */
            getfield org.h2.expression.ExpressionList.isArray:Z
            ifeq 5
            bipush 93
            goto 6
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         5: bipush 41
      StackMap locals: org.h2.expression.ExpressionList java.lang.StringBuilder int
      StackMap stack: java.lang.StringBuilder int
         6: invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            areturn
        end local 2 // boolean alwaysQuote
        end local 1 // java.lang.StringBuilder builder
        end local 0 // org.h2.expression.ExpressionList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/h2/expression/ExpressionList;
            0    7     1      builder  Ljava/lang/StringBuilder;
            0    7     2  alwaysQuote  Z
    MethodParameters:
             Name  Flags
      builder      
      alwaysQuote  

  public void updateAggregate(org.h2.engine.Session, int);
    descriptor: (Lorg/h2/engine/Session;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // org.h2.expression.ExpressionList this
        start local 1 // org.h2.engine.Session session
        start local 2 // int stage
         0: .line 84
            aload 0 /* this */
            getfield org.h2.expression.ExpressionList.list:[Lorg/h2/expression/Expression;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 4
      StackMap locals: org.h2.expression.ExpressionList org.h2.engine.Session int top int int org.h2.expression.Expression[]
      StackMap stack:
         1: aload 6
            iload 4
            aaload
            astore 3 /* e */
        start local 3 // org.h2.expression.Expression e
         2: .line 85
            aload 3 /* e */
            aload 1 /* session */
            iload 2 /* stage */
            invokevirtual org.h2.expression.Expression.updateAggregate:(Lorg/h2/engine/Session;I)V
        end local 3 // org.h2.expression.Expression e
         3: .line 84
            iinc 4 1
      StackMap locals:
      StackMap stack:
         4: iload 4
            iload 5
            if_icmplt 1
         5: .line 87
            return
        end local 2 // int stage
        end local 1 // org.h2.engine.Session session
        end local 0 // org.h2.expression.ExpressionList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/h2/expression/ExpressionList;
            0    6     1  session  Lorg/h2/engine/Session;
            0    6     2    stage  I
            2    3     3        e  Lorg/h2/expression/Expression;
    MethodParameters:
         Name  Flags
      session  
      stage    

  public boolean isEverything(org.h2.expression.ExpressionVisitor);
    descriptor: (Lorg/h2/expression/ExpressionVisitor;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.h2.expression.ExpressionList this
        start local 1 // org.h2.expression.ExpressionVisitor visitor
         0: .line 91
            aload 0 /* this */
            getfield org.h2.expression.ExpressionList.list:[Lorg/h2/expression/Expression;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.h2.expression.ExpressionList org.h2.expression.ExpressionVisitor top int int org.h2.expression.Expression[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* e */
        start local 2 // org.h2.expression.Expression e
         2: .line 92
            aload 2 /* e */
            aload 1 /* visitor */
            invokevirtual org.h2.expression.Expression.isEverything:(Lorg/h2/expression/ExpressionVisitor;)Z
            ifne 4
         3: .line 93
            iconst_0
            ireturn
        end local 2 // org.h2.expression.Expression e
         4: .line 91
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 1
         6: .line 96
            iconst_1
            ireturn
        end local 1 // org.h2.expression.ExpressionVisitor visitor
        end local 0 // org.h2.expression.ExpressionList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/h2/expression/ExpressionList;
            0    7     1  visitor  Lorg/h2/expression/ExpressionVisitor;
            2    4     2        e  Lorg/h2/expression/Expression;
    MethodParameters:
         Name  Flags
      visitor  

  public int getCost();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // org.h2.expression.ExpressionList this
         0: .line 101
            iconst_1
            istore 1 /* cost */
        start local 1 // int cost
         1: .line 102
            aload 0 /* this */
            getfield org.h2.expression.ExpressionList.list:[Lorg/h2/expression/Expression;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.h2.expression.ExpressionList int top int int org.h2.expression.Expression[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* e */
        start local 2 // org.h2.expression.Expression e
         3: .line 103
            iload 1 /* cost */
            aload 2 /* e */
            invokevirtual org.h2.expression.Expression.getCost:()I
            iadd
            istore 1 /* cost */
        end local 2 // org.h2.expression.Expression e
         4: .line 102
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 2
         6: .line 105
            iload 1 /* cost */
            ireturn
        end local 1 // int cost
        end local 0 // org.h2.expression.ExpressionList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/h2/expression/ExpressionList;
            1    7     1  cost  I
            3    4     2     e  Lorg/h2/expression/Expression;

  public org.h2.expression.Expression[] getExpressionColumns(org.h2.engine.Session);
    descriptor: (Lorg/h2/engine/Session;)[Lorg/h2/expression/Expression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // org.h2.expression.ExpressionList this
        start local 1 // org.h2.engine.Session session
         0: .line 110
            aload 0 /* this */
            getfield org.h2.expression.ExpressionList.list:[Lorg/h2/expression/Expression;
            arraylength
            anewarray org.h2.expression.ExpressionColumn
            astore 2 /* expr */
        start local 2 // org.h2.expression.ExpressionColumn[] expr
         1: .line 111
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 112
      StackMap locals: org.h2.expression.ExpressionColumn[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.expression.ExpressionList.list:[Lorg/h2/expression/Expression;
            iload 3 /* i */
            aaload
            astore 4 /* e */
        start local 4 // org.h2.expression.Expression e
         4: .line 113
            new org.h2.table.Column
            dup
            new java.lang.StringBuilder
            dup
            ldc "C"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* i */
            iconst_1
            iadd
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 4 /* e */
            invokevirtual org.h2.expression.Expression.getType:()Lorg/h2/value/TypeInfo;
            invokespecial org.h2.table.Column.<init>:(Ljava/lang/String;Lorg/h2/value/TypeInfo;)V
            astore 5 /* col */
        start local 5 // org.h2.table.Column col
         5: .line 114
            aload 2 /* expr */
            iload 3 /* i */
            new org.h2.expression.ExpressionColumn
            dup
            aload 1 /* session */
            invokevirtual org.h2.engine.Session.getDatabase:()Lorg/h2/engine/Database;
            aload 5 /* col */
            invokespecial org.h2.expression.ExpressionColumn.<init>:(Lorg/h2/engine/Database;Lorg/h2/table/Column;)V
            aastore
        end local 5 // org.h2.table.Column col
        end local 4 // org.h2.expression.Expression e
         6: .line 111
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* this */
            getfield org.h2.expression.ExpressionList.list:[Lorg/h2/expression/Expression;
            arraylength
            if_icmplt 3
        end local 3 // int i
         8: .line 116
            aload 2 /* expr */
            areturn
        end local 2 // org.h2.expression.ExpressionColumn[] expr
        end local 1 // org.h2.engine.Session session
        end local 0 // org.h2.expression.ExpressionList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/h2/expression/ExpressionList;
            0    9     1  session  Lorg/h2/engine/Session;
            1    9     2     expr  [Lorg/h2/expression/ExpressionColumn;
            2    8     3        i  I
            4    6     4        e  Lorg/h2/expression/Expression;
            5    6     5      col  Lorg/h2/table/Column;
    MethodParameters:
         Name  Flags
      session  

  public boolean isConstant();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // org.h2.expression.ExpressionList this
         0: .line 121
            aload 0 /* this */
            getfield org.h2.expression.ExpressionList.list:[Lorg/h2/expression/Expression;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 5
      StackMap locals: org.h2.expression.ExpressionList top int int org.h2.expression.Expression[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* e */
        start local 1 // org.h2.expression.Expression e
         2: .line 122
            aload 1 /* e */
            invokevirtual org.h2.expression.Expression.isConstant:()Z
            ifne 4
         3: .line 123
            iconst_0
            ireturn
        end local 1 // org.h2.expression.Expression e
         4: .line 121
      StackMap locals:
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
         5: iload 2
            iload 3
            if_icmplt 1
         6: .line 126
            iconst_1
            ireturn
        end local 0 // org.h2.expression.ExpressionList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/h2/expression/ExpressionList;
            2    4     1     e  Lorg/h2/expression/Expression;

  public int getSubexpressionCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.expression.ExpressionList this
         0: .line 131
            aload 0 /* this */
            getfield org.h2.expression.ExpressionList.list:[Lorg/h2/expression/Expression;
            arraylength
            ireturn
        end local 0 // org.h2.expression.ExpressionList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/expression/ExpressionList;

  public org.h2.expression.Expression getSubexpression(int);
    descriptor: (I)Lorg/h2/expression/Expression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.expression.ExpressionList this
        start local 1 // int index
         0: .line 136
            aload 0 /* this */
            getfield org.h2.expression.ExpressionList.list:[Lorg/h2/expression/Expression;
            iload 1 /* index */
            aaload
            areturn
        end local 1 // int index
        end local 0 // org.h2.expression.ExpressionList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/h2/expression/ExpressionList;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "ExpressionList.java"