Skip to content

Commit

Permalink
introduced linking between Function and ASTNode
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Jun 9, 2017
1 parent a55c4de commit e96f485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt
Original file line number Diff line number Diff line change
Expand Up @@ -2619,6 +2619,7 @@ Function Function() #Function:
retval.setParameters(expressionList);
retval.setName(funcName);
retval.setKeep(keep);
linkAST(retval,jjtThis);
return retval;
}
}
Expand Down

0 comments on commit e96f485

Please sign in to comment.