mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Merge branch 'typing'
This commit is contained in:
@@ -22,9 +22,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
/**
|
||||
* @author yole
|
||||
*/
|
||||
public interface PyAnnotation extends PyElement, StubBasedPsiElement<PyAnnotationStub> {
|
||||
PyExpression getValue();
|
||||
|
||||
public interface PyAnnotation extends PyTypedElement, StubBasedPsiElement<PyAnnotationStub> {
|
||||
@Nullable
|
||||
PyClass resolveToClass();
|
||||
PyExpression getValue();
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
* @author yole
|
||||
*/
|
||||
public interface PyTargetExpression extends PyQualifiedExpression, PsiNamedElement, PsiNameIdentifierOwner, PyDocStringOwner,
|
||||
StubBasedPsiElement<PyTargetExpressionStub> {
|
||||
PyQualifiedNameOwner, StubBasedPsiElement<PyTargetExpressionStub> {
|
||||
PyTargetExpression[] EMPTY_ARRAY = new PyTargetExpression[0];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user