How to count specific logical operators using JavaParser

后端 未结 0 1933
一整个雨季
一整个雨季 2020-12-01 05:26

How can I count individual operators such as && using:

computationalUnit.findAll(...).Size();

findAll(BinaryExpr.class) obviously returns all binary ex

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