Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Parser

Ah! I did secretly wonder how the keywords were picked up; I assumed the parser magically used the resources files or something. Excellent, it works now.

On 5 Jan 2006, at 11:19 AM, Stephan Herrmann wrote:
OK, so Parser.java et al incl. a bunch of resource files should be updated. But what about Scanner.java? To the best of my knowledge their is no tool
for automatically updating the Scanner, right?
So you probably need to adjust manually:
- go to scanIdentifierOrKeyword()
- find case 'f'
you'll see what is needed here..


Back to the top