cu.defineClassShortName("Throwable", "java.lang.Throwable");
cu.defineClassShortName("Void", "java.lang.Void");
}
public List<String> doAutocomplete(String txt, int cur) {
ClassUtils cu = new ClassUtils();
setup(cu);
registry.clearForType(JavaCompletionTypes.CUSTOM_TYPE);
registry.clearForType(JavaCompletionTypes.FIELD);
registry.clearForType(JavaCompletionTypes.NAME);
Lexer lexer = new JavaLexer(new ANTLRInputStream(txt));