[SrcML] Java language keywords
Status: Beta
Brought to you by:
crashchaos
From: Leif B. <lei...@un...> - 2005-11-19 13:09:17
|
So, keeping the list busy... According to the list from Sun (http://java.sun.com/docs/books/ tutorial/java/nutsandbolts/_keywords.html) in de.srcml.language.Java there are two keywords missing: assert and enum. I'm not sure, if it will result in now work in other parts of the framework (e.g. the Parser or View platform), so I didn't add them to the keyword list :) Java (and I think other languages too) has reserved words (true, false, and null). Can we support these reserved words like the keywords with an is Reserved(String)? This would be an advantage to easily tag these words in the XHTML file as well. Leif |