com.intellij.psi.search
Class SearchScope

java.lang.Object
  extended by com.intellij.psi.search.SearchScope
Direct Known Subclasses:
GlobalSearchScope, LocalSearchScope

public abstract class SearchScope
extends java.lang.Object


Constructor Summary
SearchScope()
           
 
Method Summary
 java.lang.String getDisplayName()
           
 SearchScope intersectWith(SearchScope scope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchScope

public SearchScope()
Method Detail

getDisplayName

public java.lang.String getDisplayName()

intersectWith

@NotNull
public SearchScope intersectWith(@NotNull
                                         SearchScope scope)