public class org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo
  super_class: java.lang.Object
{
  private final int[] sqlLocations;
    descriptor: [I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.hibernate.type.Type expectedType;
    descriptor: Lorg/hibernate/type/Type;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int[], org.hibernate.type.Type);
    descriptor: ([ILorg/hibernate/type/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo this
        start local 1 // int[] sqlPositions
        start local 2 // org.hibernate.type.Type expectedType
         0: .line 160
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 161
            aload 0 /* this */
            aload 1 /* sqlPositions */
            putfield org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo.sqlLocations:[I
         2: .line 162
            aload 0 /* this */
            aload 2 /* expectedType */
            putfield org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo.expectedType:Lorg/hibernate/type/Type;
         3: .line 163
            return
        end local 2 // org.hibernate.type.Type expectedType
        end local 1 // int[] sqlPositions
        end local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl$ParameterInfo;
            0    4     1  sqlPositions  [I
            0    4     2  expectedType  Lorg/hibernate/type/Type;
    MethodParameters:
              Name  Flags
      sqlPositions  
      expectedType  

  public void <init>(int, org.hibernate.type.Type);
    descriptor: (ILorg/hibernate/type/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo this
        start local 1 // int sqlPosition
        start local 2 // org.hibernate.type.Type expectedType
         0: .line 165
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 166
            aload 0 /* this */
            iconst_1
            newarray 10
            dup
            iconst_0
            iload 1 /* sqlPosition */
            iastore
            putfield org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo.sqlLocations:[I
         2: .line 167
            aload 0 /* this */
            aload 2 /* expectedType */
            putfield org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo.expectedType:Lorg/hibernate/type/Type;
         3: .line 168
            return
        end local 2 // org.hibernate.type.Type expectedType
        end local 1 // int sqlPosition
        end local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl$ParameterInfo;
            0    4     1   sqlPosition  I
            0    4     2  expectedType  Lorg/hibernate/type/Type;
    MethodParameters:
              Name  Flags
      sqlPosition   
      expectedType  

  public int[] getSqlLocations();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo this
         0: .line 171
            aload 0 /* this */
            getfield org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo.sqlLocations:[I
            areturn
        end local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl$ParameterInfo;

  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.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo this
         0: .line 175
            aload 0 /* this */
            getfield org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo.expectedType:Lorg/hibernate/type/Type;
            areturn
        end local 0 // org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/hql/internal/ast/ParameterTranslationsImpl$ParameterInfo;
}
SourceFile: "ParameterTranslationsImpl.java"
NestHost: org.hibernate.hql.internal.ast.ParameterTranslationsImpl
InnerClasses:
  public ParameterInfo = org.hibernate.hql.internal.ast.ParameterTranslationsImpl$ParameterInfo of org.hibernate.hql.internal.ast.ParameterTranslationsImpl