Uses of Interface
org.eclipse.wst.jsdt.core.IRegion

Packages that use IRegion
org.eclipse.wst.jsdt.core   
 

Uses of IRegion in org.eclipse.wst.jsdt.core
 

Methods in org.eclipse.wst.jsdt.core that return IRegion
static IRegion JavaScriptCore.newRegion()
          Returns a new empty region.
 

Methods in org.eclipse.wst.jsdt.core with parameters of type IRegion
static IResource[] JavaScriptCore.getGeneratedResources(IRegion region, boolean includesNonJavaResources)
          Returns an array that contains the resources generated by the JavaScript builder when building the javaScript units contained in the given region.
 ITypeHierarchy IJavaScriptProject.newTypeHierarchy(IRegion region, IProgressMonitor monitor)
          Creates and returns a type hierarchy for all types in the given region, considering subtypes within that region.
static ITypeHierarchy JavaScriptCore.newTypeHierarchy(IRegion region, WorkingCopyOwner owner, IProgressMonitor monitor)
          Creates and returns a type hierarchy for all types in the given region, considering subtypes within that region and considering types in the working copies with the given owner.
 ITypeHierarchy IJavaScriptProject.newTypeHierarchy(IRegion region, WorkingCopyOwner owner, IProgressMonitor monitor)
          Creates and returns a type hierarchy for all types in the given region, considering subtypes within that region and considering types in the working copies with the given owner.
 ITypeHierarchy IJavaScriptProject.newTypeHierarchy(IType type, IRegion region, IProgressMonitor monitor)
          Creates and returns a type hierarchy for the given type considering subtypes in the specified region.
 ITypeHierarchy IJavaScriptProject.newTypeHierarchy(IType type, IRegion region, WorkingCopyOwner owner, IProgressMonitor monitor)
          Creates and returns a type hierarchy for the given type considering subtypes in the specified region and considering types in the working copies with the given owner.