From subsequent Denver's posts I see what he wants to accompilsh. And no, I don't know
the answer. Yet.
On 12.06.2004 23:51, Timur Safin said the following:
For a methods it is simple:
http://127.0.0.1:1972/csp/docbook/DocBook.UI.Page.cls?KEY=GOBJ_methodgen#GOBJ_C596
Method Generator Context
"
%method An instance of the %Dictionary.MethodDefinition class. It
contains the original definition of the method being compiled.
"
i.e. just plain %method.Name. But what do you mean by property? Getting
the name of its getter/setter method? Or what?
Timur
On 12.06.2004 10:14, Denver Braughler said the following:
Where can objectgenerator code obtain the name of the method it is
building or the name of the property for which it is building a method?
[I couldn't find it in any obvious place like %compiledmethod.Name
(which contains "Normalize" instead of "pMyLongPropertyNameNormalize").]