How to get all the references of static field with JDT

后端 未结 2 881
礼貌的吻别
礼貌的吻别 2021-01-14 20:33

I found Java: Find all callers of a method – get all methods that call a particular method that gives a hint on how to find all the callers of a specific method.

The

2条回答
  •  北荒
    北荒 (楼主)
    2021-01-14 21:01

    You need to use JDT Core SearchEngine API for finding (references of) java elements.

提交回复
热议问题