Constructor references

John Nilsson john at milsson.nu
Fri Jan 14 06:34:18 PST 2011


On Fri, Jan 14, 2011 at 2:04 PM, Steven Simpson <ss at comp.lancs.ac.uk> wrote:
> This would leave open the possibility of 'receiver#ClassName.methodName'
> if there was ever a case to distinguish between two instance methods
> inherited from different classes.  (Could that issue arise with multiply
> inherited defender methods?)

How about theese?

ClassName.this#methodName

or

((ClassName)reciever)#methodName

BR,
John


More information about the lambda-dev mailing list