@@ -526,101 +526,125 @@ internal interface IsqlListener : IParseTreeListener {
526
526
/// <param name="context">The parse tree.</param>
527
527
void ExitUnary_operator ( [ NotNull ] sqlParser . Unary_operatorContext context ) ;
528
528
/// <summary>
529
- /// Enter a parse tree produced by the <c>SubqueryScalarExpression </c>
529
+ /// Enter a parse tree produced by the <c>AllScalarExpression </c>
530
530
/// labeled alternative in <see cref="sqlParser.primary_expression"/>.
531
531
/// </summary>
532
532
/// <param name="context">The parse tree.</param>
533
- void EnterSubqueryScalarExpression ( [ NotNull ] sqlParser . SubqueryScalarExpressionContext context ) ;
533
+ void EnterAllScalarExpression ( [ NotNull ] sqlParser . AllScalarExpressionContext context ) ;
534
534
/// <summary>
535
- /// Exit a parse tree produced by the <c>SubqueryScalarExpression </c>
535
+ /// Exit a parse tree produced by the <c>AllScalarExpression </c>
536
536
/// labeled alternative in <see cref="sqlParser.primary_expression"/>.
537
537
/// </summary>
538
538
/// <param name="context">The parse tree.</param>
539
- void ExitSubqueryScalarExpression ( [ NotNull ] sqlParser . SubqueryScalarExpressionContext context ) ;
539
+ void ExitAllScalarExpression ( [ NotNull ] sqlParser . AllScalarExpressionContext context ) ;
540
540
/// <summary>
541
- /// Enter a parse tree produced by the <c>PropertyRefScalarExpressionBase </c>
541
+ /// Enter a parse tree produced by the <c>LiteralScalarExpression </c>
542
542
/// labeled alternative in <see cref="sqlParser.primary_expression"/>.
543
543
/// </summary>
544
544
/// <param name="context">The parse tree.</param>
545
- void EnterPropertyRefScalarExpressionBase ( [ NotNull ] sqlParser . PropertyRefScalarExpressionBaseContext context ) ;
545
+ void EnterLiteralScalarExpression ( [ NotNull ] sqlParser . LiteralScalarExpressionContext context ) ;
546
546
/// <summary>
547
- /// Exit a parse tree produced by the <c>PropertyRefScalarExpressionBase </c>
547
+ /// Exit a parse tree produced by the <c>LiteralScalarExpression </c>
548
548
/// labeled alternative in <see cref="sqlParser.primary_expression"/>.
549
549
/// </summary>
550
550
/// <param name="context">The parse tree.</param>
551
- void ExitPropertyRefScalarExpressionBase ( [ NotNull ] sqlParser . PropertyRefScalarExpressionBaseContext context ) ;
551
+ void ExitLiteralScalarExpression ( [ NotNull ] sqlParser . LiteralScalarExpressionContext context ) ;
552
552
/// <summary>
553
- /// Enter a parse tree produced by the <c>FunctionCallScalarExpression </c>
553
+ /// Enter a parse tree produced by the <c>ObjectCreateScalarExpression </c>
554
554
/// labeled alternative in <see cref="sqlParser.primary_expression"/>.
555
555
/// </summary>
556
556
/// <param name="context">The parse tree.</param>
557
- void EnterFunctionCallScalarExpression ( [ NotNull ] sqlParser . FunctionCallScalarExpressionContext context ) ;
557
+ void EnterObjectCreateScalarExpression ( [ NotNull ] sqlParser . ObjectCreateScalarExpressionContext context ) ;
558
558
/// <summary>
559
- /// Exit a parse tree produced by the <c>FunctionCallScalarExpression </c>
559
+ /// Exit a parse tree produced by the <c>ObjectCreateScalarExpression </c>
560
560
/// labeled alternative in <see cref="sqlParser.primary_expression"/>.
561
561
/// </summary>
562
562
/// <param name="context">The parse tree.</param>
563
- void ExitFunctionCallScalarExpression ( [ NotNull ] sqlParser . FunctionCallScalarExpressionContext context ) ;
563
+ void ExitObjectCreateScalarExpression ( [ NotNull ] sqlParser . ObjectCreateScalarExpressionContext context ) ;
564
564
/// <summary>
565
- /// Enter a parse tree produced by the <c>LiteralScalarExpression </c>
565
+ /// Enter a parse tree produced by the <c>ArrayCreateScalarExpression </c>
566
566
/// labeled alternative in <see cref="sqlParser.primary_expression"/>.
567
567
/// </summary>
568
568
/// <param name="context">The parse tree.</param>
569
- void EnterLiteralScalarExpression ( [ NotNull ] sqlParser . LiteralScalarExpressionContext context ) ;
569
+ void EnterArrayCreateScalarExpression ( [ NotNull ] sqlParser . ArrayCreateScalarExpressionContext context ) ;
570
570
/// <summary>
571
- /// Exit a parse tree produced by the <c>LiteralScalarExpression </c>
571
+ /// Exit a parse tree produced by the <c>ArrayCreateScalarExpression </c>
572
572
/// labeled alternative in <see cref="sqlParser.primary_expression"/>.
573
573
/// </summary>
574
574
/// <param name="context">The parse tree.</param>
575
- void ExitLiteralScalarExpression ( [ NotNull ] sqlParser . LiteralScalarExpressionContext context ) ;
575
+ void ExitArrayCreateScalarExpression ( [ NotNull ] sqlParser . ArrayCreateScalarExpressionContext context ) ;
576
576
/// <summary>
577
- /// Enter a parse tree produced by the <c>ObjectCreateScalarExpression </c>
577
+ /// Enter a parse tree produced by the <c>MemberIndexerScalarExpression </c>
578
578
/// labeled alternative in <see cref="sqlParser.primary_expression"/>.
579
579
/// </summary>
580
580
/// <param name="context">The parse tree.</param>
581
- void EnterObjectCreateScalarExpression ( [ NotNull ] sqlParser . ObjectCreateScalarExpressionContext context ) ;
581
+ void EnterMemberIndexerScalarExpression ( [ NotNull ] sqlParser . MemberIndexerScalarExpressionContext context ) ;
582
582
/// <summary>
583
- /// Exit a parse tree produced by the <c>ObjectCreateScalarExpression </c>
583
+ /// Exit a parse tree produced by the <c>MemberIndexerScalarExpression </c>
584
584
/// labeled alternative in <see cref="sqlParser.primary_expression"/>.
585
585
/// </summary>
586
586
/// <param name="context">The parse tree.</param>
587
- void ExitObjectCreateScalarExpression ( [ NotNull ] sqlParser . ObjectCreateScalarExpressionContext context ) ;
587
+ void ExitMemberIndexerScalarExpression ( [ NotNull ] sqlParser . MemberIndexerScalarExpressionContext context ) ;
588
588
/// <summary>
589
- /// Enter a parse tree produced by the <c>ParenthesizedScalarExperession </c>
589
+ /// Enter a parse tree produced by the <c>SubqueryScalarExpression </c>
590
590
/// labeled alternative in <see cref="sqlParser.primary_expression"/>.
591
591
/// </summary>
592
592
/// <param name="context">The parse tree.</param>
593
- void EnterParenthesizedScalarExperession ( [ NotNull ] sqlParser . ParenthesizedScalarExperessionContext context ) ;
593
+ void EnterSubqueryScalarExpression ( [ NotNull ] sqlParser . SubqueryScalarExpressionContext context ) ;
594
594
/// <summary>
595
- /// Exit a parse tree produced by the <c>ParenthesizedScalarExperession </c>
595
+ /// Exit a parse tree produced by the <c>SubqueryScalarExpression </c>
596
596
/// labeled alternative in <see cref="sqlParser.primary_expression"/>.
597
597
/// </summary>
598
598
/// <param name="context">The parse tree.</param>
599
- void ExitParenthesizedScalarExperession ( [ NotNull ] sqlParser . ParenthesizedScalarExperessionContext context ) ;
599
+ void ExitSubqueryScalarExpression ( [ NotNull ] sqlParser . SubqueryScalarExpressionContext context ) ;
600
600
/// <summary>
601
- /// Enter a parse tree produced by the <c>ParameterRefScalarExpression </c>
601
+ /// Enter a parse tree produced by the <c>PropertyRefScalarExpressionBase </c>
602
602
/// labeled alternative in <see cref="sqlParser.primary_expression"/>.
603
603
/// </summary>
604
604
/// <param name="context">The parse tree.</param>
605
- void EnterParameterRefScalarExpression ( [ NotNull ] sqlParser . ParameterRefScalarExpressionContext context ) ;
605
+ void EnterPropertyRefScalarExpressionBase ( [ NotNull ] sqlParser . PropertyRefScalarExpressionBaseContext context ) ;
606
606
/// <summary>
607
- /// Exit a parse tree produced by the <c>ParameterRefScalarExpression </c>
607
+ /// Exit a parse tree produced by the <c>PropertyRefScalarExpressionBase </c>
608
608
/// labeled alternative in <see cref="sqlParser.primary_expression"/>.
609
609
/// </summary>
610
610
/// <param name="context">The parse tree.</param>
611
- void ExitParameterRefScalarExpression ( [ NotNull ] sqlParser . ParameterRefScalarExpressionContext context ) ;
611
+ void ExitPropertyRefScalarExpressionBase ( [ NotNull ] sqlParser . PropertyRefScalarExpressionBaseContext context ) ;
612
612
/// <summary>
613
- /// Enter a parse tree produced by the <c>ArrayCreateScalarExpression </c>
613
+ /// Enter a parse tree produced by the <c>FunctionCallScalarExpression </c>
614
614
/// labeled alternative in <see cref="sqlParser.primary_expression"/>.
615
615
/// </summary>
616
616
/// <param name="context">The parse tree.</param>
617
- void EnterArrayCreateScalarExpression ( [ NotNull ] sqlParser . ArrayCreateScalarExpressionContext context ) ;
617
+ void EnterFunctionCallScalarExpression ( [ NotNull ] sqlParser . FunctionCallScalarExpressionContext context ) ;
618
618
/// <summary>
619
- /// Exit a parse tree produced by the <c>ArrayCreateScalarExpression </c>
619
+ /// Exit a parse tree produced by the <c>FunctionCallScalarExpression </c>
620
620
/// labeled alternative in <see cref="sqlParser.primary_expression"/>.
621
621
/// </summary>
622
622
/// <param name="context">The parse tree.</param>
623
- void ExitArrayCreateScalarExpression ( [ NotNull ] sqlParser . ArrayCreateScalarExpressionContext context ) ;
623
+ void ExitFunctionCallScalarExpression ( [ NotNull ] sqlParser . FunctionCallScalarExpressionContext context ) ;
624
+ /// <summary>
625
+ /// Enter a parse tree produced by the <c>ParenthesizedScalarExperession</c>
626
+ /// labeled alternative in <see cref="sqlParser.primary_expression"/>.
627
+ /// </summary>
628
+ /// <param name="context">The parse tree.</param>
629
+ void EnterParenthesizedScalarExperession ( [ NotNull ] sqlParser . ParenthesizedScalarExperessionContext context ) ;
630
+ /// <summary>
631
+ /// Exit a parse tree produced by the <c>ParenthesizedScalarExperession</c>
632
+ /// labeled alternative in <see cref="sqlParser.primary_expression"/>.
633
+ /// </summary>
634
+ /// <param name="context">The parse tree.</param>
635
+ void ExitParenthesizedScalarExperession ( [ NotNull ] sqlParser . ParenthesizedScalarExperessionContext context ) ;
636
+ /// <summary>
637
+ /// Enter a parse tree produced by the <c>ParameterRefScalarExpression</c>
638
+ /// labeled alternative in <see cref="sqlParser.primary_expression"/>.
639
+ /// </summary>
640
+ /// <param name="context">The parse tree.</param>
641
+ void EnterParameterRefScalarExpression ( [ NotNull ] sqlParser . ParameterRefScalarExpressionContext context ) ;
642
+ /// <summary>
643
+ /// Exit a parse tree produced by the <c>ParameterRefScalarExpression</c>
644
+ /// labeled alternative in <see cref="sqlParser.primary_expression"/>.
645
+ /// </summary>
646
+ /// <param name="context">The parse tree.</param>
647
+ void ExitParameterRefScalarExpression ( [ NotNull ] sqlParser . ParameterRefScalarExpressionContext context ) ;
624
648
/// <summary>
625
649
/// Enter a parse tree produced by the <c>ExistsScalarExpression</c>
626
650
/// labeled alternative in <see cref="sqlParser.primary_expression"/>.
@@ -646,29 +670,27 @@ internal interface IsqlListener : IParseTreeListener {
646
670
/// <param name="context">The parse tree.</param>
647
671
void ExitArrayScalarExpression ( [ NotNull ] sqlParser . ArrayScalarExpressionContext context ) ;
648
672
/// <summary>
649
- /// Enter a parse tree produced by the <c>MemberIndexerScalarExpression </c>
673
+ /// Enter a parse tree produced by the <c>PropertyRefScalarExpressionRecursive </c>
650
674
/// labeled alternative in <see cref="sqlParser.primary_expression"/>.
651
675
/// </summary>
652
676
/// <param name="context">The parse tree.</param>
653
- void EnterMemberIndexerScalarExpression ( [ NotNull ] sqlParser . MemberIndexerScalarExpressionContext context ) ;
677
+ void EnterPropertyRefScalarExpressionRecursive ( [ NotNull ] sqlParser . PropertyRefScalarExpressionRecursiveContext context ) ;
654
678
/// <summary>
655
- /// Exit a parse tree produced by the <c>MemberIndexerScalarExpression </c>
679
+ /// Exit a parse tree produced by the <c>PropertyRefScalarExpressionRecursive </c>
656
680
/// labeled alternative in <see cref="sqlParser.primary_expression"/>.
657
681
/// </summary>
658
682
/// <param name="context">The parse tree.</param>
659
- void ExitMemberIndexerScalarExpression ( [ NotNull ] sqlParser . MemberIndexerScalarExpressionContext context ) ;
683
+ void ExitPropertyRefScalarExpressionRecursive ( [ NotNull ] sqlParser . PropertyRefScalarExpressionRecursiveContext context ) ;
660
684
/// <summary>
661
- /// Enter a parse tree produced by the <c>PropertyRefScalarExpressionRecursive</c>
662
- /// labeled alternative in <see cref="sqlParser.primary_expression"/>.
685
+ /// Enter a parse tree produced by <see cref="sqlParser.function_call_scalar_expression"/>.
663
686
/// </summary>
664
687
/// <param name="context">The parse tree.</param>
665
- void EnterPropertyRefScalarExpressionRecursive ( [ NotNull ] sqlParser . PropertyRefScalarExpressionRecursiveContext context ) ;
688
+ void EnterFunction_call_scalar_expression ( [ NotNull ] sqlParser . Function_call_scalar_expressionContext context ) ;
666
689
/// <summary>
667
- /// Exit a parse tree produced by the <c>PropertyRefScalarExpressionRecursive</c>
668
- /// labeled alternative in <see cref="sqlParser.primary_expression"/>.
690
+ /// Exit a parse tree produced by <see cref="sqlParser.function_call_scalar_expression"/>.
669
691
/// </summary>
670
692
/// <param name="context">The parse tree.</param>
671
- void ExitPropertyRefScalarExpressionRecursive ( [ NotNull ] sqlParser . PropertyRefScalarExpressionRecursiveContext context ) ;
693
+ void ExitFunction_call_scalar_expression ( [ NotNull ] sqlParser . Function_call_scalar_expressionContext context ) ;
672
694
/// <summary>
673
695
/// Enter a parse tree produced by <see cref="sqlParser.scalar_expression_list"/>.
674
696
/// </summary>
@@ -700,6 +722,16 @@ internal interface IsqlListener : IParseTreeListener {
700
722
/// <param name="context">The parse tree.</param>
701
723
void ExitObject_property ( [ NotNull ] sqlParser . Object_propertyContext context ) ;
702
724
/// <summary>
725
+ /// Enter a parse tree produced by <see cref="sqlParser.identifier"/>.
726
+ /// </summary>
727
+ /// <param name="context">The parse tree.</param>
728
+ void EnterIdentifier ( [ NotNull ] sqlParser . IdentifierContext context ) ;
729
+ /// <summary>
730
+ /// Exit a parse tree produced by <see cref="sqlParser.identifier"/>.
731
+ /// </summary>
732
+ /// <param name="context">The parse tree.</param>
733
+ void ExitIdentifier ( [ NotNull ] sqlParser . IdentifierContext context ) ;
734
+ /// <summary>
703
735
/// Enter a parse tree produced by <see cref="sqlParser.literal"/>.
704
736
/// </summary>
705
737
/// <param name="context">The parse tree.</param>
0 commit comments