ScenarioParser thisParser = new ScenarioParser(tokens);
parser = thisParser;
((ScenarioLexer)lexer).enableErrorMessageCollection(true);
thisParser.enableErrorMessageCollection(true);
try
{
thisParser.start();
if (((ScenarioLexer)lexer).hasExceptions())