Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Applied: [cdt-patch] C Model cleanups + solutions to bug#38985 & bug#38986

Doug Schaefer, Senior Software Developer
IBM Rational Software, Ottawa, Ontario, Canada



Hoda Amer/Ottawa/IBM@IBMCA 
Sent by: cdt-patch-admin@xxxxxxxxxxx
08/21/2003 02:42 PM
Please respond to
cdt-patch@xxxxxxxxxxx


To
cdt-patch@xxxxxxxxxxx
cc

Subject
[cdt-patch] C Model cleanups + solutions to bug#38985 & bug#38986 







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(). 


Regards, 
Hoda Amer
Staff Software Engineer
Rational Software - IBM Software Group 
[attachment "tests.aug.21.txt" deleted by Douglas Schaefer/Ottawa/IBM] 
[attachment "core.aug.21.txt" deleted by Douglas Schaefer/Ottawa/IBM] 



Back to the top