|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.resolve.lazy.ScopeProvider
public class ScopeProvider
| Nested Class Summary | |
|---|---|
static class |
ScopeProvider.AdditionalFileScopeProvider
|
| Constructor Summary | |
|---|---|
ScopeProvider(ResolveSession resolveSession)
|
|
| Method Summary | |
|---|---|
LazyFileScope |
getFileScope(JetFile file)
|
DataFlowInfo |
getOuterDataFlowInfoForDeclaration(com.intellij.psi.PsiElement elementOfDeclaration)
|
JetScope |
getResolutionScopeForDeclaration(com.intellij.psi.PsiElement elementOfDeclaration)
|
void |
setAdditionalFileScopesProvider(ScopeProvider.AdditionalFileScopeProvider additionalFileScopeProvider)
|
void |
setDeclarationScopeProvider(DeclarationScopeProviderImpl declarationScopeProvider)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScopeProvider(@NotNull
ResolveSession resolveSession)
| Method Detail |
|---|
@Inject
public void setAdditionalFileScopesProvider(@NotNull
ScopeProvider.AdditionalFileScopeProvider additionalFileScopeProvider)
@Inject
public void setDeclarationScopeProvider(@NotNull
DeclarationScopeProviderImpl declarationScopeProvider)
@NotNull
public LazyFileScope getFileScope(@NotNull
JetFile file)
@NotNull
public JetScope getResolutionScopeForDeclaration(@NotNull
com.intellij.psi.PsiElement elementOfDeclaration)
getResolutionScopeForDeclaration in interface DeclarationScopeProvider
@NotNull
public DataFlowInfo getOuterDataFlowInfoForDeclaration(@NotNull
com.intellij.psi.PsiElement elementOfDeclaration)
getOuterDataFlowInfoForDeclaration in interface DeclarationScopeProvider
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||