Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Compiler patch

Hello!

I'd like to patch the Eclipse compiler...
I'd like to introduce a new local variable modifiert into the language (it
also should be a keyword)...
So besides "final" the new modifier has to be useable on local variables.
This modifier sholud infulence the compiler. It should insert some byte code
into the generated class file...

But I don't know how to begin with it. Is there a simple way to do this
change? 


bye
David Erdos


Back to the top