Opened 16 years ago
Last modified 16 years ago
#719 closed enhancement
Function to query the Class of an instance — at Initial Version
Reported by: | Jorge | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | highest | Milestone: | OOP Implementation |
Component: | OOP | Version: | 2.0.1 |
Severity: | major | Keywords: | |
Cc: | javipor@… |
Description
It would be useful function to ask for the Class of an instance.
I propose:
Text GetClassOf( NameBlock obj )
Returns the name of the Class associated to obj if it an instance of any Class or empte string in other case.
Note: See
TracTickets for help on using
tickets.