public class org.hibernate.hql.internal.classic.FromPathExpressionParser extends org.hibernate.hql.internal.classic.PathExpressionParser
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.hql.internal.classic.FromPathExpressionParser
  super_class: org.hibernate.hql.internal.classic.PathExpressionParser
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.hql.internal.classic.FromPathExpressionParser this
         0: .line 30
            aload 0 /* this */
            invokespecial org.hibernate.hql.internal.classic.PathExpressionParser.<init>:()V
            return
        end local 0 // org.hibernate.hql.internal.classic.FromPathExpressionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/hql/internal/classic/FromPathExpressionParser;

  public void end(org.hibernate.hql.internal.classic.QueryTranslatorImpl);
    descriptor: (Lorg/hibernate/hql/internal/classic/QueryTranslatorImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.hibernate.hql.internal.classic.FromPathExpressionParser this
        start local 1 // org.hibernate.hql.internal.classic.QueryTranslatorImpl q
         0: .line 33
            aload 0 /* this */
            invokevirtual org.hibernate.hql.internal.classic.FromPathExpressionParser.isCollectionValued:()Z
            ifne 9
         1: .line 34
            aload 0 /* this */
            invokevirtual org.hibernate.hql.internal.classic.FromPathExpressionParser.getPropertyType:()Lorg/hibernate/type/Type;
            astore 2 /* type */
        start local 2 // org.hibernate.type.Type type
         2: .line 35
            aload 2 /* type */
            invokeinterface org.hibernate.type.Type.isEntityType:()Z
            ifeq 6
         3: .line 37
            aload 0 /* this */
            ldc "."
            aload 1 /* q */
            invokevirtual org.hibernate.hql.internal.classic.FromPathExpressionParser.token:(Ljava/lang/String;Lorg/hibernate/hql/internal/classic/QueryTranslatorImpl;)V
         4: .line 38
            aload 0 /* this */
            aconst_null
            aload 1 /* q */
            invokevirtual org.hibernate.hql.internal.classic.FromPathExpressionParser.token:(Ljava/lang/String;Lorg/hibernate/hql/internal/classic/QueryTranslatorImpl;)V
         5: .line 39
            goto 9
         6: .line 40
      StackMap locals: org.hibernate.type.Type
      StackMap stack:
            aload 2 /* type */
            invokeinterface org.hibernate.type.Type.isCollectionType:()Z
            ifeq 9
         7: .line 42
            aload 0 /* this */
            ldc "."
            aload 1 /* q */
            invokevirtual org.hibernate.hql.internal.classic.FromPathExpressionParser.token:(Ljava/lang/String;Lorg/hibernate/hql/internal/classic/QueryTranslatorImpl;)V
         8: .line 43
            aload 0 /* this */
            ldc "elements"
            aload 1 /* q */
            invokevirtual org.hibernate.hql.internal.classic.FromPathExpressionParser.token:(Ljava/lang/String;Lorg/hibernate/hql/internal/classic/QueryTranslatorImpl;)V
        end local 2 // org.hibernate.type.Type type
         9: .line 46
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* q */
            invokespecial org.hibernate.hql.internal.classic.PathExpressionParser.end:(Lorg/hibernate/hql/internal/classic/QueryTranslatorImpl;)V
        10: .line 47
            return
        end local 1 // org.hibernate.hql.internal.classic.QueryTranslatorImpl q
        end local 0 // org.hibernate.hql.internal.classic.FromPathExpressionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/hibernate/hql/internal/classic/FromPathExpressionParser;
            0   11     1     q  Lorg/hibernate/hql/internal/classic/QueryTranslatorImpl;
            2    9     2  type  Lorg/hibernate/type/Type;
    Exceptions:
      throws org.hibernate.QueryException
    MethodParameters:
      Name  Flags
      q     

  protected void setExpectingCollectionIndex();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.hibernate.hql.internal.classic.FromPathExpressionParser this
         0: .line 50
            new org.hibernate.QueryException
            dup
            new java.lang.StringBuilder
            dup
            ldc "illegal syntax near collection-valued path expression in from: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual org.hibernate.hql.internal.classic.FromPathExpressionParser.getCollectionName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.hibernate.QueryException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.hql.internal.classic.FromPathExpressionParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/hql/internal/classic/FromPathExpressionParser;
    Exceptions:
      throws org.hibernate.QueryException
}
SourceFile: "FromPathExpressionParser.java"