public final class org.jooq.Comparator extends java.lang.Enum<org.jooq.Comparator>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: org.jooq.Comparator
  super_class: java.lang.Enum
{
  public static final org.jooq.Comparator IN;
    descriptor: Lorg/jooq/Comparator;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      FIELD
        NotNull()

  public static final org.jooq.Comparator NOT_IN;
    descriptor: Lorg/jooq/Comparator;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      FIELD
        NotNull()

  public static final org.jooq.Comparator EQUALS;
    descriptor: Lorg/jooq/Comparator;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      FIELD
        NotNull()

  public static final org.jooq.Comparator NOT_EQUALS;
    descriptor: Lorg/jooq/Comparator;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      FIELD
        NotNull()

  public static final org.jooq.Comparator LESS;
    descriptor: Lorg/jooq/Comparator;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      FIELD
        NotNull()

  public static final org.jooq.Comparator LESS_OR_EQUAL;
    descriptor: Lorg/jooq/Comparator;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      FIELD
        NotNull()

  public static final org.jooq.Comparator GREATER;
    descriptor: Lorg/jooq/Comparator;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      FIELD
        NotNull()

  public static final org.jooq.Comparator GREATER_OR_EQUAL;
    descriptor: Lorg/jooq/Comparator;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      FIELD
        NotNull()

  public static final org.jooq.Comparator IS_DISTINCT_FROM;
    descriptor: Lorg/jooq/Comparator;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      FIELD
        NotNull()

  public static final org.jooq.Comparator IS_NOT_DISTINCT_FROM;
    descriptor: Lorg/jooq/Comparator;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      FIELD
        NotNull()

  public static final org.jooq.Comparator LIKE;
    descriptor: Lorg/jooq/Comparator;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      FIELD
        NotNull()

  public static final org.jooq.Comparator NOT_LIKE;
    descriptor: Lorg/jooq/Comparator;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      FIELD
        NotNull()

  public static final org.jooq.Comparator SIMILAR_TO;
    descriptor: Lorg/jooq/Comparator;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    RuntimeVisibleAnnotations: 
      org.jooq.Support(value = {org.jooq.SQLDialect.FIREBIRD:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.POSTGRES:Lorg/jooq/SQLDialect;})
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      FIELD
        NotNull()

  public static final org.jooq.Comparator NOT_SIMILAR_TO;
    descriptor: Lorg/jooq/Comparator;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    RuntimeVisibleAnnotations: 
      org.jooq.Support(value = {org.jooq.SQLDialect.FIREBIRD:Lorg/jooq/SQLDialect;, org.jooq.SQLDialect.POSTGRES:Lorg/jooq/SQLDialect;})
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      FIELD
        NotNull()

  public static final org.jooq.Comparator LIKE_IGNORE_CASE;
    descriptor: Lorg/jooq/Comparator;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      FIELD
        NotNull()

  public static final org.jooq.Comparator NOT_LIKE_IGNORE_CASE;
    descriptor: Lorg/jooq/Comparator;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      FIELD
        NotNull()

  private final java.lang.String sql;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jooq.Keyword keyword;
    descriptor: Lorg/jooq/Keyword;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private void <init>(java.lang.String, int, java.lang.String, boolean, boolean);
    descriptor: (Ljava/lang/String;ILjava/lang/String;ZZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.jooq.Comparator this
         0: .line 47
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.jetbrains cannot be resolved\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n\tNotNull cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jooq.Comparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/Comparator;
    MethodParameters:
                    Name  Flags
      $enum$name          
      $enum$ordinal       
      sql                 
      supportsQuantifier  
      supportsSubselect   

  public java.lang.String toSQL();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jooq.Comparator this
         0: .line 149
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jooq.Comparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/Comparator;

  public org.jooq.Keyword toKeyword();
    descriptor: ()Lorg/jooq/Keyword;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jooq.Comparator this
         0: .line 156
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jooq.Comparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/Comparator;

  public org.jooq.Comparator inverse();
    descriptor: ()Lorg/jooq/Comparator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jooq.Comparator this
         0: .line 164
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jooq.Comparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/Comparator;

  public org.jooq.Comparator mirror();
    descriptor: ()Lorg/jooq/Comparator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jooq.Comparator this
         0: .line 191
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jooq.Comparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/Comparator;

  public boolean supportsQuantifier();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jooq.Comparator this
         0: .line 211
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jooq.Comparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/Comparator;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public boolean supportsSubselect();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jooq.Comparator this
         0: .line 221
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jooq.Comparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/Comparator;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
}
Signature: Ljava/lang/Enum<Lorg/jooq/Comparator;>;
SourceFile: "Comparator.java"