Package | Description |
---|---|
org.eclipse.wst.jsdt.core |
Modifier and Type | Method and Description |
---|---|
static IRegion |
JavaScriptCore.newRegion()
Returns a new empty region.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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(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.
|
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.