public abstract class org.hibernate.boot.model.source.spi.AbstractAttributeKey
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.hibernate.boot.model.source.spi.AbstractAttributeKey
  super_class: java.lang.Object
{
  private static final java.lang.String COLLECTION_ELEMENT;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "collection&&element"

  private final org.hibernate.boot.model.source.spi.AbstractAttributeKey parent;
    descriptor: Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private final int depth;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
         0: .line 27
            aload 0 /* this */
            aconst_null
            ldc ""
            invokespecial org.hibernate.boot.model.source.spi.AbstractAttributeKey.<init>:(Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;Ljava/lang/String;)V
         1: .line 28
            return
        end local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;

  protected void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
        start local 1 // java.lang.String base
         0: .line 34
            aload 0 /* this */
            aconst_null
            aload 1 /* base */
            invokespecial org.hibernate.boot.model.source.spi.AbstractAttributeKey.<init>:(Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;Ljava/lang/String;)V
         1: .line 35
            return
        end local 1 // java.lang.String base
        end local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;
            0    2     1  base  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      base  

  protected void <init>(org.hibernate.boot.model.source.spi.AbstractAttributeKey, java.lang.String);
    descriptor: (Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
        start local 1 // org.hibernate.boot.model.source.spi.AbstractAttributeKey parent
        start local 2 // java.lang.String property
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            aload 1 /* parent */
            putfield org.hibernate.boot.model.source.spi.AbstractAttributeKey.parent:Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;
         2: .line 39
            aload 0 /* this */
            aload 2 /* property */
            putfield org.hibernate.boot.model.source.spi.AbstractAttributeKey.property:Ljava/lang/String;
         3: .line 42
            aload 1 /* parent */
            ifnull 11
         4: .line 43
            aload 1 /* parent */
            invokevirtual org.hibernate.boot.model.source.spi.AbstractAttributeKey.getFullPath:()Ljava/lang/String;
            astore 4 /* resolvedParent */
        start local 4 // java.lang.String resolvedParent
         5: .line 44
            aload 4 /* resolvedParent */
            invokestatic org.hibernate.internal.util.StringHelper.isEmpty:(Ljava/lang/String;)Z
            ifeq 8
         6: .line 45
            ldc ""
            astore 3 /* prefix */
        start local 3 // java.lang.String prefix
         7: .line 46
            goto 9
        end local 3 // java.lang.String prefix
         8: .line 48
      StackMap locals: org.hibernate.boot.model.source.spi.AbstractAttributeKey org.hibernate.boot.model.source.spi.AbstractAttributeKey java.lang.String top java.lang.String
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 4 /* resolvedParent */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual org.hibernate.boot.model.source.spi.AbstractAttributeKey.getDelimiter:()C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* prefix */
        start local 3 // java.lang.String prefix
         9: .line 50
      StackMap locals: org.hibernate.boot.model.source.spi.AbstractAttributeKey org.hibernate.boot.model.source.spi.AbstractAttributeKey java.lang.String java.lang.String java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 1 /* parent */
            invokevirtual org.hibernate.boot.model.source.spi.AbstractAttributeKey.getDepth:()I
            iconst_1
            iadd
            putfield org.hibernate.boot.model.source.spi.AbstractAttributeKey.depth:I
        end local 4 // java.lang.String resolvedParent
        10: .line 51
            goto 13
        end local 3 // java.lang.String prefix
        11: .line 53
      StackMap locals:
      StackMap stack:
            ldc ""
            astore 3 /* prefix */
        start local 3 // java.lang.String prefix
        12: .line 54
            aload 0 /* this */
            iconst_0
            putfield org.hibernate.boot.model.source.spi.AbstractAttributeKey.depth:I
        13: .line 57
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 3 /* prefix */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* property */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield org.hibernate.boot.model.source.spi.AbstractAttributeKey.fullPath:Ljava/lang/String;
        14: .line 58
            return
        end local 3 // java.lang.String prefix
        end local 2 // java.lang.String property
        end local 1 // org.hibernate.boot.model.source.spi.AbstractAttributeKey parent
        end local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   15     0            this  Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;
            0   15     1          parent  Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;
            0   15     2        property  Ljava/lang/String;
            7    8     3          prefix  Ljava/lang/String;
            9   11     3          prefix  Ljava/lang/String;
           12   15     3          prefix  Ljava/lang/String;
            5   10     4  resolvedParent  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      parent    
      property  

  public int getDepth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
         0: .line 66
            aload 0 /* this */
            getfield org.hibernate.boot.model.source.spi.AbstractAttributeKey.depth:I
            ireturn
        end local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;

  protected abstract char getDelimiter();
    descriptor: ()C
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  public abstract org.hibernate.boot.model.source.spi.AbstractAttributeKey append(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      property  

  public org.hibernate.boot.model.source.spi.AbstractAttributeKey getParent();
    descriptor: ()Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
         0: .line 86
            aload 0 /* this */
            getfield org.hibernate.boot.model.source.spi.AbstractAttributeKey.parent:Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;
            areturn
        end local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;

  public java.lang.String getProperty();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
         0: .line 95
            aload 0 /* this */
            getfield org.hibernate.boot.model.source.spi.AbstractAttributeKey.property:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;

  public java.lang.String getFullPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
         0: .line 104
            aload 0 /* this */
            getfield org.hibernate.boot.model.source.spi.AbstractAttributeKey.fullPath:Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;

  public boolean isRoot();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
         0: .line 113
            aload 0 /* this */
            getfield org.hibernate.boot.model.source.spi.AbstractAttributeKey.parent:Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;

  public boolean isCollectionElement();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
         0: .line 123
            ldc "collection&&element"
            aload 0 /* this */
            getfield org.hibernate.boot.model.source.spi.AbstractAttributeKey.property:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;

  public boolean isPartOfCollectionElement();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
         0: .line 133
            aload 0 /* this */
            getfield org.hibernate.boot.model.source.spi.AbstractAttributeKey.fullPath:Ljava/lang/String;
            ldc ".collection&&element"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            ireturn
        end local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;

  public java.lang.String stripCollectionElementMarker();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
         0: .line 137
            aload 0 /* this */
            getfield org.hibernate.boot.model.source.spi.AbstractAttributeKey.fullPath:Ljava/lang/String;
            ldc ".collection&&element"
            ldc ""
            invokevirtual java.lang.String.replace:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
         0: .line 142
            aload 0 /* this */
            invokevirtual org.hibernate.boot.model.source.spi.AbstractAttributeKey.getFullPath:()Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
        start local 1 // java.lang.Object o
         0: .line 147
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 148
            iconst_1
            ireturn
         2: .line 150
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 151
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 154
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.hibernate.boot.model.source.spi.AbstractAttributeKey
            astore 2 /* that */
        start local 2 // org.hibernate.boot.model.source.spi.AbstractAttributeKey that
         5: .line 155
            aload 0 /* this */
            getfield org.hibernate.boot.model.source.spi.AbstractAttributeKey.fullPath:Ljava/lang/String;
            aload 2 /* that */
            getfield org.hibernate.boot.model.source.spi.AbstractAttributeKey.fullPath:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // org.hibernate.boot.model.source.spi.AbstractAttributeKey that
        end local 1 // java.lang.Object o
        end local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;
            0    6     1     o  Ljava/lang/Object;
            5    6     2  that  Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
         0: .line 161
            aload 0 /* this */
            getfield org.hibernate.boot.model.source.spi.AbstractAttributeKey.fullPath:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            ireturn
        end local 0 // org.hibernate.boot.model.source.spi.AbstractAttributeKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;
}
SourceFile: "AbstractAttributeKey.java"