|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.resolve.lazy.LazyDeclarationResolver
public class LazyDeclarationResolver
| Field Summary | |
|---|---|
protected DeclarationScopeProvider |
scopeProvider
|
| Constructor Summary | |
|---|---|
LazyDeclarationResolver(GlobalContext globalContext,
BindingTrace delegationTrace,
TopLevelDescriptorProvider topLevelDescriptorProvider,
AbsentDescriptorHandler absentDescriptorHandler)
Deprecated. |
|
| Method Summary | |
|---|---|
ClassDescriptor |
getClassDescriptor(KtClassOrObject classOrObject,
LookupLocation location)
|
ScriptDescriptor |
getScriptDescriptor(KtScript script,
LookupLocation location)
|
DeclarationDescriptor |
resolveToDescriptor(KtDeclaration declaration)
|
void |
setDeclarationScopeProvider(DeclarationScopeProviderImpl scopeProvider)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DeclarationScopeProvider scopeProvider
| Constructor Detail |
|---|
@Deprecated
public LazyDeclarationResolver(@NotNull
GlobalContext globalContext,
@NotNull
BindingTrace delegationTrace,
@NotNull
TopLevelDescriptorProvider topLevelDescriptorProvider,
@NotNull
AbsentDescriptorHandler absentDescriptorHandler)
| Method Detail |
|---|
@Inject
public void setDeclarationScopeProvider(@NotNull
DeclarationScopeProviderImpl scopeProvider)
@NotNull
public ClassDescriptor getClassDescriptor(@NotNull
KtClassOrObject classOrObject,
@NotNull
LookupLocation location)
@NotNull
public ScriptDescriptor getScriptDescriptor(@NotNull
KtScript script,
@NotNull
LookupLocation location)
@NotNull
public DeclarationDescriptor resolveToDescriptor(@NotNull
KtDeclaration declaration)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||