|
|||||||||
| 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 | |
|---|---|
java.util.Collection<DeclarationDescriptor> |
getAllDescriptors()
|
ClassifierDescriptor |
getClassifier(Name name,
LookupLocation location)
|
DeclarationDescriptor |
getContainingDeclaration()
|
java.util.Collection<DeclarationDescriptor> |
getDeclarationsByLabel(Name labelName)
|
java.util.Collection<DeclarationDescriptor> |
getDescriptors(DescriptorKindFilter kindFilter,
kotlin.jvm.functions.Function1<? super Name,? extends java.lang.Boolean> nameFilter)
|
java.util.Set<FunctionDescriptor> |
getFunctions(Name name,
LookupLocation location)
|
java.util.List<ReceiverParameterDescriptor> |
getImplicitReceiversHierarchy()
|
VariableDescriptor |
getLocalVariable(Name name)
|
java.util.Collection<DeclarationDescriptor> |
getOwnDeclaredDescriptors()
|
PackageViewDescriptor |
getPackage(Name name)
|
java.util.Set<VariableDescriptor> |
getProperties(Name name,
LookupLocation location)
|
java.util.Collection<FunctionDescriptor> |
getSyntheticExtensionFunctions(java.util.Collection<? extends JetType> receiverTypes)
|
java.util.Collection<FunctionDescriptor> |
getSyntheticExtensionFunctions(java.util.Collection<? extends JetType> receiverTypes,
Name name,
LookupLocation location)
|
java.util.Collection<PropertyDescriptor> |
getSyntheticExtensionProperties(java.util.Collection<? extends JetType> receiverTypes)
|
java.util.Collection<PropertyDescriptor> |
getSyntheticExtensionProperties(java.util.Collection<? extends JetType> receiverTypes,
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 getClassifier(@NotNull
Name name,
@NotNull
LookupLocation location)
@NotNull
public java.util.Set<VariableDescriptor> getProperties(@NotNull
Name name,
@NotNull
LookupLocation location)
@NotNull
public java.util.Collection<PropertyDescriptor> getSyntheticExtensionProperties(@NotNull
java.util.Collection<? extends JetType> receiverTypes,
@NotNull
Name name,
@NotNull
LookupLocation location)
@NotNull
public java.util.Collection<FunctionDescriptor> getSyntheticExtensionFunctions(@NotNull
java.util.Collection<? extends JetType> receiverTypes,
@NotNull
Name name,
@NotNull
LookupLocation location)
@NotNull
public java.util.Collection<PropertyDescriptor> getSyntheticExtensionProperties(@NotNull
java.util.Collection<? extends JetType> receiverTypes)
@NotNull
public java.util.Collection<FunctionDescriptor> getSyntheticExtensionFunctions(@NotNull
java.util.Collection<? extends JetType> receiverTypes)
public VariableDescriptor getLocalVariable(@NotNull
Name name)
public PackageViewDescriptor getPackage(@NotNull
Name name)
@NotNull public java.util.List<ReceiverParameterDescriptor> getImplicitReceiversHierarchy()
@NotNull
public java.util.Set<FunctionDescriptor> getFunctions(@NotNull
Name name,
@NotNull
LookupLocation location)
@NotNull public DeclarationDescriptor getContainingDeclaration()
@NotNull
public java.util.Collection<DeclarationDescriptor> getDeclarationsByLabel(@NotNull
Name labelName)
@NotNull
public java.util.Collection<DeclarationDescriptor> getDescriptors(@NotNull
DescriptorKindFilter kindFilter,
@NotNull
kotlin.jvm.functions.Function1<? super Name,? extends java.lang.Boolean> nameFilter)
@NotNull public java.util.Collection<DeclarationDescriptor> getAllDescriptors()
@NotNull public java.util.Collection<DeclarationDescriptor> getOwnDeclaredDescriptors()
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 | ||||||||