jdemeulenaere
09/17/2018, 2:01 PMdsavvinov
09/20/2018, 9:41 AMLexicalScope
and descriptors are kinda opposite objects. LexicalScope is tied to some lexical construct, i.e. place in code, while descriptors are more abstract objects (sort of compiler symbols, if you want). So getting "LexicalScope for descriptor" is a bit weird (I think it's possible, but it's just weird)
- As far as I understand, ultimately you want to "get the descriptor of an extension method of a Java class". It shouldn't be too hard, but it highly depends on the context: where you want to get it, what do you have, what do you know about that method, etc. etc. Can you please provide more details about your case?jdemeulenaere
09/23/2018, 8:06 PMdsavvinov
09/25/2018, 7:55 AMUnusedSymbolInspection
. I'm not completely sure that this is exactly what you're looking for here, but at least it'll provide you general directionjdemeulenaere
09/25/2018, 7:49 PM