|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.resolve.scopes.JetScopeImpl
org.jetbrains.jet.lang.resolve.java.scope.JavaBaseScope
org.jetbrains.jet.lang.resolve.java.scope.JavaPackageScope
org.jetbrains.jet.lang.resolve.java.scope.JavaScopeForKotlinNamespace
public final class JavaScopeForKotlinNamespace
| Field Summary |
|---|
| Fields inherited from class org.jetbrains.jet.lang.resolve.java.scope.JavaBaseScope |
|---|
descriptor, semanticServices |
| Fields inherited from interface org.jetbrains.jet.lang.resolve.scopes.JetScope |
|---|
EMPTY |
| Constructor Summary | |
|---|---|
JavaScopeForKotlinNamespace(NamespaceDescriptor descriptor,
KotlinNamespacePsiDeclarationProvider declarationProvider,
FqName packageFQN,
JavaSemanticServices semanticServices)
|
|
| Method Summary | |
|---|---|
protected java.util.Set<FunctionDescriptor> |
computeFunctionDescriptor(Name name)
|
protected java.util.Collection<ClassDescriptor> |
computeInnerClasses()
|
| Methods inherited from class org.jetbrains.jet.lang.resolve.java.scope.JavaPackageScope |
|---|
computeAllDescriptors, getClassifier, getNamespace, getObjectDescriptor |
| Methods inherited from class org.jetbrains.jet.lang.resolve.java.scope.JavaBaseScope |
|---|
getAllDescriptors, getContainingDeclaration, getFunctions, getInnerClasses, getObjectDescriptors, getProperties, getPsiElement, getResolver |
| Methods inherited from class org.jetbrains.jet.lang.resolve.scopes.JetScopeImpl |
|---|
getDeclarationsByLabel, getImplicitReceiversHierarchy, getLocalVariable, getOwnDeclaredDescriptors, getPropertyByFieldReference |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaScopeForKotlinNamespace(@NotNull
NamespaceDescriptor descriptor,
@NotNull
KotlinNamespacePsiDeclarationProvider declarationProvider,
@NotNull
FqName packageFQN,
@NotNull
JavaSemanticServices semanticServices)
| Method Detail |
|---|
@NotNull
protected java.util.Set<FunctionDescriptor> computeFunctionDescriptor(@NotNull
Name name)
computeFunctionDescriptor in class JavaBaseScope@NotNull protected java.util.Collection<ClassDescriptor> computeInnerClasses()
computeInnerClasses in class JavaBaseScope
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||