[antlr-interest] bug report about charscanner::setcolumn !?

Anthony Brenelière abreneliere at telys.com
Fri Mar 21 08:58:50 PST 2003


If not already detected (I did not find anything in the archives
concerning that bug), 
 
in the CharScanner class, i have those method names:
 
/// Get the column the scanner currently is in (starts at 1)
      virtual int getColumn() const
      {
            return inputState->column;
      }
      /// set the column number
      virtual void getColumn(int c)
      {
            inputState->column = c;
      }
 

 with getColumn instead of setComlumn
 
Cordially,
Anthony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20030321/38e53119/attachment.html


More information about the antlr-interest mailing list