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.cfg.Mappings, org.hibernate.mapping.Table, org.hibernate.mapping.KeyValue);
    descriptor: (Lorg/hibernate/cfg/Mappings;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.cfg.Mappings mappings
        start local 2 // org.hibernate.mapping.Table table
        start local 3 // org.hibernate.mapping.KeyValue prototype
         0: .line 42
            aload 0 /* this */
            aload 1 /* mappings */
            aload 2 /* table */
            invokespecial org.hibernate.mapping.SimpleValue.<init>:(Lorg/hibernate/cfg/Mappings;Lorg/hibernate/mapping/Table;)V
         1: .line 43
            aload 0 /* this */
            aload 3 /* prototype */
            putfield org.hibernate.mapping.DependantValue.wrappedValue:Lorg/hibernate/mapping/KeyValue;
         2: .line 44
            return
        end local 3 // org.hibernate.mapping.KeyValue prototype
        end local 2 // org.hibernate.mapping.Table table
        end local 1 // org.hibernate.cfg.Mappings mappings
        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   mappings  Lorg/hibernate/cfg/Mappings;
            0    3     2      table  Lorg/hibernate/mapping/Table;
            0    3     3  prototype  Lorg/hibernate/mapping/KeyValue;
    MethodParameters:
           Name  Flags
      mappings   
      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 47
            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 50
            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 53
            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 57
            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 62
            aload 0 /* this */
            iload 1 /* nullable */
            putfield org.hibernate.mapping.DependantValue.nullable:Z
         1: .line 63
            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 66
            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 70
            aload 0 /* this */
            iload 1 /* updateable */
            putfield org.hibernate.mapping.DependantValue.updateable:Z
         1: .line 71
            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  
}
SourceFile: "DependantValue.java"