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 

R

R_CAMELCASE_MATCH - Static variable in class org.eclipse.wst.jsdt.core.search.SearchPattern
Match rule: The search pattern contains a Camel Case expression.
R_CASE_SENSITIVE - Static variable in class org.eclipse.wst.jsdt.core.search.SearchPattern
Match rule: The search pattern matches the search result only if cases are the same.
R_EQUIVALENT_MATCH - Static variable in class org.eclipse.wst.jsdt.core.search.SearchPattern
Match rule: The search pattern matches search results as raw/parameterized types/methods with equivalent type parameters.
R_ERASURE_MATCH - Static variable in class org.eclipse.wst.jsdt.core.search.SearchPattern
Match rule: The search pattern matches search results as raw/parameterized types/methods with same erasure.
R_EXACT_MATCH - Static variable in class org.eclipse.wst.jsdt.core.search.SearchPattern
Match rule: The search pattern matches exactly the search result, that is, the source of the search result equals the search pattern.
R_FULL_MATCH - Static variable in class org.eclipse.wst.jsdt.core.search.SearchPattern
Match rule: The search pattern matches exactly the search result, that is, the source of the search result equals the search pattern.
R_PATTERN_MATCH - Static variable in class org.eclipse.wst.jsdt.core.search.SearchPattern
Match rule: The search pattern contains one or more wild cards ('*' or '?').
R_PREFIX_MATCH - Static variable in class org.eclipse.wst.jsdt.core.search.SearchPattern
Match rule: The search pattern is a prefix of the search result.
R_REGEXP_MATCH - Static variable in class org.eclipse.wst.jsdt.core.search.SearchPattern
Match rule: The search pattern contains a regular expression.
RangeBinarySearch - Class in org.eclipse.wst.jsdt.chromium.debug.core.util
Binary search algorithm implementation.
RangeBinarySearch() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.util.RangeBinarySearch
 
RangeBinarySearch.Input - Interface in org.eclipse.wst.jsdt.chromium.debug.core.util
An algorithm input model.
RAW_VALUE_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.TemplateElement
The "rawValue" structural property of this node type.
read(IFile) - Static method in class org.eclipse.wst.jsdt.chromium.debug.core.util.AccuratenessProperty
 
read(char[], int, int) - Method in class org.eclipse.wst.jsdt.core.util.SequenceReader
 
READ_ACCESSES - Static variable in interface org.eclipse.wst.jsdt.core.search.IJavaScriptSearchConstants
When searching for field matches, it will exclusively find read accesses, as opposed to write accesses.
READ_ONLY - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelStatusConstants
Status constant indicating that the operation encountered a read-only element.
READ_ONLY_SOURCE_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
 
readBreakpointSyncDirection(ILaunchConfiguration) - Static method in class org.eclipse.wst.jsdt.chromium.debug.core.model.LaunchParams
 
readBytes(InputStream) - Static method in class org.eclipse.wst.jsdt.chromium.debug.core.util.ChromiumDebugPluginUtil
 
readFileContents(IFile) - Static method in class org.eclipse.wst.jsdt.chromium.debug.core.util.ChromiumDebugPluginUtil
 
readJsonFromFile(String, Class<T>) - Static method in class org.eclipse.wst.jsdt.js.node.common.util.JsonUtil
Reads a JSON file at the specified location and returns an Object of the class type specified representing the JSON file attributes and values.
readJsonFromIFile(IFile, Class<T>) - Static method in class org.eclipse.wst.jsdt.js.node.common.util.JsonUtil
Reads a JSON file specified in the IFile and returns an Object of the class type specified representing the JSON file attributes and values.
readKeyValue(String, String) - Static method in class org.eclipse.wst.jsdt.chromium.debug.js.util.WindowsRegistryUtil
 
readLookupMode(ILaunchConfiguration) - Static method in class org.eclipse.wst.jsdt.chromium.debug.core.ChromiumSourceDirector
 
