Alexander Riemer wrote:
> Denver wrote:
> > 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?
> a good strategy is to open and use a file
> in your generator method and Do $system.OBJ.ShowObjects("d")
I have no problem with dumping the contents directly to the Result window.But is using what I find really a good strategy? Parsing the property name from $p($li(%compiledmethod.%Oid(),1),"|") doesn't seem like a good strategy. I was hoping for something direct. I would like something that won't break later. There might be a better way to accomplish what I really want. I may start another thread about that if this strategy isn't more straightforward. Thank you.
