8
8
// </auto-generated>
9
9
//------------------------------------------------------------------------------
10
10
11
- // $ANTLR 3.5.0.2 HqlSqlWalker.g 2014-10-10 11:16:23
11
+ // $ANTLR 3.5.0.2 HqlSqlWalker.g 2015-02-24 17:27:15
12
12
13
13
// The variable 'variable' is assigned but its value is never used.
14
14
#pragma warning disable 219
@@ -2585,7 +2585,7 @@ private AstTreeRuleReturnScope<IASTNode, IASTNode> orderExpr()
2585
2585
partial void EnterRule_resultVariableRef ( ) ;
2586
2586
partial void LeaveRule_resultVariableRef ( ) ;
2587
2587
// $ANTLR start "resultVariableRef"
2588
- // HqlSqlWalker.g:158:1: resultVariableRef : i= identifier -> ^( RESULT_VARIABLE_REF[$i.start.ToString() ] ) ;
2588
+ // HqlSqlWalker.g:158:1: resultVariableRef : i= identifier -> ^( RESULT_VARIABLE_REF[$i.tree.Text ] ) ;
2589
2589
[ GrammarRule ( "resultVariableRef" ) ]
2590
2590
private AstTreeRuleReturnScope < IASTNode , IASTNode > resultVariableRef ( )
2591
2591
{
@@ -2607,7 +2607,7 @@ private AstTreeRuleReturnScope<IASTNode, IASTNode> resultVariableRef()
2607
2607
DebugLocation ( 158 , 1 ) ;
2608
2608
try
2609
2609
{
2610
- // HqlSqlWalker.g:162:2: (i= identifier -> ^( RESULT_VARIABLE_REF[$i.start.ToString() ] ) )
2610
+ // HqlSqlWalker.g:162:2: (i= identifier -> ^( RESULT_VARIABLE_REF[$i.tree.Text ] ) )
2611
2611
DebugEnterAlt ( 1 ) ;
2612
2612
// HqlSqlWalker.g:162:4: i= identifier
2613
2613
{
@@ -2632,14 +2632,14 @@ private AstTreeRuleReturnScope<IASTNode, IASTNode> resultVariableRef()
2632
2632
RewriteRuleSubtreeStream stream_retval = new RewriteRuleSubtreeStream ( adaptor , "rule retval" , retval != null ? retval . Tree : null ) ;
2633
2633
2634
2634
root_0 = ( IASTNode ) adaptor . Nil ( ) ;
2635
- // 163:2: -> ^( RESULT_VARIABLE_REF[$i.start.ToString() ] )
2635
+ // 163:2: -> ^( RESULT_VARIABLE_REF[$i.tree.Text ] )
2636
2636
{
2637
2637
DebugLocation ( 163 , 5 ) ;
2638
- // HqlSqlWalker.g:163:5: ^( RESULT_VARIABLE_REF[$i.start.ToString() ] )
2638
+ // HqlSqlWalker.g:163:5: ^( RESULT_VARIABLE_REF[$i.tree.Text ] )
2639
2639
{
2640
2640
IASTNode root_1 = ( IASTNode ) adaptor . Nil ( ) ;
2641
2641
DebugLocation ( 163 , 7 ) ;
2642
- root_1 = ( IASTNode ) adaptor . BecomeRoot ( ( IASTNode ) adaptor . Create ( RESULT_VARIABLE_REF , ( i != null ? ( ( IASTNode ) i . Start ) : default ( IASTNode ) ) . ToString ( ) ) , root_1 ) ;
2642
+ root_1 = ( IASTNode ) adaptor . BecomeRoot ( ( IASTNode ) adaptor . Create ( RESULT_VARIABLE_REF , ( i != null ? ( ( IASTNode ) i . Tree ) : default ( IASTNode ) ) . Text ) , root_1 ) ;
2643
2643
2644
2644
adaptor . AddChild ( root_0 , root_1 ) ;
2645
2645
}
0 commit comments