mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
add missing PsiNamedElement part
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
|
||||
package com.intellij.psi;
|
||||
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
import org.jetbrains.annotations.NonNls;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
/**
|
||||
* <tt>PsiQualifiedNamedElement</tt> interface marks psi elements that can have
|
||||
@@ -31,7 +31,7 @@ import org.jetbrains.annotations.NonNls;
|
||||
* @author Konstantin Bulenkov
|
||||
* @since 9.0
|
||||
*/
|
||||
public interface PsiQualifiedNamedElement {
|
||||
public interface PsiQualifiedNamedElement extends PsiNamedElement {
|
||||
/**
|
||||
* Returns the fully qualified name of the element.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user