Why 0 references? ClassScope and SourceTypeBinding are 2 references.
Alexandre
On 1 Nov 2011, at 07:04, Tudor Girba wrote:
Hi,
You get 0 references, and 3 accesses generated by the super call. The only question if there should be another access to the implicit variable "this".
The types available in the method signature appear as declaredType, not as a reference.
Cheers, Doru
On 1 Nov 2011, at 10:46, Andre Hora wrote:
Hello,
I have two simple questions. In the code below:
public MemberTypeBinding(char[][] compoundName, ClassScope scope, SourceTypeBinding enclosingType) { super(compoundName, scope, enclosingType); ... }
How many Accesses and References do I have? (do the parameters contain 2 References and the super 3 Accesses).
Thanks!
-- Andre Hora
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"One cannot do more than one can do."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev