public class org.hibernate.boot.model.source.spi.AttributePath extends org.hibernate.boot.model.source.spi.AbstractAttributeKey
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.boot.model.source.spi.AttributePath
  super_class: org.hibernate.boot.model.source.spi.AbstractAttributeKey
{
  public static final char DELIMITER;
    descriptor: C
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 46

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.source.spi.AttributePath this
         0: .line 20
            aload 0 /* this */
            invokespecial org.hibernate.boot.model.source.spi.AbstractAttributeKey.<init>:()V
         1: .line 21
            return
        end local 0 // org.hibernate.boot.model.source.spi.AttributePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/boot/model/source/spi/AttributePath;

  protected char getDelimiter();
    descriptor: ()C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.boot.model.source.spi.AttributePath this
         0: .line 25
            bipush 46
            ireturn
        end local 0 // org.hibernate.boot.model.source.spi.AttributePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/boot/model/source/spi/AttributePath;

  public org.hibernate.boot.model.source.spi.AttributePath append(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/boot/model/source/spi/AttributePath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.hibernate.boot.model.source.spi.AttributePath this
        start local 1 // java.lang.String property
         0: .line 30
            new org.hibernate.boot.model.source.spi.AttributePath
            dup
            aload 0 /* this */
            aload 1 /* property */
            invokespecial org.hibernate.boot.model.source.spi.AttributePath.<init>:(Lorg/hibernate/boot/model/source/spi/AttributePath;Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String property
        end local 0 // org.hibernate.boot.model.source.spi.AttributePath this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/hibernate/boot/model/source/spi/AttributePath;
            0    1     1  property  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      property  

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

  public void <init>(org.hibernate.boot.model.source.spi.AttributePath, java.lang.String);
    descriptor: (Lorg/hibernate/boot/model/source/spi/AttributePath;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.boot.model.source.spi.AttributePath this
        start local 1 // org.hibernate.boot.model.source.spi.AttributePath parent
        start local 2 // java.lang.String property
         0: .line 39
            aload 0 /* this */
            aload 1 /* parent */
            aload 2 /* property */
            invokespecial org.hibernate.boot.model.source.spi.AbstractAttributeKey.<init>:(Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;Ljava/lang/String;)V
         1: .line 40
            return
        end local 2 // java.lang.String property
        end local 1 // org.hibernate.boot.model.source.spi.AttributePath parent
        end local 0 // org.hibernate.boot.model.source.spi.AttributePath this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/hibernate/boot/model/source/spi/AttributePath;
            0    2     1    parent  Lorg/hibernate/boot/model/source/spi/AttributePath;
            0    2     2  property  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      parent    
      property  

  public static org.hibernate.boot.model.source.spi.AttributePath parse(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/boot/model/source/spi/AttributePath;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // java.lang.String path
         0: .line 43
            aload 0 /* path */
            ifnonnull 2
         1: .line 44
            aconst_null
            areturn
         2: .line 47
      StackMap locals:
      StackMap stack:
            new org.hibernate.boot.model.source.spi.AttributePath
            dup
            invokespecial org.hibernate.boot.model.source.spi.AttributePath.<init>:()V
            astore 1 /* attributePath */
        start local 1 // org.hibernate.boot.model.source.spi.AttributePath attributePath
         3: .line 48
            aload 0 /* path */
            ldc "\\."
            invokevirtual java.lang.String.split:(Ljava/lang/String;)[Ljava/lang/String;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 7
      StackMap locals: java.lang.String org.hibernate.boot.model.source.spi.AttributePath top int int java.lang.String[]
      StackMap stack:
         4: aload 5
            iload 3
            aaload
            astore 2 /* part */
        start local 2 // java.lang.String part
         5: .line 49
            aload 1 /* attributePath */
            aload 2 /* part */
            invokevirtual org.hibernate.boot.model.source.spi.AttributePath.append:(Ljava/lang/String;)Lorg/hibernate/boot/model/source/spi/AttributePath;
            astore 1 /* attributePath */
        end local 2 // java.lang.String part
         6: .line 48
            iinc 3 1
      StackMap locals:
      StackMap stack:
         7: iload 3
            iload 4
            if_icmplt 4
         8: .line 51
            aload 1 /* attributePath */
            areturn
        end local 1 // org.hibernate.boot.model.source.spi.AttributePath attributePath
        end local 0 // java.lang.String path
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           path  Ljava/lang/String;
            3    9     1  attributePath  Lorg/hibernate/boot/model/source/spi/AttributePath;
            5    6     2           part  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public org.hibernate.boot.model.source.spi.AbstractAttributeKey getParent();
    descriptor: ()Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.hibernate.boot.model.source.spi.AttributePath.getParent:()Lorg/hibernate/boot/model/source/spi/AttributePath;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.hibernate.boot.model.source.spi.AbstractAttributeKey append(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/hibernate/boot/model/source/spi/AbstractAttributeKey;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.hibernate.boot.model.source.spi.AttributePath.append:(Ljava/lang/String;)Lorg/hibernate/boot/model/source/spi/AttributePath;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AttributePath.java"