Write a Java lexer (like D3336) to improve recognition of symbols in Java. Current state of the world is roughly:
"Test", "main", "method" and "CONSTANT" are linked, but the other "Test" occurrences and "somefunc()" (i.e., implicit instance method call) are not.