public class org.hibernate.boot.model.relational.Sequence$Name extends org.hibernate.boot.model.relational.QualifiedNameParser$NameParts
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.boot.model.relational.Sequence$Name
  super_class: org.hibernate.boot.model.relational.QualifiedNameParser$NameParts
{
  public void <init>(org.hibernate.boot.model.naming.Identifier, org.hibernate.boot.model.naming.Identifier, org.hibernate.boot.model.naming.Identifier);
    descriptor: (Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/boot/model/naming/Identifier;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.hibernate.boot.model.relational.Sequence$Name this
        start local 1 // org.hibernate.boot.model.naming.Identifier catalogIdentifier
        start local 2 // org.hibernate.boot.model.naming.Identifier schemaIdentifier
        start local 3 // org.hibernate.boot.model.naming.Identifier nameIdentifier
         0: .line 23
            aload 0 /* this */
            aload 1 /* catalogIdentifier */
            aload 2 /* schemaIdentifier */
            aload 3 /* nameIdentifier */
            invokespecial org.hibernate.boot.model.relational.QualifiedNameParser$NameParts.<init>:(Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/boot/model/naming/Identifier;Lorg/hibernate/boot/model/naming/Identifier;)V
         1: .line 24
            return
        end local 3 // org.hibernate.boot.model.naming.Identifier nameIdentifier
        end local 2 // org.hibernate.boot.model.naming.Identifier schemaIdentifier
        end local 1 // org.hibernate.boot.model.naming.Identifier catalogIdentifier
        end local 0 // org.hibernate.boot.model.relational.Sequence$Name this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/hibernate/boot/model/relational/Sequence$Name;
            0    2     1  catalogIdentifier  Lorg/hibernate/boot/model/naming/Identifier;
            0    2     2   schemaIdentifier  Lorg/hibernate/boot/model/naming/Identifier;
            0    2     3     nameIdentifier  Lorg/hibernate/boot/model/naming/Identifier;
    MethodParameters:
                   Name  Flags
      catalogIdentifier  
      schemaIdentifier   
      nameIdentifier     
}
SourceFile: "Sequence.java"
NestHost: org.hibernate.boot.model.relational.Sequence
InnerClasses:
  public NameParts = org.hibernate.boot.model.relational.QualifiedNameParser$NameParts of org.hibernate.boot.model.relational.QualifiedNameParser
  public Name = org.hibernate.boot.model.relational.Sequence$Name of org.hibernate.boot.model.relational.Sequence