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 Z

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.
RADIC - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
RANG - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
RAQUO - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
RARR_L - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
RARR_U - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
RawMemberTypeCannotBeParameterized - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
RawTypeReference - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
RCEIL - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
RDQUO - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
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.
readOutputLocation() - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Returns the default output location for the project as defined by its .jsdtScope file from disk, or null if unable to read the file.
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.
READY_FOR_BUILD - Static variable in class org.eclipse.wst.jsdt.core.compiler.ValidationParticipant
 
REAL - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
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.
reconcile() - Method in interface org.eclipse.wst.jsdt.core.IWorkingCopy
Deprecated. Use IJavaScriptUnit.reconcile(int, boolean, WorkingCopyOwner, IProgressMonitor) instead.
reconcile(boolean, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IWorkingCopy
Deprecated. Use IJavaScriptUnit.reconcile(int, boolean, WorkingCopyOwner, IProgressMonitor) instead.
reconcileCompilationUnit() - Method in interface org.eclipse.wst.jsdt.web.core.javascript.IJsTranslation
checks the CU for errors/consistancy.
reconcileCompilationUnit() - Method in class org.eclipse.wst.jsdt.web.core.javascript.JsTranslation
 
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
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.
ReferenceToForwardField - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
ReferenceToForwardTypeVariable - 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.
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 - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
REG_EX_LITERAL - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
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.
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.
release() - Method in interface org.eclipse.wst.jsdt.web.core.javascript.IJsTranslation
release the translation.
release() - Method in interface org.eclipse.wst.jsdt.web.core.javascript.IJsTranslator
release any resources the translation is holding onto.
release() - Method in class org.eclipse.wst.jsdt.web.core.javascript.JsTranslation
 
release() - Method in class org.eclipse.wst.jsdt.web.core.javascript.JsTranslationAdapter
 
release() - Method in class org.eclipse.wst.jsdt.web.core.javascript.JsTranslationAdapterFactory
 
release() - Method in class org.eclipse.wst.jsdt.web.core.javascript.JsTranslator
 
release() - Method in class org.eclipse.wst.jsdt.web.core.javascript.search.JSDTSearchDocumentDelegate
 
release() - Method in class org.eclipse.wst.jsdt.web.core.javascript.search.JsSearchDocument
 
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.
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(String) - Method in class org.eclipse.wst.jsdt.internal.core.index.Index
 
removeAdapter(INodeAdapter) - Method in class org.eclipse.wst.jsdt.web.ui.views.contentoutline.JsJfaceNode
 
removeAll(String, char) - Static method in class org.eclipse.wst.jsdt.web.core.javascript.Util
 
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.
removeCapture(char[]) - Static method in class org.eclipse.wst.jsdt.core.Signature
Removes any capture information from the given type or method signature and returns the resulting signature.
removeCapture(String) - Static method in class org.eclipse.wst.jsdt.core.Signature
Removes any capture information from the given type or method signature and returns the resulting signature.
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.
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(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.
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_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_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").
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.
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.
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.
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.
reportMatch(Match) - Method in interface org.eclipse.wst.jsdt.ui.search.ISearchRequestor
Adds a match to the search that issued this particular ISearchRequestor.
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
 
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.
resetAST() - Method in class org.eclipse.wst.jsdt.core.compiler.ReconcileContext
Resets the AST carried by this context.
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.TypeParameter
Resolves and returns the binding for this type parameter.
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).
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
 
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.
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).
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.web.core.javascript.JsTranslationAdapter
 
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.
restore() - Method in interface org.eclipse.wst.jsdt.core.IWorkingCopy
Deprecated. Use IJavaScriptUnit.restore() instead.
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.
retrieveArgumentMap(RefactoringDescriptor) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.JavaScriptRefactoringContribution
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.
ReturnTypeAmbiguous - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.AmbiguousType instead
ReturnTypeCannotBeVoidArray - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.CannotAllocateVoidArray instead
ReturnTypeInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.InheritedTypeHidesEnclosingName instead
ReturnTypeInternalNameProvided - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.InternalTypeNameProvided instead
ReturnTypeNotFound - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.UndefinedType instead
ReturnTypeNotVisible - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.NotVisibleType instead
revealInEditor(IEditorPart, IJavaScriptElement) - Static method in class org.eclipse.wst.jsdt.ui.JavaScriptUI
Reveals the given JavaScript element in the given editor.
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.
RFLOOR - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
RHO_L - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
RHO_U - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
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_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.
RLM - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
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.
RSAQUO - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
RSQUO - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
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(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(IAction) - Method in class org.eclipse.wst.jsdt.web.ui.SetupProjectsWizzard
 
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.
RUNNABLE - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementImageDescriptor
Flag to render the runnable adornment.

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 Z