[antlr-interest] Getting column no. in parser

Bryan Ewbank ewbank at gmail.com
Fri Feb 11 10:15:54 PST 2005


I think what you need is "#t->getColumn()" (i.e, the tree returned by
t, rather than the function called t).  If you look at the generated
code, it should be clear that "t" is the name of a function.

- B


More information about the antlr-interest mailing list