Java: Add CompilationUnit.getATypeAvailableBySimpleName()

This predicate is mainly helpful for Javadoc queries and for queries which
check whether the name of an element shadows another type.
This commit is contained in:
Marcono1234
2022-09-20 22:34:53 +02:00
parent 18a8a3332d
commit 431aa2cb79
3 changed files with 54 additions and 9 deletions

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* Added the predicate `CompilationUnit.getATypeAvailableBySimpleName()`.