final class org.jooq.impl.Position extends org.jooq.impl.AbstractField<java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jooq.impl.Position
  super_class: org.jooq.impl.AbstractField
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3544690069533526544

  private final org.jooq.Field<java.lang.String> search;
    descriptor: Lorg/jooq/Field;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/jooq/Field<Ljava/lang/String;>;

  private final org.jooq.Field<java.lang.String> in;
    descriptor: Lorg/jooq/Field;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/jooq/Field<Ljava/lang/String;>;

  private final org.jooq.Field<? extends java.lang.Number> startIndex;
    descriptor: Lorg/jooq/Field;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/jooq/Field<+Ljava/lang/Number;>;

  private static volatile int[] $SWITCH_TABLE$org$jooq$SQLDialect;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  void <init>(org.jooq.Field<java.lang.String>, org.jooq.Field<java.lang.String>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jooq.impl.Position this
        start local 1 // org.jooq.Field search
        start local 2 // org.jooq.Field in
         0: .line 67
            aload 0 /* this */
            aload 1 /* search */
            aload 2 /* in */
            aconst_null
            invokespecial org.jooq.impl.Position.<init>:(Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)V
         1: .line 68
            return
        end local 2 // org.jooq.Field in
        end local 1 // org.jooq.Field search
        end local 0 // org.jooq.impl.Position this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jooq/impl/Position;
            0    2     1  search  Lorg/jooq/Field<Ljava/lang/String;>;
            0    2     2      in  Lorg/jooq/Field<Ljava/lang/String;>;
    Signature: (Lorg/jooq/Field<Ljava/lang/String;>;Lorg/jooq/Field<Ljava/lang/String;>;)V
    MethodParameters:
        Name  Flags
      search  
      in      

  void <init>(org.jooq.Field<java.lang.String>, org.jooq.Field<java.lang.String>, org.jooq.Field<? extends java.lang.Number>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jooq.impl.Position this
        start local 1 // org.jooq.Field search
        start local 2 // org.jooq.Field in
        start local 3 // org.jooq.Field startIndex
         0: .line 71
            aload 0 /* this */
            getstatic org.jooq.impl.Names.N_POSITION:Lorg/jooq/Name;
            getstatic org.jooq.impl.SQLDataType.INTEGER:Lorg/jooq/DataType;
            invokespecial org.jooq.impl.AbstractField.<init>:(Lorg/jooq/Name;Lorg/jooq/DataType;)V
         1: .line 73
            aload 0 /* this */
            aload 1 /* search */
            putfield org.jooq.impl.Position.search:Lorg/jooq/Field;
         2: .line 74
            aload 0 /* this */
            aload 2 /* in */
            putfield org.jooq.impl.Position.in:Lorg/jooq/Field;
         3: .line 75
            aload 0 /* this */
            aload 3 /* startIndex */
            putfield org.jooq.impl.Position.startIndex:Lorg/jooq/Field;
         4: .line 76
            return
        end local 3 // org.jooq.Field startIndex
        end local 2 // org.jooq.Field in
        end local 1 // org.jooq.Field search
        end local 0 // org.jooq.impl.Position this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/jooq/impl/Position;
            0    5     1      search  Lorg/jooq/Field<Ljava/lang/String;>;
            0    5     2          in  Lorg/jooq/Field<Ljava/lang/String;>;
            0    5     3  startIndex  Lorg/jooq/Field<+Ljava/lang/Number;>;
    Signature: (Lorg/jooq/Field<Ljava/lang/String;>;Lorg/jooq/Field<Ljava/lang/String;>;Lorg/jooq/Field<+Ljava/lang/Number;>;)V
    MethodParameters:
            Name  Flags
      search      
      in          
      startIndex  

  public final void accept(org.jooq.Context<?>);
    descriptor: (Lorg/jooq/Context;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.jooq.impl.Position this
        start local 1 // org.jooq.Context ctx
         0: .line 80
            aload 0 /* this */
            getfield org.jooq.impl.Position.startIndex:Lorg/jooq/Field;
            ifnull 8
         1: .line 81
            invokestatic org.jooq.impl.Position.$SWITCH_TABLE$org$jooq$SQLDialect:()[I
            aload 1 /* ctx */
            invokeinterface org.jooq.Context.family:()Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            iaload
            pop
         2: .line 95
            aload 1 /* ctx */
         3: .line 96
            aload 0 /* this */
            getfield org.jooq.impl.Position.in:Lorg/jooq/Field;
            aload 0 /* this */
            getfield org.jooq.impl.Position.startIndex:Lorg/jooq/Field;
            invokestatic org.jooq.impl.DSL.substring:(Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Field;
            aload 0 /* this */
            getfield org.jooq.impl.Position.search:Lorg/jooq/Field;
            invokestatic org.jooq.impl.DSL.position:(Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Field;
            invokestatic org.jooq.impl.DSL.case_:(Lorg/jooq/Field;)Lorg/jooq/CaseValueStep;
         4: .line 97
            iconst_0
            invokestatic org.jooq.impl.DSL.inline:(I)Lorg/jooq/Param;
            iconst_0
            invokestatic org.jooq.impl.DSL.inline:(I)Lorg/jooq/Param;
            invokeinterface org.jooq.CaseValueStep.when:(Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/CaseWhenStep;
         5: .line 98
            aload 0 /* this */
            getfield org.jooq.impl.Position.in:Lorg/jooq/Field;
            aload 0 /* this */
            getfield org.jooq.impl.Position.startIndex:Lorg/jooq/Field;
            invokestatic org.jooq.impl.DSL.substring:(Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Field;
            aload 0 /* this */
            getfield org.jooq.impl.Position.search:Lorg/jooq/Field;
            invokestatic org.jooq.impl.DSL.position:(Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Field;
            aload 0 /* this */
            getfield org.jooq.impl.Position.startIndex:Lorg/jooq/Field;
            invokestatic org.jooq.impl.DSL.one:()Lorg/jooq/Param;
            invokestatic org.jooq.impl.Internal.isub:(Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Field;
            invokestatic org.jooq.impl.Internal.iadd:(Lorg/jooq/Field;Lorg/jooq/Field;)Lorg/jooq/Field;
            invokeinterface org.jooq.CaseWhenStep.else_:(Lorg/jooq/Field;)Lorg/jooq/Field;
         6: .line 95
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            pop
         7: .line 101
            goto 14
         8: .line 103
      StackMap locals:
      StackMap stack:
            invokestatic org.jooq.impl.Position.$SWITCH_TABLE$org$jooq$SQLDialect:()[I
            aload 1 /* ctx */
            invokeinterface org.jooq.Context.family:()Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            iaload
            lookupswitch { // 2
                    4: 9
                   11: 11
              default: 13
          }
         9: .line 108
      StackMap locals:
      StackMap stack:
            aload 1 /* ctx */
            getstatic org.jooq.impl.Names.N_LOCATE:Lorg/jooq/Name;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            bipush 40
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            checkcast org.jooq.Context
            aload 0 /* this */
            getfield org.jooq.impl.Position.search:Lorg/jooq/Field;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            ldc ", "
            invokeinterface org.jooq.Context.sql:(Ljava/lang/String;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            aload 0 /* this */
            getfield org.jooq.impl.Position.in:Lorg/jooq/Field;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            bipush 41
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            pop
        10: .line 109
            goto 14
        11: .line 128
      StackMap locals:
      StackMap stack:
            aload 1 /* ctx */
            getstatic org.jooq.impl.Names.N_INSTR:Lorg/jooq/Name;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            bipush 40
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            checkcast org.jooq.Context
            aload 0 /* this */
            getfield org.jooq.impl.Position.in:Lorg/jooq/Field;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            ldc ", "
            invokeinterface org.jooq.Context.sql:(Ljava/lang/String;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            aload 0 /* this */
            getfield org.jooq.impl.Position.search:Lorg/jooq/Field;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            bipush 41
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            pop
        12: .line 129
            goto 14
        13: .line 132
      StackMap locals:
      StackMap stack:
            aload 1 /* ctx */
            getstatic org.jooq.impl.Names.N_POSITION:Lorg/jooq/Name;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            bipush 40
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            checkcast org.jooq.Context
            aload 0 /* this */
            getfield org.jooq.impl.Position.search:Lorg/jooq/Field;
            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;
            checkcast org.jooq.Context
            getstatic org.jooq.impl.Keywords.K_IN: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;
            checkcast org.jooq.Context
            aload 0 /* this */
            getfield org.jooq.impl.Position.in:Lorg/jooq/Field;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            bipush 41
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            pop
        14: .line 135
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.jooq.Context ctx
        end local 0 // org.jooq.impl.Position this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/jooq/impl/Position;
            0   15     1   ctx  Lorg/jooq/Context<*>;
    Signature: (Lorg/jooq/Context<*>;)V
    MethodParameters:
      Name  Flags
      ctx   

  static int[] $SWITCH_TABLE$org$jooq$SQLDialect();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 58
            getstatic org.jooq.impl.Position.$SWITCH_TABLE$org$jooq$SQLDialect:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.jooq.SQLDialect.values:()[Lorg/jooq/SQLDialect;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.jooq.SQLDialect.CUBRID:Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            iconst_3
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.jooq.SQLDialect.DEFAULT:Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            iconst_2
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.jooq.SQLDialect.DERBY:Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            iconst_4
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.jooq.SQLDialect.FIREBIRD:Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            iconst_5
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.jooq.SQLDialect.H2:Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            bipush 6
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic org.jooq.SQLDialect.HSQLDB:Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            bipush 7
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic org.jooq.SQLDialect.MARIADB:Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            bipush 8
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic org.jooq.SQLDialect.MYSQL:Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            bipush 9
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic org.jooq.SQLDialect.POSTGRES:Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            bipush 10
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic org.jooq.SQLDialect.SQL99:Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            iconst_1
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic org.jooq.SQLDialect.SQLITE:Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            bipush 11
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            dup
            putstatic org.jooq.impl.Position.$SWITCH_TABLE$org$jooq$SQLDialect:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError
}
Signature: Lorg/jooq/impl/AbstractField<Ljava/lang/Integer;>;
SourceFile: "Position.java"