org.jetbrains.kotlin.types
Class ErrorUtils.ErrorScope

java.lang.Object
  extended by org.jetbrains.kotlin.types.ErrorUtils.ErrorScope
Enclosing class:
ErrorUtils

public static class ErrorUtils.ErrorScope
extends java.lang.Object


Method Summary
 ClassifierDescriptor getContributedClassifier(Name name, LookupLocation location)
           
 java.util.Collection<DeclarationDescriptor> getContributedDescriptors(DescriptorKindFilter kindFilter, kotlin.jvm.functions.Function1<? super Name,? extends java.lang.Boolean> nameFilter)
           
 java.util.Set<FunctionDescriptor> getContributedFunctions(Name name, LookupLocation location)
           
 java.util.Set getContributedVariables(Name name, LookupLocation location)
           
 PackageViewDescriptor getPackage(Name name)
           
 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

getContributedClassifier

@Nullable
public ClassifierDescriptor getContributedClassifier(@NotNull
                                                              Name name,
                                                              @NotNull
                                                              LookupLocation location)

getContributedVariables

@NotNull
public java.util.Set getContributedVariables(@NotNull
                                                     Name name,
                                                     @NotNull
                                                     LookupLocation location)

getPackage

public PackageViewDescriptor getPackage(@NotNull
                                        Name name)

getContributedFunctions

@NotNull
public java.util.Set<FunctionDescriptor> getContributedFunctions(@NotNull
                                                                         Name name,
                                                                         @NotNull
                                                                         LookupLocation location)

getContributedDescriptors

@NotNull
public java.util.Collection<DeclarationDescriptor> getContributedDescriptors(@NotNull
                                                                                     DescriptorKindFilter kindFilter,
                                                                                     @NotNull
                                                                                     kotlin.jvm.functions.Function1<? super Name,? extends java.lang.Boolean> nameFilter)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

printScopeStructure

public void printScopeStructure(@NotNull
                                Printer p)