Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Reading synthetic methods with source code line numbers

Hi All,

I need some help with reading synthetic methods that are generated by the compiler for lambda expressions for a class. I would also like to know the line number and column (or offset) of lambda expressions those synthetic methods represent in the source file. How can I do this with JDT and JDT debug?

Best regards,
Gayan.


Back to the top