Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] ReferenceBinding#isClass()

Please make sure to double check all senders of ReferenceBinding#isClass()
in your code asap.

Remember that enum types will answer false to #isClass(). In many places, I
had to convert from 'isClass()' to '!isInterface()'.



Back to the top