|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.resolve.lazy.ResolveSessionUtils
public class ResolveSessionUtils
| Field Summary | |
|---|---|
static com.google.common.base.Predicate<ClassDescriptor> |
NON_SINGLETON_FILTER
|
static com.google.common.base.Predicate<ClassDescriptor> |
SINGLETON_FILTER
|
| Method Summary | |
|---|---|
static ClassDescriptor |
findByQualifiedName(JetScope packageScope,
FqName path)
|
static java.util.Collection<ClassDescriptor> |
getClassDescriptorsByFqName(KotlinCodeAnalyzer analyzer,
FqName fqName)
|
static java.util.Collection<ClassDescriptor> |
getClassOrObjectDescriptorsByFqName(KotlinCodeAnalyzer analyzer,
FqName fqName,
com.google.common.base.Predicate<ClassDescriptor> filter)
|
static FqName |
safeFqNameForLazyResolve(JetNamedDeclaration declaration)
|
static Name |
safeNameForLazyResolve(JetNamedDeclaration declaration)
|
static Name |
safeNameForLazyResolve(Name name)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final com.google.common.base.Predicate<ClassDescriptor> NON_SINGLETON_FILTER
public static final com.google.common.base.Predicate<ClassDescriptor> SINGLETON_FILTER
| Method Detail |
|---|
@NotNull
public static java.util.Collection<ClassDescriptor> getClassDescriptorsByFqName(@NotNull
KotlinCodeAnalyzer analyzer,
@NotNull
FqName fqName)
@NotNull
public static java.util.Collection<ClassDescriptor> getClassOrObjectDescriptorsByFqName(@NotNull
KotlinCodeAnalyzer analyzer,
@NotNull
FqName fqName,
@NotNull
com.google.common.base.Predicate<ClassDescriptor> filter)
@Nullable
public static ClassDescriptor findByQualifiedName(@NotNull
JetScope packageScope,
@NotNull
FqName path)
@NotNull
public static Name safeNameForLazyResolve(@NotNull
JetNamedDeclaration declaration)
@NotNull
public static Name safeNameForLazyResolve(@Nullable
Name name)
@Nullable
public static FqName safeFqNameForLazyResolve(@NotNull
JetNamedDeclaration declaration)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||