public class org.hibernate.metamodel.domain.AbstractAttributeContainer$SingularAttributeImpl implements org.hibernate.metamodel.domain.SingularAttribute
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.metamodel.domain.AbstractAttributeContainer$SingularAttributeImpl
  super_class: java.lang.Object
{
  private final org.hibernate.metamodel.domain.AttributeContainer attributeContainer;
    descriptor: Lorg/hibernate/metamodel/domain/AttributeContainer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.hibernate.metamodel.domain.Type type;
    descriptor: Lorg/hibernate/metamodel/domain/Type;
    flags: (0x0002) ACC_PRIVATE

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

  public boolean isTypeResolved();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.metamodel.domain.AbstractAttributeContainer$SingularAttributeImpl this
         0: .line 211
            aload 0 /* this */
            getfield org.hibernate.metamodel.domain.AbstractAttributeContainer$SingularAttributeImpl.type:Lorg/hibernate/metamodel/domain/Type;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.hibernate.metamodel.domain.AbstractAttributeContainer$SingularAttributeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/metamodel/domain/AbstractAttributeContainer$SingularAttributeImpl;

  public void resolveType(org.hibernate.metamodel.domain.Type);
    descriptor: (Lorg/hibernate/metamodel/domain/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.metamodel.domain.AbstractAttributeContainer$SingularAttributeImpl this
        start local 1 // org.hibernate.metamodel.domain.Type type
         0: .line 215
            aload 1 /* type */
            ifnonnull 2
         1: .line 216
            new java.lang.IllegalArgumentException
            dup
            ldc "Attempt to resolve with null type"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* type */
            putfield org.hibernate.metamodel.domain.AbstractAttributeContainer$SingularAttributeImpl.type:Lorg/hibernate/metamodel/domain/Type;
         3: .line 219
            return
        end local 1 // org.hibernate.metamodel.domain.Type type
        end local 0 // org.hibernate.metamodel.domain.AbstractAttributeContainer$SingularAttributeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hibernate/metamodel/domain/AbstractAttributeContainer$SingularAttributeImpl;
            0    4     1  type  Lorg/hibernate/metamodel/domain/Type;
    MethodParameters:
      Name  Flags
      type  

  public org.hibernate.metamodel.domain.Type getSingularAttributeType();
    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$SingularAttributeImpl this
         0: .line 223
            aload 0 /* this */
            getfield org.hibernate.metamodel.domain.AbstractAttributeContainer$SingularAttributeImpl.type:Lorg/hibernate/metamodel/domain/Type;
            areturn
        end local 0 // org.hibernate.metamodel.domain.AbstractAttributeContainer$SingularAttributeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/metamodel/domain/AbstractAttributeContainer$SingularAttributeImpl;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.metamodel.domain.AbstractAttributeContainer$SingularAttributeImpl this
         0: .line 228
            aload 0 /* this */
            getfield org.hibernate.metamodel.domain.AbstractAttributeContainer$SingularAttributeImpl.name:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.metamodel.domain.AbstractAttributeContainer$SingularAttributeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/metamodel/domain/AbstractAttributeContainer$SingularAttributeImpl;

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

  public boolean isSingular();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.metamodel.domain.AbstractAttributeContainer$SingularAttributeImpl this
         0: .line 238
            iconst_1
            ireturn
        end local 0 // org.hibernate.metamodel.domain.AbstractAttributeContainer$SingularAttributeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/metamodel/domain/AbstractAttributeContainer$SingularAttributeImpl;
}
SourceFile: "AbstractAttributeContainer.java"
NestHost: org.hibernate.metamodel.domain.AbstractAttributeContainer
InnerClasses:
  public SingularAttributeImpl = org.hibernate.metamodel.domain.AbstractAttributeContainer$SingularAttributeImpl of org.hibernate.metamodel.domain.AbstractAttributeContainer