public abstract class org.hibernate.param.AbstractExplicitParameterSpecification implements org.hibernate.param.ExplicitParameterSpecification
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.hibernate.param.AbstractExplicitParameterSpecification
  super_class: java.lang.Object
{
  private final int sourceLine;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  protected void <init>(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hibernate.param.AbstractExplicitParameterSpecification this
        start local 1 // int sourceLine
        start local 2 // int sourceColumn
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            aload 0 /* this */
            iload 1 /* sourceLine */
            putfield org.hibernate.param.AbstractExplicitParameterSpecification.sourceLine:I
         2: .line 46
            aload 0 /* this */
            iload 2 /* sourceColumn */
            putfield org.hibernate.param.AbstractExplicitParameterSpecification.sourceColumn:I
         3: .line 47
            return
        end local 2 // int sourceColumn
        end local 1 // int sourceLine
        end local 0 // org.hibernate.param.AbstractExplicitParameterSpecification this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/hibernate/param/AbstractExplicitParameterSpecification;
            0    4     1    sourceLine  I
            0    4     2  sourceColumn  I
    MethodParameters:
              Name  Flags
      sourceLine    
      sourceColumn  

  public int getSourceLine();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.param.AbstractExplicitParameterSpecification this
         0: .line 51
            aload 0 /* this */
            getfield org.hibernate.param.AbstractExplicitParameterSpecification.sourceLine:I
            ireturn
        end local 0 // org.hibernate.param.AbstractExplicitParameterSpecification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/param/AbstractExplicitParameterSpecification;

  public int getSourceColumn();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.param.AbstractExplicitParameterSpecification this
         0: .line 56
            aload 0 /* this */
            getfield org.hibernate.param.AbstractExplicitParameterSpecification.sourceColumn:I
            ireturn
        end local 0 // org.hibernate.param.AbstractExplicitParameterSpecification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/param/AbstractExplicitParameterSpecification;

  public org.hibernate.type.Type getExpectedType();
    descriptor: ()Lorg/hibernate/type/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.param.AbstractExplicitParameterSpecification this
         0: .line 61
            aload 0 /* this */
            getfield org.hibernate.param.AbstractExplicitParameterSpecification.expectedType:Lorg/hibernate/type/Type;
            areturn
        end local 0 // org.hibernate.param.AbstractExplicitParameterSpecification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/param/AbstractExplicitParameterSpecification;

  public void setExpectedType(org.hibernate.type.Type);
    descriptor: (Lorg/hibernate/type/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.param.AbstractExplicitParameterSpecification this
        start local 1 // org.hibernate.type.Type expectedType
         0: .line 66
            aload 0 /* this */
            aload 1 /* expectedType */
            putfield org.hibernate.param.AbstractExplicitParameterSpecification.expectedType:Lorg/hibernate/type/Type;
         1: .line 67
            return
        end local 1 // org.hibernate.type.Type expectedType
        end local 0 // org.hibernate.param.AbstractExplicitParameterSpecification this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/hibernate/param/AbstractExplicitParameterSpecification;
            0    2     1  expectedType  Lorg/hibernate/type/Type;
    MethodParameters:
              Name  Flags
      expectedType  
}
SourceFile: "AbstractExplicitParameterSpecification.java"