final class org.jooq.impl.GrantImpl extends org.jooq.impl.AbstractRowCountQuery implements org.jooq.GrantOnStep, org.jooq.GrantToStep, org.jooq.GrantWithGrantOptionStep, org.jooq.GrantFinalStep
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jooq.impl.GrantImpl
  super_class: org.jooq.impl.AbstractRowCountQuery
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final java.util.Collection<? extends org.jooq.Privilege> privileges;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<+Lorg/jooq/Privilege;>;

  private org.jooq.Table<?> on;
    descriptor: Lorg/jooq/Table;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/jooq/Table<*>;

  private org.jooq.Role to;
    descriptor: Lorg/jooq/Role;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Boolean toPublic;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Boolean withGrantOption;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

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

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

  void <init>(org.jooq.Configuration, java.util.Collection);
    descriptor: (Lorg/jooq/Configuration;Ljava/util/Collection;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // org.jooq.impl.GrantImpl this
        start local 1 // org.jooq.Configuration configuration
        start local 2 // java.util.Collection privileges
         0: .line 78
            aload 0 /* this */
         1: .line 79
            aload 1 /* configuration */
         2: .line 80
            aload 2 /* privileges */
         3: .line 81
            aconst_null
         4: .line 82
            aconst_null
         5: .line 83
            aconst_null
         6: .line 84
            aconst_null
            invokespecial org.jooq.impl.GrantImpl.<init>:(Lorg/jooq/Configuration;Ljava/util/Collection;Lorg/jooq/Table;Lorg/jooq/Role;Ljava/lang/Boolean;Ljava/lang/Boolean;)V
         7: .line 86
            return
        end local 2 // java.util.Collection privileges
        end local 1 // org.jooq.Configuration configuration
        end local 0 // org.jooq.impl.GrantImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lorg/jooq/impl/GrantImpl;
            0    8     1  configuration  Lorg/jooq/Configuration;
            0    8     2     privileges  Ljava/util/Collection;
    MethodParameters:
               Name  Flags
      configuration  
      privileges     

  void <init>(org.jooq.Configuration, java.util.Collection, org.jooq.Table, org.jooq.Role, java.lang.Boolean, java.lang.Boolean);
    descriptor: (Lorg/jooq/Configuration;Ljava/util/Collection;Lorg/jooq/Table;Lorg/jooq/Role;Ljava/lang/Boolean;Ljava/lang/Boolean;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // org.jooq.impl.GrantImpl this
        start local 1 // org.jooq.Configuration configuration
        start local 2 // java.util.Collection privileges
        start local 3 // org.jooq.Table on
        start local 4 // org.jooq.Role to
        start local 5 // java.lang.Boolean toPublic
        start local 6 // java.lang.Boolean withGrantOption
         0: .line 96
            aload 0 /* this */
            aload 1 /* configuration */
            invokespecial org.jooq.impl.AbstractRowCountQuery.<init>:(Lorg/jooq/Configuration;)V
         1: .line 98
            aload 0 /* this */
            aload 2 /* privileges */
            putfield org.jooq.impl.GrantImpl.privileges:Ljava/util/Collection;
         2: .line 99
            aload 0 /* this */
            aload 3 /* on */
            putfield org.jooq.impl.GrantImpl.on:Lorg/jooq/Table;
         3: .line 100
            aload 0 /* this */
            aload 4 /* to */
            putfield org.jooq.impl.GrantImpl.to:Lorg/jooq/Role;
         4: .line 101
            aload 0 /* this */
            aload 5 /* toPublic */
            putfield org.jooq.impl.GrantImpl.toPublic:Ljava/lang/Boolean;
         5: .line 102
            aload 0 /* this */
            aload 6 /* withGrantOption */
            putfield org.jooq.impl.GrantImpl.withGrantOption:Ljava/lang/Boolean;
         6: .line 103
            return
        end local 6 // java.lang.Boolean withGrantOption
        end local 5 // java.lang.Boolean toPublic
        end local 4 // org.jooq.Role to
        end local 3 // org.jooq.Table on
        end local 2 // java.util.Collection privileges
        end local 1 // org.jooq.Configuration configuration
        end local 0 // org.jooq.impl.GrantImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lorg/jooq/impl/GrantImpl;
            0    7     1    configuration  Lorg/jooq/Configuration;
            0    7     2       privileges  Ljava/util/Collection;
            0    7     3               on  Lorg/jooq/Table;
            0    7     4               to  Lorg/jooq/Role;
            0    7     5         toPublic  Ljava/lang/Boolean;
            0    7     6  withGrantOption  Ljava/lang/Boolean;
    MethodParameters:
                 Name  Flags
      configuration    
      privileges       
      on               
      to               
      toPublic         
      withGrantOption  

  final java.util.Collection<? extends org.jooq.Privilege> $privileges();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.impl.GrantImpl this
         0: .line 105
            aload 0 /* this */
            getfield org.jooq.impl.GrantImpl.privileges:Ljava/util/Collection;
            areturn
        end local 0 // org.jooq.impl.GrantImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/GrantImpl;
    Signature: ()Ljava/util/Collection<+Lorg/jooq/Privilege;>;

  final org.jooq.Table<?> $on();
    descriptor: ()Lorg/jooq/Table;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.impl.GrantImpl this
         0: .line 106
            aload 0 /* this */
            getfield org.jooq.impl.GrantImpl.on:Lorg/jooq/Table;
            areturn
        end local 0 // org.jooq.impl.GrantImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/GrantImpl;
    Signature: ()Lorg/jooq/Table<*>;

  final org.jooq.Role $to();
    descriptor: ()Lorg/jooq/Role;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.impl.GrantImpl this
         0: .line 107
            aload 0 /* this */
            getfield org.jooq.impl.GrantImpl.to:Lorg/jooq/Role;
            areturn
        end local 0 // org.jooq.impl.GrantImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/GrantImpl;

  final java.lang.Boolean $toPublic();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.impl.GrantImpl this
         0: .line 108
            aload 0 /* this */
            getfield org.jooq.impl.GrantImpl.toPublic:Ljava/lang/Boolean;
            areturn
        end local 0 // org.jooq.impl.GrantImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/GrantImpl;

  final java.lang.Boolean $withGrantOption();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.impl.GrantImpl this
         0: .line 109
            aload 0 /* this */
            getfield org.jooq.impl.GrantImpl.withGrantOption:Ljava/lang/Boolean;
            areturn
        end local 0 // org.jooq.impl.GrantImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/GrantImpl;

  public final org.jooq.impl.GrantImpl on(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/impl/GrantImpl;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.GrantImpl this
        start local 1 // java.lang.String on
         0: .line 117
            aload 0 /* this */
            aload 1 /* on */
            invokestatic org.jooq.impl.DSL.name:(Ljava/lang/String;)Lorg/jooq/Name;
            invokestatic org.jooq.impl.DSL.table:(Lorg/jooq/Name;)Lorg/jooq/Table;
            invokevirtual org.jooq.impl.GrantImpl.on:(Lorg/jooq/Table;)Lorg/jooq/impl/GrantImpl;
            areturn
        end local 1 // java.lang.String on
        end local 0 // org.jooq.impl.GrantImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/GrantImpl;
            0    1     1    on  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      on    

  public final org.jooq.impl.GrantImpl on(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)Lorg/jooq/impl/GrantImpl;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.GrantImpl this
        start local 1 // org.jooq.Name on
         0: .line 122
            aload 0 /* this */
            aload 1 /* on */
            invokestatic org.jooq.impl.DSL.table:(Lorg/jooq/Name;)Lorg/jooq/Table;
            invokevirtual org.jooq.impl.GrantImpl.on:(Lorg/jooq/Table;)Lorg/jooq/impl/GrantImpl;
            areturn
        end local 1 // org.jooq.Name on
        end local 0 // org.jooq.impl.GrantImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/GrantImpl;
            0    1     1    on  Lorg/jooq/Name;
    MethodParameters:
      Name  Flags
      on    

  public final org.jooq.impl.GrantImpl on(org.jooq.Table<?>);
    descriptor: (Lorg/jooq/Table;)Lorg/jooq/impl/GrantImpl;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.GrantImpl this
        start local 1 // org.jooq.Table on
         0: .line 127
            aload 0 /* this */
            aload 1 /* on */
            putfield org.jooq.impl.GrantImpl.on:Lorg/jooq/Table;
         1: .line 128
            aload 0 /* this */
            areturn
        end local 1 // org.jooq.Table on
        end local 0 // org.jooq.impl.GrantImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jooq/impl/GrantImpl;
            0    2     1    on  Lorg/jooq/Table<*>;
    Signature: (Lorg/jooq/Table<*>;)Lorg/jooq/impl/GrantImpl;
    MethodParameters:
      Name  Flags
      on    

  public final org.jooq.impl.GrantImpl to(org.jooq.User);
    descriptor: (Lorg/jooq/User;)Lorg/jooq/impl/GrantImpl;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.GrantImpl this
        start local 1 // org.jooq.User to
         0: .line 133
            aload 0 /* this */
            aload 1 /* to */
            invokeinterface org.jooq.User.getQualifiedName:()Lorg/jooq/Name;
            invokestatic org.jooq.impl.DSL.role:(Lorg/jooq/Name;)Lorg/jooq/Role;
            invokevirtual org.jooq.impl.GrantImpl.to:(Lorg/jooq/Role;)Lorg/jooq/impl/GrantImpl;
            areturn
        end local 1 // org.jooq.User to
        end local 0 // org.jooq.impl.GrantImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/GrantImpl;
            0    1     1    to  Lorg/jooq/User;
    MethodParameters:
      Name  Flags
      to    

  public final org.jooq.impl.GrantImpl to(org.jooq.Role);
    descriptor: (Lorg/jooq/Role;)Lorg/jooq/impl/GrantImpl;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.GrantImpl this
        start local 1 // org.jooq.Role to
         0: .line 138
            aload 0 /* this */
            aload 1 /* to */
            putfield org.jooq.impl.GrantImpl.to:Lorg/jooq/Role;
         1: .line 139
            aload 0 /* this */
            areturn
        end local 1 // org.jooq.Role to
        end local 0 // org.jooq.impl.GrantImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jooq/impl/GrantImpl;
            0    2     1    to  Lorg/jooq/Role;
    MethodParameters:
      Name  Flags
      to    

  public final org.jooq.impl.GrantImpl toPublic();
    descriptor: ()Lorg/jooq/impl/GrantImpl;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jooq.impl.GrantImpl this
         0: .line 144
            aload 0 /* this */
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.jooq.impl.GrantImpl.toPublic:Ljava/lang/Boolean;
         1: .line 145
            aload 0 /* this */
            areturn
        end local 0 // org.jooq.impl.GrantImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jooq/impl/GrantImpl;

  public final org.jooq.impl.GrantImpl withGrantOption();
    descriptor: ()Lorg/jooq/impl/GrantImpl;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jooq.impl.GrantImpl this
         0: .line 150
            aload 0 /* this */
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.jooq.impl.GrantImpl.withGrantOption:Ljava/lang/Boolean;
         1: .line 151
            aload 0 /* this */
            areturn
        end local 0 // org.jooq.impl.GrantImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jooq/impl/GrantImpl;

  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.GrantImpl this
        start local 1 // org.jooq.Context ctx
         0: .line 164
            aload 1 /* ctx */
            getstatic org.jooq.Clause.GRANT_PRIVILEGE:Lorg/jooq/Clause;
            invokeinterface org.jooq.Context.start:(Lorg/jooq/Clause;)Lorg/jooq/Context;
            checkcast org.jooq.Context
         1: .line 165
            getstatic org.jooq.impl.Keywords.K_GRANT:Lorg/jooq/Keyword;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
         2: .line 164
            checkcast org.jooq.Context
         3: .line 165
            bipush 32
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
         4: .line 164
            checkcast org.jooq.Context
         5: .line 166
            aload 0 /* this */
            getfield org.jooq.impl.GrantImpl.privileges:Ljava/util/Collection;
            invokestatic org.jooq.impl.QueryPartCollectionView.wrap:(Ljava/util/Collection;)Lorg/jooq/impl/QueryPartCollectionView;
            iconst_0
            invokevirtual org.jooq.impl.QueryPartCollectionView.indentSize:(I)Lorg/jooq/impl/QueryPartCollectionView;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
         6: .line 164
            checkcast org.jooq.Context
         7: .line 167
            getstatic org.jooq.Clause.GRANT_PRIVILEGE:Lorg/jooq/Clause;
            invokeinterface org.jooq.Context.end:(Lorg/jooq/Clause;)Lorg/jooq/Context;
         8: .line 164
            checkcast org.jooq.Context
         9: .line 167
            bipush 32
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
        10: .line 164
            checkcast org.jooq.Context
        11: .line 168
            getstatic org.jooq.Clause.GRANT_ON:Lorg/jooq/Clause;
            invokeinterface org.jooq.Context.start:(Lorg/jooq/Clause;)Lorg/jooq/Context;
        12: .line 164
            checkcast org.jooq.Context
        13: .line 169
            getstatic org.jooq.impl.Keywords.K_ON:Lorg/jooq/Keyword;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
        14: .line 164
            checkcast org.jooq.Context
        15: .line 169
            bipush 32
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
        16: .line 164
            checkcast org.jooq.Context
        17: .line 170
            aload 0 /* this */
            getfield org.jooq.impl.GrantImpl.on:Lorg/jooq/Table;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
        18: .line 164
            checkcast org.jooq.Context
        19: .line 171
            getstatic org.jooq.Clause.GRANT_ON:Lorg/jooq/Clause;
            invokeinterface org.jooq.Context.end:(Lorg/jooq/Clause;)Lorg/jooq/Context;
        20: .line 164
            checkcast org.jooq.Context
        21: .line 171
            bipush 32
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
        22: .line 164
            checkcast org.jooq.Context
        23: .line 172
            getstatic org.jooq.Clause.GRANT_TO:Lorg/jooq/Clause;
            invokeinterface org.jooq.Context.start:(Lorg/jooq/Clause;)Lorg/jooq/Context;
        24: .line 164
            checkcast org.jooq.Context
        25: .line 173
            getstatic org.jooq.impl.Keywords.K_TO:Lorg/jooq/Keyword;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
        26: .line 164
            checkcast org.jooq.Context
        27: .line 173
            bipush 32
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            pop
        28: .line 175
            aload 0 /* this */
            getfield org.jooq.impl.GrantImpl.to:Lorg/jooq/Role;
            ifnull 30
        29: .line 176
            aload 1 /* ctx */
            aload 0 /* this */
            getfield org.jooq.impl.GrantImpl.to:Lorg/jooq/Role;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            pop
            goto 32
        30: .line 177
      StackMap locals:
      StackMap stack:
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            aload 0 /* this */
            getfield org.jooq.impl.GrantImpl.toPublic:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.equals:(Ljava/lang/Object;)Z
            ifeq 32
        31: .line 178
            aload 1 /* ctx */
            getstatic org.jooq.impl.Keywords.K_PUBLIC:Lorg/jooq/Keyword;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            pop
        32: .line 180
      StackMap locals:
      StackMap stack:
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            aload 0 /* this */
            getfield org.jooq.impl.GrantImpl.withGrantOption:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.equals:(Ljava/lang/Object;)Z
            ifeq 35
        33: .line 181
            aload 1 /* ctx */
            bipush 32
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            checkcast org.jooq.Context
        34: .line 182
            getstatic org.jooq.impl.Keywords.K_WITH_GRANT_OPTION:Lorg/jooq/Keyword;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            pop
        35: .line 184
      StackMap locals:
      StackMap stack:
            aload 1 /* ctx */
            getstatic org.jooq.Clause.GRANT_TO:Lorg/jooq/Clause;
            invokeinterface org.jooq.Context.end:(Lorg/jooq/Clause;)Lorg/jooq/Context;
            pop
        36: .line 185
            return
        end local 1 // org.jooq.Context ctx
        end local 0 // org.jooq.impl.GrantImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   37     0  this  Lorg/jooq/impl/GrantImpl;
            0   37     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.GrantImpl this
        start local 1 // org.jooq.Context ctx
         0: .line 189
            getstatic org.jooq.impl.GrantImpl.CLAUSE:[Lorg/jooq/Clause;
            areturn
        end local 1 // org.jooq.Context ctx
        end local 0 // org.jooq.impl.GrantImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/GrantImpl;
            0    1     1   ctx  Lorg/jooq/Context<*>;
    Signature: (Lorg/jooq/Context<*>;)[Lorg/jooq/Clause;
    MethodParameters:
      Name  Flags
      ctx   

  public org.jooq.GrantToStep on(org.jooq.Table);
    descriptor: (Lorg/jooq/Table;)Lorg/jooq/GrantToStep;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.jooq.impl.GrantImpl.on:(Lorg/jooq/Table;)Lorg/jooq/impl/GrantImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.jooq.GrantToStep on(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)Lorg/jooq/GrantToStep;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.jooq.impl.GrantImpl.on:(Lorg/jooq/Name;)Lorg/jooq/impl/GrantImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.jooq.GrantToStep on(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/GrantToStep;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.jooq.impl.GrantImpl.on:(Ljava/lang/String;)Lorg/jooq/impl/GrantImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.jooq.GrantWithGrantOptionStep toPublic();
    descriptor: ()Lorg/jooq/GrantWithGrantOptionStep;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.jooq.impl.GrantImpl.toPublic:()Lorg/jooq/impl/GrantImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.jooq.GrantWithGrantOptionStep to(org.jooq.Role);
    descriptor: (Lorg/jooq/Role;)Lorg/jooq/GrantWithGrantOptionStep;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.jooq.impl.GrantImpl.to:(Lorg/jooq/Role;)Lorg/jooq/impl/GrantImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.jooq.GrantWithGrantOptionStep to(org.jooq.User);
    descriptor: (Lorg/jooq/User;)Lorg/jooq/GrantWithGrantOptionStep;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.jooq.impl.GrantImpl.to:(Lorg/jooq/User;)Lorg/jooq/impl/GrantImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.jooq.GrantFinalStep withGrantOption();
    descriptor: ()Lorg/jooq/GrantFinalStep;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.jooq.impl.GrantImpl.withGrantOption:()Lorg/jooq/impl/GrantImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "GrantImpl.java"