|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.types.ErrorUtils.ErrorScope
public static class ErrorUtils.ErrorScope
| Method Summary | |
|---|---|
ClassifierDescriptor |
getContributedClassifier(Name name,
LookupLocation location)
|
java.util.Collection<DeclarationDescriptor> |
getContributedDescriptors(DescriptorKindFilter kindFilter,
kotlin.jvm.functions.Function1<? super Name,java.lang.Boolean> nameFilter)
|
java.util.Set |
getContributedFunctions(Name name,
LookupLocation location)
|
java.util.Set |
getContributedVariables(Name name,
LookupLocation location)
|
void |
printScopeStructure(Printer p)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
@Nullable
public ClassifierDescriptor getContributedClassifier(@NotNull
Name name,
@NotNull
LookupLocation location)
@NotNull
public java.util.Set getContributedVariables(@NotNull
Name name,
@NotNull
LookupLocation location)
@NotNull
public java.util.Set getContributedFunctions(@NotNull
Name name,
@NotNull
LookupLocation location)
@NotNull
public java.util.Collection<DeclarationDescriptor> getContributedDescriptors(@NotNull
DescriptorKindFilter kindFilter,
@NotNull
kotlin.jvm.functions.Function1<? super Name,java.lang.Boolean> nameFilter)
public java.lang.String toString()
toString in class java.lang.Object
public void printScopeStructure(@NotNull
Printer p)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||