How can I get the type of the method invoker in JDT Parser?

64 views Asked by At

I tried all these proposals but they didn't work with me especially

node.getExpression().resolveTypeBinding()

it throws

nullPointerException.

Why is it so?

0

There are 0 answers