public class org.hibernate.tuple.component.CompositeBasedBasicAttribute extends org.hibernate.tuple.AbstractNonIdentifierAttribute
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.tuple.component.CompositeBasedBasicAttribute
  super_class: org.hibernate.tuple.AbstractNonIdentifierAttribute
{
  protected void <init>(org.hibernate.persister.walking.spi.AttributeSource, org.hibernate.engine.spi.SessionFactoryImplementor, int, java.lang.String, org.hibernate.type.Type, org.hibernate.tuple.BaselineAttributeInformation);
    descriptor: (Lorg/hibernate/persister/walking/spi/AttributeSource;Lorg/hibernate/engine/spi/SessionFactoryImplementor;ILjava/lang/String;Lorg/hibernate/type/Type;Lorg/hibernate/tuple/BaselineAttributeInformation;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // org.hibernate.tuple.component.CompositeBasedBasicAttribute this
        start local 1 // org.hibernate.persister.walking.spi.AttributeSource source
        start local 2 // org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory
        start local 3 // int attributeNumber
        start local 4 // java.lang.String attributeName
        start local 5 // org.hibernate.type.Type attributeType
        start local 6 // org.hibernate.tuple.BaselineAttributeInformation baselineInfo
         0: .line 43
            aload 0 /* this */
            aload 1 /* source */
            aload 2 /* sessionFactory */
            iload 3 /* attributeNumber */
            aload 4 /* attributeName */
            aload 5 /* attributeType */
            aload 6 /* baselineInfo */
            invokespecial org.hibernate.tuple.AbstractNonIdentifierAttribute.<init>:(Lorg/hibernate/persister/walking/spi/AttributeSource;Lorg/hibernate/engine/spi/SessionFactoryImplementor;ILjava/lang/String;Lorg/hibernate/type/Type;Lorg/hibernate/tuple/BaselineAttributeInformation;)V
         1: .line 44
            return
        end local 6 // org.hibernate.tuple.BaselineAttributeInformation baselineInfo
        end local 5 // org.hibernate.type.Type attributeType
        end local 4 // java.lang.String attributeName
        end local 3 // int attributeNumber
        end local 2 // org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory
        end local 1 // org.hibernate.persister.walking.spi.AttributeSource source
        end local 0 // org.hibernate.tuple.component.CompositeBasedBasicAttribute this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/hibernate/tuple/component/CompositeBasedBasicAttribute;
            0    2     1           source  Lorg/hibernate/persister/walking/spi/AttributeSource;
            0    2     2   sessionFactory  Lorg/hibernate/engine/spi/SessionFactoryImplementor;
            0    2     3  attributeNumber  I
            0    2     4    attributeName  Ljava/lang/String;
            0    2     5    attributeType  Lorg/hibernate/type/Type;
            0    2     6     baselineInfo  Lorg/hibernate/tuple/BaselineAttributeInformation;
    MethodParameters:
                 Name  Flags
      source           
      sessionFactory   
      attributeNumber  
      attributeName    
      attributeType    
      baselineInfo     
}
SourceFile: "CompositeBasedBasicAttribute.java"