public class org.hibernate.metamodel.domain.AbstractAttributeContainer$IndexedPluralAttributeImpl extends org.hibernate.metamodel.domain.AbstractAttributeContainer$PluralAttributeImpl implements org.hibernate.metamodel.domain.IndexedPluralAttribute
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.metamodel.domain.AbstractAttributeContainer$IndexedPluralAttributeImpl
  super_class: org.hibernate.metamodel.domain.AbstractAttributeContainer$PluralAttributeImpl
{
  private org.hibernate.metamodel.domain.Type indexType;
    descriptor: Lorg/hibernate/metamodel/domain/Type;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String, org.hibernate.metamodel.domain.PluralAttributeNature, org.hibernate.metamodel.domain.AttributeContainer);
    descriptor: (Ljava/lang/String;Lorg/hibernate/metamodel/domain/PluralAttributeNature;Lorg/hibernate/metamodel/domain/AttributeContainer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.hibernate.metamodel.domain.AbstractAttributeContainer$IndexedPluralAttributeImpl this
        start local 1 // java.lang.String name
        start local 2 // org.hibernate.metamodel.domain.PluralAttributeNature nature
        start local 3 // org.hibernate.metamodel.domain.AttributeContainer attributeContainer
         0: .line 295
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* nature */
            aload 3 /* attributeContainer */
            invokespecial org.hibernate.metamodel.domain.AbstractAttributeContainer$PluralAttributeImpl.<init>:(Ljava/lang/String;Lorg/hibernate/metamodel/domain/PluralAttributeNature;Lorg/hibernate/metamodel/domain/AttributeContainer;)V
         1: .line 296
            return
        end local 3 // org.hibernate.metamodel.domain.AttributeContainer attributeContainer
        end local 2 // org.hibernate.metamodel.domain.PluralAttributeNature nature
        end local 1 // java.lang.String name
        end local 0 // org.hibernate.metamodel.domain.AbstractAttributeContainer$IndexedPluralAttributeImpl this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/hibernate/metamodel/domain/AbstractAttributeContainer$IndexedPluralAttributeImpl;
            0    2     1                name  Ljava/lang/String;
            0    2     2              nature  Lorg/hibernate/metamodel/domain/PluralAttributeNature;
            0    2     3  attributeContainer  Lorg/hibernate/metamodel/domain/AttributeContainer;
    MethodParameters:
                    Name  Flags
      name                
      nature              
      attributeContainer  

  public org.hibernate.metamodel.domain.Type getIndexType();
    descriptor: ()Lorg/hibernate/metamodel/domain/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.metamodel.domain.AbstractAttributeContainer$IndexedPluralAttributeImpl this
         0: .line 300
            aload 0 /* this */
            getfield org.hibernate.metamodel.domain.AbstractAttributeContainer$IndexedPluralAttributeImpl.indexType:Lorg/hibernate/metamodel/domain/Type;
            areturn
        end local 0 // org.hibernate.metamodel.domain.AbstractAttributeContainer$IndexedPluralAttributeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/metamodel/domain/AbstractAttributeContainer$IndexedPluralAttributeImpl;

  public void setIndexType(org.hibernate.metamodel.domain.Type);
    descriptor: (Lorg/hibernate/metamodel/domain/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.metamodel.domain.AbstractAttributeContainer$IndexedPluralAttributeImpl this
        start local 1 // org.hibernate.metamodel.domain.Type indexType
         0: .line 305
            aload 0 /* this */
            aload 1 /* indexType */
            putfield org.hibernate.metamodel.domain.AbstractAttributeContainer$IndexedPluralAttributeImpl.indexType:Lorg/hibernate/metamodel/domain/Type;
         1: .line 306
            return
        end local 1 // org.hibernate.metamodel.domain.Type indexType
        end local 0 // org.hibernate.metamodel.domain.AbstractAttributeContainer$IndexedPluralAttributeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/hibernate/metamodel/domain/AbstractAttributeContainer$IndexedPluralAttributeImpl;
            0    2     1  indexType  Lorg/hibernate/metamodel/domain/Type;
    MethodParameters:
           Name  Flags
      indexType  
}
SourceFile: "AbstractAttributeContainer.java"
NestHost: org.hibernate.metamodel.domain.AbstractAttributeContainer
InnerClasses:
  public IndexedPluralAttributeImpl = org.hibernate.metamodel.domain.AbstractAttributeContainer$IndexedPluralAttributeImpl of org.hibernate.metamodel.domain.AbstractAttributeContainer
  public PluralAttributeImpl = org.hibernate.metamodel.domain.AbstractAttributeContainer$PluralAttributeImpl of org.hibernate.metamodel.domain.AbstractAttributeContainer