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

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

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

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

  void <init>(org.jooq.Keyword);
    descriptor: (Lorg/jooq/Keyword;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.PrivilegeImpl this
        start local 1 // org.jooq.Keyword privilege
         0: .line 59
            aload 0 /* this */
            invokespecial org.jooq.impl.AbstractQueryPart.<init>:()V
         1: .line 60
            aload 0 /* this */
            aload 1 /* privilege */
            putfield org.jooq.impl.PrivilegeImpl.privilege:Lorg/jooq/Keyword;
         2: .line 61
            return
        end local 1 // org.jooq.Keyword privilege
        end local 0 // org.jooq.impl.PrivilegeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/jooq/impl/PrivilegeImpl;
            0    3     1  privilege  Lorg/jooq/Keyword;
    MethodParameters:
           Name  Flags
      privilege  

  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.PrivilegeImpl this
        start local 1 // org.jooq.Context ctx
         0: .line 69
            aload 1 /* ctx */
            aload 0 /* this */
            getfield org.jooq.impl.PrivilegeImpl.privilege:Lorg/jooq/Keyword;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            pop
         1: .line 70
            return
        end local 1 // org.jooq.Context ctx
        end local 0 // org.jooq.impl.PrivilegeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jooq/impl/PrivilegeImpl;
            0    2     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.PrivilegeImpl this
        start local 1 // org.jooq.Context ctx
         0: .line 74
            getstatic org.jooq.impl.PrivilegeImpl.CLAUSES:[Lorg/jooq/Clause;
            areturn
        end local 1 // org.jooq.Context ctx
        end local 0 // org.jooq.impl.PrivilegeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/PrivilegeImpl;
            0    1     1   ctx  Lorg/jooq/Context<*>;
    Signature: (Lorg/jooq/Context<*>;)[Lorg/jooq/Clause;
    MethodParameters:
      Name  Flags
      ctx   
}
SourceFile: "PrivilegeImpl.java"