EsperEPL2GrammarParser g = ParseHelper.newParser(tokens);
EsperEPL2GrammarParser.StartEventPropertyRuleContext r;
try {
r = g.startEventPropertyRule();
}
catch (RecognitionException e) {
return handleRecognitionEx(e, tokens, propertyName, g);
}
catch (RuntimeException e) {