org.jetbrains.kotlin.resolve.scopes
Interface JetScopeSelectorUtil.ScopeByNameSelector<D extends DeclarationDescriptor>

Enclosing class:
JetScopeSelectorUtil

public static interface JetScopeSelectorUtil.ScopeByNameSelector<D extends DeclarationDescriptor>


Method Summary
 D get(JetScope scope, Name name)
           
 

Method Detail

get

@Nullable
D get(@NotNull
               JetScope scope,
               @NotNull
               Name name)