mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
pull up containsClassNamed() to PsiPackage interface (temporarily?)
This commit is contained in:
@@ -105,4 +105,6 @@ public interface PsiPackage extends PsiCheckedRenameElement, NavigationItem, Psi
|
||||
@Nullable("default package")
|
||||
@NonNls
|
||||
String getName();
|
||||
|
||||
boolean containsClassNamed(String name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user