mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
avoid stub to AST switches when using class name completion for variables
This commit is contained in:
@@ -41,4 +41,6 @@ public interface PyTargetExpression extends PyQualifiedExpression, PsiNamedEleme
|
||||
|
||||
@Nullable
|
||||
PyClass getContainingClass();
|
||||
|
||||
boolean isQualified();
|
||||
}
|
||||
|
||||
@@ -41,6 +41,8 @@ public interface PyTargetExpressionStub extends NamedStub<PyTargetExpression> {
|
||||
@Nullable
|
||||
PyQualifiedName getInitializer();
|
||||
|
||||
boolean isQualified();
|
||||
|
||||
@Nullable
|
||||
<T extends CustomTargetExpressionStub> T getCustomStub(Class<T> stubClass);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user