|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.resolve.QualifiedExpressionResolver
public class QualifiedExpressionResolver
| Nested Class Summary | |
|---|---|
static class |
QualifiedExpressionResolver.LookupMode
|
| Constructor Summary | |
|---|---|
QualifiedExpressionResolver()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QualifiedExpressionResolver()
| Method Detail |
|---|
@NotNull
public java.util.Collection<? extends DeclarationDescriptor> analyseImportReference(@NotNull
JetImportDirective importDirective,
@NotNull
JetScope scope,
@NotNull
BindingTrace trace,
@NotNull
ModuleDescriptor module)
@NotNull
public java.util.Collection<? extends DeclarationDescriptor> processImportReference(@NotNull
JetImportDirective importDirective,
@NotNull
JetScope scope,
@NotNull
JetScope scopeToCheckVisibility,
@NotNull
Importer importer,
@NotNull
BindingTrace trace,
@NotNull
ModuleDescriptor module,
@NotNull
QualifiedExpressionResolver.LookupMode lookupMode)
@NotNull
public java.util.Collection<? extends DeclarationDescriptor> lookupDescriptorsForUserType(@NotNull
JetUserType userType,
@NotNull
JetScope outerScope,
@NotNull
BindingTrace trace)
@NotNull
public java.util.Collection<? extends DeclarationDescriptor> lookupDescriptorsForQualifiedExpression(@NotNull
JetQualifiedExpression importedReference,
@NotNull
JetScope outerScope,
@NotNull
JetScope scopeToCheckVisibility,
@NotNull
BindingTrace trace,
@NotNull
QualifiedExpressionResolver.LookupMode lookupMode,
boolean storeResult)
@NotNull
public java.util.Collection<? extends DeclarationDescriptor> lookupDescriptorsForSimpleNameReference(@NotNull
JetSimpleNameExpression referenceExpression,
@NotNull
JetScope outerScope,
@NotNull
JetScope scopeToCheckVisibility,
@NotNull
BindingTrace trace,
@NotNull
QualifiedExpressionResolver.LookupMode lookupMode,
boolean namespaceLevel,
boolean storeResult)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||