in an action I want to write
int c;
// ... some code
$setText("" + (char) c);
but it failed. unlike
char aChar = (char) c;
$setText("" + aChar);
is it normal ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20020404/7f85eb7e/attachment.html