org.jetbrains.kotlin.resolve.lazy
Class ScopeProvider.AdditionalFileScopeProvider

java.lang.Object
  extended by org.jetbrains.kotlin.resolve.lazy.ScopeProvider.AdditionalFileScopeProvider
Enclosing class:
ScopeProvider

public static class ScopeProvider.AdditionalFileScopeProvider
extends java.lang.Object


Constructor Summary
ScopeProvider.AdditionalFileScopeProvider()
           
 
Method Summary
 java.util.List<JetScope> scopes(JetFile file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopeProvider.AdditionalFileScopeProvider

public ScopeProvider.AdditionalFileScopeProvider()
Method Detail

scopes

@NotNull
public java.util.List<JetScope> scopes(@NotNull
                                               JetFile file)