public interface org.hibernate.hql.spi.ParameterInformation
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.hql.spi.ParameterInformation
  super_class: java.lang.Object
{
  public abstract int[] getSourceLocations();
    descriptor: ()[I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.hibernate.type.Type getExpectedType();
    descriptor: ()Lorg/hibernate/type/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setExpectedType(org.hibernate.type.Type);
    descriptor: (Lorg/hibernate/type/Type;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      expectedType  

  public abstract void addSourceLocation(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      position  
}
SourceFile: "ParameterInformation.java"