On Sun, Feb 13, 2011 at 8:49 AM, Adam Augusta <[email protected]> wrote:
> spantag:        ^(parent=SPAN e=TEXT) {"boo".equals($e.getText())}?
> {adaptor.setChild($parent, 0, adaptor.create(TEXT, "moo"));};
>
> This works.  Is there a more elegant way, or is this a reasonable approach?

Sorry, I think I answered my own question.
spantag:        ^(SPAN e=TEXT) {"boo".equals($e.getText())}? -> ^(SPAN
{adaptor.create(TEXT, "moo")});

I didn't realize you could use inline code in the rewrite statement this way.

Thanks,
-Adam

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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en.

Reply via email to