5859606162636465666768
switch(getType()) { case UNKNOWN: return icons.keyword(); case VARIABLE: return icons.variable(); case FUNCTION: case CONSTRUCTOR: case DESTRUCTOR: return icons.function(); case CLASS: