Skip navigation links
JavaScript Development Tools
Release 3.2
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

S

safeEquals(Object, Object) - Static method in class org.eclipse.wst.jsdt.core.dom.ASTMatcher
Returns whether the given objects are equal according to equals.
safeSubtreeListMatch(List, List) - Method in class org.eclipse.wst.jsdt.core.dom.ASTMatcher
Returns whether the given lists of AST nodes match pair wise according to ASTNode.subtreeMatch.
safeSubtreeMatch(Object, Object) - Method in class org.eclipse.wst.jsdt.core.dom.ASTMatcher
Returns whether the given nodes match according to AST.subtreeMatch.
save(IProgressMonitor, boolean) - Method in interface org.eclipse.wst.jsdt.core.IBuffer
Saves the contents of this buffer to its underlying resource.
save(IProgressMonitor, boolean) - Method in interface org.eclipse.wst.jsdt.core.IOpenable
Saves any changes in this element's buffer to its underlying resource via a workspace resource operation.
saveArgumentComments - Variable in class org.eclipse.wst.jsdt.core.infer.InferOptions
 
savePreferences() - Static method in class org.eclipse.wst.jsdt.launching.JavaRuntime
Saves the preferences for the launching plug-in.
saveState(IMemento) - Method in class org.eclipse.wst.jsdt.ui.actions.CustomFiltersActionGroup
Saves the state of the custom filters in a memento.
saveState(IMemento) - Method in class org.eclipse.wst.jsdt.ui.actions.MemberFilterActionGroup
Saves the state of the filter actions in a memento.
saveVMConfiguration() - Static method in class org.eclipse.wst.jsdt.launching.JavaRuntime
Saves the VM configuration information to the preferences.
scan() - Method in class org.eclipse.wst.jsdt.core.util.JsStringScanner
Scans JavaScript string set in the constructor or via JsStringScanner.setSource(String)
scheduleDocumentIndexing(SearchDocument, IPath) - Method in class org.eclipse.wst.jsdt.core.search.SearchParticipant
Schedules the indexing of the given document.
scope - Variable in class org.eclipse.wst.jsdt.core.infer.InferredType
 
script() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.event.ScriptLoadEvent
Returns the ScriptReference that has been loaded.
SCRIPT_FILE_DECLARATION - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
SCRIPT_PATH - Static variable in interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptBreakpoint
Breakpoint attribute for the path of the script
scriptLoaded(IJavaScriptThread, ScriptReference, IJavaScriptBreakpoint) - Method in interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptBreakpointParticipant
Notification that the given ScriptReference has been loaded in the specified thread.
ScriptLoadEvent - Interface in org.eclipse.wst.jsdt.debug.core.jsdi.event
Description of a JSDI event indicating a script has been loaded.
ScriptLoadRequest - Interface in org.eclipse.wst.jsdt.debug.core.jsdi.request
Description of a JSDI request for a debugger; statement.
scriptLoadRequests() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequestManager
Returns the live immutable list of ScriptLoadRequests currently queued in the manager.
scriptReference() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.Location
Returns the underlying ScriptReference for this Location or null if there was an exception creating the location.
ScriptReference - Interface in org.eclipse.wst.jsdt.debug.core.jsdi
Describes a JavaScript script object.
ScriptResolver - Class in org.eclipse.wst.jsdt.debug.core.model
This is the default base class for all IScriptResolvers

Clients must extend this class and not directly implement the interface IScriptResolver
ScriptResolver() - Constructor for class org.eclipse.wst.jsdt.debug.core.model.ScriptResolver
 
search(SearchPattern, SearchParticipant[], IJavaScriptSearchScope, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.core.search.SearchEngine
Searches for matches of a given search pattern.
search(ISearchRequestor, QuerySpecification, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.ui.search.IQueryParticipant
Executes the search described by the given querySpecification.
SEARCH_DECLARATIONS_IN_HIERARCHY - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> declarations in hierarchy action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.hierarchy").
SEARCH_DECLARATIONS_IN_PROJECTS - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> declarations in project action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.project").
SEARCH_DECLARATIONS_IN_WORKING_SET - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> declarations in working set action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.working.set").
SEARCH_DECLARATIONS_IN_WORKSPACE - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> declarations in workspace action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.declarations.in.workspace").
SEARCH_EXCEPTION_OCCURRENCES_IN_FILE - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> occurrences in file > exceptions action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.exception.occurrences").
SEARCH_IMPLEMENT_OCCURRENCES_IN_FILE - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> occurrences in file > implements action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.implement.occurrences").
SEARCH_IMPLEMENTORS_IN_PROJECT - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> implementors in project action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.project").
SEARCH_IMPLEMENTORS_IN_WORKING_SET - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> implementors in working set action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.working.set").
SEARCH_IMPLEMENTORS_IN_WORKSPACE - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> implementors in workspace action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.implementors.in.workspace").
SEARCH_OCCURRENCES_IN_FILE - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> occurrences in file > elements action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.occurrences.in.file").
SEARCH_OCCURRENCES_IN_FILE_QUICK_MENU - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> occurrences in file quick menu action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.occurrences.in.file.quickMenu").
SEARCH_READ_ACCESS_IN_HIERARCHY - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> read access in hierarchy action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.hierarchy").
SEARCH_READ_ACCESS_IN_PROJECT - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> read access in project action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.project").
SEARCH_READ_ACCESS_IN_WORKING_SET - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> read access in working set action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.working.set").
SEARCH_READ_ACCESS_IN_WORKSPACE - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> read access in workspace action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.read.access.in.workspace").
SEARCH_REFERENCES_IN_HIERARCHY - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> references in hierarchy action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.hierarchy").
SEARCH_REFERENCES_IN_PROJECT - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> references in project action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.project").
SEARCH_REFERENCES_IN_WORKING_SET - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> references in working set action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.working.set").
SEARCH_REFERENCES_IN_WORKSPACE - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> references in workspace action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.references.in.workspace").
SEARCH_USE_REDUCED_MENU - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls a reduced search menu is used in the JavaScript editors.
SEARCH_WRITE_ACCESS_IN_HIERARCHY - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> write access in hierarchy action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.hierarchy").
SEARCH_WRITE_ACCESS_IN_PROJECT - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> write access in project action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.project").
SEARCH_WRITE_ACCESS_IN_WORKING_SET - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> write access in working set action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.working.set").
SEARCH_WRITE_ACCESS_IN_WORKSPACE - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> write access in workspace action (value "org.eclipse.wst.jsdt.ui.edit.text.java.search.write.access.in.workspace").
searchAllFiles() - Method in class org.eclipse.wst.jsdt.core.infer.ResolutionConfiguration
Determine if all files in include path should be searched to resolve a name.
searchAllTypeNames(char[], int, char[], int, int, IJavaScriptSearchScope, TypeNameRequestor, int, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.core.search.SearchEngine
Searches for all top-level types and member types in the given scope.
searchAllTypeNames(char[], int, int, IJavaScriptSearchScope, TypeNameMatchRequestor, int, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.core.search.SearchEngine
Searches for all top-level types and member types in the given scope.
searchAllTypeNames(char[], int, char[], int, int, IJavaScriptSearchScope, TypeNameMatchRequestor, int, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.core.search.SearchEngine
Searches for all top-level types and member types in the given scope.
searchAllTypeNames(char[][], char[][], IJavaScriptSearchScope, TypeNameRequestor, int, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.core.search.SearchEngine
Searches for all top-level types and member types in the given scope matching any of the given qualifications and type names in a case sensitive way.
searchAllTypeNames(char[][], char[][], IJavaScriptSearchScope, TypeNameMatchRequestor, int, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.core.search.SearchEngine
Searches for all top-level types and member types in the given scope matching any of the given qualifications and type names in a case sensitive way.
searchDeclarationsOfAccessedFields(IJavaScriptElement, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.core.search.SearchEngine
Searches for all declarations of the fields accessed in the given element.
searchDeclarationsOfReferencedTypes(IJavaScriptElement, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.core.search.SearchEngine
Searches for all declarations of the types referenced in the given element.
searchDeclarationsOfSentMessages(IJavaScriptElement, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.core.search.SearchEngine
Searches for all declarations of the methods invoked in the given element.
SearchDocument - Class in org.eclipse.wst.jsdt.core.search
A search document encapsulates a content to be either indexed or searched in.
SearchDocument(String, SearchParticipant) - Constructor for class org.eclipse.wst.jsdt.core.search.SearchDocument
Creates a new search document.
SearchEngine - Class in org.eclipse.wst.jsdt.core.search
A SearchEngine searches for JavaScript elements following a search pattern.
SearchEngine() - Constructor for class org.eclipse.wst.jsdt.core.search.SearchEngine
Creates a new search engine.
SearchEngine(IJavaScriptUnit[]) - Constructor for class org.eclipse.wst.jsdt.core.search.SearchEngine
Creates a new search engine with a list of working copies that will take precedence over their original javascript unit s in the subsequent search operations.
SearchEngine(WorkingCopyOwner) - Constructor for class org.eclipse.wst.jsdt.core.search.SearchEngine
Creates a new search engine with the given working copy owner.
SearchMatch - Class in org.eclipse.wst.jsdt.core.search
A search match represents the result of a search query.
SearchMatch(IJavaScriptElement, int, int, int, SearchParticipant, IResource) - Constructor for class org.eclipse.wst.jsdt.core.search.SearchMatch
Creates a new search match.
SearchParticipant - Class in org.eclipse.wst.jsdt.core.search
A search participant describes a particular extension to a generic search mechanism, permitting combined search actions which will involve all required participants.
SearchParticipant() - Constructor for class org.eclipse.wst.jsdt.core.search.SearchParticipant
Creates a new search participant.
SearchPattern - Class in org.eclipse.wst.jsdt.core.search
A search pattern defines how search results are found.
SearchPattern(int) - Constructor for class org.eclipse.wst.jsdt.core.search.SearchPattern
Creates a search pattern with the rule to apply for matching index keys.
SearchRequestor - Class in org.eclipse.wst.jsdt.core.search
Collects the results from a search engine query.
SearchRequestor() - Constructor for class org.eclipse.wst.jsdt.core.search.SearchRequestor
 
select(ITypeInfoRequestor) - Method in interface org.eclipse.wst.jsdt.ui.dialogs.ITypeInfoFilterExtension
Returns whether the given type makes it into the list or not.
SELECT_ENCLOSING - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the edit -> select enclosing action (value "org.eclipse.wst.jsdt.ui.edit.text.java.select.enclosing").
SELECT_LAST - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the edit -> select restore last action (value "org.eclipse.wst.jsdt.ui.edit.text.java.select.last").
SELECT_NEXT - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the edit -> select next action (value "org.eclipse.wst.jsdt.ui.edit.text.java.select.next").
SELECT_PREVIOUS - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the edit -> select previous action (value "org.eclipse.wst.jsdt.ui.edit.text.java.select.previous").
selectAndReveal(Object) - Method in interface org.eclipse.wst.jsdt.ui.IPackagesViewPart
Selects and reveals the given element in this packages view.
selectIndexes(SearchPattern, IJavaScriptSearchScope) - Method in class org.eclipse.wst.jsdt.core.search.SearchParticipant
Returns the collection of index locations to consider when performing the given search query in the given scope.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.AddDelegateMethodsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.AddDelegateMethodsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.AddGetterSetterAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.AddGetterSetterAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.AddJavaDocStubAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.AddJavaDocStubAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.AddToClasspathAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.AddUnimplementedConstructorsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.AddUnimplementedConstructorsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ChangeTypeAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ChangeTypeAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ConvertAnonymousToNestedAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ConvertAnonymousToNestedAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ConvertLocalToFieldAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ConvertNestedToTopAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ConvertNestedToTopAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ExternalizeStringsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ExternalizeStringsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ExtractConstantAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ExtractMethodAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ExtractTempAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.FindAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.FindAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.FindExceptionOccurrencesAction
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.FindExceptionOccurrencesAction
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.FindImplementOccurrencesAction
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.FindImplementOccurrencesAction
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.FindOccurrencesInFileAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.FindOccurrencesInFileAction
 
selectionChanged(IAction, ISelection) - Method in class org.eclipse.wst.jsdt.ui.actions.FormatAllAction.ObjectDelegate
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.FormatAllAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.FormatAllAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.GenerateNewConstructorUsingFieldsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.GenerateNewConstructorUsingFieldsAction
 
selectionChanged(ISelection) - Method in class org.eclipse.wst.jsdt.ui.actions.InlineAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.InlineTempAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.InlineTempAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.IntroduceFactoryAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.IntroduceFactoryAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.IntroduceIndirectionAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.IntroduceIndirectionAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.IntroduceParameterAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ModifyParametersAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ModifyParametersAction
 
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.wst.jsdt.ui.actions.MoveAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenExternalJavadocAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenExternalJavadocAction
 
selectionChanged(ISelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenProjectAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenSuperImplementationAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenSuperImplementationAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenTypeHierarchyAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenTypeHierarchyAction
 
selectionChanged(IAction, ISelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OrganizeImportsAction.ObjectDelegate
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OrganizeImportsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OrganizeImportsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OverrideMethodsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OverrideMethodsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.PullUpAction
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.PullUpAction
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.PushDownAction
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.PushDownAction
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.RefreshAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.RemoveFromClasspathAction
 
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.wst.jsdt.ui.actions.RenameAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ReplaceInvocationsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ReplaceInvocationsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.SelectionDispatchAction
Notifies this action that the given structured selection has changed.
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.SelectionDispatchAction
Notifies this action that the given text selection has changed.
selectionChanged(ISelection) - Method in class org.eclipse.wst.jsdt.ui.actions.SelectionDispatchAction
Notifies this action that the given selection has changed.
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.wst.jsdt.ui.actions.SelectionDispatchAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.SelfEncapsulateFieldAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.SelfEncapsulateFieldAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ShowInNavigatorViewAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ShowInNavigatorViewAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ShowInPackageViewAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ShowInPackageViewAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.SortMembersAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.SortMembersAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.SurroundWithTryCatchAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.UseSupertypeAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.UseSupertypeAction
 
selectionChanged(IAction, ISelection) - Method in class org.eclipse.wst.jsdt.ui.JavaScriptLibrariesAction
 
SelectionDispatchAction - Class in org.eclipse.wst.jsdt.ui.actions
Action that dispatches the IAction#run() and the ISelectionChangedListener#selectionChanged according to the type of the selection.
SelectionDispatchAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.SelectionDispatchAction
Creates a new action with no text and no image.
SELF_ENCAPSULATE_FIELD - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> self encapsulate field action (value "org.eclipse.wst.jsdt.ui.edit.text.java.self.encapsulate.field").
SELF_ENCAPSULATE_FIELD - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
Refactor menu: name of standard Self Encapsulate Field global action (value "org.eclipse.wst.jsdt.ui.actions.SelfEncapsulateField").
SelfEncapsulateFieldAction - Class in org.eclipse.wst.jsdt.ui.actions
Action to run the self encapsulate field refactoring.
SelfEncapsulateFieldAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.SelfEncapsulateFieldAction
Creates a new SelfEncapsulateFieldAction.
SequenceReader - Class in org.eclipse.wst.jsdt.core.util
Provides the contents of multiple Readers in sequence.
SequenceReader(Reader[]) - Constructor for class org.eclipse.wst.jsdt.core.util.SequenceReader
 
sessionEnded() - Method in interface org.eclipse.wst.jsdt.ui.text.java.IJavaCompletionProposalComputer
Informs the computer that a content assist session has ended.
sessionStarted() - Method in interface org.eclipse.wst.jsdt.ui.text.java.IJavaCompletionProposalComputer
Informs the computer that a content assist session has started.
SET - Static variable in class org.eclipse.wst.jsdt.core.dom.Modifier
"set" modifier constant (bit mask)
set(ASTNode, StructuralPropertyDescriptor, Object, TextEditGroup) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ASTRewrite
Sets the given property of the given node.
set(Map) - Method in class org.eclipse.wst.jsdt.core.infer.InferOptions
 
SET_KEYWORD - Static variable in class org.eclipse.wst.jsdt.core.dom.Modifier.ModifierKeyword
"set" modifier with flag value Modifier.SET.
setAccuracy(int) - Method in class org.eclipse.wst.jsdt.core.search.SearchMatch
Sets the accuracy of this match.
setActivePart(IAction, IWorkbenchPart) - Method in class org.eclipse.wst.jsdt.ui.actions.FormatAllAction.ObjectDelegate
 
setActivePart(IAction, IWorkbenchPart) - Method in class org.eclipse.wst.jsdt.ui.actions.OrganizeImportsAction.ObjectDelegate
 
setActivePart(IAction, IWorkbenchPart) - Method in class org.eclipse.wst.jsdt.ui.JavaScriptLibrariesAction
 
setAddComments(boolean, boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Sets 'Add comment' checkbox.
setAdditionalFlags(int) - Method in class org.eclipse.wst.jsdt.core.CompletionProposal
Sets the completion flags relevant in the context.
setAdornments(int) - Method in class org.eclipse.wst.jsdt.ui.JavaScriptElementImageDescriptor
Sets the descriptors adornments.
setAll(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.ExportDeclaration
 
setAllowsRequiredProposals(int, int, boolean) - Method in class org.eclipse.wst.jsdt.core.CompletionRequestor
Sets whether a proposal of a given kind with a required proposal of the given kind is allowed.
setAlternateRoot(ASTNode) - Method in class org.eclipse.wst.jsdt.core.dom.Comment
Returns the root AST node that this comment occurs within, or null if none (or not recorded).
setAnonymousClassDeclaration(AnonymousClassDeclaration) - Method in class org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation
Sets whether this class instance creation expression declares an anonymous class (that is, has class body declarations).
setArgument(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.RestElementName
 
setArgument(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.SpreadElement
 
setArgument(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.YieldExpression
Set the argument for this yield expression
setArguments(IArgument[]) - Method in interface org.eclipse.wst.jsdt.core.ast.IAbstractFunctionDeclaration
Set the function arguments
setArray(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ArrayAccess
Sets the array expression of this array access expression.
setBinding(LocalVariableBinding) - Method in interface org.eclipse.wst.jsdt.core.ast.ILocalDeclaration
 
setBindingsRecovery(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Requests that the validator should perform bindings recovery.
setBody(Block) - Method in class org.eclipse.wst.jsdt.core.dom.ArrowFunctionExpression
Set the body for this arrow expression
setBody(Block) - Method in class org.eclipse.wst.jsdt.core.dom.CatchClause
Sets the body of this catch clause.
setBody(Statement) - Method in class org.eclipse.wst.jsdt.core.dom.DoStatement
Sets the body of this do statement.
setBody(Statement) - Method in class org.eclipse.wst.jsdt.core.dom.EnhancedForStatement
Sets the body of this enhanced for statement.
setBody(Statement) - Method in class org.eclipse.wst.jsdt.core.dom.ForInStatement
Sets the body of this for statement.
setBody(Statement) - Method in class org.eclipse.wst.jsdt.core.dom.ForOfStatement
Sets the body of this for statement.
setBody(Statement) - Method in class org.eclipse.wst.jsdt.core.dom.ForStatement
Sets the body of this for statement.
setBody(Block) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionDeclaration
Sets or clears the body of this method declaration.
setBody(Block) - Method in class org.eclipse.wst.jsdt.core.dom.Initializer
Sets the body of this initializer declaration.
setBody(Statement) - Method in class org.eclipse.wst.jsdt.core.dom.LabeledStatement
Sets the body of this labeled statement.
setBody(Block) - Method in class org.eclipse.wst.jsdt.core.dom.TryStatement
Sets the body of this try statement.
setBody(Statement) - Method in class org.eclipse.wst.jsdt.core.dom.WhileStatement
Sets the body of this while statement.
setBody(Statement) - Method in class org.eclipse.wst.jsdt.core.dom.WithStatement
Sets the body of this with statement.
setBooleanValue(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.BooleanLiteral
Sets the boolean value of this boolean literal node.
setBootClassPath(String[]) - Method in class org.eclipse.wst.jsdt.launching.VMRunnerConfiguration
Sets the boot includepath.
setCharValue(char) - Method in class org.eclipse.wst.jsdt.core.dom.CharacterLiteral
Sets the value of this character literal node to the given character.
setClasspathProperty(int) - Method in interface org.eclipse.wst.jsdt.launching.IRuntimeClasspathEntry
Sets whether this entry should appear on the bootstrap includepath, the user includepath, or whether this entry is a standard bootstrap entry that does not need to appear on the includepath.
setCollection(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ForInStatement
Sets or clears the condition expression of this return statement.
setCollection(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ForOfStatement
Sets or clears the condition expression of this return statement.
setCollector(CompletionProposalCollector) - Method in class org.eclipse.wst.jsdt.ui.text.java.JavaContentAssistInvocationContext
Sets the collector, which is used to access the compilation unit, the core context and the label provider.
setComment(String) - Method in class org.eclipse.wst.jsdt.core.dom.JSdoc
Deprecated.
The comment string was replaced in the 3.0 release by a representation of the structure of the doc comment. See tags.
setComment(String) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.JavaScriptRefactoringDescriptor
Sets the details comment of this refactoring.
setCommentTable(Comment[]) - Method in class org.eclipse.wst.jsdt.core.dom.JavaScriptUnit
Sets the list of the comments encountered while parsing this javaScript unit.
setCompilationUnit(CompilationUnitDeclaration) - Method in interface org.eclipse.wst.jsdt.core.infer.IInferEngine
Set compilation unit for processing.
setCompilationUnit(CompilationUnitDeclaration, char[]) - Method in interface org.eclipse.wst.jsdt.core.infer.IInferEngineExtension
Set compilation unit for processing.
setCompilationUnit(CompilationUnitDeclaration) - Method in class org.eclipse.wst.jsdt.core.infer.InferEngine
 
setCompilationUnit(IJavaScriptUnit) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameLocalVariableDescriptor
Sets the compilation unit which contains the local variable.
setCompilerOptions(Map) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Sets the validator options to be used when parsing.
setCompletion(char[]) - Method in class org.eclipse.wst.jsdt.core.CompletionProposal
Sets the proposed sequence of characters to insert into the source file buffer, replacing the characters at the specified source range.
setComplianceOptions(String, Map) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Sets the default's validator options inside the given options map according to the given compliance.
setComponentType(Type) - Method in class org.eclipse.wst.jsdt.core.dom.ArrayType
Sets the component type of this array type.
setCondition(String) - Method in interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptLineBreakpoint
Sets the given condition for the breakpoint.
setConditionEnabled(boolean) - Method in interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptLineBreakpoint
Allows the enabled state of the condition to be set
setConditionSuspendOnTrue(boolean) - Method in interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptLineBreakpoint
Sets if the condition for this breakpoint will suspend when it evaluates to true.
setConfiguredWizardPage(NewClassWizardPage) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenNewClassWizardAction
Sets a page to be used by the wizard or null to use a page initialized with values from the current selection (see AbstractOpenWizardAction.getSelection() and #setSelection(org.eclipse.jface.viewers.IStructuredSelection)).
setConstructor(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionDeclaration
Sets whether this declaration declares a constructor or a method.
setContents(char[]) - Method in interface org.eclipse.wst.jsdt.core.IBuffer
Sets the contents of this buffer to the given character array.
setContents(String) - Method in interface org.eclipse.wst.jsdt.core.IBuffer
Sets the contents of this buffer to the given String.
setContext(ActionContext) - Method in class org.eclipse.wst.jsdt.ui.actions.JavaSearchActionGroup
 
setContext(ActionContext) - Method in class org.eclipse.wst.jsdt.ui.actions.NavigateActionGroup
 
setCorrespondingFunction(IFunctionDeclaration) - Method in class org.eclipse.wst.jsdt.core.infer.InferredType
 
setDeclaration(ProgramElement) - Method in class org.eclipse.wst.jsdt.core.dom.ExportDeclaration
 
setDeclaration(FunctionDeclaration) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionDeclarationStatement
 
setDeclaration(AbstractTypeDeclaration) - Method in class org.eclipse.wst.jsdt.core.dom.TypeDeclarationExpression
Sets the abstract type declaration of this local type declaration
setDeclaration(AbstractTypeDeclaration) - Method in class org.eclipse.wst.jsdt.core.dom.TypeDeclarationStatement
Sets the abstract type declaration of this local type declaration statement (added in JLS3 API).
setDeclarationKey(char[]) - Method in class org.eclipse.wst.jsdt.core.CompletionProposal
Sets the type key of the relevant declaration in the context, or null if none.
setDeclarationSignature(char[]) - Method in class org.eclipse.wst.jsdt.core.CompletionProposal
Sets the type signature of the relevant declaration in the context, or null if none.
setDefault(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.ExportDeclaration
 
setDefault(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.ModuleSpecifier
 
setDefaultClassPath(IIncludePathEntry[], boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewJavaProjectWizardPage
Sets the default classpath to be used for the new JavaScript project.
setDefaultNodeFlag(int) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Sets default node flags of new nodes of this AST.
setDefaultOptions() - Method in class org.eclipse.wst.jsdt.core.infer.InferOptions
 
setDefaultOutputFolder(IPath) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewJavaProjectWizardPage
Sets the default output location to be used for the new JavaScript project.
setDefaultRootPath(String) - Method in class org.eclipse.wst.jsdt.launching.StandardVMType
 
setDefaultVMInstall(IVMInstall, IProgressMonitor) - Static method in class org.eclipse.wst.jsdt.launching.JavaRuntime
Sets a VM as the system-wide default VM, and notifies registered VM install change listeners of the change.
setDefaultVMInstall(IVMInstall, IProgressMonitor, boolean) - Static method in class org.eclipse.wst.jsdt.launching.JavaRuntime
Sets a VM as the system-wide default VM, and notifies registered VM install change listeners of the change.
setDelegate(Boolean) - Method in class org.eclipse.wst.jsdt.core.dom.YieldExpression
Sets if this yield expression is delegate
setDeprecateDelegate(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveStaticMembersDescriptor
Determines whether the delegate for a member should be declared as deprecated.
setDeprecateDelegate(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Determines whether the delegate for a Java element should be declared as deprecated.
setDescription(String) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.JavaScriptRefactoringDescriptor
Sets the description of this refactoring.
setDestination(IJavaScriptElement) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveDescriptor
Sets the destination of the move.
setDestination(IResource) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveDescriptor
Sets the destination of the move.
setDestinationType(IType) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveStaticMembersDescriptor
Sets the destination type of the move operation.
setDiscoverableName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.ModuleSpecifier
Sets the discoverable name of this node
setEditor(IEditorPart) - Method in interface org.eclipse.wst.jsdt.ui.text.java.hover.IJavaEditorTextHover
Sets the editor on which the hover is shown.
setElement(Object) - Method in class org.eclipse.wst.jsdt.core.search.SearchMatch
Sets the element of this search match.
setElseExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ConditionalExpression
Sets the "else" part of this conditional expression.
setElseStatement(Statement) - Method in class org.eclipse.wst.jsdt.core.dom.IfStatement
Sets or clears the "else" part of this if statement.
setEnabled(boolean) - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequest
Allows the enabled state of the request to be changed.
setEnclosingType(IType, boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Sets the enclosing type.
setEnclosingTypeSelection(boolean, boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Sets the enclosing type checkbox's selection state.
setEntry(boolean) - Method in interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptFunctionBreakpoint
Sets if this will be a function entry breakpoint.
setEnvironment(String[]) - Method in class org.eclipse.wst.jsdt.launching.VMRunnerConfiguration
Sets the environment for the JavaScript program.
setEscapedValue(String) - Method in class org.eclipse.wst.jsdt.core.dom.CharacterLiteral
Sets the string value of this literal node.
setEscapedValue(String) - Method in class org.eclipse.wst.jsdt.core.dom.StringLiteral
Sets the string value of this literal node to the given string literal token.
setException(SingleVariableDeclaration) - Method in class org.eclipse.wst.jsdt.core.dom.CatchClause
Sets the variable declaration of this catch clause.
setExit(boolean) - Method in interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptFunctionBreakpoint
Sets if this will be a function exit breakpoint.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ArrowFunctionExpression
Sets the expression of this arrow expression
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation
Sets or clears the expression of this class instance creation expression.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ConditionalExpression
Sets the condition of this conditional expression.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.DoStatement
Sets the expression of this do statement.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.EnhancedForStatement
Sets the expression of this enhanced for statement.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ExpressionStatement
Sets the expression of this expression statement.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.FieldAccess
Sets the expression of this field access expression.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ForStatement
Sets or clears the condition expression of this return statement.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionInvocation
Sets or clears the expression of this method invocation expression.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.IfStatement
Sets the condition of this if statement.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ParenthesizedExpression
Sets the expression of this parenthesized expression.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ReturnStatement
Sets or clears the expression of this return statement.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.SuperConstructorInvocation
Sets or clears the expression of this super constructor invocation statement.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.SwitchCase
Sets the expression of this switch case, or clears it (turns it into the "default:" case).
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.SwitchStatement
Sets the expression of this switch statement.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ThrowStatement
Sets the expression of this throw statement.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.WhileStatement
Sets the expression of this while statement.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.WithStatement
Sets the expression of this with statement.
setExtraDimensions(int) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionDeclaration
Sets the number of extra array dimensions over and above the explicitly-specified return type.
setExtraDimensions(int) - Method in class org.eclipse.wst.jsdt.core.dom.SingleVariableDeclaration
 
setExtraDimensions(int) - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclaration
Sets the number of extra array dimensions over and above the explicitly-specified type.
setExtraDimensions(int) - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclarationFragment
Sets the number of extra array dimensions this variable has over and above the type specified in the enclosing declaration.
setFavoriteReferences(String[]) - Method in class org.eclipse.wst.jsdt.core.CompletionRequestor
Set the favorite references which will be used to compute some completion proposals.
setFieldName(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ObjectLiteralField
Sets the type in this cast expression to the given type.
setFileNamePatterns(String) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveDescriptor
Sets the file name patterns to use during qualified name updating.
setFileNamePatterns(String) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Sets the file name patterns to use during qualified name updating.
setFilterImplicitImports(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite
Specifies that implicit imports (types in default package, package java.lang or in the same package as the rewrite javaScript unit should not be created except if necessary to resolve an on-demand import conflict.
setFilters(String[]) - Method in class org.eclipse.wst.jsdt.ui.actions.CustomFiltersActionGroup
Sets the filters to the given array of new filters
setFinally(Block) - Method in class org.eclipse.wst.jsdt.core.dom.TryStatement
Sets or clears the finally block of this try statement.
setFlags(int) - Method in class org.eclipse.wst.jsdt.core.CompletionProposal
Sets the modifier flags relevant in the context.
setFlags(int) - Method in class org.eclipse.wst.jsdt.core.dom.ASTNode
Sets the flags associated with this node to the given value.
setFlags(int) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.JavaScriptRefactoringDescriptor
Sets the flags of this refactoring.
setFocalPosition(int) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Requests an abridged abstract syntax tree.
setFocus() - Method in class org.eclipse.wst.jsdt.ui.wizards.JavaCapabilityConfigurationPage
Transfers the focus into this page.
setFocus() - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Sets the focus on the type name input field.
setFocusOnContainer() - Method in class org.eclipse.wst.jsdt.ui.wizards.NewContainerWizardPage
Sets the focus to the source folder's text field.
setForceWrapping(String, boolean) - Static method in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
Set the force value of the given alignment value and return the new value.
setGenerator(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionDeclaration
 
setHierarchyMode(int) - Method in interface org.eclipse.wst.jsdt.ui.ITypeHierarchyViewPart
Sets the hierarchy mode.
setHitCount(int) - Method in interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptBreakpoint
Sets the given hit count for the breakpoint, throws an IllegalArgumentException if the given count is less than 1.
setIdentifier(String) - Method in class org.eclipse.wst.jsdt.core.dom.SimpleName
Sets the identifier of this node to the given value.
setIgnored(int, boolean) - Method in class org.eclipse.wst.jsdt.core.CompletionRequestor
Sets whether the given kind of completion proposal is ignored.
setImageSize(Point) - Method in class org.eclipse.wst.jsdt.ui.JavaScriptElementImageDescriptor
Sets the size of the image created by calling #createImage().
setImplicit(boolean) - Method in class org.eclipse.wst.jsdt.core.search.SearchMatch
Sets whether the associated element is implicit or not.
setImportOrder(String[]) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite
Defines the import groups and order to be used by the ImportRewrite.
setImports(String[]) - Method in interface org.eclipse.wst.jsdt.core.eval.IEvaluationContext
Sets the import declarations for this evaluation context.
setIncludepathVariable(String, IPath) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
setIncludepathVariable(String, IPath, IProgressMonitor) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Sets the value of the given includepath variable.
setIncludepathVariables(String[], IPath[], IProgressMonitor) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Sets the values of all the given includepath variables at once.
setIndentStyle(String, int) - Static method in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
Set the indentation style of the given alignment value and return the new value.
setIndex(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ArrayAccess
Sets the index expression of this array access expression.
setInferredType(InferredType) - Method in interface org.eclipse.wst.jsdt.core.ast.IAbstractFunctionDeclaration
Set the inferred return type
setInferredType(InferredType) - Method in interface org.eclipse.wst.jsdt.core.ast.IAbstractVariableDeclaration
Set the inferred type of the var
setInferredType(InferredType) - Method in interface org.eclipse.wst.jsdt.core.ast.IAssignment
Set the inferred type of the assignment
setInferredType(InferredType) - Method in interface org.eclipse.wst.jsdt.core.ast.IObjectLiteral
 
setInferredType(InferredType) - Method in interface org.eclipse.wst.jsdt.core.ast.IReturnStatement
 
setInitializationData(IConfigurationElement, String, Object) - Method in class org.eclipse.wst.jsdt.launching.AbstractVMInstallType
Initializes the id parameter from the "id" attribute in the configuration markup.
setInitializer(ArrayInitializer) - Method in class org.eclipse.wst.jsdt.core.dom.ArrayCreation
Sets or clears the array initializer of this array creation expression.
setInitializer(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ObjectLiteralField
Sets the expression of this cast expression.
setInitializer(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.SingleVariableDeclaration
 
setInitializer(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclaration
Sets or clears the initializer of this variable declaration.
setInitializer(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclarationFragment
 
setInput(IType) - Method in interface org.eclipse.wst.jsdt.ui.ITypeHierarchyViewPart
Deprecated.
use setInputElement instead
setInputElement(IJavaScriptElement) - Method in interface org.eclipse.wst.jsdt.ui.ITypeHierarchyViewPart
Sets the input element of this type hierarchy view.
setInsideDocComment(boolean) - Method in class org.eclipse.wst.jsdt.core.search.SearchMatch
Sets whether this search match is inside a doc comment of a Java source file.
setInstallLocation(File) - Method in class org.eclipse.wst.jsdt.launching.AbstractVMInstall
 
setInstallLocation(File) - Method in interface org.eclipse.wst.jsdt.launching.IVMInstall
Sets the root directory of the install location of this VM.
setInvocationContext(JavaContentAssistInvocationContext) - Method in class org.eclipse.wst.jsdt.ui.text.java.CompletionProposalCollector
Sets the invocation context.
setIsDefinition(boolean) - Method in class org.eclipse.wst.jsdt.core.infer.InferredType
 
setIsFileImport(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.ImportDeclaration
 
setIsGlobal(boolean) - Method in class org.eclipse.wst.jsdt.core.infer.InferredType
EX: The anonymous type for a global variable would be globally visible, the anonymous type for a local would not.
setIsLocal(boolean) - Method in interface org.eclipse.wst.jsdt.core.ast.ILocalDeclaration
 
setIsType(boolean) - Method in interface org.eclipse.wst.jsdt.core.ast.IAbstractVariableDeclaration
 
setIsType(boolean) - Method in interface org.eclipse.wst.jsdt.core.ast.IAssignment
 
setIsType(boolean) - Method in interface org.eclipse.wst.jsdt.core.ast.IReturnStatement
 
setIsType(boolean) - Method in class org.eclipse.wst.jsdt.core.infer.InferredAttribute
 
setIterationVariable(Statement) - Method in class org.eclipse.wst.jsdt.core.dom.ForInStatement
 
setIterationVariable(Statement) - Method in class org.eclipse.wst.jsdt.core.dom.ForOfStatement
 
setJavadoc(JSdoc) - Method in class org.eclipse.wst.jsdt.core.dom.BodyDeclaration
Sets or clears the doc comment node.
setJavadoc(JSdoc) - Method in class org.eclipse.wst.jsdt.core.dom.PackageDeclaration
Sets or clears the doc comment node.
setJavadoc(JSdoc) - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclarationStatement
Sets or clears the doc comment node.
setJavadocLocation(URL) - Method in class org.eclipse.wst.jsdt.launching.AbstractVMInstall
 
setJavadocLocation(URL) - Method in interface org.eclipse.wst.jsdt.launching.IVMInstall
Sets the jsdoc location associated with this VM install.
setJavaElement(IJavaScriptElement) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Sets the Java element to be renamed.
setJavaScriptElementHandle(String) - Method in interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptBreakpoint
Allows the IJavaScriptElement handle to be set for this breakpoint.
setJsGlobalScopeContainer(IPath, IJavaScriptProject[], IJsGlobalScopeContainer[], IProgressMonitor) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Bind a container reference path to some actual containers (IJsGlobalScopeContainer).
setKeepCache(boolean) - Static method in class org.eclipse.wst.jsdt.jsdoc.ElementInfo
 
setKeepOriginal(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveStaticMembersDescriptor
Determines whether the the original members should be kept as delegates to the moved ones.
setKeepOriginal(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Determines whether the the original Java element should be kept as delegate to the renamed one.
setKey(char[]) - Method in class org.eclipse.wst.jsdt.core.CompletionProposal
Sets the key of the method, field type, member type, relevant in the context, or null if none.
setKeyword(Modifier.ModifierKeyword) - Method in class org.eclipse.wst.jsdt.core.dom.Modifier
Sets the modifier keyword of this modifier node.
setKind(int) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Sets the kind of constructs to be parsed from the source.
setKind(ObjectLiteralField.FieldKind) - Method in class org.eclipse.wst.jsdt.core.dom.ObjectLiteralField
Sets the kind for this object property Ordinary fields have a kind value INIT; getters and setters have the kind values GET and SET, respectively.
setKind(VariableKind) - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclarationExpression
Sets the declaration kind
setKind(VariableKind) - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclarationStatement
 
setLabel(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.BreakStatement
Sets or clears the label of this break statement.
setLabel(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.ContinueStatement
Sets or clears the label of this continue statement.
setLabel(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.LabeledStatement
Sets the label of this labeled statement.
setLeadingComment(String) - Method in class org.eclipse.wst.jsdt.core.dom.Statement
Deprecated.
This feature was removed in the 2.1 release because it was only a partial, and inadequate, solution to the issue of associating comments with statements.
setLeft(Name) - Method in class org.eclipse.wst.jsdt.core.dom.AssignmentName
 
setLeftHandSide(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.Assignment
Sets the left hand side of this assignment expression.
setLeftOperand(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.InfixExpression
Sets the left operand of this infix expression.
setLeftOperand(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.InstanceofExpression
Sets the left operand of this instanceof expression.
setLength(int) - Method in class org.eclipse.wst.jsdt.core.search.SearchMatch
Sets the length of this search match.
setLibraryLocations(LibraryLocation[]) - Method in class org.eclipse.wst.jsdt.launching.AbstractVMInstall
 
setLibraryLocations(LibraryLocation[]) - Method in interface org.eclipse.wst.jsdt.launching.IVMInstall
Sets the library locations of this IVMInstall.
setLineEndTable(int[]) - Method in class org.eclipse.wst.jsdt.core.dom.JavaScriptUnit
Sets the line end table for this javaScript unit.
setLinkingEnabled(boolean) - Method in interface org.eclipse.wst.jsdt.ui.IPackagesViewPart
Sets whether this Packages view's selection automatically tracks the active editor.
setLinkingEnabled(boolean) - Method in interface org.eclipse.wst.jsdt.ui.ITypeHierarchyViewPart
Sets whether this type hierarchy view's selection automatically tracks the active editor.
setLiteralValue(String) - Method in class org.eclipse.wst.jsdt.core.dom.StringLiteral
Sets the value of this literal node.
setLocal(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.ModuleSpecifier
Sets the local name of this node to the given value.
setLocalElement(IJavaScriptElement) - Method in class org.eclipse.wst.jsdt.core.search.TypeReferenceMatch
Sets the local element of this search match.
setMatchStrategy(int) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Determines which strategy should be used during similar declaration updating.
setMember(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation
 
setMemberFilter(int, boolean) - Method in class org.eclipse.wst.jsdt.ui.actions.MemberFilterActionGroup
Sets the member filters.
setMembers(IMember[]) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveStaticMembersDescriptor
Sets the static members to move.
setMessage(String) - Method in class org.eclipse.wst.jsdt.core.compiler.CategorizedProblem
 
setMeta(String) - Method in class org.eclipse.wst.jsdt.core.dom.MetaProperty
 
setMethod(FunctionDeclaration) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionExpression
Sets the type in this cast expression to the given type.
setMethodDeclaration(MethodDeclaration) - Method in interface org.eclipse.wst.jsdt.core.ast.IFunctionExpression
 
setMethodName(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionDeclaration
 
setMethodStubSelection(boolean, boolean, boolean, boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewClassWizardPage
Sets the selection state of the method stub checkboxes.
setModifiers(int) - Method in class org.eclipse.wst.jsdt.core.dom.BodyDeclaration
Deprecated.
Rhis method is replaced by BodyDeclaration.modifiers() which contains a list of a Modifier nodes.
setModifiers(int) - Method in class org.eclipse.wst.jsdt.core.dom.SingleVariableDeclaration
Deprecated.
In the JLS3 API, this method is replaced by SingleVariableDeclaration.modifiers() which contains a list of a Modifier nodes.
setModifiers(int) - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclarationExpression
Deprecated.
In the JLS3 API, this method is replaced by VariableDeclarationExpression.modifiers() which contains a list of a Modifier nodes.
setModifiers(int) - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclarationStatement
Deprecated.
In the JLS3 API, this method is replaced by VariableDeclarationStatement.modifiers() which contains a list of a Modifier nodes.
setModifiers(int) - Method in class org.eclipse.wst.jsdt.core.infer.InferredType
 
setModifiers(int, boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Sets the modifiers.
setMoveMembers(IMember[]) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveDescriptor
Sets the members to move.
setMovePackageFragmentRoots(IPackageFragmentRoot[]) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveDescriptor
Sets the package fragment roots to move.
setMovePackages(IPackageFragment[]) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveDescriptor
Sets the package fragments to move.
setMoveResources(IFile[], IFolder[], IJavaScriptUnit[]) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveDescriptor
Sets the resources and compilation units to move.
setName(char[]) - Method in class org.eclipse.wst.jsdt.core.CompletionProposal
Sets the simple name of the method (type simple name for constructor), field, member, or variable relevant in the context, or null if none.
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.AbstractTypeDeclaration
Sets the name of the type declared in this type declaration to the given name.
setName(Name) - Method in class org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation
Sets the name of the type instantiated in this class instance creation expression (JLS2 API only).
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.FieldAccess
Sets the name of the field accessed in this field access expression.
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionDeclaration
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionInvocation
Sets the name of the method invoked in this expression to the given name.
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionRef
Sets the name of the referenced method or constructor to the given name.
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionRefParameter
Sets or clears the parameter name.
setName(Name) - Method in class org.eclipse.wst.jsdt.core.dom.ImportDeclaration
Sets the name of this import declaration to the given name.
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.MemberRef
Sets the name of the referenced member to the given name.
setName(Name) - Method in class org.eclipse.wst.jsdt.core.dom.PackageDeclaration
Sets the package name of this package declaration to the given name.
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.QualifiedName
Sets the name part of this qualified name to the given simple name.
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.QualifiedType
Sets the name part of this qualified type to the given simple name.
setName(Name) - Method in class org.eclipse.wst.jsdt.core.dom.SimpleType
Sets the name of this simple type to the given name.
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.SingleVariableDeclaration
 
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.SuperFieldAccess
Sets the name of the field accessed in this "super" field access expression.
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.SuperMethodInvocation
Sets the name of the method invoked in this expression to the given name.
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclaration
Sets the name of the variable declared in this variable declaration to the given name.
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclarationFragment
 
setName(String) - Method in class org.eclipse.wst.jsdt.launching.AbstractVMInstall
 
setName(String) - Method in interface org.eclipse.wst.jsdt.launching.IVMInstall
Sets the display name of this VM.
setNamespace(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.ModuleSpecifier
 
setNameStart(int) - Method in class org.eclipse.wst.jsdt.core.infer.InferredType
Set the charactor position (in the source) of the type name
setNewName(String) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Sets the new name to rename the Java element to.
setNewName(String) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameLocalVariableDescriptor
Sets the new name to rename the local variable to.
setNewName(String) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameResourceDescriptor
Sets the new name to rename the resource to.
setNotify(boolean) - Method in class org.eclipse.wst.jsdt.launching.AbstractVMInstall
Whether this VM should fire property change notifications.
setOffset(int) - Method in class org.eclipse.wst.jsdt.core.search.SearchMatch
Sets the offset of this search match.
setOnDemand(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.ImportDeclaration
Sets whether this import declaration is an on-demand or a single-type import.
setOnDemandImportThreshold(int) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite
Sets the on-demand import threshold for normal (non-static) imports.
setOpenEditorOnFinish(boolean) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenNewClassWizardAction
Specifies if the wizard will open the created type with the default editor.
setOperand(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.PostfixExpression
Sets the operand of this postfix expression.
setOperand(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.PrefixExpression
Sets the operand of this prefix expression.
setOperator(Assignment.Operator) - Method in class org.eclipse.wst.jsdt.core.dom.Assignment
Sets the operator of this assignment expression.
setOperator(InfixExpression.Operator) - Method in class org.eclipse.wst.jsdt.core.dom.InfixExpression
Sets the operator of this infix expression.
setOperator(PostfixExpression.Operator) - Method in class org.eclipse.wst.jsdt.core.dom.PostfixExpression
Sets the operator of this postfix expression.
setOperator(PrefixExpression.Operator) - Method in class org.eclipse.wst.jsdt.core.dom.PrefixExpression
Sets the operator of this prefix expression.
setOption(String, String) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Helper method for setting one option value only.
setOptions(Map) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Sets the project custom options.
setOptions(Hashtable) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Sets the current table of options.
setOrderAlphabetically(boolean) - Method in class org.eclipse.wst.jsdt.ui.text.java.CompletionProposalComparator
Sets the sort order.
setOtherElements(IJavaScriptElement[]) - Method in class org.eclipse.wst.jsdt.core.search.TypeReferenceMatch
Sets the other elements of this search match.
setPackage(PackageDeclaration) - Method in class org.eclipse.wst.jsdt.core.dom.JavaScriptUnit
Sets or clears the package declaration of this javaScript unit node to the given package declaration node.
setPackageFragment(IPackageFragment, boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Sets the package fragment to the given value.
setPackageFragmentRoot(IPackageFragmentRoot, boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewContainerWizardPage
Sets the current source folder (model and text field) to the given package fragment root.
setPackageName(String) - Method in interface org.eclipse.wst.jsdt.core.eval.IEvaluationContext
Sets the dot-separated name of the package in which code snippets are to be compiled and run.
setParameter(SingleVariableDeclaration) - Method in class org.eclipse.wst.jsdt.core.dom.EnhancedForStatement
Sets the formal parameter in this enhanced for statement.
setParameterNames(char[][]) - Method in class org.eclipse.wst.jsdt.core.CompletionProposal
Sets the method or function parameter names.
setParticipant(SearchParticipant) - Method in class org.eclipse.wst.jsdt.core.search.SearchMatch
Sets the participant of this match.
setPattern(Name) - Method in class org.eclipse.wst.jsdt.core.dom.SingleVariableDeclaration
Sets the pattern of the variable declared in this variable declaration to the given pattern.
setPrimaryBufferProvider(WorkingCopyOwner) - Static method in class org.eclipse.wst.jsdt.core.WorkingCopyOwner
Sets the buffer provider of the primary working copy owner.
setPrimitiveTypeCode(PrimitiveType.Code) - Method in class org.eclipse.wst.jsdt.core.dom.PrimitiveType
Sets the primitive type code.
setProblems(IProblem[]) - Method in class org.eclipse.wst.jsdt.core.dom.JavaScriptUnit
Sets the array of problems reported by the validator during the parsing or name resolution of this javaScript unit.
setProgramArguments(String[]) - Method in class org.eclipse.wst.jsdt.launching.VMRunnerConfiguration
Sets the custom program arguments.
setProject(IJavaScriptProject) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Sets the JavaScript project used when resolving bindings.
setProject(String) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.JavaScriptRefactoringDescriptor
Sets the project name of this refactoring.
setProject(String) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Sets the project name of this refactoring.
setProject(String) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameResourceDescriptor
Sets the project name of this refactoring.
setProject(IProject) - Method in class org.eclipse.wst.jsdt.ui.project.JsNature
 
setProjectJSdocLocation(IJavaScriptProject, URL) - Static method in class org.eclipse.wst.jsdt.ui.JavaScriptUI
Sets the Javadoc location for a JavaScript project.
setProjectModified() - Method in class org.eclipse.wst.jsdt.ui.wizards.NewJavaProjectWizardPage
Sets the project state to modified.
setProperty(String, Object) - Method in class org.eclipse.wst.jsdt.core.dom.ASTNode
Sets the named property of this node to the given value, or to null to clear it.
setPropertyName(String) - Method in class org.eclipse.wst.jsdt.core.dom.MetaProperty
 
setProvideMembers(boolean) - Method in class org.eclipse.wst.jsdt.ui.StandardJavaScriptElementContentProvider
Sets whether the content provider is supposed to return members when asking a compilation unit or class file for its children.
setQualifier(Name) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionRef
Sets or clears the qualifier of this method reference.
setQualifier(Name) - Method in class org.eclipse.wst.jsdt.core.dom.MemberRef
Sets or clears the qualifier of this member reference.
setQualifier(Name) - Method in class org.eclipse.wst.jsdt.core.dom.QualifiedName
Sets the qualifier of this qualified name to the given name.
setQualifier(Type) - Method in class org.eclipse.wst.jsdt.core.dom.QualifiedType
Sets the qualifier of this qualified type to the given type.
setQualifier(Name) - Method in class org.eclipse.wst.jsdt.core.dom.SuperFieldAccess
Sets or clears the qualifier of this "super" field access expression.
setQualifier(Name) - Method in class org.eclipse.wst.jsdt.core.dom.SuperMethodInvocation
Sets or clears the qualifier of this "super" method invocation expression.
setQualifier(Name) - Method in class org.eclipse.wst.jsdt.core.dom.ThisExpression
Sets or clears the qualifier of this "this" expression.
setRaw(boolean) - Method in class org.eclipse.wst.jsdt.core.search.SearchMatch
Set whether the associated element is a raw type/method or not.
setRawIncludepath(IIncludePathEntry[], boolean, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Sets the includepath of this project using a list of includepath entries.
setRawIncludepath(IIncludePathEntry[], IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Sets the includepath of this project using a list of includepath entries.
setRawValue(String) - Method in class org.eclipse.wst.jsdt.core.dom.TemplateElement
Sets the raw value of this template element node to the given string.
setRegularExpression(String) - Method in class org.eclipse.wst.jsdt.core.dom.RegularExpressionLiteral
Sets the string value of this literal node.
setRelevance(int) - Method in class org.eclipse.wst.jsdt.core.CompletionProposal
Sets the relative relevance rating of this proposal.
setRenameGetters(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Determines whether getter methods for the Java element should be renamed.
setRenameSetters(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Determines whether setter methods for the Java element should be renamed.
setReplaceInstanceof(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.UseSupertypeDescriptor
Determines whether 'instanceof' statements are considered as candidates to replace the subtype occurrence by one of its supertypes.
setReplacementLength(int) - Method in class org.eclipse.wst.jsdt.ui.text.java.CompletionProposalCollector
If the replacement length is set, it overrides the length returned from the content assist infrastructure.
setReplaceRange(int, int) - Method in class org.eclipse.wst.jsdt.core.CompletionProposal
Sets the character indices of the subrange in the source file buffer to be replaced by the completion string.
setRequiredProposals(CompletionProposal[]) - Method in class org.eclipse.wst.jsdt.core.CompletionProposal
Sets the list of required completion proposals, or null if none.
setResolveBindings(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Requests that the validator should provide binding information for the AST nodes it creates.
setResource(IResource) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameResourceDescriptor
Sets the resource to be renamed.
setResource(IResource) - Method in class org.eclipse.wst.jsdt.core.search.SearchMatch
Sets the resource of this match.
setResumeOnStartup(boolean) - Method in class org.eclipse.wst.jsdt.launching.VMRunnerConfiguration
Sets whether the VM is resumed on startup when launched in debug mode.
setReturnType(Type) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionDeclaration
Deprecated.
In the JLS3 API, this method is replaced by FunctionDeclaration.setReturnType2(Type), which accepts null.
setReturnType2(Type) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionDeclaration
Sets the return type of the method declared in this method declaration to the given type, exclusive of any extra array dimensions (added in JLS3 API).
setRight(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.AssignmentName
 
setRightHandSide(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.Assignment
Sets the right hand side of this assignment expression.
setRightOperand(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.InfixExpression
Sets the right operand of this infix expression.
setRightOperand(Type) - Method in class org.eclipse.wst.jsdt.core.dom.InstanceofExpression
Sets the right operand of this instanceof expression.
setRule(int) - Method in class org.eclipse.wst.jsdt.core.search.SearchMatch
Set the rule used while reporting the match.
setSelection(ISourceRange) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameLocalVariableDescriptor
Sets the selection within the compilation unit which references the local variable to rename.
setSelection(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.AbstractOpenWizardAction
Configures the selection to be used as initial selection of the wizard.
setSelection(ISelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ConvertingSelectionProvider
setSelection(IIncludePathEntry) - Method in class org.eclipse.wst.jsdt.ui.wizards.BaseLibraryWizardPage
 
setSelection(IIncludePathEntry) - Method in interface org.eclipse.wst.jsdt.ui.wizards.IJsGlobalScopeContainerPage
Sets the classpath container entry to be edited or null if a new entry should be created.
setShell(Shell) - Method in class org.eclipse.wst.jsdt.ui.actions.AbstractOpenWizardAction
Configures the shell to be used as parent shell by the wizard.
setShowLimited(boolean) - Method in class org.eclipse.wst.jsdt.ui.actions.CCPActionGroup
 
setSignature(char[]) - Method in class org.eclipse.wst.jsdt.core.CompletionProposal
Sets the signature of the function, method, field type, member type, relevant in the context, or null if none.
setSource(char[]) - Method in interface org.eclipse.wst.jsdt.core.compiler.IScanner
Set the scanner source to process.
setSource(char[]) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Sets the source code to be parsed.
setSource(IJavaScriptUnit) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Sets the source code to be parsed.
setSource(IClassFile) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Sets the source code to be parsed.
setSource(ITypeRoot) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Sets the source code to be parsed.
setSource(StringLiteral) - Method in class org.eclipse.wst.jsdt.core.dom.ExportDeclaration
 
setSource(StringLiteral) - Method in class org.eclipse.wst.jsdt.core.dom.ImportDeclaration
 
setSource(String) - Method in class org.eclipse.wst.jsdt.core.util.JsStringScanner
Set JavaScript string to parse
setSourceAttachmentPath(IPath) - Method in interface org.eclipse.wst.jsdt.launching.IRuntimeClasspathEntry
Sets the path to the source archive associated with this entry, or null if this includepath entry has no source attachment.
setSourceAttachmentRootPath(IPath) - Method in interface org.eclipse.wst.jsdt.launching.IRuntimeClasspathEntry
Sets the path within the source archive where package fragments are located.
setSourceEnd(int) - Method in interface org.eclipse.wst.jsdt.core.compiler.IProblem
Set the end position of the problem (inclusive), or -1 if unknown.
setSourceLineNumber(int) - Method in interface org.eclipse.wst.jsdt.core.compiler.IProblem
Set the line number in source where the problem begins.
setSourceRange(int, int) - Method in class org.eclipse.wst.jsdt.core.dom.ASTNode
Sets the source range of the original source file where the source fragment corresponding to this node was found.
setSourceRange(int, int) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Sets the subrange of the source code to be parsed.
setSourceStart(int) - Method in interface org.eclipse.wst.jsdt.core.compiler.IProblem
Set the start position of the problem (inclusive), or -1 if unknown.
setSpecialSelectionProvider(ISelectionProvider) - Method in class org.eclipse.wst.jsdt.ui.actions.SelectionDispatchAction
Sets a special selection provider which will be used instead of the site's selection provider.
setStatementsRecovery(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Requests that the validator should perform statements recovery.
setStatic(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.ImportDeclaration
Sets whether this import declaration is a static import (added in JLS3 API).
setStaticOnDemandImportThreshold(int) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite
Sets the on-demand import threshold for static imports.
setStructuralProperty(StructuralPropertyDescriptor, Object) - Method in class org.eclipse.wst.jsdt.core.dom.ASTNode
Sets the value of the given structural property for this node.
setSubtype(IType) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.UseSupertypeDescriptor
Sets the subtype of the refactoring.
setSuperclass(Name) - Method in class org.eclipse.wst.jsdt.core.dom.TypeDeclaration
Sets or clears the name of the superclass declared in this type declaration (JLS2 API only).
setSuperClass(String, boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Sets the super class name.
setSuperclassExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.TypeDeclaration
Sets or clears the expression of the superclass declared in this type declaration
setSuperclassType(Type) - Method in class org.eclipse.wst.jsdt.core.dom.TypeDeclaration
Sets or clears the superclass declared in this type declaration (added in JLS3 API).
setSuperInterfaces(List, boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Sets the super interfaces.
setSuperType(InferredType) - Method in class org.eclipse.wst.jsdt.core.infer.InferredType
Sets the super type of this type unless the given super type is itself then this is a no op
setSupertype(IType) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.UseSupertypeDescriptor
Sets the supertype of the refactoring.
setSuspendPolicy(int) - Method in interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptBreakpoint
Sets the suspend policy for this breakpoint.
setTag(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.TemplateLiteral
Sets the given tag value as tad for this template literal
setTagName(String) - Method in class org.eclipse.wst.jsdt.core.dom.TagElement
Sets the tag name of this node to the given value.
setTail(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.TemplateElement
Sets if the element is the tailing element or not
setTargetSourceRangeComputer(TargetSourceRangeComputer) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ASTRewrite
Sets a custom target source range computer for this AST rewriter.
setText(String) - Method in class org.eclipse.wst.jsdt.core.dom.TextElement
Sets the text of this node to the given value.
setThenExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ConditionalExpression
Sets the "then" part of this conditional expression.
setThenStatement(Statement) - Method in class org.eclipse.wst.jsdt.core.dom.IfStatement
Sets the "then" part of this if statement.
setToken(String) - Method in class org.eclipse.wst.jsdt.core.dom.NumberLiteral
Sets the token of this number literal node.
setTokenRange(int, int) - Method in class org.eclipse.wst.jsdt.core.CompletionProposal
Sets the character indices of the subrange in the source file buffer containing the relevant token being completed.
setType(ArrayType) - Method in class org.eclipse.wst.jsdt.core.dom.ArrayCreation
Sets the array type in this array creation expression.
setType(Type) - Method in class org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation
Sets the type instantiated in this class instance creation expression (added in JLS3 API).
setType(Type) - Method in class org.eclipse.wst.jsdt.core.dom.FieldDeclaration
Sets the base type declared in this field declaration to the given type.
setType(Type) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionRefParameter
Sets the paramter type to the given type.
setType(Type) - Method in class org.eclipse.wst.jsdt.core.dom.SingleVariableDeclaration
Sets the type of the variable declared in this variable declaration to the given type, exclusive of any extra array dimensions.
setType(Type) - Method in class org.eclipse.wst.jsdt.core.dom.TypeLiteral
Sets the type in this type literal expression to the given type.
setType(Type) - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclarationExpression
Sets the base type declared in this variable declaration to the given type.
setType(Type) - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclarationStatement
Sets the base type declared in this variable declaration statement to the given type.
setTypeDeclaration(TypeDeclaration) - Method in class org.eclipse.wst.jsdt.core.dom.TypeDeclarationStatement
Deprecated.
In the JLS3 API, this method is replaced by TypeDeclarationStatement.setDeclaration(AbstractTypeDeclaration) which takes AbstractTypeDeclaration instead of TypeDeclaration.
setTypeName(String, boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Sets the type name input field's text to the given value.
setTypeOf(IExpression, InferredType) - Method in class org.eclipse.wst.jsdt.core.infer.InferEngine
Sets the inferred type of the given expression to the given type.
setUnitName(String) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Sets the name of the javaScript unit that would hypothetically contains the source string.
setUpdateHierarchy(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Determines whether other Java elements in the hierarchy of the input element should be renamed as well.
setUpdateQualifiedNames(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveDescriptor
Determines whether qualified names of the Java element should be renamed.
setUpdateQualifiedNames(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Determines whether qualified names of the Java element should be renamed.
setUpdateReferences(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveDescriptor
Determines whether references to the Java element should be renamed.
setUpdateReferences(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Determines whether references to the Java element should be renamed.
setUpdateReferences(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameLocalVariableDescriptor
Determines whether references to the local variable should be renamed.
setUpdateSimilarDeclarations(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Determines whether similar declarations of the Java element should be updated.
setUpdateTextualOccurrences(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Determines whether textual occurrences of the Java element should be renamed.
setupJavaDocumentPartitioner(IDocument) - Method in class org.eclipse.wst.jsdt.ui.text.JavaScriptTextTools
Sets up the JavaScript document partitioner for the given document for the default partitioning.
setupJavaDocumentPartitioner(IDocument, String) - Method in class org.eclipse.wst.jsdt.ui.text.JavaScriptTextTools
Sets up the JavaScript document partitioner for the given document for the given partitioning.
setUseCache(boolean) - Static method in class org.eclipse.wst.jsdt.jsdoc.ElementInfo
 
setValue(String) - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.connect.Connector.Argument
Sets the value of the Connector.Argument to be the given value.
setValue(boolean) - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.connect.Connector.BooleanArgument
Sets the new boolean value for this Connector.Argument.
setValue(int) - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.connect.Connector.IntegerArgument
Sets the integer value of this Connector.Argument.
setVarargs(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionRefParameter
Sets whether this method reference parameter is for the last parameter of a variable arity method (added in JLS3 API).
setVarargs(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.SingleVariableDeclaration
Sets whether this declaration declares the last parameter of a variable arity method (added in JLS3 API).
setViewLayout(int) - Method in interface org.eclipse.wst.jsdt.ui.ITypeHierarchyViewPart
Sets the view layout.
setVisible(boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewClassWizardPage
 
setVisible(boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewElementWizardPage
 
setVisible(boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewJavaProjectWizardPage
Extend this method to set a user defined default classpath or output location.
setVMArgs(String) - Method in class org.eclipse.wst.jsdt.launching.AbstractVMInstall
 
setVMArgs(String) - Method in interface org.eclipse.wst.jsdt.launching.IVMInstall2
Sets VM arguments to be used with this vm install whenever this VM is launched as a raw string, possibly null.
setVMArguments(String[]) - Method in class org.eclipse.wst.jsdt.launching.AbstractVMInstall
 
setVMArguments(String[]) - Method in interface org.eclipse.wst.jsdt.launching.IVMInstall
Deprecated.
if possible, clients should use setVMArgs(String) on IVMInstall2 when possible
setVMArguments(String[]) - Method in class org.eclipse.wst.jsdt.launching.VMRunnerConfiguration
Sets the custom VM arguments.
setVMSpecificAttributesMap(Map) - Method in class org.eclipse.wst.jsdt.launching.VMRunnerConfiguration
Sets the Map that contains String name/value pairs that represent VM-specific attributes.
setWorkingCopy(IEditorInput, IJavaScriptUnit) - Method in interface org.eclipse.wst.jsdt.ui.IWorkingCopyManagerExtension
Sets the given working copy for the given editor input.
setWorkingCopyOwner(WorkingCopyOwner) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Sets the working copy owner using when resolving bindings, where null means the primary owner.
setWorkingDirectory(String) - Method in class org.eclipse.wst.jsdt.launching.VMRunnerConfiguration
Sets the working directory for a launched VM.
setWrappingStyle(String, int) - Static method in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
Set the wrapping style of the given alignment value and return the new value.
SHIFT_LEFT - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
Source menu: name of standard Shift Left global action (value "org.eclipse.wst.jsdt.ui.actions.ShiftLeft").
SHIFT_RIGHT - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
Source menu: name of standard Shift Right action (value "org.eclipse.wst.jsdt.ui.actions.ShiftRight").
SHORT - Static variable in class org.eclipse.wst.jsdt.core.dom.PrimitiveType
Type code for the primitive type "short".
shouldExclude(String, String) - Method in interface org.eclipse.wst.jsdt.core.search.IJavaScriptSearchScope
 
shouldKeepCache() - Method in class org.eclipse.wst.jsdt.jsdoc.ElementInfo
 
ShouldReturnValue - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
shouldUseCache() - Method in class org.eclipse.wst.jsdt.jsdoc.ElementInfo
 
SHOW_BASICS - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
Constant (value 0) indicating that the label should show the basic images only.
SHOW_CONTAINER - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
Deprecated.
Use SHOW_QUALIFIED or SHOW_ROOT instead
SHOW_CONTAINER_QUALIFICATION - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
Deprecated.
Use SHOW_QUALIFIED instead
SHOW_CU_CHILDREN - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that specifies whether children of a compilation unit are shown in the package explorer.
SHOW_DEFAULT - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
Constant indicating the default label rendering.
SHOW_IN_NAVIGATOR_VIEW - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the navigate -> show in navigator action (value "org.eclipse.wst.jsdt.ui.edit.text.java.show.in.navigator.view").
SHOW_IN_NAVIGATOR_VIEW - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
Navigate menu: name of standard Show in Navigator View global action (value "org.eclipse.wst.jsdt.ui.actions.ShowInNaviagtorView").
SHOW_IN_PACKAGE_VIEW - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the navigate -> show in package explorer action (value "org.eclipse.wst.jsdt.ui.edit.text.java.show.in.package.view").
SHOW_IN_PACKAGE_VIEW - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
Navigate menu: name of standard Show in Packages View global action (value "org.eclipse.wst.jsdt.ui.actions.ShowInPackagesView").
SHOW_OUTLINE - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the navigate -> Show Outline action (value "org.eclipse.wst.jsdt.ui.edit.text.java.show.outline").
SHOW_OVERLAY_ICONS - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
Flag (bit mask) indicating that the label should include overlay icons for element type and modifiers.
SHOW_PARAMETERS - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
Flag (bit mask) indicating that method label include parameter types.
SHOW_POST_QUALIFIED - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
Flag (bit mask) indicating that compilation units, class files, types, declarations and members should be rendered qualified.The qualification is appended.
SHOW_POSTIFIX_QUALIFICATION - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
Deprecated.
SHOW_POST_QUALIFIED instead
SHOW_QUALIFIED - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
Flag (bit mask) indicating that compilation units, class files, types, declarations and members should be rendered qualified.
SHOW_RETURN_TYPE - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
Flag (bit mask) indicating that methods labels include the method return type (appended).
SHOW_ROOT - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
Flag (bit mask) indicating that the label should include the name of the package fragment root (appended).
SHOW_SMALL_ICONS - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
Flag (bit mask) indicating that the label should show the icons with no space reserved for overlays.
SHOW_TYPE - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
Flag (bit mask) indicating that a field label should include the declared type.
SHOW_TYPE - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
Deprecated.
no longer used
SHOW_VARIABLE - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
Flag (bit mask) indicating that the package fragment roots from class path variables should be rendered with the variable in the name
ShowActionGroup - Class in org.eclipse.wst.jsdt.ui.actions
Action group that adds the show actions to a context menu and the action bar's navigate menu.
ShowActionGroup(Page) - Constructor for class org.eclipse.wst.jsdt.ui.actions.ShowActionGroup
Creates a new ShowActionGroup.
ShowActionGroup(IViewPart) - Constructor for class org.eclipse.wst.jsdt.ui.actions.ShowActionGroup
Creates a new ShowActionGroup.
ShowInNavigatorViewAction - Class in org.eclipse.wst.jsdt.ui.actions
Reveals the selected element in the resource navigator view.
ShowInNavigatorViewAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.ShowInNavigatorViewAction
Creates a new ShowInNavigatorViewAction.
ShowInPackageViewAction - Class in org.eclipse.wst.jsdt.ui.actions
This action reveals the currently selected JavaScript element in the package explorer.
ShowInPackageViewAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.ShowInPackageViewAction
Creates a new ShowInPackageViewAction.
showMatch(Match, int, int, boolean) - Method in interface org.eclipse.wst.jsdt.ui.search.IMatchPresentation
Opens an editor on the given element and selects the given range of text.
showMembersInHierarchy(boolean) - Method in interface org.eclipse.wst.jsdt.ui.ITypeHierarchyViewPart
Locks the the members view and shows the selected members in the hierarchy.
showQualifiedTypeNames(boolean) - Method in interface org.eclipse.wst.jsdt.ui.ITypeHierarchyViewPart
Specifies if type names are shown with the parent container's name.
shutdown() - Method in interface org.eclipse.wst.jsdt.ui.IWorkingCopyManager
Shuts down this working copy manager.
SIG_ANY - Static variable in class org.eclipse.wst.jsdt.core.Signature
 
SIG_COMPILATION_UNIT - Static variable in class org.eclipse.wst.jsdt.core.Signature
 
SIG_VOID - Static variable in class org.eclipse.wst.jsdt.core.Signature
String constant for the signature of result type void.
Signature - Class in org.eclipse.wst.jsdt.core
Provides methods for encoding and decoding type and method signature strings.
SIMPLE_NAME - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type SimpleName.
SIMPLE_TYPE - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type SimpleType.
SimpleName - Class in org.eclipse.wst.jsdt.core.dom
AST node for a simple name.
SimplePropertyDescriptor - Class in org.eclipse.wst.jsdt.core.dom
Descriptor for a simple property of an AST node.
SimpleType - Class in org.eclipse.wst.jsdt.core.dom
Type node for a named class type, a named interface type, or a type variable.
SINGLE_NAME_REFERENCE - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
SINGLE_TYPE_REFERENCE - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
SINGLE_VARIABLE_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type SingleVariableDeclaration.
SingleVariableDeclaration - Class in org.eclipse.wst.jsdt.core.dom
Single variable declaration AST node type.
size() - Method in class org.eclipse.wst.jsdt.launching.ListenerList
Returns the number of registered listeners
skipProjectPackageFragmentRoot(IPackageFragmentRoot) - Method in class org.eclipse.wst.jsdt.ui.StandardJavaScriptElementContentProvider
Note: This method is for internal use only.
SocketUtil - Class in org.eclipse.wst.jsdt.debug.core.jsdi.connect
Utility class to find a port to debug on.
sort(int, IJavaScriptUnit, int[], Comparator, int, IProgressMonitor) - Static method in class org.eclipse.wst.jsdt.core.util.JavaScriptUnitSorter
Reorders the declarations in the given javascript unit according to the specified AST level.
sort(JavaScriptUnit, Comparator, int, TextEditGroup, IProgressMonitor) - Static method in class org.eclipse.wst.jsdt.core.util.JavaScriptUnitSorter
Reorders the declarations in the given javascript unit according to the specified comparator.
SORT_MEMBERS - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> sort order action (value "org.eclipse.wst.jsdt.ui.edit.text.java.sort.members").
SORT_MEMBERS - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
Source menu: name of standard Sort Members global action (value "org.eclipse.wst.jsdt.ui.actions.SortMembers").
SortMembersAction - Class in org.eclipse.wst.jsdt.ui.actions
Sorts the members of a compilation unit with the sort order as specified in the Sort Order preference page.
SortMembersAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.SortMembersAction
Creates a new SortMembersAction.
source() - Method in interface org.eclipse.wst.jsdt.core.ast.ILiteral
 
source() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.ScriptReference
Returns the entire known source for this script at the time this method is called.
source() - Method in interface org.eclipse.wst.jsdt.debug.core.model.IScript
Returns the source for this script.
SOURCE_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.ExportDeclaration
The "source" structural property of this node type.
SOURCE_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.ImportDeclaration
The "source" structural property of this node type.
SOURCE_TYPE_MODULE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option value.
SOURCE_TYPE_SCRIPT - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option value.
sourceEnd() - Method in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
SourceRange(int, int) - Constructor for class org.eclipse.wst.jsdt.core.dom.rewrite.TargetSourceRangeComputer.SourceRange
Creates a new source range.
SOURCES - Static variable in interface org.eclipse.wst.jsdt.core.search.IJavaScriptSearchScope
Include type constant (bit mask) indicating that source folders should be considered in the search scope.
sourceStart() - Method in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
sourceURI() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.ScriptReference
Returns the URI to the source of this script.
sourceURI() - Method in interface org.eclipse.wst.jsdt.debug.core.model.IScript
Returns the URI for this script.
SPACE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option value.
specifiers() - Method in class org.eclipse.wst.jsdt.core.dom.ExportDeclaration
 
specifiers() - Method in class org.eclipse.wst.jsdt.core.dom.ImportDeclaration
 
SPECIFIERS_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.ExportDeclaration
The "specifiers" structural property of this node type
SPECIFIERS_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.ImportDeclaration
The "specifiers" structural property of this node type
SPELLING_ENABLE_CONTENTASSIST - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that specifies whether spelling dictionaries are available to content assist.
SPELLING_IGNORE_AMPERSAND_IN_PROPERTIES - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls whether '&' in JavaScript properties files are ignored.
SPELLING_IGNORE_DIGITS - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls whether words containing digits should be skipped during spell checking.
SPELLING_IGNORE_MIXED - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls whether mixed case words should be skipped during spell checking.
SPELLING_IGNORE_NON_LETTERS - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls whether non-letters at word boundaries should be ignored during spell checking.
SPELLING_IGNORE_SENTENCE - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls whether sentence capitalization should be ignored during spell checking.
SPELLING_IGNORE_SINGLE_LETTERS - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls whether single letters should be ignored during spell checking.
SPELLING_IGNORE_UPPER - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls whether upper case words should be skipped during spell checking.
SPELLING_IGNORE_URLS - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls whether URLs should be ignored during spell checking.
SPELLING_LOCALE - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls the locale used for spell checking.
SPELLING_PROPOSAL_THRESHOLD - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls the number of proposals offered during spell checking.
SPELLING_USER_DICTIONARY - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that specifies the workspace user dictionary.
SPELLING_USER_DICTIONARY_ENCODING - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that specifies encoding of the workspace user dictionary.
splitAndTrimOn(char, char[]) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Return a new array which is the split of the given array using the given divider and triming each subarray to remove whitespaces equals to ' '.
splitOn(char, char[]) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Return a new array which is the split of the given array using the given divider.
splitOn(char, char[], int, int) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Return a new array which is the split of the given array using the given divider.
SPREAD_ELEMENT - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
 
SpreadElement - Class in org.eclipse.wst.jsdt.core.dom
Spread element node Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
SRCBIN_BINNAME - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
Deprecated.
- there is no output
SRCBIN_FOLDERS_IN_NEWPROJ - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls whether new projects are generated using source and output folder.
SRCBIN_SRCNAME - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that specifies the source folder name used when creating a new JavaScript project.
StackFrame - Interface in org.eclipse.wst.jsdt.debug.core.jsdi
Abstract description of a stack frame
STANDARD_CLASSES - Static variable in interface org.eclipse.wst.jsdt.launching.IRuntimeClasspathEntry
Classpath property identifier for entries that appear on the bootstrap path by default.
StandardJavaScriptElementContentProvider - Class in org.eclipse.wst.jsdt.ui
A base content provider for JavaScriptelements.
StandardJavaScriptElementContentProvider() - Constructor for class org.eclipse.wst.jsdt.ui.StandardJavaScriptElementContentProvider
Creates a new content provider.
StandardJavaScriptElementContentProvider(boolean) - Constructor for class org.eclipse.wst.jsdt.ui.StandardJavaScriptElementContentProvider
Creates a new StandardJavaScriptElementContentProvider.
StandardVM - Class in org.eclipse.wst.jsdt.launching
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
StandardVMType - Class in org.eclipse.wst.jsdt.launching
A VM install type for VMs the conform to the standard JDK installion layout.
StandardVMType() - Constructor for class org.eclipse.wst.jsdt.launching.StandardVMType
 
StandardVMType_Standard_VM_3 - Static variable in class org.eclipse.wst.jsdt.launching.LaunchingMessages
 
start(IApplicationContext) - Method in class org.eclipse.wst.jsdt.core.formatter.CodeFormatterApplication
Runs the JavaScript code formatter application
start(BundleContext) - Method in class org.eclipse.wst.jsdt.core.JavaScriptCore
 
start() - Method in class org.eclipse.wst.jsdt.debug.rhino.debugger.RhinoDebugger
Starts the debugger
STATEMENT - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
Statement - Class in org.eclipse.wst.jsdt.core.dom
Abstract base class of AST nodes that represent statements.
statements() - Method in class org.eclipse.wst.jsdt.core.dom.Block
Returns the live list of statements in this block.
statements() - Method in class org.eclipse.wst.jsdt.core.dom.JavaScriptUnit
 
statements() - Method in class org.eclipse.wst.jsdt.core.dom.SwitchStatement
Returns the live ordered list of statements for this switch statement.
STATEMENTS_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.Block
The "statements" structural property of this node type.
STATEMENTS_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.JavaScriptUnit
 
STATEMENTS_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.SwitchStatement
The "statements" structural property of this node type.
STATIC - Static variable in class org.eclipse.wst.jsdt.core.dom.Modifier
"static" modifier constant (bit mask).
STATIC - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementImageDescriptor
Flag to render the static adornment.
STATIC_KEYWORD - Static variable in class org.eclipse.wst.jsdt.core.dom.Modifier.ModifierKeyword
"static" modifier with flag value Modifier.STATIC.
STATIC_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.ImportDeclaration
The "static" structural property of this node type (added in JLS3 API).
StaticInheritedMethodConflicts - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
StaticMethodRequested - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
status() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.ThreadReference
Returns the status of this thread.
step() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.StepRequest
Returns the kind of the StepRequest
STEP_INTO - Static variable in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.StepRequest
Kind for a step into request
STEP_OUT - Static variable in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.StepRequest
Kind for a step out request
STEP_OVER - Static variable in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.StepRequest
Kind for a step over request
StepEvent - Interface in org.eclipse.wst.jsdt.debug.core.jsdi.event
Description of a JSDI event indicating a stepping event occurred.
StepRequest - Interface in org.eclipse.wst.jsdt.debug.core.jsdi.request
Description of a JSDI request for a step operation.
stepRequests() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequestManager
Returns the live immutable list of StepRequests currently queued in the manager.
stop() - Method in class org.eclipse.wst.jsdt.core.formatter.CodeFormatterApplication
 
stop(BundleContext) - Method in class org.eclipse.wst.jsdt.core.JavaScriptCore
 
stop() - Method in class org.eclipse.wst.jsdt.debug.rhino.debugger.RhinoDebugger
Stops the debugger
store(OutputStream, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.ITypeHierarchy
Stores the type hierarchy in an output stream.
STRATEGY_EMBEDDED - Static variable in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Similar declaration updating strategy which finds exact names and embedded names as well (value: 2).
STRATEGY_EXACT - Static variable in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Similar declaration updating strategy which finds exact names only (value: 1).
STRATEGY_SUFFIX - Static variable in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Similar declaration updating strategy which finds exact names, embedded names and name suffixes (value: 3).
STRICTFP - Static variable in class org.eclipse.wst.jsdt.core.dom.Modifier
"strictfp" modifier constant (bit mask).
STRICTFP_KEYWORD - Static variable in class org.eclipse.wst.jsdt.core.dom.Modifier.ModifierKeyword
"strictfp" modifier with flag value Modifier.STRICTFP.
STRING - Static variable in interface org.eclipse.wst.jsdt.debug.core.model.IJavaScriptValue
 
STRING_LITERAL - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
STRING_LITERAL - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type StringLiteral.
STRING_LITERAL_CONCATENATION - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
StringConstantIsExceedingUtf8Limit - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
StringLiteral - Class in org.eclipse.wst.jsdt.core.dom
String literal nodes.
stringToFile(String, String, boolean, boolean) - Static method in class org.eclipse.wst.jsdt.jsdoc.Util
 
StringType - Variable in class org.eclipse.wst.jsdt.core.infer.InferEngine
stringValue() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.PrimitiveValue
Returns the String value for the value.
StringValue - Interface in org.eclipse.wst.jsdt.debug.core.jsdi
Abstract representation of a String literal with-respect-to JavaScript debugging
stringValue() - Method in interface org.eclipse.wst.jsdt.debug.core.model.IJavaScriptPrimitiveValue
Returns the String value for the value.
structuralPropertiesForType() - Method in class org.eclipse.wst.jsdt.core.dom.ASTNode
Returns a list of structural property descriptors for nodes of the same type as this node.
StructuralPropertyDescriptor - Class in org.eclipse.wst.jsdt.core.dom
Abstract base class for property descriptors of AST nodes.
SUB_ROUTINE_STATEMENT - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
subarray(char[][], int, int) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Answers a new array which is a copy of the given array starting at the given start and ending at the given end.
subarray(char[], int, int) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Answers a new array which is a copy of the given array starting at the given start and ending at the given end.
subtreeBytes() - Method in class org.eclipse.wst.jsdt.core.dom.ASTNode
Returns an estimate of the memory footprint in bytes of the entire subtree rooted at this node.
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.wst.jsdt.core.dom.ASTNode
Returns whether the subtree rooted at the given node matches the given other object as decided by the given matcher.
suggestArgumentNames(IJavaScriptProject, char[], char[], int, char[][]) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Suggest names for an argument.
suggestArgumentNames(IJavaScriptProject, String, String, int, String[]) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Suggest names for an argument.
suggestFieldNames(IJavaScriptProject, char[], char[], int, int, char[][]) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Suggest names for a field.
suggestFieldNames(IJavaScriptProject, String, String, int, int, String[]) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Suggest names for a field.
suggestGetterName(IJavaScriptProject, char[], int, boolean, char[][]) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Suggest name for a getter method.
suggestGetterName(IJavaScriptProject, String, int, boolean, String[]) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Suggest name for a getter method.
suggestLocalVariableNames(IJavaScriptProject, char[], char[], int, char[][]) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Suggest names for a local variable.
suggestLocalVariableNames(IJavaScriptProject, String, String, int, String[]) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Suggest names for a local variable.
suggestSetterName(IJavaScriptProject, char[], int, boolean, char[][]) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Suggest name for a setter method.
suggestSetterName(IJavaScriptProject, String, int, boolean, String[]) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Suggest name for a setter method.
SUPER - Static variable in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Field ID of the super type input field.
SUPER_CONSTRUCTOR_INVOCATION - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type SuperConstructorInvocation.
SUPER_FIELD_ACCESS - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type SuperFieldAccess.
SUPER_METHOD_INVOCATION - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type SuperMethodInvocation.
SUPER_REFERENCE - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
SUPER_TYPE_CONTAINER - Static variable in class org.eclipse.wst.jsdt.core.LibrarySuperType
 
SUPER_TYPE_CONTAINER - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
 
SUPER_TYPE_NAME - Static variable in class org.eclipse.wst.jsdt.core.LibrarySuperType
 
SUPER_TYPE_NAME - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
 
superClass - Variable in class org.eclipse.wst.jsdt.core.infer.InferredType
The parent type of this type, or null if this type does not have a parent type NOTE: This field should not be accessed directly, use the appropriate getter and setter.
SUPERCLASS_EXPRESSION_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.TypeDeclaration
The "superclass expression" structural property of this node type
SUPERCLASS_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.TypeDeclaration
SUPERCLASS_TYPE_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.TypeDeclaration
The "superclassType" structural property of this node type (added in JLS3 API).
superClassChanged() - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Hook method that gets called when the superclass name has changed.
SuperclassMustBeAClass - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
SuperConstructorInvocation - Class in org.eclipse.wst.jsdt.core.dom
Super constructor invocation statement AST node type.
SuperFieldAccess - Class in org.eclipse.wst.jsdt.core.dom
Simple or qualified "super" field access expression AST node type.
SuperfluousSemicolon - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
superInterfacesChanged() - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Hook method that gets called when the list of super interface has changed.
SuperMethodInvocation - Class in org.eclipse.wst.jsdt.core.dom
Simple or qualified "super" method invocation expression AST node type.
supportsClassRename() - Method in class org.eclipse.wst.jsdt.core.infer.RefactoringSupport
Determines if the inferred classes can safely be renamed.
SURROUND_WITH_TRY_CATCH - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> surround with try/catch action (value "org.eclipse.wst.jsdt.ui.edit.text.java.surround.with.try.catch").
SURROUND_WITH_TRY_CATCH - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
Source menu: name of standard Surround with try/catch block global action (value "org.eclipse.wst.jsdt.ui.actions.SurroundWithTryCatch").
SurroundWithTryCatchAction - Class in org.eclipse.wst.jsdt.ui.actions
Action to surround a set of statements with a try/catch block.
SurroundWithTryCatchAction(CompilationUnitEditor) - Constructor for class org.eclipse.wst.jsdt.ui.actions.SurroundWithTryCatchAction
Note: This constructor is for internal use only.
SUSPEND - Static variable in interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptBreakpointParticipant
Return code in response to a "breakpoint hit" notification, indicating a vote to suspend the associated thread.
suspend() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.ThreadReference
Sends a request to suspend this thread, iff it is not already in a suspended state.
suspend() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.VirtualMachine
Sends a suspend request to the VM
SUSPEND_POLICY - Static variable in interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptBreakpoint
The suspend policy for the breakpoint
SUSPEND_TARGET - Static variable in interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptBreakpoint
Suspend policy for suspending the current target
SUSPEND_THREAD - Static variable in interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptBreakpoint
Suspend policy for suspending the current thread of execution
suspended() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.event.EventSet
Returns true if processing of the EventSet is currently suspended.
SuspendEvent - Interface in org.eclipse.wst.jsdt.debug.core.jsdi.event
Description of a JSDI event indicating a suspend event occurred.
SuspendRequest - Interface in org.eclipse.wst.jsdt.debug.core.jsdi.request
Description of a JSDI request for a suspend operation.
suspendRequests() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequestManager
Returns the live immutable list of SuspendRequests currently queued in the manager.
SWITCH_CASE - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type SwitchCase.
SWITCH_STATEMENT - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
SWITCH_STATEMENT - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type SwitchStatement.
SwitchCase - Class in org.eclipse.wst.jsdt.core.dom
Switch case AST node type.
SwitchStatement - Class in org.eclipse.wst.jsdt.core.dom
Switch statement AST node type.
SYNCHRONIZED - Static variable in class org.eclipse.wst.jsdt.core.dom.Modifier
"synchronized" modifier constant (bit mask).
SYNCHRONIZED - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementImageDescriptor
Flag to render the synchronized adornment.
SYNCHRONIZED_KEYWORD - Static variable in class org.eclipse.wst.jsdt.core.dom.Modifier.ModifierKeyword
"synchronized" modifier with flag value Modifier.SYNCHRONIZED.
Syntax - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
SYSTEM_LIBARAY_NAME - Static variable in class org.eclipse.wst.jsdt.core.compiler.libraries.SystemLibraryLocation
 
SYSTEM_LIBARAY_NAME - Static variable in class org.eclipse.wst.jsdt.core.compiler.libraries.SystemLibraryLocation
 
SYSTEM_LIBARAY_NAME - Static variable in class org.eclipse.wst.jsdt.core.compiler.libraries.SystemLibraryLocation
 
SYSTEM_LIBRARIES - Static variable in interface org.eclipse.wst.jsdt.core.search.IJavaScriptSearchScope
Include type constant (bit mask) indicating that system libraries should be considered in the search scope.
systemClassMethod - Variable in class org.eclipse.wst.jsdt.core.infer.InferOptions
 
SystemLibraryLocation - Class in org.eclipse.wst.jsdt.core.compiler.libraries
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
SystemLibraryLocation - Class in org.eclipse.wst.jsdt.core.compiler.libraries
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
SystemLibraryLocation - Class in org.eclipse.wst.jsdt.core.compiler.libraries
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
SystemLibraryLocation() - Constructor for class org.eclipse.wst.jsdt.core.compiler.libraries.SystemLibraryLocation
 
SystemLibraryLocation() - Constructor for class org.eclipse.wst.jsdt.core.compiler.libraries.SystemLibraryLocation
 
SystemLibraryLocation() - Constructor for class org.eclipse.wst.jsdt.core.compiler.libraries.SystemLibraryLocation
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links
JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.