public class org.hibernate.mapping.DependantValue extends org.hibernate.mapping.SimpleValue
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.mapping.DependantValue
  super_class: org.hibernate.mapping.SimpleValue
{
  private org.hibernate.mapping.KeyValue wrappedValue;
    descriptor: Lorg/hibernate/mapping/KeyValue;
    flags: (0x0002) ACC_PRIVATE

  private boolean nullable;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean updateable;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.hibernate.boot.spi.MetadataImplementor, org.hibernate.mapping.Table, org.hibernate.mapping.KeyValue);
    descriptor: (Lorg/hibernate/boot/spi/MetadataImplementor;Lorg/hibernate/mapping/Table;Lorg/hibernate/mapping/KeyValue;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.hibernate.mapping.DependantValue this
        start local 1 // org.hibernate.boot.spi.MetadataImplementor metadata
        start local 2 // org.hibernate.mapping.Table table
        start local 3 // org.hibernate.mapping.KeyValue prototype
         0: .line 31
            aload 0 /* this */
            aload 1 /* metadata */
            aload 2 /* table */
            invokespecial org.hibernate.mapping.SimpleValue.<init>:(Lorg/hibernate/boot/spi/MetadataImplementor;Lorg/hibernate/mapping/Table;)V
         1: .line 32
            aload 0 /* this */
            aload 3 /* prototype */
            putfield org.hibernate.mapping.DependantValue.wrappedValue:Lorg/hibernate/mapping/KeyValue;
         2: .line 33
            return
        end local 3 // org.hibernate.mapping.KeyValue prototype
        end local 2 // org.hibernate.mapping.Table table
        end local 1 // org.hibernate.boot.spi.MetadataImplementor metadata
        end local 0 // org.hibernate.mapping.DependantValue this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/hibernate/mapping/DependantValue;
            0    3     1   metadata  Lorg/hibernate/boot/spi/MetadataImplementor;
            0    3     2      table  Lorg/hibernate/mapping/Table;
            0    3     3  prototype  Lorg/hibernate/mapping/KeyValue;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      metadata   
      table      
      prototype  

  public void <init>(org.hibernate.boot.spi.MetadataBuildingContext, org.hibernate.mapping.Table, org.hibernate.mapping.KeyValue);
    descriptor: (Lorg/hibernate/boot/spi/MetadataBuildingContext;Lorg/hibernate/mapping/Table;Lorg/hibernate/mapping/KeyValue;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.hibernate.mapping.DependantValue this
        start local 1 // org.hibernate.boot.spi.MetadataBuildingContext buildingContext
        start local 2 // org.hibernate.mapping.Table table
        start local 3 // org.hibernate.mapping.KeyValue prototype
         0: .line 36
            aload 0 /* this */
            aload 1 /* buildingContext */
            aload 2 /* table */
            invokespecial org.hibernate.mapping.SimpleValue.<init>:(Lorg/hibernate/boot/spi/MetadataBuildingContext;Lorg/hibernate/mapping/Table;)V
         1: .line 37
            aload 0 /* this */
            aload 3 /* prototype */
            putfield org.hibernate.mapping.DependantValue.wrappedValue:Lorg/hibernate/mapping/KeyValue;
         2: .line 38
            return
        end local 3 // org.hibernate.mapping.KeyValue prototype
        end local 2 // org.hibernate.mapping.Table table
        end local 1 // org.hibernate.boot.spi.MetadataBuildingContext buildingContext
        end local 0 // org.hibernate.mapping.DependantValue this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/hibernate/mapping/DependantValue;
            0    3     1  buildingContext  Lorg/hibernate/boot/spi/MetadataBuildingContext;
            0    3     2            table  Lorg/hibernate/mapping/Table;
            0    3     3        prototype  Lorg/hibernate/mapping/KeyValue;
    MethodParameters:
                 Name  Flags
      buildingContext  
      table            
      prototype        

  public org.hibernate.type.Type getType();
    descriptor: ()Lorg/hibernate/type/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.mapping.DependantValue this
         0: .line 41
            aload 0 /* this */
            getfield org.hibernate.mapping.DependantValue.wrappedValue:Lorg/hibernate/mapping/KeyValue;
            invokeinterface org.hibernate.mapping.KeyValue.getType:()Lorg/hibernate/type/Type;
            areturn
        end local 0 // org.hibernate.mapping.DependantValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/mapping/DependantValue;
    Exceptions:
      throws org.hibernate.MappingException

  public void setTypeUsingReflection(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.hibernate.mapping.DependantValue this
        start local 1 // java.lang.String className
        start local 2 // java.lang.String propertyName
         0: .line 44
            return
        end local 2 // java.lang.String propertyName
        end local 1 // java.lang.String className
        end local 0 // org.hibernate.mapping.DependantValue this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/hibernate/mapping/DependantValue;
            0    1     1     className  Ljava/lang/String;
            0    1     2  propertyName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      className     
      propertyName  

  public java.lang.Object accept(org.hibernate.mapping.ValueVisitor);
    descriptor: (Lorg/hibernate/mapping/ValueVisitor;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.mapping.DependantValue this
        start local 1 // org.hibernate.mapping.ValueVisitor visitor
         0: .line 47
            aload 1 /* visitor */
            aload 0 /* this */
            invokeinterface org.hibernate.mapping.ValueVisitor.accept:(Lorg/hibernate/mapping/DependantValue;)Ljava/lang/Object;
            areturn
        end local 1 // org.hibernate.mapping.ValueVisitor visitor
        end local 0 // org.hibernate.mapping.DependantValue this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/hibernate/mapping/DependantValue;
            0    1     1  visitor  Lorg/hibernate/mapping/ValueVisitor;
    MethodParameters:
         Name  Flags
      visitor  

  public boolean isNullable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.mapping.DependantValue this
         0: .line 51
            aload 0 /* this */
            getfield org.hibernate.mapping.DependantValue.nullable:Z
            ireturn
        end local 0 // org.hibernate.mapping.DependantValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/mapping/DependantValue;

  public void setNullable(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.mapping.DependantValue this
        start local 1 // boolean nullable
         0: .line 56
            aload 0 /* this */
            iload 1 /* nullable */
            putfield org.hibernate.mapping.DependantValue.nullable:Z
         1: .line 57
            return
        end local 1 // boolean nullable
        end local 0 // org.hibernate.mapping.DependantValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/hibernate/mapping/DependantValue;
            0    2     1  nullable  Z
    MethodParameters:
          Name  Flags
      nullable  

  public boolean isUpdateable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.mapping.DependantValue this
         0: .line 60
            aload 0 /* this */
            getfield org.hibernate.mapping.DependantValue.updateable:Z
            ireturn
        end local 0 // org.hibernate.mapping.DependantValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/mapping/DependantValue;

  public void setUpdateable(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.mapping.DependantValue this
        start local 1 // boolean updateable
         0: .line 64
            aload 0 /* this */
            iload 1 /* updateable */
            putfield org.hibernate.mapping.DependantValue.updateable:Z
         1: .line 65
            return
        end local 1 // boolean updateable
        end local 0 // org.hibernate.mapping.DependantValue this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/hibernate/mapping/DependantValue;
            0    2     1  updateable  Z
    MethodParameters:
            Name  Flags
      updateable  

  public boolean isSame(org.hibernate.mapping.SimpleValue);
    descriptor: (Lorg/hibernate/mapping/SimpleValue;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.mapping.DependantValue this
        start local 1 // org.hibernate.mapping.SimpleValue other
         0: .line 69
            aload 1 /* other */
            instanceof org.hibernate.mapping.DependantValue
            ifeq 1
            aload 0 /* this */
            aload 1 /* other */
            checkcast org.hibernate.mapping.DependantValue
            invokevirtual org.hibernate.mapping.DependantValue.isSame:(Lorg/hibernate/mapping/DependantValue;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // org.hibernate.mapping.SimpleValue other
        end local 0 // org.hibernate.mapping.DependantValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/hibernate/mapping/DependantValue;
            0    2     1  other  Lorg/hibernate/mapping/SimpleValue;
    MethodParameters:
       Name  Flags
      other  

  public boolean isSame(org.hibernate.mapping.DependantValue);
    descriptor: (Lorg/hibernate/mapping/DependantValue;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.mapping.DependantValue this
        start local 1 // org.hibernate.mapping.DependantValue other
         0: .line 73
            aload 0 /* this */
            aload 1 /* other */
            invokespecial org.hibernate.mapping.SimpleValue.isSame:(Lorg/hibernate/mapping/SimpleValue;)Z
            ifeq 3
         1: .line 74
            aload 0 /* this */
            getfield org.hibernate.mapping.DependantValue.wrappedValue:Lorg/hibernate/mapping/KeyValue;
            aload 1 /* other */
            getfield org.hibernate.mapping.DependantValue.wrappedValue:Lorg/hibernate/mapping/KeyValue;
            invokestatic org.hibernate.mapping.DependantValue.isSame:(Lorg/hibernate/mapping/Value;Lorg/hibernate/mapping/Value;)Z
            ifeq 3
         2: .line 73
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // org.hibernate.mapping.DependantValue other
        end local 0 // org.hibernate.mapping.DependantValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/hibernate/mapping/DependantValue;
            0    4     1  other  Lorg/hibernate/mapping/DependantValue;
    MethodParameters:
       Name  Flags
      other  
}
SourceFile: "DependantValue.java"