[antlr-interest] Re: How to copy/reference hidden tokens in transformations
Joan Pujol
joanpujol at gmail.com
Wed Nov 17 03:50:01 PST 2004
On Tue, 16 Nov 2004 18:24:39 -0000, Bryan <ewbank at synopsys.com> wrote:
> There's a minor gotcha, at least in C++. You need to match the
> prototype exactly -- the argument for initialize must be the same
> as that in the base class, not your new node type; otherwise, it is
> not overloaded and the new function is bypassed.
In java too. Java like C++ hasn't dynamic binding for parameters.
There are extensions like multijava but...
Cheers,
--
Joan Jesús Pujol Espinar
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/antlr-interest/
<*> To unsubscribe from this group, send an email to:
antlr-interest-unsubscribe at yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
More information about the antlr-interest
mailing list