final class org.jooq.impl.CommonTableExpressionList extends org.jooq.impl.QueryPartList<org.jooq.CommonTableExpression<?>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jooq.impl.CommonTableExpressionList
  super_class: org.jooq.impl.QueryPartList
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4284724883554582081

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.impl.CommonTableExpressionList this
         0: .line 51
            aload 0 /* this */
            invokespecial org.jooq.impl.QueryPartList.<init>:()V
            return
        end local 0 // org.jooq.impl.CommonTableExpressionList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/CommonTableExpressionList;

  public void accept(org.jooq.Context<?>);
    descriptor: (Lorg/jooq/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.CommonTableExpressionList this
        start local 1 // org.jooq.Context ctx
         0: .line 60
            aload 1 /* ctx */
            invokeinterface org.jooq.Context.subqueryLevel:()I
            ifne 3
         1: .line 61
            aload 1 /* ctx */
            getstatic org.jooq.impl.ScopeMarkers.BEFORE_FIRST_TOP_LEVEL_CTE:Lorg/jooq/impl/ScopeMarkers;
            invokeinterface org.jooq.Context.scopeMarkStart:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            checkcast org.jooq.Context
         2: .line 62
            getstatic org.jooq.impl.ScopeMarkers.BEFORE_FIRST_TOP_LEVEL_CTE:Lorg/jooq/impl/ScopeMarkers;
            invokeinterface org.jooq.Context.scopeMarkEnd:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            pop
         3: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ctx */
            invokespecial org.jooq.impl.QueryPartList.accept:(Lorg/jooq/Context;)V
         4: .line 66
            aload 1 /* ctx */
            invokeinterface org.jooq.Context.subqueryLevel:()I
            ifne 7
         5: .line 67
            aload 1 /* ctx */
            getstatic org.jooq.impl.ScopeMarkers.AFTER_LAST_TOP_LEVEL_CTE:Lorg/jooq/impl/ScopeMarkers;
            invokeinterface org.jooq.Context.scopeMarkStart:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            checkcast org.jooq.Context
         6: .line 68
            getstatic org.jooq.impl.ScopeMarkers.AFTER_LAST_TOP_LEVEL_CTE:Lorg/jooq/impl/ScopeMarkers;
            invokeinterface org.jooq.Context.scopeMarkEnd:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            pop
         7: .line 69
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.jooq.Context ctx
        end local 0 // org.jooq.impl.CommonTableExpressionList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/jooq/impl/CommonTableExpressionList;
            0    8     1   ctx  Lorg/jooq/Context<*>;
    Signature: (Lorg/jooq/Context<*>;)V
    MethodParameters:
      Name  Flags
      ctx   

  public final boolean declaresCTE();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.impl.CommonTableExpressionList this
         0: .line 73
            iconst_1
            ireturn
        end local 0 // org.jooq.impl.CommonTableExpressionList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/CommonTableExpressionList;
}
Signature: Lorg/jooq/impl/QueryPartList<Lorg/jooq/CommonTableExpression<*>;>;
SourceFile: "CommonTableExpressionList.java"