org.eclipse.xtext.common.types.xtext.ui
Class IntersectingJavaSearchScope

java.lang.Object
  extended by org.eclipse.xtext.common.types.xtext.ui.IntersectingJavaSearchScope
All Implemented Interfaces:
org.eclipse.jdt.core.search.IJavaSearchScope

public class IntersectingJavaSearchScope
extends java.lang.Object
implements org.eclipse.jdt.core.search.IJavaSearchScope

Author:
Sebastian Zarnekow - Initial contribution and API

Field Summary
 
Fields inherited from interface org.eclipse.jdt.core.search.IJavaSearchScope
APPLICATION_LIBRARIES, JAR_FILE_ENTRY_SEPARATOR, REFERENCED_PROJECTS, SOURCES, SYSTEM_LIBRARIES
 
Constructor Summary
IntersectingJavaSearchScope(org.eclipse.jdt.core.search.IJavaSearchScope... scopes)
           
 
Method Summary
 boolean encloses(org.eclipse.jdt.core.IJavaElement element)
           
 boolean encloses(java.lang.String resourcePath)
           
 org.eclipse.core.runtime.IPath[] enclosingProjectsAndJars()
           
 boolean includesBinaries()
          Deprecated. 
 boolean includesClasspaths()
          Deprecated. 
 void setIncludesBinaries(boolean includesBinaries)
          Deprecated. 
 void setIncludesClasspaths(boolean includesClasspaths)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntersectingJavaSearchScope

public IntersectingJavaSearchScope(org.eclipse.jdt.core.search.IJavaSearchScope... scopes)
Method Detail

encloses

public boolean encloses(java.lang.String resourcePath)
Specified by:
encloses in interface org.eclipse.jdt.core.search.IJavaSearchScope

encloses

public boolean encloses(org.eclipse.jdt.core.IJavaElement element)
Specified by:
encloses in interface org.eclipse.jdt.core.search.IJavaSearchScope

enclosingProjectsAndJars

public org.eclipse.core.runtime.IPath[] enclosingProjectsAndJars()
Specified by:
enclosingProjectsAndJars in interface org.eclipse.jdt.core.search.IJavaSearchScope

includesBinaries

@Deprecated
public boolean includesBinaries()
Deprecated. 

Specified by:
includesBinaries in interface org.eclipse.jdt.core.search.IJavaSearchScope

includesClasspaths

@Deprecated
public boolean includesClasspaths()
Deprecated. 

Specified by:
includesClasspaths in interface org.eclipse.jdt.core.search.IJavaSearchScope

setIncludesBinaries

@Deprecated
public void setIncludesBinaries(boolean includesBinaries)
Deprecated. 

Specified by:
setIncludesBinaries in interface org.eclipse.jdt.core.search.IJavaSearchScope

setIncludesClasspaths

@Deprecated
public void setIncludesClasspaths(boolean includesClasspaths)
Deprecated. 

Specified by:
setIncludesClasspaths in interface org.eclipse.jdt.core.search.IJavaSearchScope