11 Mar
2008
11 Mar
'08
5:47 p.m.
On Mon, Mar 10, 2008 at 9:32 PM, John Meacham
On Mon, Mar 10, 2008 at 08:27:20PM -0400, Samuel Bronson wrote:
Eh? Won't that generate the same name as before? Or were you thinking it would just combine the alias' name with local component of the method name -- which won't work if the alias expands to classes which have methods of the same name. Which COULD happen, and should work.
Ah, yeah you should probably include the class alias name in there. as in something like
ClassAlias@.[Module].[AliasName].[method]
But how to tell where the alias name ends and the method name begins? The method name will need to be qualified, won't it?