org.jetbrains.kotlin.resolve
Class LibrarySourceHacks

java.lang.Object
  extended by org.jetbrains.kotlin.resolve.LibrarySourceHacks

public class LibrarySourceHacks
extends java.lang.Object


Field Summary
static com.intellij.openapi.util.Key<java.lang.Boolean> SKIP_TOP_LEVEL_MEMBERS
           
 
Method Summary
static
<D extends CallableDescriptor>
java.util.List<D>
filterOutMembersFromLibrarySource(java.util.Collection<D> members)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SKIP_TOP_LEVEL_MEMBERS

public static final com.intellij.openapi.util.Key<java.lang.Boolean> SKIP_TOP_LEVEL_MEMBERS
Method Detail

filterOutMembersFromLibrarySource

@NotNull
public static <D extends CallableDescriptor> java.util.List<D> filterOutMembersFromLibrarySource(java.util.Collection<D> members)