Community
Participate
Working Groups
Build Identifier: I20100608-0911 Would it be possible to enhance the IIndexName classes with a way to find out if the name is a type name. This would be a great help in static analysis. Reproducible: Always
The information can be obtained via IIndex index; IIndexName name; boolean isType= index.findBinding(name) instanceof IType