Janino and Eclipse JDT both now support static imports while targetting
JDK1.4 bytecode. So I want to move our function support to use static
imports, instead of the current regexp mess we have now. Instead of
having import function, like we have now, I'll just have import static
like java 1.5 has - as we can fully support it now.
Mark