Index

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 _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

R

R_CAMELCASE_MATCH - Static variable in class org.eclipse.jdt.core.search.SearchPattern
Match rule: The search pattern contains a Camel Case expression.
R_CAMELCASE_SAME_PART_COUNT_MATCH - Static variable in class org.eclipse.jdt.core.search.SearchPattern
Match rule: The search pattern contains a Camel Case expression with a strict expected number of parts.
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.
R_SUBSTRING_MATCH - Static variable in class org.eclipse.jdt.core.search.SearchPattern
Match rule: The search pattern contains a substring expression in a case-insensitive way.
R_SUBWORD_MATCH - Static variable in class org.eclipse.jdt.core.search.SearchPattern
Match rule: The search pattern contains a subword expression in a case-insensitive way.
RAW_PASTE - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the edit -> raw paste (value "org.eclipse.jdt.ui.edit.text.java.raw.paste").
RAW_PASTE_ACTION_HANDLE_ID - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action handler ID of the edit -> raw paste (value "org.eclipse.jdt.ui.actions.rawPaste").
RawMemberTypeCannotBeParameterized - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RawTypeInRecordPattern - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated. 
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(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.ReadReferencesSearchGroup
Note: This constructor is for internal use only.
ReadReferencesSearchGroup(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.ReadReferencesSearchGroup
Creates a new ReadReferencesSearchGroup.
ReadReferencesSearchGroup(IWorkbenchSite, ISelectionProvider) - Constructor for class org.eclipse.jdt.ui.actions.ReadReferencesSearchGroup
Creates a new ReadReferencesSearchGroup.
READY_FOR_BUILD - Static variable in class org.eclipse.jdt.core.compiler.CompilationParticipant
 
rebuildIndex(IProgressMonitor) - Static method in class org.eclipse.jdt.core.JavaCore
Deletes the index, then rebuilds any portions of the index that are currently needed by the workspace.
RECEIVER - Enum constant in enum class org.eclipse.jdt.core.dom.rewrite.ImportRewrite.TypeLocation
The special value ImportRewrite.TypeLocation.RECEIVER is used for the receiver type in a method declaration or method reference.
RECEIVER_QUALIFIER_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
The "receiverQualifier" structural property of this node type (child type: SimpleName) (added in JLS8 API).
RECEIVER_TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
The "receiverType" structural property of this node type (child type: Type) (added in JLS8 API).
reconcile() - Method in interface org.eclipse.jdt.core.IWorkingCopy
reconcile(boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IWorkingCopy
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(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, int, 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(ReconcileContext) - Method in class org.eclipse.jdt.core.compiler.CompilationParticipant
Notifies this participant that a reconcile operation is happening.
RECONCILE - Enum constant in enum class org.eclipse.jdt.apt.core.env.Phase
During Reconcile phase
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.
reconciled(CompilationUnit, ITypeRoot, IProgressMonitor) - Method in class org.eclipse.jdt.core.manipulation.CoreASTProvider
Update internal structures after reconcile.
RECORD - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"Record" attribute (JVMS 14 - preview).
RECORD_BODY_TEMPLATE_ID - Static variable in class org.eclipse.jdt.core.manipulation.CodeGeneration
Constant ID for the type kind to be used in CodeGeneration.getTypeBody(String, ICompilationUnit, String, String) to get the code template used for a new record type body.
RECORD_COMPONENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.RecordDeclaration
The "recordComponents" structural property of this node type (element type: SingleVariableDeclaration).
RECORD_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type RecordDeclaration.
RECORD_PATTERN - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type RecordPattern.
RECORD_TYPE - Static variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Constant to signal that the created type is an record.
RecordAccessorMethodHasThrowsClause - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordAccessorMethodShouldBePublic - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordAccessorMethodShouldNotBeGeneric - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordAccessorMethodShouldNotBeStatic - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
recordAddedGeneratedFiles(IFile[]) - Method in class org.eclipse.jdt.core.compiler.BuildContext
Record the added/changed generated files that need to be compiled.
RecordCannotDefineRecordInLocalType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordCannotExtendRecord - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordCanonicalConstructorHasExplicitConstructorCall - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordCanonicalConstructorHasReturnStatement - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordCanonicalConstructorHasThrowsClause - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordCanonicalConstructorShouldNotBeGeneric - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordCanonicalConstructorVisibilityReduced - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordCompactConstructorHasExplicitConstructorCall - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordCompactConstructorHasReturnStatement - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordComponentCannotBeVoid - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
recordComponents() - Method in class org.eclipse.jdt.core.dom.RecordDeclaration
Returns the live ordered list of recordComponents of record declaration.
RecordComponentsCannotHaveModifiers - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordDeclaration - Class in org.eclipse.jdt.core.dom
Record declaration AST node type (added in JLS16 API).
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".
RecordDuplicateComponent - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordErasureIncompatibilityInCanonicalConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordIllegalAccessorReturnType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordIllegalComponentNameInRecord - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordIllegalExplicitFinalFieldAssignInCompactConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordIllegalExtendedDimensionsForRecordComponent - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordIllegalModifierForInnerRecord - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordIllegalModifierForLocalRecord - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordIllegalModifierForRecord - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordIllegalNativeModifierInRecord - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordIllegalParameterNameInCanonicalConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordIllegalStaticModifierForLocalClassOrInterface - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordIllegalVararg - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordInstanceInitializerBlockInRecord - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordMissingExplicitConstructorCallInNonCanonicalConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
recordModifications() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Enables the recording of changes to this compilation unit and its descendants.
RecordMultipleCanonicalConstructors - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordNestedRecordInherentlyStatic - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
recordNewProblems(CategorizedProblem[]) - Method in class org.eclipse.jdt.core.compiler.BuildContext
Record new problems to report against this compilationUnit.
RecordNonStaticFieldDeclarationInRecord - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordPattern - Class in org.eclipse.jdt.core.dom
TypePattern pattern AST node type.
RecordPatternMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RecordStaticReferenceToOuterLocalVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
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.
RECURRENCE_UNCONFIGURED - Enum constant in enum class org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy
Signals that this setting has not yet been configured for a given breakpoint
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
 
RedundantLocalVariableNullAssignment - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullCheckAgainstNonNullType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullCheckOnConstNonNullField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullCheckOnField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullCheckOnNonNullExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullCheckOnNonNullLocalVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullCheckOnNonNullMessageSend - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullCheckOnNonNullSpecdField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullCheckOnNullLocalVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullCheckOnSpecdNonNullLocalVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullDefaultAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullDefaultAnnotationField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullDefaultAnnotationLocal - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullDefaultAnnotationMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullDefaultAnnotationModule - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullDefaultAnnotationPackage - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantNullDefaultAnnotationType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantSpecificationOfTypeArguments - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedundantSuperinterface - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ReenterStepRequest - Interface in org.eclipse.jdi.hcr
A reenter step request is a step event request that will be activated when the given thread is about to pop the top stack frame.
REF_TYPES - Static variable in class org.eclipse.jdt.core.manipulation.TypeKinds
 
REF_TYPES_AND_VAR - Static variable in class org.eclipse.jdt.core.manipulation.TypeKinds
 
REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated.
Use method RefactoringCore.getConditionCheckingFailedSeverity().
REFACTOR_ERROR_SEVERITY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated.
Use constant RefactoringStatus.ERROR
REFACTOR_FATAL_SEVERITY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated.
Use constant RefactoringStatus.FATAL
REFACTOR_INFO_SEVERITY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated.
Use constant RefactoringStatus.INFO
REFACTOR_LIGHTWEIGHT - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether certain refactorings use a lightweight UI when started from a Java editor.
REFACTOR_OK_SEVERITY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated.
Use constant RefactoringStatus.OK
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
Deprecated.
Use constant RefactoringStatus.WARNING
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(JavaEditor, String, boolean) - Constructor for class org.eclipse.jdt.ui.actions.RefactorActionGroup
Note: This constructor is for internal use only.
RefactorActionGroup(IViewPart) - Constructor for class org.eclipse.jdt.ui.actions.RefactorActionGroup
Creates a new RefactorActionGroup.
RefactorActionGroup(IWorkbenchSite, ISelectionProvider) - 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.
RefactoringSaveHelper - Class in org.eclipse.jdt.ui.refactoring
Helper to save dirty editors prior to starting a refactoring.
RefactoringSaveHelper(int) - Constructor for class org.eclipse.jdt.ui.refactoring.RefactoringSaveHelper
Creates a refactoring save helper with the given save mode.
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.
ReferenceExpressionParameterNullityMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ReferenceExpressionParameterNullityUnchecked - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ReferenceExpressionReturnNullRedef - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ReferenceExpressionReturnNullRedefUnchecked - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ReferenceMatch - Class in org.eclipse.jdt.core.search
An abstract Java search match that represents a reference.
ReferenceMatch(IJavaElement, int, int, int, boolean, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.ReferenceMatch
Creates a new reference match.
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(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.ReferencesSearchGroup
Note: This constructor is for internal use only.
ReferencesSearchGroup(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.ReferencesSearchGroup
Creates a new ReferencesSearchGroup.
ReferencesSearchGroup(IWorkbenchSite, ISelectionProvider) - Constructor for class org.eclipse.jdt.ui.actions.ReferencesSearchGroup
Creates a new ReferencesSearchGroup.
ReferenceToForwardField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ReferenceToForwardTypeVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ReferenceType - Interface in com.sun.mirror.type
Represents a reference type.
ReferenceType - Interface in org.eclipse.jdi.hcr
Hot code replacement extension to com.sun.jdi.ReferenceType.
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.
refreshState() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Refreshes the state of the Java debug model elements (client) with the current state of the debug target.
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.
releaseDocument(IDocument, IProgressMonitor) - Method in class org.eclipse.jdt.core.refactoring.CompilationUnitChange
 
RELOAD_FAILURE - Static variable in interface org.eclipse.jdi.hcr.VirtualMachine
The VM is inconsistent after the reload operation
RELOAD_IGNORED - Static variable in interface org.eclipse.jdi.hcr.VirtualMachine
The reload operation was ignored
RELOAD_SUCCESS - Static variable in interface org.eclipse.jdi.hcr.VirtualMachine
All the given type were reloaded
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() - 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(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_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.
removeBreakpointListener(String) - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
Removes the breakpoint listener extension with the specified identifier from this breakpoint and returns whether the listener was removed.
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
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.IClasspathAttributeDelta
Status constant indicating that the attribute has been removed.
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.
removeExternalJar(File) - Method in interface org.eclipse.jdt.apt.core.util.IFactoryPath
Remove an external jar file from the factory path.
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) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Removes the given listener from this target.
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(AnnotationProcessorListener) - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
Remove a listener.
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
removePrefixAndSuffixForArgumentName(IJavaProject, String) - Static method in class org.eclipse.jdt.core.NamingConventions
removePrefixAndSuffixForFieldName(IJavaProject, char[], int) - Static method in class org.eclipse.jdt.core.NamingConventions
removePrefixAndSuffixForFieldName(IJavaProject, String, int) - Static method in class org.eclipse.jdt.core.NamingConventions
removePrefixAndSuffixForLocalVariableName(IJavaProject, char[]) - Static method in class org.eclipse.jdt.core.NamingConventions
removePrefixAndSuffixForLocalVariableName(IJavaProject, String) - Static method in class org.eclipse.jdt.core.NamingConventions
removePreProcessingResourceChangedListener(IResourceChangeListener) - Static method in class org.eclipse.jdt.core.JavaCore
Removes the given pre-processing resource changed listener.
removeProcessorOption(IJavaProject, String) - Static method in class org.eclipse.jdt.apt.core.util.AptConfig
Remove an option from the list of processor options.
removePropertyListener(IPropertyListener) - Method in class org.eclipse.jdt.debug.ui.breakpoints.JavaBreakpointConditionEditor
Removes the property listener from this editor.
removeProvisonalProject() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageTwo
Removes the provisional project.
removeRedundantTypeAnnotations(IAnnotationBinding[], ImportRewrite.TypeLocation, ITypeBinding) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite.ImportRewriteContext
This method can be overridden in subclasses to remove annotations that are redundant, e.g. because of NonNullByDefault.
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
Deprecated.
removeTestRunListener(TestRunListener) - 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.
removeVarJar(IPath) - Method in interface org.eclipse.jdt.apt.core.util.IFactoryPath
Remove from the factory path a jar file whose name is based on a classpath variable.
removeVMInstallChangedListener(IVMInstallChangedListener) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Removes the given listener from the list of registered VM install changed listeners.
removeWkspJar(IPath) - Method in interface org.eclipse.jdt.apt.core.util.IFactoryPath
Remove a workspace-relative jar from the factory path.
removeWorkingCopy(IEditorInput) - Method in interface org.eclipse.jdt.ui.IWorkingCopyManagerExtension
Removes the working copy set for the given editor input.
rename(String, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ISourceManipulation
Renames this element to the given name.
rename(IJavaElement[], IJavaElement[], String[], boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaModel
Renames the given elements as specified.
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 - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
Refactoring id of the 'Rename Compilation Unit' refactoring (value: org.eclipse.jdt.ui.rename.compilationunit).
RENAME_COMPILATION_UNIT_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
Deprecated.
Processor ID of the rename compilation unit processor (value "org.eclipse.jdt.ui.renameCompilationUnitProcessor").
RENAME_COMPILATION_UNIT_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIdsCore
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 - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
Refactoring id of the 'Rename Enum Constant' refactoring (value: org.eclipse.jdt.ui.rename.enum.constant).
RENAME_ENUM_CONSTANT_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
Deprecated.
Processor ID of the rename enum constant processor (value "org.eclipse.jdt.ui.renameEnumConstProcessor").
RENAME_ENUM_CONSTANT_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIdsCore
Processor ID of the rename enum constant processor (value "org.eclipse.jdt.ui.renameEnumConstProcessor").
RENAME_FIELD - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
Refactoring id of the 'Rename Field' refactoring (value: org.eclipse.jdt.ui.rename.field).
RENAME_FIELD_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
Deprecated.
Processor ID of the rename field processor (value "org.eclipse.jdt.ui.renameFieldProcessor").
RENAME_FIELD_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIdsCore
Processor ID of the rename field processor (value "org.eclipse.jdt.ui.renameFieldProcessor").
RENAME_JAVA_PROJECT - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
Refactoring id of the 'Rename Java Project' refactoring (value: org.eclipse.jdt.ui.rename.java.project).
RENAME_JAVA_PROJECT_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
Deprecated.
Processor ID of the rename Java project processor (value "org.eclipse.jdt.ui.renameJavaProjectProcessor").
RENAME_JAVA_PROJECT_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIdsCore
Processor ID of the rename Java project processor (value "org.eclipse.jdt.ui.renameJavaProjectProcessor").
RENAME_LOCAL_VARIABLE - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
Refactoring id of the 'Rename Local Variable' refactoring (value: org.eclipse.jdt.ui.rename.local.variable).
RENAME_METHOD - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
Refactoring id of the 'Rename Method' refactoring (value: org.eclipse.jdt.ui.rename.method).
RENAME_METHOD_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
Deprecated.
Processor ID of the rename method processor (value "org.eclipse.jdt.ui.renameMethodProcessor").
RENAME_METHOD_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIdsCore
Processor ID of the rename method processor (value "org.eclipse.jdt.ui.renameMethodProcessor").
RENAME_MODULE - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
Refactoring id of the 'Rename Module' refactoring (value: org.eclipse.jdt.ui.rename.module).
RENAME_MODULE_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
Deprecated.
Processor ID of the rename module processor (value "org.eclipse.jdt.ui.renameModuleProcessor").
RENAME_MODULE_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIdsCore
Processor ID of the rename module processor (value "org.eclipse.jdt.ui.renameModuleProcessor").
RENAME_PACKAGE - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
Refactoring id of the 'Rename Package' refactoring (value: org.eclipse.jdt.ui.rename.package).
RENAME_PACKAGE_FRAGMENT_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
Deprecated.
Processor ID of the rename package fragment processor (value "org.eclipse.jdt.ui.renamePackageProcessor").
RENAME_PACKAGE_FRAGMENT_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIdsCore
Processor ID of the rename package fragment processor (value "org.eclipse.jdt.ui.renamePackageProcessor").
RENAME_RESOURCE - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
Deprecated.
Since 1.2. Use RenameResourceDescriptor.ID instead.
RENAME_RESOURCE_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
Deprecated.
Processor ID of the rename resource processor (value "org.eclipse.jdt.ui.renameResourceProcessor").
RENAME_RESOURCE_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIdsCore
Processor ID of the rename resource processor (value "org.eclipse.jdt.ui.renameResourceProcessor").
RENAME_SOURCE_FOLDER - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
Refactoring id of the 'Rename Source Folder' refactoring (value: org.eclipse.jdt.ui.rename.source.folder).
RENAME_SOURCE_FOLDER_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
Deprecated.
Processor ID of the rename source folder (value "org.eclipse.jdt.ui.renameSourceFolderProcessor").
RENAME_SOURCE_FOLDER_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIdsCore
Processor ID of the rename source folder (value "org.eclipse.jdt.ui.renameSourceFolderProcessor").
RENAME_TYPE - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
Refactoring id of the 'Rename Type' refactoring (value: org.eclipse.jdt.ui.rename.type).
RENAME_TYPE_PARAMETER - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
Refactoring id of the 'Rename Type Parameter' refactoring (value: org.eclipse.jdt.ui.rename.type.parameter).
RENAME_TYPE_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
Deprecated.
Processor ID of the rename type processor (value "org.eclipse.jdt.ui.renameTypeProcessor").
RENAME_TYPE_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIdsCore
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(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.RenameAction
Note: This constructor is for internal use only.
RenameAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.RenameAction
Creates a new RenameAction.
RenameJavaElementDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
Refactoring descriptor for the rename java element refactoring.
RenameJavaElementDescriptor(String) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor
Creates a new refactoring descriptor.
RenameJavaElementDescriptor(String, String, String, String, Map<String, String>, int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor
Creates a new refactoring descriptor.
RenameLocalVariableDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
Deprecated.
since 1.2 merged into RenameJavaElementDescriptor
RenameLocalVariableDescriptor() - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.RenameLocalVariableDescriptor
Deprecated.
RenameResourceDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
Deprecated.
since 1.2, use RenameResourceDescriptor from org.eclipse.ltk.core.refactoring instead.
RenameResourceDescriptor() - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.RenameResourceDescriptor
Deprecated.
Creates a new refactoring descriptor.
RenameResourceDescriptor(String, String, String, Map<String, String>, int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.RenameResourceDescriptor
Deprecated.
Creates a new refactoring descriptor.
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.
RepeatableAnnotationTypeIsDocumented - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RepeatableAnnotationTypeIsInherited - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RepeatableAnnotationTypeTargetMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RepeatableAnnotationWithRepeatingContainerAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RepeatedAnnotationWithContainerAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
replace(char[], char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Replace all occurrences of characters to be replaced with the replacement character in the given array.
replace(char[], char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers a new array of characters with substitutions.
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 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.jdt.core.compiler.CharOperation
Replace all occurrence of the character to be replaced with the replacement character in the given array.
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(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 - 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").
REPLACE_SIGNATURE - Enum constant in enum class org.eclipse.jdt.core.util.ExternalAnnotationUtil.MergeStrategy
Unconditionally replace the signature.
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 replacement character in a copy of the given array.
reportMatch(Match) - Method in interface org.eclipse.jdt.ui.search.ISearchRequestor
Adds a match to the search that issued this particular 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.
RequiredNonNullButProvidedFreeTypeVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RequiredNonNullButProvidedNull - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RequiredNonNullButProvidedPotentialNull - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RequiredNonNullButProvidedSpecdNullable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RequiredNonNullButProvidedUnknown - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
requireIndexingResolvedDocument() - Method in class org.eclipse.jdt.core.search.SearchDocument
Flags the document as requiring indexing after symbol and type resolution.
requireNonEmpty(C) - Static method in class org.eclipse.jdt.annotation.Checks
Answer the given value, guaranteeing it to be neither null nor an empty collection.
requireNonEmpty(C, String) - Static method in class org.eclipse.jdt.annotation.Checks
Answer the given value, guaranteeing it to be neither null nor an empty collection.
requireNonEmpty(String) - Static method in class org.eclipse.jdt.annotation.Checks
Answer the given value, guaranteeing it to be neither null nor an empty string.
requireNonEmpty(String, String) - Static method in class org.eclipse.jdt.annotation.Checks
Answer the given value, guaranteeing it to be neither null nor an empty string.
requireNonNull(T) - Static method in class org.eclipse.jdt.annotation.Checks
Answer the given value as a non-null value.
requireNonNull(T, String) - Static method in class org.eclipse.jdt.annotation.Checks
Answer the given value as a non-null value.
REQUIRES_DIRECTIVE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type RequiresDirective.
requiresAST() - Method in class org.eclipse.jdt.core.manipulation.CleanUpRequirementsCore
Deprecated.
Tells whether the clean up requires an AST.
requiresAST() - Method in class org.eclipse.jdt.ui.cleanup.CleanUpRequirements
Tells whether the clean up requires an AST.
requiresChangedRegions() - Method in class org.eclipse.jdt.core.manipulation.CleanUpRequirementsCore
Deprecated.
Tells whether this clean up requires to be informed about changed regions.
requiresChangedRegions() - Method in class org.eclipse.jdt.ui.cleanup.CleanUpRequirements
Tells whether this clean up requires to be informed about changed regions.
RequiresDirective - Class in org.eclipse.jdt.core.dom
Requires directive AST node type (added in JLS9 API).
requiresFreshAST() - Method in class org.eclipse.jdt.core.manipulation.CleanUpRequirementsCore
Deprecated.
Tells whether a fresh AST, containing all the changes from previous clean ups, will be needed.
requiresFreshAST() - Method in class org.eclipse.jdt.ui.cleanup.CleanUpRequirements
Tells whether a fresh AST, containing all the changes from previous clean ups, will be needed.
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.
RES_NAME_UNKNOWN_NEEDS_EXPLICIT_IMPORT - Static variable in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite.ImportRewriteContext
Result constant signaling that the given element must be imported explicitly (and must not be folded into an on-demand import or filtered as an implicit import).
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.ModuleDeclaration
Resolves and returns the binding for the module.
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.
resolveDocument(SearchDocument) - Method in class org.eclipse.jdt.core.search.SearchParticipant
Resolves the given document.
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.LambdaExpression
Resolves and returns the binding for the lambda expression
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.MethodReference
Resolves and returns the binding for the method referenced by this method reference 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, 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) - 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, 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.
resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, IJavaProject, boolean) - 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, IJavaProject, boolean) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns resolved entries for the given entry in the context of the given Java project.
resolveSourceContainers(File, IProgressMonitor) - Method in interface org.eclipse.jdt.launching.sourcelookup.advanced.ISourceContainerResolver
Creates and returns a collection of source containers that correspond to the given filesystem classes location.
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.
RESOURCE_VARIABLE - Static variable in interface org.eclipse.jdt.core.util.IExtendedAnnotationConstants
 
resourceChanged(IResourceChangeEvent) - Method in class org.eclipse.jdt.ui.actions.OpenProjectAction
 
ResourceHasToImplementAutoCloseable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
resources() - Method in class org.eclipse.jdt.core.dom.TryStatement
Returns the live ordered list of resources for this try statement (added in JLS4 API).
RESOURCES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TryStatement
Deprecated.
In the JLS9 API, this property is replaced by TryStatement.RESOURCES2_PROPERTY.
RESOURCES2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TryStatement
The "resources" structural property of this node type (element type: Expression) (added in JLS9 API).
resourceToHandle(String, IResource) - Static method in class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor
Converts the specified resource to an input handle.
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.
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.
RestrictedTypeName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
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.
retrieveArgumentMap(RefactoringDescriptor) - Method in class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringContribution
 
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_TYPE - Enum constant in enum class org.eclipse.jdt.annotation.DefaultLocation
Defines that a given NonNullByDefault annotation should affect all unannotated method return types within the scope of the annotated declaration.
RETURN_TYPE - Enum constant in enum class org.eclipse.jdt.core.dom.rewrite.ImportRewrite.TypeLocation
see org.eclipse.jdt.annotation.DefaultLocation.RETURN_TYPE
RETURN_TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
Deprecated.
In the JLS3 API, this property is replaced by MethodDeclaration.RETURN_TYPE2_PROPERTY.
RETURN_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only type references used as a method return type.
RETURN_TYPE2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
The "returnType2" structural property of this node type (child type: Type) (added in JLS3 API).
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 IProblem.AmbiguousType instead
ReturnTypeCannotBeVoidArray - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
- problem is no longer generated, use IProblem.CannotAllocateVoidArray instead
ReturnTypeInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
- problem is no longer generated, use IProblem.InheritedTypeHidesEnclosingName instead
ReturnTypeInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
- problem is no longer generated, use IProblem.InternalTypeNameProvided instead
ReturnTypeMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ReturnTypeNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
- problem is no longer generated, use IProblem.UndefinedType instead
ReturnTypeNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
- problem is no longer generated, use IProblem.NotVisibleType instead
revealInEditor(IEditorPart, IJavaElement) - Static method in class org.eclipse.jdt.ui.JavaUI
Reveals the given java element in the given editor.
revealInEditor(IEditorPart, ISourceReference) - Static method in class org.eclipse.jdt.ui.JavaUI
Deprecated.
use revealInEditor(IEditorPart, IJavaElement) instead
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() - 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 ITypeRoot from which the AST was created from.
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.
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 (child type: Expression).
RIGHT_OPERAND_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.InfixExpression
The "rightOperand" structural property of this node type (child type: Expression).
RIGHT_OPERAND_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.InstanceofExpression
The "rightOperand" structural property of this node type (child type: Type).
RIGHT_OPERAND_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.PatternInstanceofExpression
Deprecated.
use pattern property instead from Java 20 onwards
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.
roundComplete(RoundCompleteEvent) - Method in interface com.sun.mirror.apt.RoundCompleteListener
Invoked after all processors for a round have run to completion.
RoundCompleteEvent - Class in com.sun.mirror.apt
Event for the completion of a round of annotation processing.
RoundCompleteEvent(AnnotationProcessorEnvironment, RoundState) - Constructor for class com.sun.mirror.apt.RoundCompleteEvent
The current AnnotationProcessorEnvironment is regarded as the source of events.
RoundCompleteListener - Interface in com.sun.mirror.apt
Listener for the completion of a round of annotation processing.
RoundState - Interface in com.sun.mirror.apt
Represents the status of a completed round of annotation processing.
RTTG_ENABLED_OPTION - Static variable in class org.eclipse.jdt.apt.core.util.AptPreferenceConstants
Processors should report this option in AnnotationProcessorFactory.supportedOptions() in order to enable type generation while editing, that is, during reconcile.
run() - Method in interface org.eclipse.jdt.core.JavaCore.JavaRunnable
Runs or throws an exception.
run() - Method in class org.eclipse.jdt.ui.actions.AbstractOpenWizardAction
 
run() - Method in class org.eclipse.jdt.ui.actions.OpenJavaBrowsingPerspectiveAction
 
run() - Method in class org.eclipse.jdt.ui.actions.OpenJavaPerspectiveAction
 
run() - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
 
run(Object[]) - Method in class org.eclipse.jdt.ui.actions.OpenAction
Note: this method is for internal use only.
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(IProgressMonitor) - Method in class org.eclipse.jdt.core.manipulation.OrganizeImportsOperation
Runs the operation.
run(ICompilationUnit) - Method in class org.eclipse.jdt.ui.actions.ExternalizeStringsAction
Note: this method is for internal use only.
run(ICompilationUnit) - Method in class org.eclipse.jdt.ui.actions.OrganizeImportsAction
Runs the organize import action on a single compilation unit
run(IField) - Method in class org.eclipse.jdt.ui.actions.SelfEncapsulateFieldAction
 
run(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.FindAction
Executes this action for the given java element.
run(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.FindReferencesAction
 
run(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.OpenAttachedJavadocAction
Executes this actions with the given Java element.
run(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.OpenExternalJavadocAction
Deprecated.
 
run(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.ShowInPackageViewAction
Deprecated.
Tries to reveal the given Java element
run(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.WorkingSetFindAction
 
run(IJavaElement[]) - Method in class org.eclipse.jdt.ui.actions.FindAction
Executes this action for the given Java element List.
run(IJavaElement[]) - Method in class org.eclipse.jdt.ui.actions.OpenTypeHierarchyAction
 
run(IJavaElement[]) - Method in class org.eclipse.jdt.ui.actions.WorkingSetFindAction
 
run(IMethod) - Method in class org.eclipse.jdt.ui.actions.OpenSuperImplementationAction
 
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(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
Note: This method is for internal use only.
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(IAction) - Method in class org.eclipse.jdt.ui.actions.FormatAllAction.ObjectDelegate
 
run(IAction) - Method in class org.eclipse.jdt.ui.actions.OrganizeImportsAction.ObjectDelegate
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.AddDelegateMethodsAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.AddGetterSetterAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.AddJavaDocStubAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.AddUnimplementedConstructorsAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ChangeTypeAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertAnonymousToNestedAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertLocalToFieldAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExternalizeStringsAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractClassAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractConstantAction
 
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(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FindAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FindBreakContinueTargetOccurrencesAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FindExceptionOccurrencesAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FindImplementOccurrencesAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FindMethodExitOccurrencesAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FindOccurrencesInFileAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FormatAllAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.GenerateHashCodeEqualsAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.GenerateNewConstructorUsingFieldsAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.InferTypeArgumentsAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.InlineAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.InlineTempAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.IntroduceFactoryAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.IntroduceIndirectionAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.IntroduceParameterAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.MakeStaticAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ModifyParametersAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.MoveAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OpenAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OpenAttachedJavadocAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OpenImplementationAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OpenSuperImplementationAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OpenTypeHierarchyAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OrganizeImportsAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OverrideMethodsAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.PullUpAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.PushDownAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.RenameAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ReplaceInvocationsAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
Executes this actions with the given text selection.
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.SelfEncapsulateFieldAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ShowInPackageViewAction
Deprecated.
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.SortMembersAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.SurroundWithTryCatchAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.SurroundWithTryMultiCatchAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.SurroundWithTryWithResourcesAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.UseSupertypeAction
 
run(ISelection) - Method in class org.eclipse.jdt.ui.actions.OpenProjectAction
 
run(ISelection) - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
Executes this actions with the given selection.
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddDelegateMethodsAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddGetterSetterAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddJavaDocStubAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddToClasspathAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddUnimplementedConstructorsAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ChangeTypeAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertAnonymousToNestedAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ExternalizeStringsAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractClassAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractInterfaceAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.FindAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.FindOccurrencesInFileAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.FindStringsToExternalizeAction
Deprecated.
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.FormatAllAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.GenerateHashCodeEqualsAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.GenerateNewConstructorUsingFieldsAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.InferTypeArgumentsAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.InlineAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.InlineTempAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.IntroduceFactoryAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.IntroduceIndirectionAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.MakeStaticAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ModifyParametersAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.MoveAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenAttachedJavadocAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenProjectAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenSuperImplementationAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenTypeHierarchyAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OrganizeImportsAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OverrideMethodsAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.PullUpAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.PushDownAction
 
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(IStructuredSelection) - 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(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.SelfEncapsulateFieldAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ShowInPackageViewAction
Deprecated.
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.SortMembersAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.UseSupertypeAction
 
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.
RUNNING - Static variable in class org.eclipse.jdt.junit.model.ITestElement.ProgressState
state that describes that the test element has is running
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.
runReadOnly(JavaCore.JavaRunnable<E>) - Static method in class org.eclipse.jdt.core.JavaCore
Runs the argument and will forward its Exception.
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_INVISIBLE_TYPE_ANNOTATIONS - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"RuntimeInvisibleTypeAnnotations" attribute (added in jsr 308).
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).
RUNTIME_VISIBLE_TYPE_ANNOTATIONS - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"RuntimeVisibleTypeAnnotations" attribute (added in jsr 308).
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 _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form