Hi,
if i would instantiate a inner class within outer class a know the syntax:
InnerClass inner = this.new InnerClass(parameter);

Could you list all inner classes/interfaces if the construct "this."
followed by "new" appears? Maybe it's usefull if "new" after "this." will be
suggest. The same way you could suggest "super" or "this" if someone tries
to access a field of outer class within inner class by using the explicit
way. The syntax must be something like that:
        OuterClass.this.field
or if I want to access a super class method:
        OuterClass.super.method()

Thanks

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to