I think that altering code generation so catch-clauses get replace
with the action specified is the best aproach in my case:

@rulecatch {
catch (RecognitionException e) {
    ...
    throw e;
}
}

Cheers,


Marouane


2009/8/3 Marwan Ajraoui <marwan.ale...@gmail.com>:
> Hi there;
>
> I did define a customized node, extending a commonTree, defined an
> adaptor extending a  CommonTreeAdaptor, for my semantic analysis.
> Nevertheless, I'm getting a classCastException, when the parser find
> the first sintax error.
>
> The reason is that it can not cast CommonErrorNode to my customized
> node, since both extend CommonTree.
>
> I'm interested on reporting all parser errores no just the first one.
> What is the better aproach, dealing with this expcetion so it doesn't
> stop the execution?
>
> Thx in advance for any help,
>
> Cheers
>
> --
> Marouane
>



-- 
Marouane

List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to il-antlr-interest@googlegroups.com
To unsubscribe from this group, send email to 
il-antlr-interest+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to