public interface org.jooq.Parser
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jooq.Parser
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 40
            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\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
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract org.jooq.Queries parse(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/Queries;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.impl.ParserException
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
      org.jooq.PlainSQL()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      sql   

  public abstract org.jooq.Queries parse(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Lorg/jooq/Queries;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.impl.ParserException
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
      org.jooq.PlainSQL()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      sql       
      bindings  

  public abstract org.jooq.Query parseQuery(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/Query;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.impl.ParserException
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
      org.jooq.PlainSQL()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      sql   

  public abstract org.jooq.Query parseQuery(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Lorg/jooq/Query;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.impl.ParserException
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
      org.jooq.PlainSQL()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      sql       
      bindings  

  public abstract org.jooq.Statement parseStatement(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/Statement;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.impl.ParserException
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
      org.jooq.PlainSQL()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      sql   

  public abstract org.jooq.Statement parseStatement(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Lorg/jooq/Statement;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.impl.ParserException
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
      org.jooq.PlainSQL()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      sql       
      bindings  

  public abstract org.jooq.ResultQuery<?> parseResultQuery(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/ResultQuery;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.impl.ParserException
    Signature: (Ljava/lang/String;)Lorg/jooq/ResultQuery<*>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
      org.jooq.PlainSQL()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      sql   

  public abstract org.jooq.ResultQuery<?> parseResultQuery(java.lang.String, []);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Lorg/jooq/ResultQuery;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.impl.ParserException
    Signature: (Ljava/lang/String;[Ljava/lang/Object;)Lorg/jooq/ResultQuery<*>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
      org.jooq.PlainSQL()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      sql       
      bindings  

  public abstract org.jooq.Select<?> parseSelect(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/Select;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.impl.ParserException
    Signature: (Ljava/lang/String;)Lorg/jooq/Select<*>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
      org.jooq.PlainSQL()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      sql   

  public abstract org.jooq.Select<?> parseSelect(java.lang.String, []);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Lorg/jooq/Select;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.impl.ParserException
    Signature: (Ljava/lang/String;[Ljava/lang/Object;)Lorg/jooq/Select<*>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
      org.jooq.PlainSQL()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      sql       
      bindings  

  public abstract org.jooq.Table<?> parseTable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/Table;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.impl.ParserException
    Signature: (Ljava/lang/String;)Lorg/jooq/Table<*>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
      org.jooq.PlainSQL()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      sql   

  public abstract org.jooq.Table<?> parseTable(java.lang.String, []);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Lorg/jooq/Table;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.impl.ParserException
    Signature: (Ljava/lang/String;[Ljava/lang/Object;)Lorg/jooq/Table<*>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
      org.jooq.PlainSQL()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      sql       
      bindings  

  public abstract org.jooq.Field<?> parseField(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/Field;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.impl.ParserException
    Signature: (Ljava/lang/String;)Lorg/jooq/Field<*>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
      org.jooq.PlainSQL()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      sql   

  public abstract org.jooq.Field<?> parseField(java.lang.String, []);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Lorg/jooq/Field;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.impl.ParserException
    Signature: (Ljava/lang/String;[Ljava/lang/Object;)Lorg/jooq/Field<*>;
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
      org.jooq.PlainSQL()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      sql       
      bindings  

  public abstract org.jooq.Row parseRow(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/Row;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.impl.ParserException
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
      org.jooq.PlainSQL()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      sql   

  public abstract org.jooq.Row parseRow(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Lorg/jooq/Row;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.impl.ParserException
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
      org.jooq.PlainSQL()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      sql       
      bindings  

  public abstract org.jooq.Condition parseCondition(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/Condition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.impl.ParserException
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
      org.jooq.PlainSQL()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      sql   

  public abstract org.jooq.Condition parseCondition(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Lorg/jooq/Condition;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.impl.ParserException
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
      org.jooq.PlainSQL()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      sql       
      bindings  

  public abstract org.jooq.Name parseName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/Name;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.impl.ParserException
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
      org.jooq.PlainSQL()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
      Name  Flags
      sql   

  public abstract org.jooq.Name parseName(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Lorg/jooq/Name;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.impl.ParserException
    RuntimeVisibleAnnotations: 
      org.jooq.Support()
      org.jooq.PlainSQL()
    RuntimeInvisibleAnnotations: 
      NotNull()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        NotNull()
    MethodParameters:
          Name  Flags
      sql       
      bindings  
}
SourceFile: "Parser.java"