88// </auto-generated>
99//------------------------------------------------------------------------------
1010
11- // $ANTLR 3.5.0.2 SqlGenerator.g 2014-08-03 13:46:15
11+ // $ANTLR 3.5.0.2 SqlGenerator.g 2014-08-03 19:45:43
1212
1313// The variable 'variable' is assigned but its value is never used.
1414#pragma warning disable 219
@@ -5717,7 +5717,7 @@ private TreeRuleReturnScope<IASTNode> constant()
57175717 partial void EnterRule_arithmeticExpr ( ) ;
57185718 partial void LeaveRule_arithmeticExpr ( ) ;
57195719 // $ANTLR start "arithmeticExpr"
5720- // SqlGenerator.g:293:1: arithmeticExpr : ( additiveExpr | bitwiseExpr | multiplicativeExpr | ^( UNARY_MINUS expr ) | caseExpr );
5720+ // SqlGenerator.g:293:1: arithmeticExpr : ( additiveExpr | bitwiseExpr | multiplicativeExpr | ^( UNARY_MINUS nestedExprAfterMinusDiv ) | caseExpr );
57215721 [ GrammarRule ( "arithmeticExpr" ) ]
57225722 private void arithmeticExpr ( )
57235723 {
@@ -5728,7 +5728,7 @@ private void arithmeticExpr()
57285728 DebugLocation ( 293 , 1 ) ;
57295729 try
57305730 {
5731- // SqlGenerator.g:294:2: ( additiveExpr | bitwiseExpr | multiplicativeExpr | ^( UNARY_MINUS expr ) | caseExpr )
5731+ // SqlGenerator.g:294:2: ( additiveExpr | bitwiseExpr | multiplicativeExpr | ^( UNARY_MINUS nestedExprAfterMinusDiv ) | caseExpr )
57325732 int alt55 = 5 ;
57335733 try { DebugEnterDecision ( 55 , false ) ;
57345734 switch ( input . LA ( 1 ) )
@@ -5814,7 +5814,7 @@ private void arithmeticExpr()
58145814 break ;
58155815 case 4 :
58165816 DebugEnterAlt ( 4 ) ;
5817- // SqlGenerator.g:298:4: ^( UNARY_MINUS expr )
5817+ // SqlGenerator.g:298:4: ^( UNARY_MINUS nestedExprAfterMinusDiv )
58185818 {
58195819 DebugLocation ( 298 , 4 ) ;
58205820 DebugLocation ( 298 , 6 ) ;
@@ -5828,8 +5828,8 @@ private void arithmeticExpr()
58285828
58295829 Match ( input , TokenTypes . Down , null ) ; if ( state . failed ) return ;
58305830 DebugLocation ( 298 , 32 ) ;
5831- PushFollow ( Follow . _expr_in_arithmeticExpr1659 ) ;
5832- expr ( ) ;
5831+ PushFollow ( Follow . _nestedExprAfterMinusDiv_in_arithmeticExpr1659 ) ;
5832+ nestedExprAfterMinusDiv ( ) ;
58335833 PopFollow ( ) ;
58345834 if ( state . failed ) return ;
58355835
@@ -8407,7 +8407,7 @@ private static class Follow
84078407 public static readonly BitSet _bitwiseExpr_in_arithmeticExpr1643 = new BitSet ( new ulong [ ] { 0x2UL } ) ;
84088408 public static readonly BitSet _multiplicativeExpr_in_arithmeticExpr1648 = new BitSet ( new ulong [ ] { 0x2UL } ) ;
84098409 public static readonly BitSet _UNARY_MINUS_in_arithmeticExpr1655 = new BitSet ( new ulong [ ] { 0x4UL } ) ;
8410- public static readonly BitSet _expr_in_arithmeticExpr1659 = new BitSet ( new ulong [ ] { 0x8UL } ) ;
8410+ public static readonly BitSet _nestedExprAfterMinusDiv_in_arithmeticExpr1659 = new BitSet ( new ulong [ ] { 0x8UL } ) ;
84118411 public static readonly BitSet _caseExpr_in_arithmeticExpr1665 = new BitSet ( new ulong [ ] { 0x2UL } ) ;
84128412 public static readonly BitSet _PLUS_in_additiveExpr1677 = new BitSet ( new ulong [ ] { 0x4UL } ) ;
84138413 public static readonly BitSet _expr_in_additiveExpr1679 = new BitSet ( new ulong [ ] { 0x8801003140ED150UL , 0x561444C01F814010UL , 0x208080UL } ) ;
0 commit comments