org.jetbrains.kotlin.types
Class ErrorUtils.ErrorScope
java.lang.Object
org.jetbrains.kotlin.types.ErrorUtils.ErrorScope
- Enclosing class:
- ErrorUtils
public static class ErrorUtils.ErrorScope
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getClassifier
public ClassifierDescriptor getClassifier(@NotNull
Name name)
getProperties
@NotNull
public java.util.Set<VariableDescriptor> getProperties(@NotNull
Name name)
getLocalVariable
public VariableDescriptor getLocalVariable(@NotNull
Name name)
getPackage
public PackageViewDescriptor getPackage(@NotNull
Name name)
getImplicitReceiversHierarchy
@NotNull
public java.util.List<ReceiverParameterDescriptor> getImplicitReceiversHierarchy()
getFunctions
@NotNull
public java.util.Set<FunctionDescriptor> getFunctions(@NotNull
Name name)
getContainingDeclaration
@NotNull
public DeclarationDescriptor getContainingDeclaration()
getDeclarationsByLabel
@NotNull
public java.util.Collection<DeclarationDescriptor> getDeclarationsByLabel(@NotNull
Name labelName)
getDescriptors
@NotNull
public java.util.Collection<DeclarationDescriptor> getDescriptors(@NotNull
DescriptorKindFilter kindFilter,
@NotNull
kotlin.jvm.functions.Function1<? super Name,? extends java.lang.Boolean> nameFilter)
getAllDescriptors
@NotNull
public java.util.Collection<DeclarationDescriptor> getAllDescriptors()
getOwnDeclaredDescriptors
@NotNull
public java.util.Collection<DeclarationDescriptor> getOwnDeclaredDescriptors()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
printScopeStructure
public void printScopeStructure(@NotNull
Printer p)