static AutoCompleteEntry createPropertyEntry(SystemType cls, String scan, String label, String tooltip)
AutoCompleteType getCls()
static AutoCompleteEntry createMethodEntry(SystemType cls, String scan, String label, String[] parameters, String tooltip)
AutoCompleteEntry(Type cls, String scantext, String label, String sort, String tooltip, String template, int type, int start, int length)
static AutoCompleteEntry createClassEntry(Type type, String scan, String label, String tooltip)
static AutoCompleteEntry createTemplateEntry(String sort, String label, String template, int start, int length)