Skip to content

Commit e96f485

Browse files
committed
introduced linking between Function and ASTNode
1 parent a55c4de commit e96f485

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2619,6 +2619,7 @@ Function Function() #Function:
26192619
retval.setParameters(expressionList);
26202620
retval.setName(funcName);
26212621
retval.setKeep(keep);
2622+
linkAST(retval,jjtThis);
26222623
return retval;
26232624
}
26242625
}

0 commit comments

Comments
 (0)