[antlr-interest] Specific tree node translation

Serafettin Senturk serafettin_sentuerk at intergral.com
Fri May 13 09:10:49 PDT 2005


 Hello,

 In my tree parser for the translation of "function" to "method", i write
the whole tree structure again in the action part like:

 { #func_def = #(#[METHOD,"method"],id, id2, id3); }

  but i only want to change the "method" part. How can i do it specifically?

  Regards,
 Serafettin









More information about the antlr-interest mailing list