final class org.jooq.impl.ExistsCondition extends org.jooq.impl.AbstractCondition
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jooq.impl.ExistsCondition
  super_class: org.jooq.impl.AbstractCondition
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5678338161136603292

  private static final org.jooq.Clause[] CLAUSES_EXISTS;
    descriptor: [Lorg/jooq/Clause;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final org.jooq.Select<?> query;
    descriptor: Lorg/jooq/Select;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/jooq/Select<*>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 56
            iconst_2
            anewarray org.jooq.Clause
            dup
            iconst_0
            getstatic org.jooq.Clause.CONDITION:Lorg/jooq/Clause;
            aastore
            dup
            iconst_1
            getstatic org.jooq.Clause.CONDITION_EXISTS:Lorg/jooq/Clause;
            aastore
            putstatic org.jooq.impl.ExistsCondition.CLAUSES_EXISTS:[Lorg/jooq/Clause;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.jooq.Select<?>);
    descriptor: (Lorg/jooq/Select;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.ExistsCondition this
        start local 1 // org.jooq.Select query
         0: .line 60
            aload 0 /* this */
            invokespecial org.jooq.impl.AbstractCondition.<init>:()V
         1: .line 61
            aload 0 /* this */
            aload 1 /* query */
            putfield org.jooq.impl.ExistsCondition.query:Lorg/jooq/Select;
         2: .line 62
            return
        end local 1 // org.jooq.Select query
        end local 0 // org.jooq.impl.ExistsCondition this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/jooq/impl/ExistsCondition;
            0    3     1  query  Lorg/jooq/Select<*>;
    Signature: (Lorg/jooq/Select<*>;)V
    MethodParameters:
       Name  Flags
      query  

  final boolean isNullable();
    descriptor: ()Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.impl.ExistsCondition this
         0: .line 66
            iconst_0
            ireturn
        end local 0 // org.jooq.impl.ExistsCondition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/ExistsCondition;

  public final void accept(org.jooq.Context<?>);
    descriptor: (Lorg/jooq/Context;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.ExistsCondition this
        start local 1 // org.jooq.Context ctx
         0: .line 71
            aload 1 /* ctx */
            getstatic org.jooq.impl.Keywords.K_EXISTS:Lorg/jooq/Keyword;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            bipush 32
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            pop
         1: .line 72
            aload 1 /* ctx */
            aload 0 /* this */
            getfield org.jooq.impl.ExistsCondition.query:Lorg/jooq/Select;
            iconst_1
            invokestatic org.jooq.impl.Tools.visitSubquery:(Lorg/jooq/Context;Lorg/jooq/QueryPart;Z)V
         2: .line 73
            return
        end local 1 // org.jooq.Context ctx
        end local 0 // org.jooq.impl.ExistsCondition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jooq/impl/ExistsCondition;
            0    3     1   ctx  Lorg/jooq/Context<*>;
    Signature: (Lorg/jooq/Context<*>;)V
    MethodParameters:
      Name  Flags
      ctx   

  public final org.jooq.Clause[] clauses(org.jooq.Context<?>);
    descriptor: (Lorg/jooq/Context;)[Lorg/jooq/Clause;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jooq.impl.ExistsCondition this
        start local 1 // org.jooq.Context ctx
         0: .line 77
            getstatic org.jooq.impl.ExistsCondition.CLAUSES_EXISTS:[Lorg/jooq/Clause;
            areturn
        end local 1 // org.jooq.Context ctx
        end local 0 // org.jooq.impl.ExistsCondition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/ExistsCondition;
            0    1     1   ctx  Lorg/jooq/Context<*>;
    Signature: (Lorg/jooq/Context<*>;)[Lorg/jooq/Clause;
    MethodParameters:
      Name  Flags
      ctx   
}
SourceFile: "ExistsCondition.java"