I search by //*[@type='uast:FunctionGroup'] XPath in Semantic mode and get 0 results. Tried Go and Python samples. This is unexpected, because, e.g. //*[@role='Comment'] works.
Having played a little, I see that no @type-based XPath works for all the samples.
I search by
//*[@type='uast:FunctionGroup']
XPath in Semantic mode and get 0 results. Tried Go and Python samples. This is unexpected, because, e.g.//*[@role='Comment']
works.Having played a little, I see that no
@type
-based XPath works for all the samples.P.S.
//name
in Java and//Name
in Go work, too.