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

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

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

  void <init>(org.jooq.Configuration, org.jooq.Name, org.jooq.Param<?>);
    descriptor: (Lorg/jooq/Configuration;Lorg/jooq/Name;Lorg/jooq/Param;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.jooq.impl.SetCommand this
        start local 1 // org.jooq.Configuration configuration
        start local 2 // org.jooq.Name name
        start local 3 // org.jooq.Param value
         0: .line 63
            aload 0 /* this */
            aload 1 /* configuration */
            invokespecial org.jooq.impl.AbstractRowCountQuery.<init>:(Lorg/jooq/Configuration;)V
         1: .line 65
            aload 0 /* this */
            aload 2 /* name */
            putfield org.jooq.impl.SetCommand.name:Lorg/jooq/Name;
         2: .line 66
            aload 0 /* this */
            aload 3 /* value */
            putfield org.jooq.impl.SetCommand.value:Lorg/jooq/Param;
         3: .line 67
            return
        end local 3 // org.jooq.Param value
        end local 2 // org.jooq.Name name
        end local 1 // org.jooq.Configuration configuration
        end local 0 // org.jooq.impl.SetCommand this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/jooq/impl/SetCommand;
            0    4     1  configuration  Lorg/jooq/Configuration;
            0    4     2           name  Lorg/jooq/Name;
            0    4     3          value  Lorg/jooq/Param<*>;
    Signature: (Lorg/jooq/Configuration;Lorg/jooq/Name;Lorg/jooq/Param<*>;)V
    MethodParameters:
               Name  Flags
      configuration  
      name           
      value          

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

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

  public final void accept(org.jooq.Context<?>);
    descriptor: (Lorg/jooq/Context;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.SetCommand this
        start local 1 // org.jooq.Context ctx
         0: .line 78
            aload 1 /* ctx */
            getstatic org.jooq.impl.Keywords.K_SET: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.SetCommand.name:Lorg/jooq/Name;
            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.SetCommand.value:Lorg/jooq/Param;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            pop
         1: .line 79
            return
        end local 1 // org.jooq.Context ctx
        end local 0 // org.jooq.impl.SetCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jooq/impl/SetCommand;
            0    2     1   ctx  Lorg/jooq/Context<*>;
    Signature: (Lorg/jooq/Context<*>;)V
    MethodParameters:
      Name  Flags
      ctx   
}
SourceFile: "SetCommand.java"