/*
** Get a new compiler context, so the parsing of the text
** doesn't mess up anything in the current context
*/
LanguageConnectionContext lcc = getLanguageConnectionContext();
CompilerContext newCC = lcc.pushCompilerContext();
newCC.setReliability(CompilerContext.INTERNAL_SQL_LEGAL);
try
{
return QueryTreeNode.parseQueryText(newCC, actionText, (Object[])null, lcc);