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,java.lang.Boolean> nameFilter)
           
 java.util.Set getContributedFunctions(Name name, LookupLocation location)
           
 java.util.Set getContributedVariables(Name name, LookupLocation location)
           
 java.util.Set<Name> getFunctionNames()
           
 java.util.Set<Name> getVariableNames()
           
 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)

getContributedFunctions

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

getFunctionNames

@NotNull
public java.util.Set<Name> getFunctionNames()

getVariableNames

@NotNull
public java.util.Set<Name> getVariableNames()

getContributedDescriptors

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

toString

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

printScopeStructure

public void printScopeStructure(@NotNull
                                Printer p)