readPackageJsonFromFile(String) - Static method in class org.eclipse.wst.jsdt.js.node.common.util.PackageJsonUtil
Reads a package.json file at the specified location and returns a PackageJson object representing the package.json attributes and values.
readPackageJsonFromIFile(IFile) - Static method in class org.eclipse.wst.jsdt.js.node.common.util.PackageJsonUtil
Reads a package.json file specified in the IFile and returns a PackageJson object representing the package.json attributes and values.
readPackageJsonFromIResource(IResource) - Static method in class org.eclipse.wst.jsdt.js.node.common.util.PackageJsonUtil
Reads a package.json contained in the IResource given and returns a PackageJson object representing the package.json attributes and values.
readRawIncludepath() - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Returns the raw includepath for the project as defined by its .jsdtScope file from disk, or null if unable to read the file.
ReadReferencesSearchGroup - Class in org.eclipse.wst.jsdt.ui.actions
Action group that adds the search for read references actions to a context menu and the global menu bar.
ReadReferencesSearchGroup(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.ReadReferencesSearchGroup
Creates a new ReadReferencesSearchGroup.
readSelection(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.SelectionBasedAction
 
readSelection(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.SelectionBasedAction.Single
 
READY_FOR_BUILD - Static variable in class org.eclipse.wst.jsdt.core.compiler.ValidationParticipant
 
reconcile(ReconcileContext) - Method in class org.eclipse.wst.jsdt.core.compiler.ValidationParticipant
Notifies this participant that a reconcile operation is happening.
reconcile(int, boolean, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptUnit
Reconciles the contents of this working copy, sends out a JavaScript delta notification indicating the nature of the change of the working copy since the last time it was either reconciled or made consistent (IOpenable.makeConsistent(IProgressMonitor)), and returns a javaScript file AST if requested.
reconcile(int, boolean, boolean, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptUnit
Reconciles the contents of this working copy, sends out a JavaScript delta notification indicating the nature of the change of the working copy since the last time it was either reconciled or made consistent (IOpenable.makeConsistent(IProgressMonitor)), and returns a javaScript file AST if requested.
reconcile(int, int, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptUnit
Reconciles the contents of this working copy, sends out a JavaScript delta notification indicating the nature of the change of the working copy since the last time it was either reconciled or made consistent (IOpenable.makeConsistent(IProgressMonitor)), and returns a javaScript file AST if requested.
ReconcileContext - Class in org.eclipse.wst.jsdt.core.compiler
The context of a reconcile event that is notified to interested validation participants while a reconcile operation is running.
ReconcileContext(ReconcileWorkingCopyOperation, CompilationUnit) - Constructor for class org.eclipse.wst.jsdt.core.compiler.ReconcileContext
Creates a reconcile context for the given reconcile operation.
recordAddedGeneratedFiles(IFile[]) - Method in class org.eclipse.wst.jsdt.core.compiler.BuildContext
Record the added/changed generated files that need to be compiled.
recordDeletedGeneratedFiles(IFile[]) - Method in class org.eclipse.wst.jsdt.core.compiler.BuildContext
Record the generated files that need to be deleted.
recordDependencies(String[]) - Method in class org.eclipse.wst.jsdt.core.compiler.BuildContext
Record the fully-qualified type names of any new dependencies, each name is of the form "p1.p2.A.B".
recordModifications() - Method in class org.eclipse.wst.jsdt.core.dom.JavaScriptUnit
Enables the recording of changes to this compilation unit and its descendents.
recordNewProblems(CategorizedProblem[]) - Method in class org.eclipse.wst.jsdt.core.compiler.BuildContext
Record new problems to report against this compilationUnit.
RECOVERED - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Flag constant (bit mask, value 8) indicating that this node or a part of this node is recovered from source that contains a syntax error detected in the vicinity.
RecursiveConstructorInvocation - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
RedefinedArgument - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
RedefinedLocal - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
RedundantLocalVariableNullAssignment - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
RedundantNullCheckOnNonNullLocalVariable - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
RedundantNullCheckOnNullLocalVariable - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
Deprecated.
Use method org.eclipse.ltk.core.refactoring.RefactoringCore#getConditionCheckingFailedSeverity().
REFACTOR_ERROR_SEVERITY - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
Deprecated.
Use constant org.eclipse.ltk.core.refactoring.RefactoringStatus#ERROR
REFACTOR_FATAL_SEVERITY - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
Deprecated.
Use constant org.eclipse.ltk.core.refactoring.RefactoringStatus#FATAL
REFACTOR_INFO_SEVERITY - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
Deprecated.
Use constant org.eclipse.ltk.core.refactoring.RefactoringStatus#INFO
REFACTOR_LIGHTWEIGHT - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls whether certain refactorings use a lightweight UI when started from a JavaScript editor.
REFACTOR_OK_SEVERITY - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
Deprecated.
Use constant org.eclipse.ltk.core.refactoring.RefactoringStatus#OK
REFACTOR_SAVE_ALL_EDITORS - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls whether all dirty editors are automatically saved before a refactoring is executed.
REFACTOR_WARNING_SEVERITY - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
Deprecated.
Use constant org.eclipse.ltk.core.refactoring.RefactoringStatus#WARNING
RefactorActionGroup - Class in org.eclipse.wst.jsdt.ui.actions
Action group that adds refactor actions (for example 'Rename', 'Move') to a context menu and the global menu bar.
RefactorActionGroup(IViewPart) - Constructor for class org.eclipse.wst.jsdt.ui.actions.RefactorActionGroup
Creates a new RefactorActionGroup.
RefactorActionGroup(Page) - Constructor for class org.eclipse.wst.jsdt.ui.actions.RefactorActionGroup
Creates a new RefactorActionGroup.
RefactorActionGroup(JavaEditor, String, boolean) - Constructor for class org.eclipse.wst.jsdt.ui.actions.RefactorActionGroup
Note: This constructor is for internal use only.
RefactoringSupport - Class in org.eclipse.wst.jsdt.core.infer
Support for refactoring of inferred types Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
RefactoringSupport() - Constructor for class org.eclipse.wst.jsdt.core.infer.RefactoringSupport
 
REFERENCE - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
referenceClass - Variable in class org.eclipse.wst.jsdt.core.infer.InferredType
 
REFERENCED_PROJECTS - Static variable in interface org.eclipse.wst.jsdt.core.search.IJavaScriptSearchScope
Include type constant (bit mask) indicating that referenced projects should be considered in the search scope.
REFERENCED_ROOT_POST_QUALIFIED - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
Post qualify referenced package fragment roots.
REFERENCES - Static variable in interface org.eclipse.wst.jsdt.core.search.IJavaScriptSearchConstants
The search result is a reference.
ReferencesSearchGroup - Class in org.eclipse.wst.jsdt.ui.actions
Action group that adds the search for references actions to a context menu and the global menu bar.
ReferencesSearchGroup(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.ReferencesSearchGroup
Creates a new ReferencesSearchGroup.
ReferenceToForwardField - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
refresh(IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.ITypeHierarchy
Re-computes the type hierarchy reporting progress.
RefreshAction - Class in org.eclipse.wst.jsdt.ui.actions
Action for refreshing the workspace from the local file system for the selected resources and all of their descendants.
RefreshAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.RefreshAction
Creates a new RefreshAction.
refreshExternalArchives(IJavaScriptElement[], IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptModel
Triggers an update of the JavaScriptModel with respect to the referenced external archives.
REG_EX_LITERAL - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
registerExceptionBreakpoint(Collection<ChromiumExceptionBreakpoint>) - Method in interface org.eclipse.wst.jsdt.chromium.debug.core.model.BreakpointSynchronizer.BreakpointHelper
 
REGULAR_EXPRESSION_LITERAL - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
 
REGULAR_EXPRESSION_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.RegularExpressionLiteral
The "escapedValue" structural property of this node type.
RegularExpressionLiteral - Class in org.eclipse.wst.jsdt.core.dom
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
reinitializeReference(AtomicReference<AsyncFuture<T>>, AsyncFuture.Operation<T>) - Static method in class org.eclipse.wst.jsdt.chromium.util.AsyncFuture
Initializes the reference with the a new instance of AsyncFuture.
reinitializeRunning(AsyncFuture.Operation<T>) - Method in class org.eclipse.wst.jsdt.chromium.util.AsyncFutureRef
 
RELATIVE_ORDER - Static variable in class org.eclipse.wst.jsdt.core.util.JavaScriptUnitSorter
Name of auxillary property whose value can be used to determine the original relative order of two body declarations.
RELATIVE_PATH - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelStatusConstants
Status constant indicating that a relative path was supplied to the operation when an absolute path is required.
RelayOk - Interface in org.eclipse.wst.jsdt.chromium
A symbolic interface that means "callback has been accepted and will be called sooner or later".
RelaySyncCallback - Class in org.eclipse.wst.jsdt.chromium.util
A utility class for handling SyncCallback in chained asynchronous operations.
RelaySyncCallback(SyncCallback) - Constructor for class org.eclipse.wst.jsdt.chromium.util.RelaySyncCallback
 
RelaySyncCallback.Guard - Class in org.eclipse.wst.jsdt.chromium.util
Responsible for calling SyncCallback unless operation has been successfully relayed to the next step.
reloadBiggerValue(Value.ReloadValueCallback) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.Value
 
reloadHeavyValue(JsValue.ReloadBiggerCallback, SyncCallback) - Method in interface org.eclipse.wst.jsdt.chromium.JsValue
Asynchronously reloads object value with extended size limit.
reloadScript(Script) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.ResourceManager
 
reloadScript(Script) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.VProjectWorkspaceBridge
 
reloadScript(Script) - Method in interface org.eclipse.wst.jsdt.chromium.debug.core.model.WorkspaceBridge
Initiates script reloading from remote VM.
reloadScriptsAtStart() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.VProjectWorkspaceBridge
 
REMAINDER - Static variable in class org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator
Remainder "%" operator.
REMAINDER_ASSIGN - Static variable in class org.eclipse.wst.jsdt.core.dom.Assignment.Operator
%= operator.
RemoteValueMapping - Interface in org.eclipse.wst.jsdt.chromium
Represents a technical scope that manages remote value representation in debugger.
remove(UI) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.BreakpointInTargetMap
 
remove(ChromiumLineBreakpoint) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.ChromiumLineBreakpoint.BreakpointIgnoreList
 
remove(VmResourceId) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.VmResourceIdMap
 
remove(char[], char) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Answers a new array removing a given character.
remove(ASTNode, TextEditGroup) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ASTRewrite
Removes the given node from its parent in this rewriter.
remove(ASTNode, TextEditGroup) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ListRewrite
Removes the given node from its parent's list property in the rewriter.
remove(IJavaScriptElement) - Method in interface org.eclipse.wst.jsdt.core.IRegion
Removes the specified element from the region and returns true if successful, false if the remove fails.
remove() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.event.EventQueue
Removes an EventSet from the queue waiting for a default timeout if needed.
remove(int) - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.event.EventQueue
Removes an EventSet from the queue waiting for the specified timeout if needed.
remove(Object) - Method in class org.eclipse.wst.jsdt.launching.ListenerList
Removes a listener from the list.
REMOVE_BLOCK_COMMENT - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> remove block comment action (value "org.eclipse.wst.jsdt.ui.edit.text.java.remove.block.comment").
REMOVE_BLOCK_COMMENT - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
Source menu: name of standard Block Uncomment global action (value "org.eclipse.wst.jsdt.ui.actions.RemoveBlockComment").
REMOVE_OCCURRENCE_ANNOTATIONS - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the remove occurrence annotations action (value "org.eclipse.wst.jsdt.ui.edit.text.remove.occurrence.annotations").
removeAll() - Method in class org.eclipse.wst.jsdt.launching.ListenerList
Removes all the listeners from the list.
removeAllIndexEntries() - Method in class org.eclipse.wst.jsdt.core.search.SearchDocument
Removes all index entries from the index for the given document.
removeBufferChangedListener(IBufferChangedListener) - Method in interface org.eclipse.wst.jsdt.core.IBuffer
Removes the given listener from this buffer.
REMOVED - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElementDelta
Status constant indicating that the element has been removed.
removeElementChangedListener(IElementChangedListener) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Removes the given element changed listener.
removeFiltersFor(Object, Object, IContentProvider) - Method in class org.eclipse.wst.jsdt.ui.actions.CustomFiltersActionGroup
Removes filters for the given parent and element
RemoveFromClasspathAction - Class in org.eclipse.wst.jsdt.ui.actions
Action to remove package fragment roots from the classpath of its parent project.
RemoveFromClasspathAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.RemoveFromClasspathAction
Creates a new RemoveFromClasspathAction.
removeFromProject(IJavaScriptProject) - Method in interface org.eclipse.wst.jsdt.core.IJsGlobalScopeContainerInitializer
 
removeFromProject(IJavaScriptProject) - Method in class org.eclipse.wst.jsdt.core.JsGlobalScopeContainerInitializer
 
removeImport(String) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite
Records to remove a import.
removeIncludepathVariable(String, IProgressMonitor) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Removed the given includepath variable.
removeIndex(IPath) - Method in class org.eclipse.wst.jsdt.core.search.SearchParticipant
Removes the index for a given path.
removeJavaScriptLikeExtension(String) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Removes the file extension from the given file name, if it has a JavaScript-like file extension.
removeJsNature(IProject, IProgressMonitor) - Static method in class org.eclipse.wst.jsdt.ui.project.JsNature
 
removeListener(IStreamListener) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.ConsolePseudoProcess.Retransmitter
 
removeListener(ChooseVmControl.Logic.Listener) - Method in interface org.eclipse.wst.jsdt.chromium.debug.ui.actions.ChooseVmControl.Logic
 
removeListener(ILabelProviderListener) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.ChromiumJavascriptDecorator
 
removeListener(ILabelProviderListener) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.TableUtils.ColumnBasedLabelProvider
 
removeListener(WizardUtils.PageListener) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.WizardUtils.PageImpl
 
removeListener(ILabelProviderListener) - Method in class org.eclipse.wst.jsdt.ui.OverrideIndicatorLabelDecorator
 
removeListener(ILabelProviderListener) - Method in class org.eclipse.wst.jsdt.ui.ProblemsLabelDecorator
 
removePrefixAndSuffixForArgumentName(IJavaScriptProject, char[]) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Remove prefix and suffix from an argument name.
removePrefixAndSuffixForArgumentName(IJavaScriptProject, String) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Remove prefix and suffix from an argument name.
removePrefixAndSuffixForFieldName(IJavaScriptProject, char[], int) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Remove prefix and suffix from a field name.
removePrefixAndSuffixForFieldName(IJavaScriptProject, String, int) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Remove prefix and suffix from a field name.
removePrefixAndSuffixForLocalVariableName(IJavaScriptProject, char[]) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Remove prefix and suffix from a local variable name.
removePrefixAndSuffixForLocalVariableName(IJavaScriptProject, String) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Remove prefix and suffix from a local variable name.
removePreProcessingResourceChangedListener(IResourceChangeListener) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Removes the given pre-processing resource changed listener.
removeSafe(Map<K, V>, K) - Static method in class org.eclipse.wst.jsdt.chromium.util.BasicUtil
Type-safe wrapper for Map.remove(Object) method.
removeSafe(Collection<V>, V) - Static method in class org.eclipse.wst.jsdt.chromium.util.BasicUtil
Type-safe wrapper for Collection.remove(Object) method.
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.wst.jsdt.ui.actions.ConvertingSelectionProvider
removeStaticImport(String) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite
Records to remove a static import.
removeTypeHierarchyChangedListener(ITypeHierarchyChangedListener) - Method in interface org.eclipse.wst.jsdt.core.ITypeHierarchy
Removes the given listener from this type hierarchy.
removeWorkingCopy(IEditorInput) - Method in interface org.eclipse.wst.jsdt.ui.IWorkingCopyManagerExtension
Removes the working copy set for the given editor input.
rename(IJavaScriptElement[], IJavaScriptElement[], String[], boolean, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptModel
Renames the given elements as specified.
rename(String, boolean, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.ISourceManipulation
Renames this element to the given name.
RENAME - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
Refactor menu: name of standard Rename Element global action (value "org.eclipse.wst.jsdt.ui.actions.Rename").
RENAME_COMPILATION_UNIT_PROCESSOR - Static variable in interface org.eclipse.wst.jsdt.ui.refactoring.IRefactoringProcessorIds
Processor ID of the rename compilation unit processor (value "org.eclipse.wst.jsdt.ui.renameCompilationUnitProcessor").
RENAME_ELEMENT - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> rename element action (value "org.eclipse.wst.jsdt.ui.edit.text.java.rename.element").
RENAME_ENUM_CONSTANT - Static variable in interface org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings
Refactoring id of the 'Rename Enum Constant' refactoring (value: org.eclipse.wst.jsdt.ui.rename.enum.constant).
RENAME_FIELD - Static variable in interface org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings
Refactoring id of the 'Rename Field' refactoring (value: org.eclipse.wst.jsdt.ui.rename.field).
RENAME_FIELD_PROCESSOR - Static variable in interface org.eclipse.wst.jsdt.ui.refactoring.IRefactoringProcessorIds
Processor ID of the rename field processor (value "org.eclipse.wst.jsdt.ui.renameFieldProcessor").
RENAME_JAVA_PROJECT - Static variable in interface org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings
Refactoring id of the 'Rename Java Project' refactoring (value: org.eclipse.wst.jsdt.ui.rename.java.project).
RENAME_JAVA_PROJECT_PROCESSOR - Static variable in interface org.eclipse.wst.jsdt.ui.refactoring.IRefactoringProcessorIds
Processor ID of the rename JavaScript project processor (value "org.eclipse.wst.jsdt.ui.renameJavaProjectProcessor").
RENAME_JAVASCRIPT_UNIT - Static variable in interface org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings
Refactoring id of the 'Rename Compilation Unit' refactoring (value: org.eclipse.wst.jsdt.ui.rename.compilationunit).
RENAME_LOCAL_VARIABLE - Static variable in interface org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings
Refactoring id of the 'Rename Local Variable' refactoring (value: org.eclipse.wst.jsdt.ui.rename.local.variable).
RENAME_METHOD - Static variable in interface org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings
Refactoring id of the 'Rename Method' refactoring (value: org.eclipse.wst.jsdt.ui.rename.method).
RENAME_METHOD_PROCESSOR - Static variable in interface org.eclipse.wst.jsdt.ui.refactoring.IRefactoringProcessorIds
Processor ID of the rename method processor (value "org.eclipse.wst.jsdt.ui.renameMethodProcessor").
RENAME_PACKAGE - Static variable in interface org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings
Refactoring id of the 'Rename Package' refactoring (value: org.eclipse.wst.jsdt.ui.rename.package).
RENAME_PACKAGE_FRAGMENT_PROCESSOR - Static variable in interface org.eclipse.wst.jsdt.ui.refactoring.IRefactoringProcessorIds
Processor ID of the rename package fragment processor (value "org.eclipse.wst.jsdt.ui.renamePackageProcessor").
RENAME_RESOURCE - Static variable in interface org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings
Refactoring id of the 'Rename Resource' refactoring (value: org.eclipse.wst.jsdt.ui.rename.resource).
RENAME_RESOURCE_PROCESSOR - Static variable in interface org.eclipse.wst.jsdt.ui.refactoring.IRefactoringProcessorIds
Processor ID of the rename resource processor (value "org.eclipse.wst.jsdt.ui.renameResourceProcessor").
RENAME_SOURCE_FOLDER - Static variable in interface org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings
Refactoring id of the 'Rename Source Folder' refactoring (value: org.eclipse.wst.jsdt.ui.rename.source.folder).
RENAME_SOURCE_FOLDER_PROCESSOR - Static variable in interface org.eclipse.wst.jsdt.ui.refactoring.IRefactoringProcessorIds
Processor ID of the rename source folder (value "org.eclipse.wst.jsdt.ui.renameSourceFolderProcessor").
RENAME_TYPE - Static variable in interface org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings
Refactoring id of the 'Rename Type' refactoring (value: org.eclipse.wst.jsdt.ui.rename.type).
RENAME_TYPE_PARAMETER - Static variable in interface org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings
Refactoring id of the 'Rename Type Parameter' refactoring (value: org.eclipse.wst.jsdt.ui.rename.type.parameter).
RENAME_TYPE_PROCESSOR - Static variable in interface org.eclipse.wst.jsdt.ui.refactoring.IRefactoringProcessorIds
Processor ID of the rename type processor (value "org.eclipse.wst.jsdt.ui.renameTypeProcessor").
RenameAction - Class in org.eclipse.wst.jsdt.ui.actions
Renames a JavaScript element or workbench resource.
RenameAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.RenameAction
Creates a new RenameAction.
RenameJavaScriptElementDescriptor - Class in org.eclipse.wst.jsdt.core.refactoring.descriptors
Refactoring descriptor for the rename java element refactoring.
RenameJavaScriptElementDescriptor(String) - Constructor for class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Creates a new refactoring descriptor.
RenameLocalVariableDescriptor - Class in org.eclipse.wst.jsdt.core.refactoring.descriptors
Refactoring descriptor for the rename local variable refactoring.
RenameLocalVariableDescriptor() - Constructor for class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameLocalVariableDescriptor
Creates a new refactoring descriptor.
RenameResourceDescriptor - Class in org.eclipse.wst.jsdt.core.refactoring.descriptors
Refactoring descriptor for the rename resource refactoring.
RenameResourceDescriptor() - Constructor for class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameResourceDescriptor
Creates a new refactoring descriptor.
RenameSupport - Class in org.eclipse.wst.jsdt.ui.refactoring
Central access point to execute rename refactorings.
renameType(InferredType, char[]) - Method in class org.eclipse.wst.jsdt.core.infer.InferEngine
Renames the given type to the given name.
RenameTypeArguments - Class in org.eclipse.wst.jsdt.core.refactoring
Rename type arguments describe the data that a rename type processor provides to its rename type participants.
RenameTypeArguments(String, boolean, boolean, IJavaScriptElement[]) - Constructor for class org.eclipse.wst.jsdt.core.refactoring.RenameTypeArguments
Creates new rename type arguments.
render(JsValue) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.util.JsValueStringifier
 
replace(char[], char, char) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Replace all occurrence of the character to be replaced with the replacement character in the given array.
replace(char[], char[], char) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Replace all occurrences of characters to be replaced with the replacement character in the given array.
replace(char[], char[], char, int, int) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Replace all occurrences of characters to be replaced with the replacement character in the given array from the start position (inclusive) to the end position (exclusive).
replace(char[], char[], char[]) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Answers a new array of characters with substitutions.
replace(ASTNode, ASTNode, TextEditGroup) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ASTRewrite
Replaces the given node in this rewriter.
replace(ASTNode, ASTNode, TextEditGroup) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ListRewrite
Replaces the given node from its parent's list property in the rewriter.
replace(int, int, char[]) - Method in interface org.eclipse.wst.jsdt.core.IBuffer
Replaces the given range of characters in this buffer with the given text.
replace(int, int, String) - Method in interface org.eclipse.wst.jsdt.core.IBuffer
Replaces the given range of characters in this buffer with the given text.
REPLACE - Static variable in interface org.eclipse.wst.jsdt.core.IPackageFragmentRoot
Update model flag constant (bit mask value 16) indicating that the operation is to replace the resource and the destination project's includepath entry.
REPLACE_INVOCATIONS - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> replace invocations action (value "org.eclipse.wst.jsdt.ui.edit.text.java.replace.invocations").
REPLACE_INVOCATIONS - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
Refactor menu: name of standard Replace Invocations global action (value "org.eclipse.wst.jsdt.ui.actions.ReplaceInvocations").
replaceAttribute(char[], IASTNode, int) - Method in class org.eclipse.wst.jsdt.core.infer.InferredType
Adds a new inferred attribute to the inferred type if it doesn't already exist otherwise it replaces the existing one with the new one.
ReplaceInvocationsAction - Class in org.eclipse.wst.jsdt.ui.actions
Action that replaces method invocations.
ReplaceInvocationsAction(JavaEditor) - Constructor for class org.eclipse.wst.jsdt.ui.actions.ReplaceInvocationsAction
Note: This constructor is for internal use only.
ReplaceInvocationsAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.ReplaceInvocationsAction
Creates a new ReplaceInvocationsAction.
replaceOnCopy(char[], char, char) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Replace all occurrence of the character to be replaced with the replacement character in a copy of the given array.
reportChanged(DialogUtils.ValueSource<?>) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils.Updater
Reports about sources that have been changed and plans future update of consumers.
reportMatch(Match) - Method in interface org.eclipse.wst.jsdt.ui.search.ISearchRequestor
Adds a match to the search that issued this particular ISearchRequestor.
repository(Map<String, String>) - Method in class org.eclipse.wst.jsdt.js.node.common.json.objects.PackageJson.Builder
 
request() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.event.Event
Returns the underlying EventRequest.
requestJsGlobalScopeContainerUpdate(IPath, IJavaScriptProject, IJsGlobalScopeContainer) - Method in interface org.eclipse.wst.jsdt.core.IJsGlobalScopeContainerInitializer
Request a registered container definition to be updated according to a container suggestion.
requestJsGlobalScopeContainerUpdate(IPath, IJavaScriptProject, IJsGlobalScopeContainer) - Method in class org.eclipse.wst.jsdt.core.JsGlobalScopeContainerInitializer
 
requestJsGlobalScopeContainerUpdate(IPath, IJavaScriptProject, IJsGlobalScopeContainer) - Method in class org.eclipse.wst.jsdt.launching.JREContainerInitializer
 
RES_NAME_CONFLICT - Static variable in class org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite.ImportRewriteContext
Result constant signaling that the given element is conflicting with an other element in the context.
RES_NAME_FOUND - Static variable in class org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite.ImportRewriteContext
Result constant signaling that the given element is know in the context.
RES_NAME_UNKNOWN - Static variable in class org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite.ImportRewriteContext
Result constant signaling that the given element is not know in the context.
reset() - Method in interface org.eclipse.wst.jsdt.chromium.debug.core.model.JavascriptVmEmbedder.Listener
State of VM has been reset.
resetAST() - Method in class org.eclipse.wst.jsdt.core.compiler.ReconcileContext
Resets the AST carried by this context.
ResetLocal() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.actions.SynchronizeBreakpoints.ResetLocal
 
ResetRemote() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.actions.SynchronizeBreakpoints.ResetRemote
 
resetTo(int, int) - Method in interface org.eclipse.wst.jsdt.core.compiler.IScanner
Reposition the scanner on some portion of the original source.
ResolutionConfiguration - Class in org.eclipse.wst.jsdt.core.infer
This class provides configuration information for when the inferred class gets resolved Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ResolutionConfiguration() - Constructor for class org.eclipse.wst.jsdt.core.infer.ResolutionConfiguration
 
resolveBinding() - Method in class org.eclipse.wst.jsdt.core.dom.AbstractTypeDeclaration
Resolves and returns the binding for the type declared in this type declaration.
resolveBinding() - Method in class org.eclipse.wst.jsdt.core.dom.AnonymousClassDeclaration
Resolves and returns the binding for the anonymous class declared in this declaration.
resolveBinding() - Method in class org.eclipse.wst.jsdt.core.dom.FunctionDeclaration
Resolves and returns the binding for the method or constructor declared in this method or constructor declaration.
resolveBinding() - Method in class org.eclipse.wst.jsdt.core.dom.FunctionRef
Resolves and returns the binding for the entity referred to by this method reference.
resolveBinding() - Method in class org.eclipse.wst.jsdt.core.dom.ImportDeclaration
Resolves and returns the binding for the package, type, field, or method named in this import declaration.
resolveBinding() - Method in class org.eclipse.wst.jsdt.core.dom.JavaScriptUnit
 
resolveBinding() - Method in class org.eclipse.wst.jsdt.core.dom.MemberRef
Resolves and returns the binding for the entity referred to by this member reference.
resolveBinding() - Method in class org.eclipse.wst.jsdt.core.dom.Name
Resolves and returns the binding for the entity referred to by this name.
resolveBinding() - Method in class org.eclipse.wst.jsdt.core.dom.PackageDeclaration
Resolves and returns the binding for the package declared in this package declaration.
resolveBinding() - Method in class org.eclipse.wst.jsdt.core.dom.Type
Resolves and returns the binding for this type.
resolveBinding() - Method in class org.eclipse.wst.jsdt.core.dom.TypeDeclarationStatement
Resolves and returns the binding for the class or interface declared in this type declaration statement.
resolveBinding() - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclaration
Resolves and returns the binding for the variable declared in this variable declaration.
resolveBinding() - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclarationStatement
 
resolveBoxing() - Method in class org.eclipse.wst.jsdt.core.dom.Expression
Returns whether this expression node is the site of a boxing conversion (JLS3 5.1.7).
resolveClasspath(IRuntimeClasspathEntry[], ILaunchConfiguration) - Method in interface org.eclipse.wst.jsdt.launching.IRuntimeClasspathProvider
Returns the resolved path corresponding to the given path, in the context of the given launch configuration.
resolveConstantExpressionValue() - Method in class org.eclipse.wst.jsdt.core.dom.Expression
Resolves and returns the compile-time constant expression value as specified in JLS2 15.28, if this expression has one.
resolveConstructorBinding() - Method in class org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation
Resolves and returns the binding for the constructor invoked by this expression.
resolveConstructorBinding() - Method in class org.eclipse.wst.jsdt.core.dom.ConstructorInvocation
Resolves and returns the binding for the constructor invoked by this expression.
resolveConstructorBinding() - Method in class org.eclipse.wst.jsdt.core.dom.SuperConstructorInvocation
Resolves and returns the binding for the constructor invoked by this expression.
resolvedLibraryImport(String) - Method in interface org.eclipse.wst.jsdt.core.IJsGlobalScopeContainer
 
resolvedLibraryImport(String) - Method in class org.eclipse.wst.jsdt.core.JsGlobalScopeContainerInitializer
 
resolvedLibraryImport(String) - Method in class org.eclipse.wst.jsdt.launching.JREContainer
 
resolvedLibraryImport(String) - Method in class org.eclipse.wst.jsdt.libraries.BasicBrowserLibraryContainer
 
resolvedLibraryImport(String) - Method in class org.eclipse.wst.jsdt.libraries.BasicBrowserLibraryContainer
 
resolveEntries(ILaunchConfiguration) - Static method in class org.eclipse.wst.jsdt.chromium.debug.core.model.LaunchParams.PredefinedSourceWrapperIds
 
resolveFieldBinding() - Method in class org.eclipse.wst.jsdt.core.dom.FieldAccess
Resolves and returns the binding for the field accessed by this expression.
resolveFieldBinding() - Method in class org.eclipse.wst.jsdt.core.dom.SuperFieldAccess
Resolves and returns the binding for the field accessed by this expression.
resolveMethodBinding() - Method in class org.eclipse.wst.jsdt.core.dom.FunctionInvocation
Resolves and returns the binding for the method invoked by this expression.
resolveMethodBinding() - Method in class org.eclipse.wst.jsdt.core.dom.SuperMethodInvocation
Resolves and returns the binding for the method invoked by this expression.
resolveRuntimeClasspath(IRuntimeClasspathEntry[], ILaunchConfiguration) - Static method in class org.eclipse.wst.jsdt.launching.JavaRuntime
Resolves the given includepath, returning the resolved includepath in the context of the given launch configuration.
resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, ILaunchConfiguration) - Method in interface org.eclipse.wst.jsdt.launching.IRuntimeClasspathEntryResolver
Returns resolved runtime includepath entries for the given runtime includepath entry, in the context of the given launch configuration.
resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, ILaunchConfiguration) - Static method in class org.eclipse.wst.jsdt.launching.JavaRuntime
Returns resolved entries for the given entry in the context of the given launch configuration.
resolveSuperType(ClassScope) - Method in class org.eclipse.wst.jsdt.core.infer.InferredType
 
resolveType(Scope, ASTNode) - Method in class org.eclipse.wst.jsdt.core.infer.InferredType
 
resolveType(String) - Method in interface org.eclipse.wst.jsdt.core.IType
Resolves the given type name within the context of this type (depending on the type hierarchy and its imports).
resolveType(String, WorkingCopyOwner) - Method in interface org.eclipse.wst.jsdt.core.IType
Resolves the given type name within the context of this type (depending on the type hierarchy and its imports) and using the given owner's working copies, considering types in the working copies with the given owner.
resolveTypeBinding() - Method in class org.eclipse.wst.jsdt.core.dom.Expression
Resolves and returns the binding for the type of this expression.
resolveUnboxing() - Method in class org.eclipse.wst.jsdt.core.dom.Expression
Returns whether this expression node is the site of an unboxing conversion (JLS3 5.1.8).
resolveVM(IPath) - Static method in class org.eclipse.wst.jsdt.launching.JREContainerInitializer
Returns the VM install associated with the container path, or null if it does not exist.
resolveVMInstall(IIncludePathEntry) - Method in interface org.eclipse.wst.jsdt.launching.IRuntimeClasspathEntryResolver
Returns a VM install associated with the given includepath entry, or null if none.
resolveWellKnownType(String) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Returns the type binding for a "well known" type.
resourceChanged(IResourceChangeEvent) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.listeners.JavaScriptChangeListener
 
resourceChanged(IResourceChangeEvent) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenProjectAction
 
ResourceManager - Class in org.eclipse.wst.jsdt.chromium.debug.core.model
This object handles the mapping between Scripts and their corresponding resources inside Eclipse.
ResourceManager(IProject) - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.model.ResourceManager
 
ResourceManager_UnnamedScriptName - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
 
ResourceSection(VmResourceId, int, int, int, int) - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.sourcemap.SourcePositionMapBuilder.ResourceSection
 
resourceToHandle(String, IResource) - Static method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.JavaScriptRefactoringDescriptor
Converts the specified resource to an input handle.
REST_ELEMENT_NAME - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
 
restartFrame(CallFrame, GenericCallback<Boolean>, SyncCallback) - Method in interface org.eclipse.wst.jsdt.chromium.RestartFrameExtension
Restarts a frame (all frames above are dropped from the stack, this frame is started over).
RestartFrameExtension - Interface in org.eclipse.wst.jsdt.chromium
An extension to CallFrame API that supports restart frame operation.
RestElementName - Class in org.eclipse.wst.jsdt.core.dom
RestElement pattern Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
restore() - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptUnit
Restores the contents of this working copy to the current contents of this working copy's original element.
restoreActionText() - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.SelectionBasedAction
 
restoreState(IMemento) - Method in class org.eclipse.wst.jsdt.ui.actions.CustomFiltersActionGroup
Restores the state of the filter actions from a memento.
restoreState(IMemento) - Method in class org.eclipse.wst.jsdt.ui.actions.MemberFilterActionGroup
Restores the state of the filter actions from a memento.
RESTRICT_TO_MATCHING_CASE - Static variable in interface org.eclipse.wst.jsdt.ui.text.java.IJavadocCompletionProcessor
Flag used by computeCompletionProposals.
RESULT_TYPE_FIELD - Static variable in interface org.eclipse.wst.jsdt.core.eval.ICodeSnippetRequestor
The field of type java.lang.Class on the code snippet instance that contains the type of the returned value.
RESULT_VALUE_FIELD - Static variable in interface org.eclipse.wst.jsdt.core.eval.ICodeSnippetRequestor
The name of the field (of type java.lang.Object) on the code snippet instance that contains the returned value.
resume() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.DebugTargetImpl
 
resume() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.JavascriptThread
 
resume() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.StackFrameBase
 
resume() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.event.EventSet
Resumes processing of the EventSet.
resume() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.ThreadReference
Sends a request to resume this thread, iff it is in the suspended state.
resume() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.VirtualMachine
Sends a resume request to the VM
resumed() - Method in interface org.eclipse.wst.jsdt.chromium.DebugEventListener
Reports the browser JavaScript virtual machine has resumed.
ResumeEvent - Interface in org.eclipse.wst.jsdt.debug.core.jsdi.event
Description of a JSDI event that indicates a resume event has occurred
ResumeRequest - Interface in org.eclipse.wst.jsdt.debug.core.jsdi.request
Description of a JSDI request for a resume operation.
resumeRequests() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequestManager
Returns the live immutable list of ResumeRequests currently queued in the manager.
retargetFileMenuActions(IActionBars) - Method in class org.eclipse.wst.jsdt.ui.actions.RefactorActionGroup
Retargets the File actions with the corresponding refactoring actions.
Retransmitter() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.model.ConsolePseudoProcess.Retransmitter
 
retrieveArgumentMap(RefactoringDescriptor) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.JavaScriptRefactoringContribution
retrieveFromUrl(String, boolean, boolean) - Static method in class org.eclipse.wst.jsdt.jsdoc.Util
 
retrieveFromUrlFixEncode(String, boolean, boolean) - Static method in class org.eclipse.wst.jsdt.jsdoc.Util
 
RETURN_STATEMENT - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
RETURN_STATEMENT - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type ReturnStatement.
RETURN_TYPE2_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.FunctionDeclaration
The "returnType2" structural property of this node type (added in JLS3 API).
RETURN_TYPE_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.FunctionDeclaration
The "returnType" structural property of this node type (JLS2 API only).
ReturnStatement - Class in org.eclipse.wst.jsdt.core.dom
Return statement AST node type.
revealInEditor(IEditorPart, ITask) - Static method in class org.eclipse.wst.jsdt.js.common.util.EditorUtility
 
revealInEditor(IEditorPart, ITask, IWorkbenchPage) - Static method in class org.eclipse.wst.jsdt.js.common.util.EditorUtility
 
revealInEditor(IEditorPart, IJavaScriptElement) - Static method in class org.eclipse.wst.jsdt.ui.JavaScriptUI
Reveals the given JavaScript element in the given editor.
ReverseSourceLookup - Class in org.eclipse.wst.jsdt.chromium.debug.core
Eclipse has a standard facility for looking up source file for a debug artifact.
ReverseSourceLookup(ISourceLookupDirector) - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.ReverseSourceLookup
 
rewrite(IDocument, Map) - Method in class org.eclipse.wst.jsdt.core.dom.JavaScriptUnit
Converts all modifications recorded for this compilation unit into an object representing the corresponding text edits to the given document containing the original source code for this javaScript unit.
rewriteAST(IDocument, Map) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ASTRewrite
Converts all modifications recorded by this rewriter into an object representing the corresponding text edits to the given document containing the original source code.
rewriteAST() - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ASTRewrite
Converts all modifications recorded by this rewriter into an object representing the the corresponding text edits to the source of a ITypeRoot from which the AST was created from.
rewriteImports(IProgressMonitor) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite
Converts all modifications recorded by this rewriter into an object representing the corresponding text edits to the source code of the rewrite's javaScript unit.
RhinoDebugger - Class in org.eclipse.wst.jsdt.debug.rhino.debugger
Rhino debugger
RhinoDebugger(String) - Constructor for class org.eclipse.wst.jsdt.debug.rhino.debugger.RhinoDebugger
This constructor will only accept a transport argument of socket.
RIGHT_HAND_SIDE_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.Assignment
The "rightHandSide" structural property of this node type.
RIGHT_OPERAND_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.InfixExpression
The "rightOperand" structural property of this node type.
RIGHT_OPERAND_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.InstanceofExpression
The "rightOperand" structural property of this node type.
RIGHT_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.AssignmentName
The "right" structural property of this node type
RIGHT_SHIFT_SIGNED - Static variable in class org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator
Signed right shift ">>" operator.
RIGHT_SHIFT_SIGNED_ASSIGN - Static variable in class org.eclipse.wst.jsdt.core.dom.Assignment.Operator
>>= operator.
RIGHT_SHIFT_UNSIGNED - Static variable in class org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator
Unsigned right shift ">>>" operator.
RIGHT_SHIFT_UNSIGNED_ASSIGN - Static variable in class org.eclipse.wst.jsdt.core.dom.Assignment.Operator
>>>= operator.
ROOT_POST_QUALIFIED - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
Package Fragment Roots contain the project name if not an archive (appended).
ROOT_QUALIFIED - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
Package Fragment Roots contain the project name if not an archive (prepended).
ROOT_VARIABLE - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
Package Fragment Roots contain variable name if from a variable.
rootScope() - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils.Updater
Returns a root scope that updater always has.
RULER_CONTEXT - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.editors.JsEditor
The ID of the editor ruler context menu
run(JSRunnerConfiguration, ILaunch, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.chromium.debug.js.runtime.ChromiumRunner
 
run(IAction) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.AddExceptionBreakpointAction
 
run(IAction) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.JsBreakpointPropertiesAction
 
run() - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.JsBreakpointPropertiesRulerAction
 
run(IAction) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.JsInspectSnippetAction
 
run(Shell, IWorkbenchPart) - Method in interface org.eclipse.wst.jsdt.chromium.debug.ui.actions.SelectionBasedAction.ActionRunnable
 
run(IAction) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.SelectionBasedAction
 
run(IAction) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.SynchronizeBreakpoints
 
run(IAction) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.VariableBasedAction
 
run(IWorkspaceRunnable, IProgressMonitor) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Runs the given action as an atomic JavaScript model operation.
run(IWorkspaceRunnable, ISchedulingRule, IProgressMonitor) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Runs the given action as an atomic JavaScript model operation.
run(JSRunnerConfiguration, ILaunch, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.js.node.runtime.NodeJsRunner
 
run(VMRunnerConfiguration, ILaunch, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.launching.IVMRunner
Launches a JavaScript VM as specified in the given configuration, contributing results (debug targets and processes), to the given launch.
run() - Method in class org.eclipse.wst.jsdt.ui.actions.AbstractOpenWizardAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.AddDelegateMethodsAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.AddDelegateMethodsAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.AddGetterSetterAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.AddGetterSetterAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.AddJavaDocStubAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.AddJavaDocStubAction
 
run(IJavaScriptUnit, IMember[]) - Method in class org.eclipse.wst.jsdt.ui.actions.AddJavaDocStubAction
Note this method is for internal use only.
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.AddToClasspathAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.AddUnimplementedConstructorsAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.AddUnimplementedConstructorsAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ChangeTypeAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ChangeTypeAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ConvertAnonymousToNestedAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ConvertAnonymousToNestedAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ConvertLocalToFieldAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ConvertNestedToTopAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ConvertNestedToTopAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ExternalizeStringsAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ExternalizeStringsAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ExtractConstantAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ExtractMethodAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ExtractTempAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.FindAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.FindAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.FindExceptionOccurrencesAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.FindImplementOccurrencesAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.FindOccurrencesInFileAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.FindOccurrencesInFileAction
 
run(IJavaScriptElement) - Method in class org.eclipse.wst.jsdt.ui.actions.FindReferencesAction
 
run(IAction) - Method in class org.eclipse.wst.jsdt.ui.actions.FormatAllAction.ObjectDelegate
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.FormatAllAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.FormatAllAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.GenerateNewConstructorUsingFieldsAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.GenerateNewConstructorUsingFieldsAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.InlineAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.InlineAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.InlineTempAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.InlineTempAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.IntroduceFactoryAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.IntroduceFactoryAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.IntroduceIndirectionAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.IntroduceIndirectionAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.IntroduceParameterAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ModifyParametersAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ModifyParametersAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.MoveAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.MoveAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenExternalJavadocAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenExternalJavadocAction
 
run() - Method in class org.eclipse.wst.jsdt.ui.actions.OpenJavaPerspectiveAction
 
run(ISelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenProjectAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenProjectAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenSuperImplementationAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenSuperImplementationAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenTypeHierarchyAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenTypeHierarchyAction
 
run(IAction) - Method in class org.eclipse.wst.jsdt.ui.actions.OrganizeImportsAction.ObjectDelegate
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OrganizeImportsAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OrganizeImportsAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OverrideMethodsAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.OverrideMethodsAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.PullUpAction
Executes this actions with the given selection.
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.PullUpAction
Executes this actions with the given selection.
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.PushDownAction
Executes this actions with the given selection.
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.PushDownAction
Executes this actions with the given selection.
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.RefreshAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.RemoveFromClasspathAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.RenameAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.RenameAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ReplaceInvocationsAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ReplaceInvocationsAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.SelectionDispatchAction
Executes this actions with the given structured selection.
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.SelectionDispatchAction
Executes this actions with the given text selection.
run(ISelection) - Method in class org.eclipse.wst.jsdt.ui.actions.SelectionDispatchAction
Executes this actions with the given selection.
run() - Method in class org.eclipse.wst.jsdt.ui.actions.SelectionDispatchAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.SelfEncapsulateFieldAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.SelfEncapsulateFieldAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ShowInNavigatorViewAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ShowInNavigatorViewAction
 
run(IResource) - Method in class org.eclipse.wst.jsdt.ui.actions.ShowInNavigatorViewAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ShowInPackageViewAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ShowInPackageViewAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.SortMembersAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.SortMembersAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.SurroundWithTryCatchAction
 
run(IStructuredSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.UseSupertypeAction
 
run(ITextSelection) - Method in class org.eclipse.wst.jsdt.ui.actions.UseSupertypeAction
 
run(IJavaScriptElement) - Method in class org.eclipse.wst.jsdt.ui.actions.WorkingSetFindAction
 
run(IAction) - Method in class org.eclipse.wst.jsdt.ui.JavaScriptLibrariesAction
 
run(IAction) - Method in class org.eclipse.wst.jsdt.ui.JavaScriptSourceFoldersAction
 
run(IAction) - Method in class org.eclipse.wst.jsdt.ui.JavaScriptSuperTypeAction
 
RUN_METHOD - Static variable in interface org.eclipse.wst.jsdt.core.eval.ICodeSnippetRequestor
The name of the instance method in the snippet class that runs the code snippet.
runAction(IBreakpoint, IShellProvider) - Static method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.JsBreakpointPropertiesAction
 
RUNNABLE - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementImageDescriptor
Flag to render the runnable adornment.
runOnMultiple(IJavaScriptUnit[]) - Method in class org.eclipse.wst.jsdt.ui.actions.FormatAllAction
Perform format all on the given compilation units.
runOnMultiple(IJavaScriptUnit[]) - Method in class org.eclipse.wst.jsdt.ui.actions.OrganizeImportsAction
Perform organize import on multiple compilation units.
runSync() - Method in class org.eclipse.wst.jsdt.chromium.util.AsyncFuture.SyncOperation
Does whatever tasks the operation requires.
runWithEvent(IAction, Event) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.SelectionBasedAction
 
runWithEvent(IAction, Event) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.VariableBasedAction
 
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, 2016. All Rights Reserved.