mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 01:06:01 +02:00
![]() Core: -Solutions to bug#38985 & bug#38986 In IStructure: getField(String) Implemented getFields() Implemented getMethod(String) Implemented getMethods() Implemented isAbstract() Implemented getBaseTypes() Has been replaced by getSuperClassesNames() getAccessControl(int) Has been replaced by getSuperClassAccess(String name) - Added some methods to IMethodDeclaration, namely: isFriend(), isInline(), isVirtual(), and isPureVirtual(). Core Tests: Enabled some tests in the IStructureTests, namely: testGetFields(), testGetField(), testGetMethods(), testGetMethod(), testIsAbstract(), testGetBaseTypes(), and testGetAccessControl(). |
||
---|---|---|
.. | ||
org.eclipse.cdt.core | ||
org.eclipse.cdt.core.linux | ||
org.eclipse.cdt.core.qnx | ||
org.eclipse.cdt.core.solaris | ||
org.eclipse.cdt.core.tests | ||
org.eclipse.cdt.core.win32 | ||
org.eclipse.cdt.ui | ||
org.eclipse.cdt.ui.tests |