Opened 16 years ago
Closed 16 years ago
#719 closed enhancement (fixed)
Function to query the Class of an instance
Reported by: | Jorge | Owned by: | Jorge |
---|---|---|---|
Priority: | highest | Milestone: | OOP Implementation |
Component: | OOP | Version: | 2.0.1 |
Severity: | major | Keywords: | |
Cc: | javipor@… |
Description (last modified by )
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.
Change History (3)
comment:1 Changed 16 years ago by
Owner: | changed from Víctor de Buen Remiro to Jorge |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [1194]) ClassOf instead of GetClassOf, closes #719