How can I get all the method names in java using ast jdt that used the same receiver variable?

前端 未结 0 1576
春和景丽
春和景丽 2021-01-31 17:56

I am trying to explore a java file where I want to collect the list of prior methods that called on a receiver variable. For example

x.getName()
x.getAddress()


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题