- R_CAMELCASE_MATCH - Static variable in class org.eclipse.jdt.core.search.SearchPattern
-
Match rule: The search pattern contains a Camel Case expression.
- R_CASE_SENSITIVE - Static variable in class org.eclipse.jdt.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.jdt.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.jdt.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.jdt.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.jdt.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.jdt.core.search.SearchPattern
-
Match rule: The search pattern contains one or more wild cards ('*' or '?').
- R_PREFIX_MATCH - Static variable in class org.eclipse.jdt.core.search.SearchPattern
-
Match rule: The search pattern is a prefix of the search result.
- R_REGEXP_MATCH - Static variable in class org.eclipse.jdt.core.search.SearchPattern
-
Match rule: The search pattern contains a regular expression.
- RawMemberTypeCannotBeParameterized - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- RawTypeReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- read(JarPackageData) - Method in interface org.eclipse.jdt.ui.jarpackager.IJarDescriptionReader
-
Reads Jar Package description and fills data into
the JAR Package data object.
- READ_ACCESSES - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
-
When searching for field matches, it will exclusively find read accesses, as
opposed to write accesses.
- READ_ONLY - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
-
Status constant indicating that the operation encountered
a read-only element.
- readOutputLocation() - Method in interface org.eclipse.jdt.core.IJavaProject
-
Returns the default output location for the project as defined by its .classpath
file from disk, or null
if unable to read the file.
- readRawClasspath() - Method in interface org.eclipse.jdt.core.IJavaProject
-
Returns the raw classpath for the project as defined by its
.classpath
file from disk, or null
if unable to read the file.
- ReadReferencesSearchGroup - Class in org.eclipse.jdt.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.jdt.ui.actions.ReadReferencesSearchGroup
-
Creates a new ReadReferencesSearchGroup
.
- ReadReferencesSearchGroup(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.ReadReferencesSearchGroup
-
Note: This constructor is for internal use only.
- READY_FOR_BUILD - Static variable in class org.eclipse.jdt.core.compiler.CompilationParticipant
-
- reconcile(ReconcileContext) - Method in class org.eclipse.jdt.core.compiler.CompilationParticipant
-
Notifies this participant that a reconcile operation is happening.
- reconcile(int, boolean, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Reconciles the contents of this working copy, sends out a Java 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
compilation unit AST if requested.
- reconcile(int, boolean, boolean, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Reconciles the contents of this working copy, sends out a Java 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
compilation unit AST if requested.
- reconcile() - Method in interface org.eclipse.jdt.core.IWorkingCopy
-
Deprecated.
Reconciles the contents of this working copy.
- reconcile(boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IWorkingCopy
-
Deprecated.
Reconciles the contents of this working copy.
- ReconcileContext - Class in org.eclipse.jdt.core.compiler
-
The context of a reconcile event that is notified to interested compilation
participants while a reconcile operation is running.
- ReconcileContext(ReconcileWorkingCopyOperation, CompilationUnit) - Constructor for class org.eclipse.jdt.core.compiler.ReconcileContext
-
Creates a reconcile context for the given reconcile operation.
- recordAddedGeneratedFiles(IFile[]) - Method in class org.eclipse.jdt.core.compiler.BuildContext
-
Record the added/changed generated files that need to be compiled.
- recordDeletedGeneratedFiles(IFile[]) - Method in class org.eclipse.jdt.core.compiler.BuildContext
-
Record the generated files that need to be deleted.
- recordDependencies(String[]) - Method in class org.eclipse.jdt.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.jdt.core.dom.CompilationUnit
-
Enables the recording of changes to this compilation
unit and its descendents.
- recordNewProblems(CategorizedProblem[]) - Method in class org.eclipse.jdt.core.compiler.BuildContext
-
Record new problems to report against this compilationUnit.
- RECOVERED - Static variable in class org.eclipse.jdt.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.
- recoverRuntimePath(ILaunchConfiguration, String) - Method in class org.eclipse.jdt.launching.StandardClasspathProvider
-
Returns a collection of runtime classpath entries that are defined in the
specified attribute of the given launch configuration.
- RecursiveConstructorInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- RedefinedArgument - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- RedefinedLocal - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
- REFACTOR_ERROR_SEVERITY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
- REFACTOR_FATAL_SEVERITY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
- REFACTOR_INFO_SEVERITY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
- REFACTOR_OK_SEVERITY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
- REFACTOR_SAVE_ALL_EDITORS - Static variable in class org.eclipse.jdt.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.jdt.ui.PreferenceConstants
-
- RefactorActionGroup - Class in org.eclipse.jdt.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.jdt.ui.actions.RefactorActionGroup
-
Creates a new RefactorActionGroup
.
- RefactorActionGroup(Page) - Constructor for class org.eclipse.jdt.ui.actions.RefactorActionGroup
-
Creates a new RefactorActionGroup
.
- RefactorActionGroup(CompilationUnitEditor, String) - Constructor for class org.eclipse.jdt.ui.actions.RefactorActionGroup
-
Note: This constructor is for internal use only.
- REFERENCED_PROJECTS - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchScope
-
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.jdt.ui.JavaElementLabels
-
Post qualify referenced package fragment roots.
- REFERENCES - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
-
The search result is a reference.
- ReferencesSearchGroup - Class in org.eclipse.jdt.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.jdt.ui.actions.ReferencesSearchGroup
-
Creates a new ReferencesSearchGroup
.
- ReferencesSearchGroup(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.ReferencesSearchGroup
-
Note: This constructor is for internal use only.
- ReferenceToForwardField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ReferenceToForwardTypeVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- refresh(IProgressMonitor) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
-
Re-computes the type hierarchy reporting progress.
- RefreshAction - Class in org.eclipse.jdt.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.jdt.ui.actions.RefreshAction
-
Creates a new RefreshAction
.
- refreshExternalArchives(IJavaElement[], IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaModel
-
Triggers an update of the JavaModel with respect to the referenced external archives.
- RELATIVE_ORDER - Static variable in class org.eclipse.jdt.core.util.CompilationUnitSorter
-
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.jdt.core.IJavaModelStatusConstants
-
Status constant indicating that a relative path
was supplied to the operation when an absolute path is
required.
- REMAINDER - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
-
Remainder "%" operator.
- REMAINDER_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
-
%= operator.
- remove(char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers a new array removing a given character.
- remove(ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
-
Removes the given node from its parent in this rewriter.
- remove(ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
-
Removes the given node from its parent's list property in the rewriter.
- remove(IJavaElement) - Method in interface org.eclipse.jdt.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.jdt.core.jdom.IDOMNode
-
Deprecated.
Separates this node from its parent and siblings, maintaining any ties that this node
has to the underlying document fragment.
- REMOVE_BLOCK_COMMENT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition ID of the source -> remove block comment action
(value "org.eclipse.jdt.ui.edit.text.java.remove.block.comment"
).
- REMOVE_BLOCK_COMMENT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
-
Source menu: name of standard Block Uncomment global action
(value "org.eclipse.jdt.ui.actions.RemoveBlockComment"
).
- REMOVE_OCCURRENCE_ANNOTATIONS - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition ID of the remove occurrence annotations action
(value "org.eclipse.jdt.ui.edit.text.remove.occurrence.annotations"
).
- removeAllIndexEntries() - Method in class org.eclipse.jdt.core.search.SearchDocument
-
Removes all index entries from the index for the given document.
- removeBufferChangedListener(IBufferChangedListener) - Method in interface org.eclipse.jdt.core.IBuffer
-
Removes the given listener from this buffer.
- removeCapture(char[]) - Static method in class org.eclipse.jdt.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.jdt.core.Signature
-
Removes any capture information from the given type or method signature
and returns the resulting signature.
- removeClasspathVariable(String) - Static method in class org.eclipse.jdt.core.JavaCore
-
Deprecated.
- use version with extra IProgressMonitor
- removeClasspathVariable(String, IProgressMonitor) - Static method in class org.eclipse.jdt.core.JavaCore
-
Removed the given classpath variable.
- REMOVED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
-
Status constant indicating that the element has been removed.
- removeElementChangedListener(IElementChangedListener) - Static method in class org.eclipse.jdt.core.JavaCore
-
Removes the given element changed listener.
- removeFiltersFor(Object, Object, IContentProvider) - Method in class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup
-
Removes filters for the given parent and element
- RemoveFromClasspathAction - Class in org.eclipse.jdt.ui.actions
-
Action to remove package fragment roots from the classpath of its parent
project.
- RemoveFromClasspathAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.RemoveFromClasspathAction
-
Creates a new RemoveFromClasspathAction
.
- removeHotCodeReplaceListener(IJavaHotCodeReplaceListener) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
-
Unregisters the given listener for hot code replace notifications.
- removeImport(String) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Records to remove a import.
- removeIndex(IPath) - Method in class org.eclipse.jdt.core.search.SearchParticipant
-
Removes the index for a given path.
- removeInstanceFilter(IJavaObject) - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
-
Removes the given object from the list of objects in which this
breakpoint is restricted to suspend execution.
- removeJavaBreakpointListener(IJavaBreakpointListener) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
-
Unregisters the given listener for breakpoint notifications.
- removeJavaLikeExtension(String) - Static method in class org.eclipse.jdt.core.JavaCore
-
Removes the file extension from the given file name, if it has a Java-like file
extension.
- removeListener(ILabelProviderListener) - Method in class org.eclipse.jdt.ui.OverrideIndicatorLabelDecorator
-
- removeListener(ILabelProviderListener) - Method in class org.eclipse.jdt.ui.ProblemsLabelDecorator
-
- removePrefixAndSuffixForArgumentName(IJavaProject, char[]) - Static method in class org.eclipse.jdt.core.NamingConventions
-
Remove prefix and suffix from an argument name.
- removePrefixAndSuffixForArgumentName(IJavaProject, String) - Static method in class org.eclipse.jdt.core.NamingConventions
-
Remove prefix and suffix from an argument name.
- removePrefixAndSuffixForFieldName(IJavaProject, char[], int) - Static method in class org.eclipse.jdt.core.NamingConventions
-
Remove prefix and suffix from a field name.
- removePrefixAndSuffixForFieldName(IJavaProject, String, int) - Static method in class org.eclipse.jdt.core.NamingConventions
-
Remove prefix and suffix from a field name.
- removePrefixAndSuffixForLocalVariableName(IJavaProject, char[]) - Static method in class org.eclipse.jdt.core.NamingConventions
-
Remove prefix and suffix from a local variable name.
- removePrefixAndSuffixForLocalVariableName(IJavaProject, String) - Static method in class org.eclipse.jdt.core.NamingConventions
-
Remove prefix and suffix from a local variable name.
- removePreProcessingResourceChangedListener(IResourceChangeListener) - Static method in class org.eclipse.jdt.core.JavaCore
-
Removes the given pre-processing resource changed listener.
- removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.jdt.ui.actions.ConvertingSelectionProvider
- removeStaticImport(String) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Records to remove a static import.
- removeTestRunListener(ITestRunListener) - Static method in class org.eclipse.jdt.junit.JUnitCore
-
Removes a listener for test runs.
- removeThreadFilter(IJavaDebugTarget) - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
-
Removes this breakpoint's thread filter in the given target, if any.
- removeTypeHierarchyChangedListener(ITypeHierarchyChangedListener) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
-
Removes the given listener from this type hierarchy.
- removeVMInstallChangedListener(IVMInstallChangedListener) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Removes the given listener from the list of registered VM install changed
listeners.
- removeWorkingCopy(IEditorInput) - Method in interface org.eclipse.jdt.ui.IWorkingCopyManagerExtension
-
Removes the working copy set for the given editor input.
- rename(IJavaElement[], IJavaElement[], String[], boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaModel
-
Renames the given elements as specified.
- rename(String, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ISourceManipulation
-
Renames this element to the given name.
- RENAME - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
-
Refactor menu: name of standard Rename Element global action
(value "org.eclipse.jdt.ui.actions.Rename"
).
- RENAME_COMPILATION_UNIT_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
-
Processor ID of the rename compilation unit processor
(value "org.eclipse.jdt.ui.renameCompilationUnitProcessor"
).
- RENAME_ELEMENT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition ID of the refactor -> rename element action
(value "org.eclipse.jdt.ui.edit.text.java.rename.element"
).
- RENAME_ENUM_CONSTANT_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
-
Processor ID of the rename enum constant processor
(value "org.eclipse.jdt.ui.renameEnumConstProcessor"
).
- RENAME_FIELD_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
-
Processor ID of the rename field processor
(value "org.eclipse.jdt.ui.renameFieldProcessor"
).
- RENAME_JAVA_PROJECT_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
-
Processor ID of the rename Java project processor
(value "org.eclipse.jdt.ui.renameJavaProjectProcessor"
).
- RENAME_METHOD_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
-
Processor ID of the rename method processor
(value "org.eclipse.jdt.ui.renameMethodProcessor"
).
- RENAME_PACKAGE_FRAGMENT_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
-
Processor ID of the rename package fragment processor
(value "org.eclipse.jdt.ui.renamePackageProcessor"
).
- RENAME_RESOURCE_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
-
Processor ID of the rename resource processor
(value "org.eclipse.jdt.ui.renameResourceProcessor"
).
- RENAME_SOURCE_FOLDER_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
-
Processor ID of the rename source folder
(value "org.eclipse.jdt.ui.renameSourceFolderProcessor"
).
- RENAME_TYPE_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
-
Processor ID of the rename type processor
(value "org.eclipse.jdt.ui.renameTypeProcessor"
).
- RenameAction - Class in org.eclipse.jdt.ui.actions
-
Renames a Java element or workbench resource.
- RenameAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.RenameAction
-
Creates a new RenameAction
.
- RenameAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.RenameAction
-
Note: This constructor is for internal use only.
- RenameSupport - Class in org.eclipse.jdt.ui.refactoring
-
Central access point to execute rename refactorings.
- RenameTypeArguments - Class in org.eclipse.jdt.core.refactoring
-
Rename type arguments describe the data that a rename type processor
provides to its rename type participants.
- RenameTypeArguments(String, boolean, boolean, IJavaElement[]) - Constructor for class org.eclipse.jdt.core.refactoring.RenameTypeArguments
-
Creates new rename type arguments.
- replace(char[], char, char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Replace all occurrence of the character to be replaced with the remplacement character in the
given array.
- replace(char[], char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Replace all occurrences of characters to be replaced with the remplacement character in the
given array.
- replace(char[], char[], char, int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Replace all occurrences of characters to be replaced with the remplacement 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.jdt.core.compiler.CharOperation
-
Answers a new array of characters with substitutions.
- replace(ASTNode, ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
-
Replaces the given node in this rewriter.
- replace(ASTNode, ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.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.jdt.core.IBuffer
-
Replaces the given range of characters in this buffer with the given text.
- replace(int, int, String) - Method in interface org.eclipse.jdt.core.IBuffer
-
Replaces the given range of characters in this buffer with the given text.
- REPLACE - Static variable in interface org.eclipse.jdt.core.IPackageFragmentRoot
-
Update model flag constant (bit mask value 16) indicating that the operation
is to replace the resource and the destination project's classpath entry.
- REPLACE_INVOCATIONS - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition ID of the refactor -> replace invocations action
(value "org.eclipse.jdt.ui.edit.text.java.replace.invocations"
).
- REPLACE_INVOCATIONS - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
-
Refactor menu: name of standard Replace Invocations global action
(value "org.eclipse.jdt.ui.actions.ReplaceInvocations"
).
- ReplaceInvocationsAction - Class in org.eclipse.jdt.ui.actions
-
Action that replaces method invocations.
- ReplaceInvocationsAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.ReplaceInvocationsAction
-
Note: This constructor is for internal use only.
- ReplaceInvocationsAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.ReplaceInvocationsAction
-
Creates a new ReplaceInvocationsAction
.
- replaceOnCopy(char[], char, char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Replace all occurrence of the character to be replaced with the remplacement character
in a copy of the given array.
- reportMatch(Match) - Method in interface org.eclipse.jdt.ui.search.ISearchRequestor
-
- requestClasspathContainerUpdate(IPath, IJavaProject, IClasspathContainer) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
-
Request a registered container definition to be updated according to a container suggestion.
- RES_NAME_CONFLICT - Static variable in class org.eclipse.jdt.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.jdt.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.jdt.core.dom.rewrite.ImportRewrite.ImportRewriteContext
-
Result constant signaling that the given element is not know in the context.
- resetAST() - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
-
Resets the AST carried by this context.
- resetTo(int, int) - Method in interface org.eclipse.jdt.core.compiler.IScanner
-
Reposition the scanner on some portion of the original source.
- resolveAnnotationBinding() - Method in class org.eclipse.jdt.core.dom.Annotation
-
Resolves and returns the resolved annotation for this annotation.
- resolveBinding() - Method in class org.eclipse.jdt.core.dom.AbstractTypeDeclaration
-
Resolves and returns the binding for the type declared in this type
declaration.
- resolveBinding() - Method in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
-
Resolves and returns the binding for the annotation type member declared
in this declaration.
- resolveBinding() - Method in class org.eclipse.jdt.core.dom.AnonymousClassDeclaration
-
Resolves and returns the binding for the anonymous class declared in
this declaration.
- resolveBinding() - Method in class org.eclipse.jdt.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.jdt.core.dom.MemberRef
-
Resolves and returns the binding for the entity referred to by
this member reference.
- resolveBinding() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
-
Resolves and returns the binding for the method or constructor declared
in this method or constructor declaration.
- resolveBinding() - Method in class org.eclipse.jdt.core.dom.MethodRef
-
Resolves and returns the binding for the entity referred to by
this method reference.
- resolveBinding() - Method in class org.eclipse.jdt.core.dom.Name
-
Resolves and returns the binding for the entity referred to by this name.
- resolveBinding() - Method in class org.eclipse.jdt.core.dom.PackageDeclaration
-
Resolves and returns the binding for the package declared in this package
declaration.
- resolveBinding() - Method in class org.eclipse.jdt.core.dom.Type
-
Resolves and returns the binding for this type.
- resolveBinding() - Method in class org.eclipse.jdt.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.jdt.core.dom.TypeParameter
-
Resolves and returns the binding for this type parameter.
- resolveBinding() - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
-
Resolves and returns the binding for the variable declared in this
variable declaration.
- resolveBoxing() - Method in class org.eclipse.jdt.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.jdt.launching.IRuntimeClasspathProvider
-
Returns the resolved path corresponding to the given path, in the context of the
given launch configuration.
- resolveClasspath(IRuntimeClasspathEntry[], ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.StandardClasspathProvider
-
- resolveClasspath(IRuntimeClasspathEntry[], ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.StandardSourcePathProvider
-
- resolveConstantExpressionValue() - Method in class org.eclipse.jdt.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.jdt.core.dom.ClassInstanceCreation
-
Resolves and returns the binding for the constructor invoked by this
expression.
- resolveConstructorBinding() - Method in class org.eclipse.jdt.core.dom.ConstructorInvocation
-
Resolves and returns the binding for the constructor invoked by this
expression.
- resolveConstructorBinding() - Method in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
-
Resolves and returns the binding for the constructor invoked by this
enum constant.
- resolveConstructorBinding() - Method in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
-
Resolves and returns the binding for the constructor invoked by this
expression.
- resolveFieldBinding() - Method in class org.eclipse.jdt.core.dom.FieldAccess
-
Resolves and returns the binding for the field accessed by this
expression.
- resolveFieldBinding() - Method in class org.eclipse.jdt.core.dom.SuperFieldAccess
-
Resolves and returns the binding for the field accessed by this
expression.
- resolveMemberValuePairBinding() - Method in class org.eclipse.jdt.core.dom.MemberValuePair
-
Resolves and returns the member value pair binding for this member value pair.
- resolveMethodBinding() - Method in class org.eclipse.jdt.core.dom.MethodInvocation
-
Resolves and returns the binding for the method invoked by this
expression.
- resolveMethodBinding() - Method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
-
Resolves and returns the binding for the method invoked by this
expression.
- resolveRuntimeClasspath(IRuntimeClasspathEntry[], ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Resolves the given classpath, returning the resolved classpath
in the context of the given launch configuration.
- resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, ILaunchConfiguration) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntryResolver
-
Returns resolved runtime classpath entries for the given runtime classpath entry,
in the context of the given launch configuration.
- resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, IJavaProject) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntryResolver
-
Returns resolved runtime classpath entries for the given runtime classpath entry,
in the context of the given Java project.
- resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns resolved entries for the given entry in the context of the given
launch configuration.
- resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns resolved entries for the given entry in the context of the given
Java project.
- resolveSourceLookupPath(IRuntimeClasspathEntry[], ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Resolves the given source lookup path, returning the resolved source lookup path
in the context of the given launch configuration.
- resolveType(String) - Method in interface org.eclipse.jdt.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.jdt.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.jdt.core.dom.Expression
-
Resolves and returns the binding for the type of this expression.
- resolveUnboxing() - Method in class org.eclipse.jdt.core.dom.Expression
-
Returns whether this expression node is the site of an unboxing
conversion (JLS3 5.1.8).
- resolveVariable() - Method in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
-
Resolves and returns the field binding for this enum constant.
- resolveVMInstall(IClasspathEntry) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntryResolver
-
Returns a VM install associated with the given classpath entry,
or null
if none.
- resolveWellKnownType(String) - Method in class org.eclipse.jdt.core.dom.AST
-
Returns the type binding for a "well known" type.
- resourceChanged(IResourceChangeEvent) - Method in class org.eclipse.jdt.ui.actions.OpenProjectAction
-
- restore() - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Restores the contents of this working copy to the current contents of
this working copy's original element.
- restore() - Method in interface org.eclipse.jdt.core.IWorkingCopy
-
Deprecated.
Restores the contents of this working copy to the current contents of
this working copy's original element.
- restoreState(IMemento) - Method in class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup
-
Restores the state of the filter actions from a memento.
- restoreState(IMemento) - Method in class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
-
Restores the state of the filter actions from a memento.
- RESTRICT_TO_MATCHING_CASE - Static variable in interface org.eclipse.jdt.ui.text.java.IJavadocCompletionProcessor
-
Deprecated.
Flag used by computeCompletionProposals
.
- RESULT_TYPE_FIELD - Static variable in interface org.eclipse.jdt.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.jdt.core.eval.ICodeSnippetRequestor
-
The name of the field (of type java.lang.Object
) on the code
snippet instance that contains the returned value.
- RET - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- retargetFileMenuActions(IActionBars) - Method in class org.eclipse.jdt.ui.actions.RefactorActionGroup
-
Retargets the File actions with the corresponding refactoring actions.
- RETURN - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- RETURN_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
ReturnStatement
.
- RETURN_TYPE2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
-
The "returnType2" structural property of this node type (added in JLS3 API).
- RETURN_TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
-
The "returnType" structural property of this node type (JLS2 API only).
- ReturnStatement - Class in org.eclipse.jdt.core.dom
-
Return statement AST node type.
- ReturnTypeAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
Deprecated.
- problem is no longer generated, use AmbiguousType is used instead
- ReturnTypeCannotBeVoidArray - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ReturnTypeInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
Deprecated.
- problem is no longer generated, use InheritedTypeHidesEnclosingName is used instead
- ReturnTypeInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
Deprecated.
- problem is no longer generated, use InternalTypeNameProvided is used instead
- ReturnTypeNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
Deprecated.
- problem is no longer generated, UndefinedType is used instead
- ReturnTypeNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
Deprecated.
- problem is no longer generated, NotVisibleType is used instead
- revealInEditor(IEditorPart, ISourceReference) - Static method in class org.eclipse.jdt.ui.JavaUI
-
Deprecated.
use revealInEditor(IEditorPart, IJavaElement)
instead
- revealInEditor(IEditorPart, IJavaElement) - Static method in class org.eclipse.jdt.ui.JavaUI
-
Reveals the given java element in the given editor.
- rewrite(IDocument, Map) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
-
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 compilation unit.
- rewriteAST(IDocument, Map) - Method in class org.eclipse.jdt.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.jdt.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
ICompilationUnit
from which the AST was created from.
- rewriteImports(IProgressMonitor) - Method in class org.eclipse.jdt.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 compilation unit.
- RIGHT_HAND_SIDE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Assignment
-
The "rightHandSide" structural property of this node type.
- RIGHT_OPERAND_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.InfixExpression
-
The "rightOperand" structural property of this node type.
- RIGHT_OPERAND_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.InstanceofExpression
-
The "rightOperand" structural property of this node type.
- RIGHT_SHIFT_SIGNED - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
-
Signed right shift ">>" operator.
- RIGHT_SHIFT_SIGNED_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
-
>>= operator.
- RIGHT_SHIFT_UNSIGNED - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
-
Unsigned right shift ">>>" operator.
- RIGHT_SHIFT_UNSIGNED_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
-
>>>= operator.
- ROOT_POST_QUALIFIED - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
-
Package Fragment Roots contain the project name if not an archive (appended).
- ROOT_QUALIFIED - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
-
Package Fragment Roots contain the project name if not an archive (prepended).
- ROOT_VARIABLE - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
-
Package Fragment Roots contain variable name if from a variable.
- run(Object) - Method in class org.eclipse.jdt.core.formatter.CodeFormatterApplication
-
Runs the Java code formatter application
- run(IWorkspaceRunnable, IProgressMonitor) - Static method in class org.eclipse.jdt.core.JavaCore
-
Runs the given action as an atomic Java model operation.
- run(IWorkspaceRunnable, ISchedulingRule, IProgressMonitor) - Static method in class org.eclipse.jdt.core.JavaCore
-
Runs the given action as an atomic Java model operation.
- run(IJavaThread, IProgressMonitor) - Method in interface org.eclipse.jdt.debug.core.IEvaluationRunnable
-
Runs this evaluation in the specified thread, reporting
progress to the given progress monitor.
- run(VMRunnerConfiguration, ILaunch, IProgressMonitor) - Method in interface org.eclipse.jdt.launching.IVMRunner
-
Launches a Java VM as specified in the given configuration,
contributing results (debug targets and processes), to the
given launch.
- run() - Method in class org.eclipse.jdt.ui.actions.AbstractOpenWizardAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddDelegateMethodsAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.AddDelegateMethodsAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddGetterSetterAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.AddGetterSetterAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddJavaDocStubAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.AddJavaDocStubAction
-
- run(ICompilationUnit, IMember[]) - Method in class org.eclipse.jdt.ui.actions.AddJavaDocStubAction
-
Note this method is for internal use only.
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddToClasspathAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddUnimplementedConstructorsAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.AddUnimplementedConstructorsAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ChangeTypeAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ChangeTypeAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertAnonymousToNestedAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertAnonymousToNestedAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertLocalToFieldAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExternalizeStringsAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ExternalizeStringsAction
-
- run(ICompilationUnit) - Method in class org.eclipse.jdt.ui.actions.ExternalizeStringsAction
-
Note: this method is for internal use only.
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractConstantAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractInterfaceAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractInterfaceAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractMethodAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractTempAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.FindAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FindAction
-
- run(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.FindAction
-
Executes this action for the given java element.
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FindExceptionOccurrencesAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FindImplementOccurrencesAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.FindOccurrencesInFileAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FindOccurrencesInFileAction
-
- run(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.FindReferencesAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.FindStringsToExternalizeAction
-
- run(IAction) - Method in class org.eclipse.jdt.ui.actions.FormatAllAction.ObjectDelegate
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FormatAllAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.FormatAllAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.GenerateHashCodeEqualsAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.GenerateHashCodeEqualsAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.GenerateNewConstructorUsingFieldsAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.GenerateNewConstructorUsingFieldsAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.InferTypeArgumentsAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.InferTypeArgumentsAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.InlineAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.InlineAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.InlineTempAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.InlineTempAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.IntroduceFactoryAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.IntroduceFactoryAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.IntroduceIndirectionAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.IntroduceIndirectionAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.IntroduceParameterAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ModifyParametersAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ModifyParametersAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.MoveAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.MoveAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OpenAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenAction
-
- run(Object[]) - Method in class org.eclipse.jdt.ui.actions.OpenAction
-
Note: this method is for internal use only.
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OpenExternalJavadocAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenExternalJavadocAction
-
- run(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.OpenExternalJavadocAction
-
- run() - Method in class org.eclipse.jdt.ui.actions.OpenJavaBrowsingPerspectiveAction
-
- run() - Method in class org.eclipse.jdt.ui.actions.OpenJavaPerspectiveAction
-
- run(ISelection) - Method in class org.eclipse.jdt.ui.actions.OpenProjectAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenProjectAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OpenSuperImplementationAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenSuperImplementationAction
-
- run(IMethod) - Method in class org.eclipse.jdt.ui.actions.OpenSuperImplementationAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OpenTypeHierarchyAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenTypeHierarchyAction
-
- run(IJavaElement[]) - Method in class org.eclipse.jdt.ui.actions.OpenTypeHierarchyAction
-
- run(IAction) - Method in class org.eclipse.jdt.ui.actions.OrganizeImportsAction.ObjectDelegate
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OrganizeImportsAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OrganizeImportsAction
-
- run(ICompilationUnit) - Method in class org.eclipse.jdt.ui.actions.OrganizeImportsAction
-
Note: This method is for internal use only.
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OverrideMethodsAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OverrideMethodsAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.PullUpAction
-
Executes this actions with the given structured selection.
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.PullUpAction
-
Executes this actions with the given text selection.
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.PushDownAction
-
Executes this actions with the given structured selection.
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.PushDownAction
-
Executes this actions with the given text selection.
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.RefreshAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.RemoveFromClasspathAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.RenameAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.RenameAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ReplaceInvocationsAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ReplaceInvocationsAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
-
Executes this actions with the given structured selection.
- run(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
-
Note: This method is for internal use only.
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
-
Executes this actions with the given text selection.
- run(ISelection) - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
-
Executes this actions with the given selection.
- run() - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.SelfEncapsulateFieldAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.SelfEncapsulateFieldAction
-
- run(IField) - Method in class org.eclipse.jdt.ui.actions.SelfEncapsulateFieldAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ShowInNavigatorViewAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ShowInNavigatorViewAction
-
- run(IResource) - Method in class org.eclipse.jdt.ui.actions.ShowInNavigatorViewAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ShowInPackageViewAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ShowInPackageViewAction
-
- run(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.ShowInPackageViewAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.SortMembersAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.SortMembersAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.SurroundWithTryCatchAction
-
- run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.UseSupertypeAction
-
- run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.UseSupertypeAction
-
- run(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.WorkingSetFindAction
-
- RUN_METHOD - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
-
The name of the instance method in the snippet class that runs the code
snippet.
- runEvaluation(IEvaluationRunnable, IProgressMonitor, int, boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaThread
-
Invokes the given evaluation with the specified progress
monitor.
- RUNNABLE - Static variable in class org.eclipse.jdt.ui.JavaElementImageDescriptor
-
Flag to render the runnable adornment.
- runOnMultiple(ICompilationUnit[]) - Method in class org.eclipse.jdt.ui.actions.FormatAllAction
-
Perform format all on the given compilation units.
- runOnMultiple(ICompilationUnit[]) - Method in class org.eclipse.jdt.ui.actions.OrganizeImportsAction
-
Perform organize import on multiple compilation units.
- RUNTIME_INVISIBLE_ANNOTATIONS - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
-
"RuntimeInvisibleAnnotations" attribute (added in J2SE 1.5).
- RUNTIME_INVISIBLE_PARAMETER_ANNOTATIONS - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
-
"RuntimeInvisibleParameterAnnotations" attribute (added in J2SE 1.5).
- RUNTIME_VISIBLE_ANNOTATIONS - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
-
"RuntimeVisibleAnnotations" attribute (added in J2SE 1.5).
- RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
-
"RuntimeVisibleParameterAnnotations" attribute (added in J2SE 1.5).