just found this bit, while reading eclipse JDT's documentation:
IMethodBinding.getParameterTypes(): . . . Note: The result does not include synthetic parameters introduced by inner class emulation.
I can't find any reference to inner class emulation in JLS... Anyone knows what this emulation is? Throwing an example, would help as well. :)