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

S

safeEquals(Object, Object) - Static method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given objects are equal according to equals.
safeSubtreeListMatch(List, List) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given lists of AST nodes match pair wise according to ASTNode.subtreeMatch.
safeSubtreeMatch(Object, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given nodes match according to AST.subtreeMatch.
SafeVarargsOnFixedArityMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SafeVarargsOnNonFinalInstanceMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SafeVarargsOnSyntheticRecordAccessor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
SASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
save(IProgressMonitor, boolean) - Method in interface org.eclipse.jdt.core.IBuffer
Saves the contents of this buffer to its underlying resource.
save(IProgressMonitor, boolean) - Method in interface org.eclipse.jdt.core.IOpenable
Saves any changes in this element's buffer to its underlying resource via a workspace resource operation.
SAVE_ALL - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringSaveModes
Save mode to save all dirty editors.
SAVE_ALL - Static variable in class org.eclipse.jdt.ui.refactoring.RefactoringSaveHelper
Save mode to save all dirty editors.
SAVE_ALL_ALWAYS_ASK - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringSaveModes
Save mode to save all dirty editors (always ask).
SAVE_ALL_ALWAYS_ASK - Static variable in class org.eclipse.jdt.ui.refactoring.RefactoringSaveHelper
Save mode to save all dirty editors (always ask).
SAVE_NOTHING - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringSaveModes
Save mode to not save any editors.
SAVE_NOTHING - Static variable in class org.eclipse.jdt.ui.refactoring.RefactoringSaveHelper
Save mode to not save any editors.
SAVE_REFACTORING - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringSaveModes
Save mode to save all editors that are known to cause trouble for Java refactorings, e.g.
SAVE_REFACTORING - Static variable in class org.eclipse.jdt.ui.refactoring.RefactoringSaveHelper
Save mode to save all editors that are known to cause trouble for Java refactorings, e.g.
saveEditors(Shell) - Method in class org.eclipse.jdt.ui.refactoring.RefactoringSaveHelper
Saves all editors.
savePreferences() - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Deprecated.
the Preferences class has been deprecated, use the IEclipsePreferences accessors instead
savePreferences() - Static method in class org.eclipse.jdt.launching.JavaRuntime
Saves the preferences for the launching plug-in.
saveState(IMemento) - Method in class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup
Saves the state of the custom filters in a memento.
saveState(IMemento) - Method in class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
Saves the state of the filter actions in a memento.
saveVMConfiguration() - Static method in class org.eclipse.jdt.launching.JavaRuntime
Saves the VM configuration information to the preferences.
scheduleDocumentIndexing(SearchDocument, IPath) - Method in class org.eclipse.jdt.core.search.SearchParticipant
Schedules the indexing of the given document.
SEALED - Static variable in class org.eclipse.jdt.core.dom.Modifier
"sealed" modifier constant (bit mask).
SEALED - Static variable in class org.eclipse.jdt.ui.JavaElementImageDescriptor
Flag to render the sealed adornment.
SEALED_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
 
SealedAnonymousClassCannotExtendSealedType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SealedDisAllowedNonSealedModifierInClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SealedDisAllowedNonSealedModifierInInterface - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SealedDuplicateTypeInPermits - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SealedInterfaceIsSealedAndNonSealed - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SealedLocalDirectSuperTypeSealed - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SealedMissingClassModifier - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SealedMissingInterfaceModifier - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SealedMissingSealedModifier - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SEALEDMODIFIERS - Static variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Field ID of the modifier check boxes.
SealedNotDirectSuperClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SealedNotDirectSuperInterface - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SealedPermittedTypeOutsideOfModule - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SealedPermittedTypeOutsideOfPackage - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SealedSealedTypeMissingPermits - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SealedSuperClassDoesNotPermit - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SealedSuperInterfaceDoesNotPermit - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SealedSuperTypeDisallowed - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SealedSuperTypeInDifferentPackage - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
search(IWorkspace, String, int, int, IJavaSearchScope, IJavaSearchResultCollector) - Method in class org.eclipse.jdt.core.search.SearchEngine
search(IWorkspace, IJavaElement, int, IJavaSearchScope, IJavaSearchResultCollector) - Method in class org.eclipse.jdt.core.search.SearchEngine
search(IWorkspace, ISearchPattern, IJavaSearchScope, IJavaSearchResultCollector) - Method in class org.eclipse.jdt.core.search.SearchEngine
search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for matches of a given search pattern.
search(ISearchRequestor, QuerySpecification, IProgressMonitor) - Method in interface org.eclipse.jdt.ui.search.IQueryParticipant
Executes the search described by the given querySpecification.
SEARCH_BREAK_CONTINUE_TARGET_OCCURRENCES - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> occurrences in file > break/continue target action (value "org.eclipse.jdt.ui.edit.text.java.search.return.continue.targets").
SEARCH_DECLARATIONS_IN_HIERARCHY - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> declarations in hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.search.declarations.in.hierarchy").
SEARCH_DECLARATIONS_IN_PROJECTS - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> declarations in project action (value "org.eclipse.jdt.ui.edit.text.java.search.declarations.in.project").
SEARCH_DECLARATIONS_IN_WORKING_SET - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> declarations in working set action (value "org.eclipse.jdt.ui.edit.text.java.search.declarations.in.working.set").
SEARCH_DECLARATIONS_IN_WORKSPACE - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> declarations in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.declarations.in.workspace").
SEARCH_EXCEPTION_OCCURRENCES_IN_FILE - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> occurrences in file > exceptions action (value "org.eclipse.jdt.ui.edit.text.java.search.exception.occurrences").
SEARCH_IMPLEMENT_OCCURRENCES_IN_FILE - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> occurrences in file > implements action (value "org.eclipse.jdt.ui.edit.text.java.search.implement.occurrences").
SEARCH_IMPLEMENTORS_IN_PROJECT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> implementors in project action (value "org.eclipse.jdt.ui.edit.text.java.search.implementors.in.project").
SEARCH_IMPLEMENTORS_IN_WORKING_SET - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> implementors in working set action (value "org.eclipse.jdt.ui.edit.text.java.search.implementors.in.working.set").
SEARCH_IMPLEMENTORS_IN_WORKSPACE - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> implementors in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.implementors.in.workspace").
SEARCH_METHOD_EXIT_OCCURRENCES - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> occurrences in file > method exits action (value "org.eclipse.jdt.ui.edit.text.java.search.method.exits").
SEARCH_OCCURRENCES_IN_FILE - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> occurrences in file > elements action (value "org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file").
SEARCH_OCCURRENCES_IN_FILE_QUICK_MENU - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> occurrences in file quick menu action (value "org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file.quickMenu").
SEARCH_READ_ACCESS_IN_HIERARCHY - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> read access in hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.search.read.access.in.hierarchy").
SEARCH_READ_ACCESS_IN_PROJECT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> read access in project action (value "org.eclipse.jdt.ui.edit.text.java.search.read.access.in.project").
SEARCH_READ_ACCESS_IN_WORKING_SET - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> read access in working set action (value "org.eclipse.jdt.ui.edit.text.java.search.read.access.in.working.set").
SEARCH_READ_ACCESS_IN_WORKSPACE - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> read access in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.read.access.in.workspace").
SEARCH_REFERENCES_IN_HIERARCHY - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> references in hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.search.references.in.hierarchy").
SEARCH_REFERENCES_IN_PROJECT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> references in project action (value "org.eclipse.jdt.ui.edit.text.java.search.references.in.project").
SEARCH_REFERENCES_IN_WORKING_SET - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> references in working set action (value "org.eclipse.jdt.ui.edit.text.java.search.references.in.working.set").
SEARCH_REFERENCES_IN_WORKSPACE - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> references in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.references.in.workspace").
SEARCH_USE_REDUCED_MENU - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls a reduced search menu is used in the Java editors.
SEARCH_WRITE_ACCESS_IN_HIERARCHY - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> write access in hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.search.write.access.in.hierarchy").
SEARCH_WRITE_ACCESS_IN_PROJECT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> write access in project action (value "org.eclipse.jdt.ui.edit.text.java.search.write.access.in.project").
SEARCH_WRITE_ACCESS_IN_WORKING_SET - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> write access in working set action (value "org.eclipse.jdt.ui.edit.text.java.search.write.access.in.working.set").
SEARCH_WRITE_ACCESS_IN_WORKSPACE - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the search -> write access in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.write.access.in.workspace").
searchAllMethodNames(char[], int, char[], int, char[], int, char[], int, IJavaSearchScope, MethodNameMatchRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for all method declarations in the given scope.
searchAllMethodNames(char[], int, char[], int, char[], int, char[], int, IJavaSearchScope, MethodNameRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for all method declarations in the given scope.
searchAllMethodNames(char[], int, char[], int, IJavaSearchScope, MethodNameMatchRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for all method declarations in the given scope.
searchAllMethodNames(char[], int, char[], int, IJavaSearchScope, MethodNameRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for all method declarations in the given scope.
searchAllTypeNames(char[][], char[][], IJavaSearchScope, TypeNameMatchRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for all top-level types and member types in the given scope matching any of the given qualifications and type names in a case sensitive way.
searchAllTypeNames(char[][], char[][], IJavaSearchScope, TypeNameRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for all top-level types and member types in the given scope matching any of the given qualifications and type names in a case sensitive way.
searchAllTypeNames(char[], char[], int, int, IJavaSearchScope, ITypeNameRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
searchAllTypeNames(char[], char[], int, int, IJavaSearchScope, TypeNameRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
searchAllTypeNames(char[], int, char[], int, int, IJavaSearchScope, TypeNameMatchRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for all top-level types and member types in the given scope.
searchAllTypeNames(char[], int, char[], int, int, IJavaSearchScope, TypeNameRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for all top-level types and member types in the given scope.
searchAllTypeNames(IWorkspace, char[], char[], int, boolean, int, IJavaSearchScope, ITypeNameRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
searchDeclarationsOfAccessedFields(IWorkspace, IJavaElement, IJavaSearchResultCollector) - Method in class org.eclipse.jdt.core.search.SearchEngine
searchDeclarationsOfAccessedFields(IJavaElement, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for all declarations of the fields accessed in the given element.
searchDeclarationsOfReferencedTypes(IWorkspace, IJavaElement, IJavaSearchResultCollector) - Method in class org.eclipse.jdt.core.search.SearchEngine
searchDeclarationsOfReferencedTypes(IJavaElement, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for all declarations of the types referenced in the given element.
searchDeclarationsOfSentMessages(IWorkspace, IJavaElement, IJavaSearchResultCollector) - Method in class org.eclipse.jdt.core.search.SearchEngine
searchDeclarationsOfSentMessages(IJavaElement, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for all declarations of the methods invoked in the given element.
SearchDocument - Class in org.eclipse.jdt.core.search
A search document encapsulates a content to be either indexed or searched in.
SearchDocument(String, SearchParticipant) - Constructor for class org.eclipse.jdt.core.search.SearchDocument
Creates a new search document.
SearchEngine - Class in org.eclipse.jdt.core.search
A SearchEngine searches for Java elements following a search pattern.
SearchEngine() - Constructor for class org.eclipse.jdt.core.search.SearchEngine
Creates a new search engine.
SearchEngine(ICompilationUnit[]) - Constructor for class org.eclipse.jdt.core.search.SearchEngine
Creates a new search engine with a list of working copies that will take precedence over their original compilation units in the subsequent search operations.
SearchEngine(IWorkingCopy[]) - Constructor for class org.eclipse.jdt.core.search.SearchEngine
Deprecated.
SearchEngine(WorkingCopyOwner) - Constructor for class org.eclipse.jdt.core.search.SearchEngine
Creates a new search engine with the given working copy owner.
SearchMatch - Class in org.eclipse.jdt.core.search
A search match represents the result of a search query.
SearchMatch(IJavaElement, int, int, int, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.SearchMatch
Creates a new search match.
SearchParticipant - Class in org.eclipse.jdt.core.search
A search participant describes a particular extension to a generic search mechanism, permitting combined search actions which will involve all required participants.
SearchParticipant() - Constructor for class org.eclipse.jdt.core.search.SearchParticipant
Creates a new search participant.
SearchPattern - Class in org.eclipse.jdt.core.search
A search pattern defines how search results are found.
SearchPattern(int) - Constructor for class org.eclipse.jdt.core.search.SearchPattern
Creates a search pattern with the rule to apply for matching index keys.
SearchRequestor - Class in org.eclipse.jdt.core.search
Collects the results from a search engine query.
SearchRequestor() - Constructor for class org.eclipse.jdt.core.search.SearchRequestor
 
select(ITypeInfoRequestor) - Method in interface org.eclipse.jdt.ui.dialogs.ITypeInfoFilterExtension
Returns whether the given type makes it into the list or not.
SELECT_ENCLOSING - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the edit -> select enclosing action (value "org.eclipse.jdt.ui.edit.text.java.select.enclosing").
SELECT_LAST - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the edit -> select restore last action (value "org.eclipse.jdt.ui.edit.text.java.select.last").
SELECT_NEXT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the edit -> select next action (value "org.eclipse.jdt.ui.edit.text.java.select.next").
SELECT_PREVIOUS - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the edit -> select previous action (value "org.eclipse.jdt.ui.edit.text.java.select.previous").
selectAndReveal(Object) - Method in interface org.eclipse.jdt.ui.IPackagesViewPart
Selects and reveals the given element in this packages view.
selectIndexes(SearchPattern, IJavaSearchScope) - Method in class org.eclipse.jdt.core.search.SearchParticipant
Returns the collection of index locations to consider when performing the given search query in the given scope.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.ChangeTypeAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertAnonymousToNestedAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertLocalToFieldAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractClassAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractConstantAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractInterfaceAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractMethodAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractTempAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.FindBreakContinueTargetOccurrencesAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.FindExceptionOccurrencesAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.FindImplementOccurrencesAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.FindMethodExitOccurrencesAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.FindOccurrencesInFileAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.InferTypeArgumentsAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.InlineTempAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.IntroduceFactoryAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.IntroduceIndirectionAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.IntroduceParameterAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.MakeStaticAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.ModifyParametersAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.PullUpAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.PushDownAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.ReplaceInvocationsAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.SelfEncapsulateFieldAction
Note: This method is for internal use only.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.UseSupertypeAction
Note: This method is for internal use only.
selectionChanged(IAction, ISelection) - Method in class org.eclipse.jdt.ui.actions.FormatAllAction.ObjectDelegate
 
selectionChanged(IAction, ISelection) - Method in class org.eclipse.jdt.ui.actions.OrganizeImportsAction.ObjectDelegate
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.AddDelegateMethodsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.AddGetterSetterAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.AddJavaDocStubAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.AddUnimplementedConstructorsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ChangeTypeAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertAnonymousToNestedAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertLocalToFieldAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExternalizeStringsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractClassAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractConstantAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractInterfaceAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractMethodAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractTempAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FindAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FindBreakContinueTargetOccurrencesAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FindExceptionOccurrencesAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FindImplementOccurrencesAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FindMethodExitOccurrencesAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FindOccurrencesInFileAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FormatAllAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.GenerateHashCodeEqualsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.GenerateNewConstructorUsingFieldsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.InferTypeArgumentsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.InlineTempAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.IntroduceFactoryAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.IntroduceIndirectionAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.IntroduceParameterAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.MakeStaticAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ModifyParametersAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OpenAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OpenAttachedJavadocAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OpenImplementationAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OpenSuperImplementationAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OpenTypeHierarchyAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OrganizeImportsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OverrideMethodsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.PullUpAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.PushDownAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ReplaceInvocationsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
Notifies this action that the given text selection has changed.
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.SelfEncapsulateFieldAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ShowInPackageViewAction
Deprecated.
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.SortMembersAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.SurroundWithTryCatchAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.SurroundWithTryWithResourcesAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.UseSupertypeAction
 
selectionChanged(ISelection) - Method in class org.eclipse.jdt.ui.actions.InlineAction
 
selectionChanged(ISelection) - Method in class org.eclipse.jdt.ui.actions.OpenProjectAction
 
selectionChanged(ISelection) - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
Notifies this action that the given selection has changed.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddDelegateMethodsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddGetterSetterAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddJavaDocStubAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddToClasspathAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddUnimplementedConstructorsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ChangeTypeAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertAnonymousToNestedAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ExternalizeStringsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractClassAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractInterfaceAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.FindAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.FindBreakContinueTargetOccurrencesAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.FindExceptionOccurrencesAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.FindImplementOccurrencesAction
Notifies this action that the given structured selection has changed.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.FindMethodExitOccurrencesAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.FindOccurrencesInFileAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.FindStringsToExternalizeAction
Deprecated.
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.FormatAllAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.GenerateHashCodeEqualsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.GenerateNewConstructorUsingFieldsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.InferTypeArgumentsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.InlineTempAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.IntroduceFactoryAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.IntroduceIndirectionAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.MakeStaticAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ModifyParametersAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenAttachedJavadocAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenImplementationAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenSuperImplementationAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenTypeHierarchyAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OrganizeImportsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OverrideMethodsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.PullUpAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.PushDownAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.RefreshAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.RemoveFromClasspathAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ReplaceInvocationsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
Notifies this action that the given structured selection has changed.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.SelfEncapsulateFieldAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ShowInPackageViewAction
Deprecated.
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.SortMembersAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.UseSupertypeAction
 
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.jdt.ui.actions.MoveAction
 
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.jdt.ui.actions.RenameAction
 
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
 
SelectionDispatchAction - Class in org.eclipse.jdt.ui.actions
Action that dispatches the IAction#run() and the ISelectionChangedListener#selectionChanged according to the type of the selection.
SelectionDispatchAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.SelectionDispatchAction
Creates a new action with no text and no image.
SelectionDispatchAction(IWorkbenchSite, ISelectionProvider) - Constructor for class org.eclipse.jdt.ui.actions.SelectionDispatchAction
Deprecated.
Use SelectionDispatchAction.setSpecialSelectionProvider(ISelectionProvider) instead. This constructor will be removed after 3.2 M5.
selectJRE(String, String) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
SELF_ENCAPSULATE_FIELD - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> self encapsulate field action (value "org.eclipse.jdt.ui.edit.text.java.self.encapsulate.field").
SELF_ENCAPSULATE_FIELD - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard Self Encapsulate Field global action (value "org.eclipse.jdt.ui.actions.SelfEncapsulateField").
SelfEncapsulateFieldAction - Class in org.eclipse.jdt.ui.actions
Action to run the self encapsulate field refactoring.
SelfEncapsulateFieldAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.SelfEncapsulateFieldAction
Note: This constructor is for internal use only.
SelfEncapsulateFieldAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.SelfEncapsulateFieldAction
Creates a new SelfEncapsulateFieldAction.
sendCommand(byte, byte, byte[]) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Sends a JDWP command to the back end and returns the JDWP reply packet as bytes.
sendMessage(String, String, IJavaValue[], IJavaThread) - Method in interface org.eclipse.jdt.debug.core.IJavaClassType
Returns the result of sending the specified message to this class with the given arguments in the specified thread (invokes a static method on this type).
sendMessage(String, String, IJavaValue[], IJavaThread) - Method in interface org.eclipse.jdt.debug.core.IJavaInterfaceType
Returns the result of sending the specified message to this class with the given arguments in the specified thread (invokes a static method on this type).
sendMessage(String, String, IJavaValue[], IJavaThread, boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaObject
Returns the result of sending the specified message to this object with the given arguments in the specified thread.
sendMessage(String, String, IJavaValue[], IJavaThread, String) - Method in interface org.eclipse.jdt.debug.core.IJavaObject
Returns the result of sending the specified message on the specified declaring type to this object with the given arguments in the specified thread.
SEPARATE_LINES - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Value to set parentheses location on separate lines from their contents, that is put a line break after the opening parenthesis and before the closing parenthesis.
SEPARATE_LINES_IF_NOT_EMPTY - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Value to set opening and closing parentheses location on a common line if the parentheses are empty and otherwise in separate lines from their contents.
SEPARATE_LINES_IF_WRAPPED - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Value to set opening and closing parentheses location on separate lines from their contents if the contents are wrapped, and in common line if they fit in line width.
ServiceImplDefaultConstructorNotPublic - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ServiceImplNotDefinedByModule - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
sessionEnded() - Method in interface org.eclipse.jdt.ui.text.java.IJavaCompletionProposalComputer
Informs the computer that a content assist session has ended.
sessionFinished(ITestRunSession) - Method in class org.eclipse.jdt.junit.TestRunListener
A test run session has finished.
sessionLaunched(ITestRunSession) - Method in class org.eclipse.jdt.junit.TestRunListener
A test run session has been launched.
sessionStarted() - Method in interface org.eclipse.jdt.ui.text.java.IJavaCompletionProposalComputer
Informs the computer that a content assist session has started.
sessionStarted(ITestRunSession) - Method in class org.eclipse.jdt.junit.TestRunListener
A test run session has started.
set(ASTNode, StructuralPropertyDescriptor, Object, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Sets the given property of the given node.
setAccuracy(int) - Method in class org.eclipse.jdt.core.search.SearchMatch
Sets the accuracy of this match.
setActiveJavaElement(ITypeRoot) - Method in class org.eclipse.jdt.core.manipulation.CoreASTProvider
Set the active java element that is currently active.
setActivePart(IAction, IWorkbenchPart) - Method in class org.eclipse.jdt.ui.actions.FormatAllAction.ObjectDelegate
 
setActivePart(IAction, IWorkbenchPart) - Method in class org.eclipse.jdt.ui.actions.OrganizeImportsAction.ObjectDelegate
 
setAddComments(boolean, boolean) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Sets 'Add comment' checkbox.
setAdditionalFlags(int) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the completion flags relevant in the context.
setAdornments(int) - Method in class org.eclipse.jdt.ui.JavaElementImageDescriptor
Sets the descriptors adornments.
setAllowsRequiredProposals(int, int, boolean) - Method in class org.eclipse.jdt.core.CompletionRequestor
Sets whether a proposal of a given kind with a required proposal of the given kind is allowed.
setAlternateRoot(ASTNode) - Method in class org.eclipse.jdt.core.dom.Comment
Returns the root AST node that this comment occurs within, or null if none (or not recorded).
setAnnotation(boolean) - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated.
Sets whether this type represents an annotation type ("@interface" instead of "interface").
setAnonymousClassDeclaration(AnonymousClassDeclaration) - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
Sets whether this class instance creation expression declares an anonymous class (that is, has class body declarations).
setAnonymousClassDeclaration(AnonymousClassDeclaration) - Method in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
Sets whether this enum constant declaration declares an anonymous class (that is, has class body declarations).
setArray(Expression) - Method in class org.eclipse.jdt.core.dom.ArrayAccess
Sets the array expression of this array access expression.
setAttribute(String, String) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
Sets a VM specific attribute.
setBindingsRecovery(boolean) - Method in class org.eclipse.jdt.core.dom.ASTParser
Requests that the compiler should perform bindings recovery.
setBody(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMInitializer
Deprecated.
Sets the body of this initializer.
setBody(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated.
Sets the body of this method.
setBody(ASTNode) - Method in class org.eclipse.jdt.core.dom.LambdaExpression
Sets the body of this lambda expression.
setBody(Block) - Method in class org.eclipse.jdt.core.dom.CatchClause
Sets the body of this catch clause.
setBody(Block) - Method in class org.eclipse.jdt.core.dom.Initializer
Sets the body of this initializer declaration.
setBody(Block) - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Sets or clears the body of this method declaration.
setBody(Block) - Method in class org.eclipse.jdt.core.dom.SynchronizedStatement
Sets the body of this synchronized statement.
setBody(Block) - Method in class org.eclipse.jdt.core.dom.TryStatement
Sets the body of this try statement.
setBody(Statement) - Method in class org.eclipse.jdt.core.dom.DoStatement
Sets the body of this do statement.
setBody(Statement) - Method in class org.eclipse.jdt.core.dom.EnhancedForStatement
Sets the body of this enhanced for statement.
setBody(Statement) - Method in class org.eclipse.jdt.core.dom.EnhancedForWithRecordPattern
Sets the body of this enhanced for statement.
setBody(Statement) - Method in class org.eclipse.jdt.core.dom.ForStatement
Sets the body of this for statement.
setBody(Statement) - Method in class org.eclipse.jdt.core.dom.LabeledStatement
Sets the body of this labeled statement.
setBody(Statement) - Method in class org.eclipse.jdt.core.dom.WhileStatement
Sets the body of this while statement.
setBooleanValue(boolean) - Method in class org.eclipse.jdt.core.dom.BooleanLiteral
Sets the boolean value of this boolean literal node.
setBootClassPath(String[]) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets the boot classpath.
setBound(Type) - Method in class org.eclipse.jdt.core.dom.WildcardType
Sets the bound of this wildcard type to the given type.
setBound(Type, boolean) - Method in class org.eclipse.jdt.core.dom.WildcardType
Sets the bound of this wildcard type to the given type and marks it as an upper or a lower bound.
setBuildIfNeeded(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Sets if a build should be performed before exporting files.
setCaught(boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint
Sets whether this breakpoint suspends execution when the associated exception is thrown in a caught location (in a try/catch statement).
setCharValue(char) - Method in class org.eclipse.jdt.core.dom.CharacterLiteral
Sets the value of this character literal node to the given character.
setClass(boolean) - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated.
Sets whether this type is a class or an interface.
setClassName(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors.ExtractClassDescriptor
Sets the class name for the extracted class or null if the refactoring should choose a name
setClassName(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor
Sets the name of the class for the generated parameter object.
setClasspathContainer(IPath, IJavaProject[], IClasspathContainer[], IProgressMonitor) - Static method in class org.eclipse.jdt.core.JavaCore
Bind a container reference path to some actual containers (IClasspathContainer).
setClasspathProperty(int) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Sets whether this entry should appear on the bootstrap classpath, the user classpath, or whether this entry is a standard bootstrap entry that does not need to appear on the classpath.
setClasspathVariable(String, IPath) - Static method in class org.eclipse.jdt.core.JavaCore
setClasspathVariable(String, IPath, IProgressMonitor) - Static method in class org.eclipse.jdt.core.JavaCore
Sets the value of the given classpath variable.
setClasspathVariables(String[], IPath[], IProgressMonitor) - Static method in class org.eclipse.jdt.core.JavaCore
Sets the values of all the given classpath variables at once.
setClassUnderTest(String) - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
Sets the name of the class under test.
setClassUnderTest(IType) - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageTwo
Sets the class under test.
setCodeTemplateContextRegistry(ContextTypeRegistry) - Static method in class org.eclipse.jdt.core.manipulation.JavaManipulation
 
setCodeTemplateStore(TemplateStoreCore) - Static method in class org.eclipse.jdt.core.manipulation.JavaManipulation
 
setCommandId(String) - Method in class org.eclipse.jdt.core.manipulation.ChangeCorrectionProposalCore
Set the proposal id to allow assigning a shortcut to the correction proposal.
setComment(String) - Method in class org.eclipse.jdt.core.dom.Javadoc
Deprecated.
The comment string was replaced in the 3.0 release by a representation of the structure of the doc comment. See tags.
setComment(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMember
Deprecated.
Sets the comment associated with this member.
setComment(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor
Sets the details comment of this refactoring.
setComment(String) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Sets the JAR's comment.
setCompactConstructor(boolean) - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Sets whether this declaration declares a compact constructor in a record or a method.
setCompilationUnit(ICompilationUnit) - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameLocalVariableDescriptor
Deprecated.
Sets the compilation unit which contains the local variable.
setCompilerOptions(Map<String, String>) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the compiler options to be used when parsing.
setCompletion(char[]) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the proposed sequence of characters to insert into the source file buffer, replacing the characters at the specified source range.
setComplianceOptions(String, Map) - Static method in class org.eclipse.jdt.core.JavaCore
Sets the default compiler options inside the given options map according to the given compliance.
setComponentType(Type) - Method in class org.eclipse.jdt.core.dom.ArrayType
Deprecated.
In the JLS8 API, the recursive structure is not valid.
setCompress(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set whether the JAR is compressed or not.
setCondition(String) - Method in interface org.eclipse.jdt.debug.core.IJavaLineBreakpoint
Sets the condition associated with this breakpoint.
setConditionEnabled(boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaLineBreakpoint
Sets the enabled state of this breakpoint's condition to the given state.
setConditionSuspendOnTrue(boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaLineBreakpoint
Set the suspend state of this breakpoint's condition.
setConfiguredWizardPage(NewAnnotationWizardPage) - Method in class org.eclipse.jdt.ui.actions.OpenNewAnnotationWizardAction
Sets a page to be used by the wizard or null to use a page initialized with values from the current selection (see AbstractOpenWizardAction.getSelection() and AbstractOpenWizardAction.setSelection(IStructuredSelection)).
setConfiguredWizardPage(NewClassWizardPage) - Method in class org.eclipse.jdt.ui.actions.OpenNewClassWizardAction
Sets a page to be used by the wizard or null to use a page initialized with values from the current selection (see AbstractOpenWizardAction.getSelection() and AbstractOpenWizardAction.setSelection(IStructuredSelection)).
setConfiguredWizardPage(NewEnumWizardPage) - Method in class org.eclipse.jdt.ui.actions.OpenNewEnumWizardAction
Sets a page to be used by the wizard or null to use a page initialized with values from the current selection (see AbstractOpenWizardAction.getSelection() and AbstractOpenWizardAction.setSelection(IStructuredSelection)).
setConfiguredWizardPage(NewInterfaceWizardPage) - Method in class org.eclipse.jdt.ui.actions.OpenNewInterfaceWizardAction
Sets a page to be used by the wizard or null to use a page initialized with values from the current selection (see AbstractOpenWizardAction.getSelection() and AbstractOpenWizardAction.setSelection(IStructuredSelection)).
setConfiguredWizardPage(NewPackageWizardPage) - Method in class org.eclipse.jdt.ui.actions.OpenNewPackageWizardAction
Sets a page to be used by the wizard or null to use a page initialized with values from the current selection (see AbstractOpenWizardAction.getSelection() and AbstractOpenWizardAction.setSelection(IStructuredSelection)).
setConfiguredWizardPage(NewRecordWizardPage) - Method in class org.eclipse.jdt.ui.actions.OpenNewRecordWizardAction
Sets a page to be used by the wizard or null to use a page initialized with values from the current selection (see AbstractOpenWizardAction.getSelection() and AbstractOpenWizardAction.setSelection(IStructuredSelection)).
setConfiguredWizardPages(NewJavaProjectWizardPageOne, NewJavaProjectWizardPageTwo) - Method in class org.eclipse.jdt.ui.actions.OpenNewJavaProjectWizardAction
Sets the configure wizard pages to be used by the wizard.
setConstructor(boolean) - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Sets whether this declaration declares a constructor or a method.
setConstructor(boolean) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated.
Sets whether this method represents a constructor.
setContainer(JavadocExportWizardPage.IJavadocExportWizardPageContainer) - Method in class org.eclipse.jdt.ui.wizards.JavadocExportWizardPage
Sets the parent wizard container.
setContents(char[]) - Method in interface org.eclipse.jdt.core.IBuffer
Sets the contents of this buffer to the given character array.
setContents(String) - Method in interface org.eclipse.jdt.core.IBuffer
Sets the contents of this buffer to the given String.
setContext(ActionContext) - Method in class org.eclipse.jdt.ui.actions.JavaSearchActionGroup
 
setContext(ActionContext) - Method in class org.eclipse.jdt.ui.actions.NavigateActionGroup
 
setControl(Control) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
 
setCreateField(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.ExtractClassDescriptor.Field
Sets whether the field will be moved to extracted class.
setCreateField(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor.Parameter
Sets whether the parameter will be removed from the method's signature or will be added to the parameter object.
setCreateGetterSetter(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.ExtractClassDescriptor
Sets whether getters and setters will be created for all fields.
setCreateTopLevel(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.ExtractClassDescriptor
Sets whether the extracted class will be created as top level class or as nested class.
setDeclaration(AbstractTypeDeclaration) - Method in class org.eclipse.jdt.core.dom.TypeDeclarationStatement
Sets the abstract type declaration of this local type declaration statement (added in JLS3 API).
setDeclarationKey(char[]) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the type or package key of the relevant declaration in the context, or null if none.
setDeclarationSignature(char[]) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the type or package signature or module name (9) of the relevant declaration in the context, or null if none.
setDefault(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated.
Sets the default value expression for an annotation type member.
setDefault(Expression) - Method in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
Sets or clears the default value of this annotation type member.
setDefaultClassPath(IClasspathEntry[], boolean) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
Deprecated.
Sets the default classpath to be used for the new Java project.
setDefaultOptions(CleanUpOptions) - Method in interface org.eclipse.jdt.ui.cleanup.ICleanUpOptionsInitializer
Sets the default options of this initializer.
setDefaultOutputFolder(IPath) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
Deprecated.
Sets the default output location to be used for the new Java project.
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletMainTab
 
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletParametersTab
 
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
Defaults are empty.
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
 
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaDependenciesTab
 
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaSourceLookupTab
Deprecated.
 
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationTab
 
setDefaultSourceLocator(ILaunch, ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Assigns a default source locator to the given launch if a source locator has not yet been assigned to it, and the associated launch configuration does not specify a source locator.
setDefaultStratum(String) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Set the default stratum used in this debug target.
setDefaultVM(IVMInstall) - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironment
Sets the VM to use by default for this execution environment.
setDefaultVMConnector(IVMConnector, IProgressMonitor) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Sets a VM connector as the system-wide default VM.
setDefaultVMInstall(IVMInstall, IProgressMonitor) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Sets a VM as the system-wide default VM, and notifies registered VM install change listeners of the change.
setDefaultVMInstall(IVMInstall, IProgressMonitor, boolean) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Sets a VM as the system-wide default VM, and notifies registered VM install change listeners of the change.
setDelegate(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor
Sets delegate keeping.
setDeprecateDelegate(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor
Sets deprecate delegate.
setDeprecateDelegate(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.MoveStaticMembersDescriptor
Determines whether the delegate for a member should be declared as deprecated.
setDeprecateDelegate(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor
Determines whether the delegate for a Java element should be declared as deprecated.
setDeprecationAware(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Determines whether the jar package is deprecation aware.
setDescription(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor
Sets the description of this refactoring.
setDescriptionLocation(IPath) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set the location of the JAR description file.
setDescriptor(ChangeDescriptor) - Method in class org.eclipse.jdt.core.refactoring.CompilationUnitChange
Sets the refactoring descriptor for this change.
setDestination(IResource) - Method in class org.eclipse.jdt.core.refactoring.descriptors.MoveDescriptor
Sets the destination of the move.
setDestination(IJavaElement) - Method in class org.eclipse.jdt.core.refactoring.descriptors.MoveDescriptor
Sets the destination of the move.
setDestinationType(IType) - Method in class org.eclipse.jdt.core.refactoring.descriptors.MoveStaticMembersDescriptor
Sets the destination type of the move operation.
setDisplayName(String) - Method in class org.eclipse.jdt.core.manipulation.ChangeCorrectionProposalCore
Sets the display name.
setDummyRegion(boolean) - Method in class org.eclipse.jdt.core.dom.JavaDocRegion
Sets the value of dummyRegion property.
setDynamicTab(ILaunchConfigurationTab) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
setDynamicTabHolder(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
setEclipseHome(File) - Method in class org.eclipse.jdt.apt.core.build.JdtApt
 
setEditor(IEditorPart) - Method in interface org.eclipse.jdt.ui.text.java.hover.IJavaEditorTextHover
Sets the editor on which the hover is shown.
setElement(Object) - Method in class org.eclipse.jdt.core.search.SearchMatch
Sets the element of this search match.
setElements(Object[]) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set the elements which will be exported.
setElementType(Type) - Method in class org.eclipse.jdt.core.dom.ArrayType
Sets the element type of the array.
setElseExpression(Expression) - Method in class org.eclipse.jdt.core.dom.ConditionalExpression
Sets the "else" part of this conditional expression.
setElseStatement(Statement) - Method in class org.eclipse.jdt.core.dom.IfStatement
Sets or clears the "else" part of this if statement.
setEmbeddedExpression(Expression) - Method in class org.eclipse.jdt.core.dom.StringTemplateComponent
 
setEnabled(boolean) - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
Specifies if the JUnit version radio buttons are enabled.
setEnabled(IJavaProject, boolean) - Static method in class org.eclipse.jdt.apt.core.util.AptConfig
Turn annotation processing on or off for this project.
setEnclosingType(IType, boolean) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Sets the enclosing type.
setEnclosingTypeSelection(boolean, boolean) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Sets the enclosing type checkbox's selection state.
setEntry(boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaMethodBreakpoint
Sets whether this breakpoint causes execution to suspend on entry to methods.
setEnum(boolean) - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated.
Sets whether this type represents an enumeration class.
setEnvironment(String[]) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets the environment for the Java program.
setEnvironment(String[], String[], String[], boolean) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the environment to be used when no IJavaProject is available.
setErrorMessage(String) - Method in class org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationTab
 
setEscapedValue(String) - Method in class org.eclipse.jdt.core.dom.CharacterLiteral
Sets the string value of this literal node.
setEscapedValue(String) - Method in class org.eclipse.jdt.core.dom.StringFragment
Sets the string value of this fragment node to the given string fragment token.
setEscapedValue(String) - Method in class org.eclipse.jdt.core.dom.StringLiteral
Sets the string value of this literal node to the given string literal token.
setEscapedValue(String) - Method in class org.eclipse.jdt.core.dom.TextBlock
Sets the string value of this literal node to the given string literal token.
setException(SingleVariableDeclaration) - Method in class org.eclipse.jdt.core.dom.CatchClause
Sets the variable declaration of this catch clause.
setExceptions(String[]) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated.
Sets the names of the exception types this method throws, in the order in which they are declared in the source.
setExcludedCompletionProposalCategories(String[]) - Static method in class org.eclipse.jdt.ui.PreferenceConstants
Sets the completion proposal categories which are excluded from the default proposal list and reloads the registry.
setExclusionFilters(String[]) - Method in interface org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint
Sets the exclusion filters that will define the scope for the associated exception.
setExistingNames(String[]) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AbstractVMInstallPage
Sets the names of existing VMs, not including the VM being edited.
setExit(boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaMethodBreakpoint
Sets whether this breakpoint causes execution to suspend on exit of methods.
setExportClassFiles(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Sets option to export class files and resources.
setExportErrors(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Sets if compilation units with errors are exported.
setExportJavaFiles(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Sets the option to export Java source and resources.
setExportOutputFolders(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Sets option to export all output folders for the enclosing projects of the exported elements.
setExportStructuralOnly(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Determines whether the jar packager exports only refactorings causing structural changes.
setExportWarnings(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Sets if compilation units with warnings are exported.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.AssertStatement
Sets the first expression of this assert statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.BreakStatement
Deprecated. 
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.CastExpression
Sets the expression of this cast expression.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
Sets or clears the expression of this class instance creation expression.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.ConditionalExpression
Sets the condition of this conditional expression.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.DoStatement
Sets the expression of this do statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.EnhancedForStatement
Sets the expression of this enhanced for statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.EnhancedForWithRecordPattern
Sets the expression of this enhanced for statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.ExpressionMethodReference
Sets the expression of this expression method reference.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.ExpressionStatement
Sets the expression of this expression statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.FieldAccess
Sets the expression of this field access expression.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.ForStatement
Sets or clears the condition expression of this return statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.GuardedPattern
Sets the conditional expression of this pattern, or clears it (turns it into the "default:" case).
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.IfStatement
Sets the condition of this if statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.MethodInvocation
Sets or clears the expression of this method invocation expression.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.ParenthesizedExpression
Sets the expression of this parenthesized expression.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.ReturnStatement
Sets or clears the expression of this return statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
Sets or clears the expression of this super constructor invocation statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.SwitchCase
Deprecated.
see JLS 12
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.SwitchExpression
Sets the expression of this switch statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.SwitchStatement
Sets the expression of this switch statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.SynchronizedStatement
Sets the expression of this synchronized statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.ThrowStatement
Sets the expression of this throw statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.WhileStatement
Sets the expression of this while statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom.YieldStatement
Sets or clears the expression of this Yield statement.
setExternalAnnotationsPath(IPath) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Sets the path to the external annotations file or directory.
setExtraDimensions(int) - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Deprecated.
In the JLS8 API, this method is replaced by MethodDeclaration.extraDimensions() which contains a list of Dimension nodes.
setExtraDimensions(int) - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
Deprecated.
In the JLS8 API, this method is replaced by VariableDeclaration.extraDimensions() which contains a list of Dimension nodes.
setFactoryPath(IJavaProject, IFactoryPath) - Static method in class org.eclipse.jdt.apt.core.util.AptConfig
Set the factory path for a given project or for the workspace.
setFavoriteReferences(String[]) - Method in class org.eclipse.jdt.core.CompletionRequestor
Set the favorite references which will be used to compute some completion proposals.
setFieldName(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors.ExtractClassDescriptor
Sets the field name for the generated field or null if the refactoring should choose a name
setFieldName(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor.Parameter
Sets the name of the field that will be created in the parameter object if IntroduceParameterObjectDescriptor.Parameter.isCreateField() is true.
setFields(ExtractClassDescriptor.Field[]) - Method in class org.eclipse.jdt.core.refactoring.descriptors.ExtractClassDescriptor
Sets the fields.
setFile(String) - Method in class org.eclipse.jdt.core.CheckDebugAttributes
 
setFileNamePatterns(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors.MoveDescriptor
Sets the file name patterns to use during qualified name updating.
setFileNamePatterns(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor
Sets the file name patterns to use during qualified name updating.
setFilterConstructors(boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Sets whether to filter constructors when stepping.
setFilterGetters(boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Sets whether simple getters are filtered when stepping.
setFilterImplicitImports(boolean) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Specifies that implicit imports (for types in java.lang, types in the same package as the rewrite compilation unit, and types in the compilation unit's main type) should not be created, except if necessary to resolve an on-demand import conflict.
setFilters(String[]) - Method in class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup
Sets the filters to the given array of new filters
setFilters(String[], boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint
Deprecated.
Exception breakpoints can have a mixed set of filters. Use setInclusiveFilters(String[] filters) or setExclusiveFilters(String[] filters)
setFilterSetters(boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Sets whether simple setters are filtered when stepping.
setFilterStaticInitializers(boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Sets whether to filter static initializers when stepping.
setFilterSynthetics(boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Sets whether synthetic methods are filtered when stepping.
setFinally(Block) - Method in class org.eclipse.jdt.core.dom.TryStatement
Sets or clears the finally block of this try statement.
setFindAllSourceElement(boolean) - Method in class org.eclipse.jdt.debug.ui.JavaUISourceLocator
Deprecated.
Sets whether this source locator is configured to search for all source elements that correspond to a stack frame, or the first match.
setFirstFragment(StringFragment) - Method in class org.eclipse.jdt.core.dom.StringTemplateExpression
 
setFlags(int) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the modifier flags relevant in the context.
setFlags(int) - Method in class org.eclipse.jdt.core.dom.ASTNode
Sets the flags associated with this node to the given value.
setFlags(int) - Method in interface org.eclipse.jdt.core.jdom.IDOMImport
Deprecated.
Sets the modifier flags for this import.
setFlags(int) - Method in interface org.eclipse.jdt.core.jdom.IDOMMember
Deprecated.
Sets the flags for this member.
setFlags(int) - Method in class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor
Sets the flags of this refactoring.
setFocalPosition(int) - Method in class org.eclipse.jdt.core.dom.ASTParser
Requests an abridged abstract syntax tree.
setFocus() - Method in class org.eclipse.jdt.debug.ui.breakpoints.JavaBreakpointConditionEditor
Gives focus to an appropriate control in the editor.
setFocus() - Method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
Transfers the focus into this page.
setFocus() - Method in class org.eclipse.jdt.ui.wizards.NewModuleInfoWizardPage
Sets the focus to the module name field.
setFocus() - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
Sets the focus to the package name input field.
setFocus() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Sets the focus on the type name input field.
setFocusOnContainer() - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
Sets the focus to the source folder's text field.
setForceWrapping(String, boolean) - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
Set the force value of the given alignment value and return the new value.
setGenerateManifest(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set whether a manifest must be generated or not.
setGenSrcDir(IJavaProject, String) - Static method in class org.eclipse.jdt.apt.core.util.AptConfig
 
setGenTestSrcDir(IJavaProject, String) - Static method in class org.eclipse.jdt.apt.core.util.AptConfig
 
setGetters(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor
Sets whether getters will be created for all fields.
setHeader(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMCompilationUnit
Deprecated.
Sets the header comment for this compilation unit.
setHelpContextId() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletArgumentsTab
 
setHelpContextId() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
Set the help context id for this launch config tab.
setHierarchyMode(int) - Method in interface org.eclipse.jdt.ui.ITypeHierarchyViewPart
Sets the hierarchy mode.
setHitCount(int) - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
Sets the hit count attribute of this breakpoint.
setIdentifier(String) - Method in class org.eclipse.jdt.core.dom.SimpleName
Sets the identifier of this node to the given value.
setIgnored(int, boolean) - Method in class org.eclipse.jdt.core.CompletionRequestor
Sets whether the given kind of completion proposal is ignored.
setIgnored(int, boolean) - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
 
setIgnoreMethodBodies(boolean) - Method in class org.eclipse.jdt.core.dom.ASTParser
Requests an abstract syntax tree without method bodies.
setImage(Image) - Method in class org.eclipse.jdt.ui.text.java.correction.ChangeCorrectionProposal
Sets the proposal's image or null if no image is desired.
setImageSize(Point) - Method in class org.eclipse.jdt.ui.JavaElementImageDescriptor
Sets the size of the image created by calling ImageDescriptor.createImage().
setImplicit(boolean) - Method in class org.eclipse.jdt.core.search.SearchMatch
Sets whether the associated element is implicit or not.
setImportOrder(String[]) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Defines the import groups and order to be used by the ImportRewrite.
setImportRewrite(ImportRewrite) - Method in class org.eclipse.jdt.ui.text.java.correction.ASTRewriteCorrectionProposal
Sets the import rewrite used for this compilation unit.
setImports(String[]) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Sets the import declarations for this evaluation context.
setImports(String[]) - Method in interface org.eclipse.jdt.debug.eval.IClassFileEvaluationEngine
Sets the import declarations for this evaluation context.
setIncludeDirectoryEntries(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Sets the option to include directory entries into the jar.
setIncludesBinaries(boolean) - Method in interface org.eclipse.jdt.core.search.IJavaSearchScope
Deprecated.
Use SearchEngine.createJavaSearchScope(IJavaElement[]) with the package fragment roots that correspond to the binaries instead.
setIncludesClasspaths(boolean) - Method in interface org.eclipse.jdt.core.search.IJavaSearchScope
Deprecated.
setInclusionFilters(String[]) - Method in interface org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint
Sets the inclusion filters that will define the scope for the associated exception.
setIndentStyle(String, int) - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
Set the indentation style of the given alignment value and return the new value.
setIndex(Expression) - Method in class org.eclipse.jdt.core.dom.ArrayAccess
Sets the index expression of this array access expression.
setIndex(Index) - Method in class org.eclipse.jdt.core.search.SearchDocument
 
setIndexLocation(URL) - Method in class org.eclipse.jdt.launching.LibraryLocation
Sets the index location to the given URL.
setIndexPath(String) - Method in class org.eclipse.jdt.core.BuildJarIndex
 
setInitializationData(IConfigurationElement, String, Object) - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
Initializes the id parameter from the "id" attribute in the configuration markup.
setInitializer(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMField
Deprecated.
Sets the initializer expression for this field.
setInitializer(ArrayInitializer) - Method in class org.eclipse.jdt.core.dom.ArrayCreation
Sets or clears the array initializer of this array creation expression.
setInitializer(Expression) - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
Sets or clears the initializer of this variable declaration.
setInput(Object) - Method in class org.eclipse.jdt.debug.ui.breakpoints.JavaBreakpointConditionEditor
Sets the breakpoint to editor or null if none.
setInput(IType) - Method in interface org.eclipse.jdt.ui.ITypeHierarchyViewPart
Deprecated.
use setInputElement instead
setInputElement(IJavaElement) - Method in interface org.eclipse.jdt.ui.ITypeHierarchyViewPart
Sets the input element of this type hierarchy view.
setInsideDocComment(boolean) - Method in class org.eclipse.jdt.core.search.SearchMatch
Sets whether this search match is inside a doc comment of a Java source file.
setInstallLocation(File) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
setInstallLocation(File) - Method in interface org.eclipse.jdt.launching.IVMInstall
Sets the root directory of the install location of this VM.
setInterface(boolean) - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Sets whether this type declaration declares a class or an interface.
setInvocationContext(JavaContentAssistInvocationContext) - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
Sets the invocation context.
setIsMultiline(boolean) - Method in class org.eclipse.jdt.core.dom.StringTemplateExpression
 
setJarBuilder(IJarBuilder) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set the jar builder to use to build the jar.
setJarLocation(IPath) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Sets the JAR file location.
setJarPath(String) - Method in class org.eclipse.jdt.core.BuildJarIndex
 
setJavadoc(Javadoc) - Method in class org.eclipse.jdt.core.dom.BodyDeclaration
Sets or clears the doc comment node.
setJavadoc(Javadoc) - Method in class org.eclipse.jdt.core.dom.ModuleDeclaration
Sets or clears the doc comment node.
setJavadoc(Javadoc) - Method in class org.eclipse.jdt.core.dom.PackageDeclaration
Sets or clears the doc comment node (added in JLS3 API).
setJavadocLocation(URL) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
setJavadocLocation(URL) - Method in interface org.eclipse.jdt.launching.IVMInstall
Sets the Javadoc location associated with this VM install.
setJavaElement(IJavaElement) - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor
Sets the Java element to be renamed.
setJUnit4(boolean, boolean) - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
setJUnit4(boolean, boolean) - Method in class org.eclipse.jdt.junit.wizards.NewTestSuiteWizardPage
Deprecated.
Use setJUnit4or5 instead
setJUnit4or5(boolean, boolean, boolean) - Method in class org.eclipse.jdt.junit.wizards.NewTestSuiteWizardPage
Specifies if the test should be created as JUnit 5 test.
setJUnitVersion(NewTestCaseWizardPageOne.JUnitVersion) - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
Specifies the JUnit version to create the test.
setKeepOriginal(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.MoveStaticMembersDescriptor
Determines whether the the original members should be kept as delegates to the moved ones.
setKeepOriginal(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor
Determines whether the the original Java element should be kept as delegate to the renamed one.
setKey(char[]) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the key of the method, field type, member type, relevant in the context, or null if none.
setKeyword(Modifier.ModifierKeyword) - Method in class org.eclipse.jdt.core.dom.Modifier
Sets the modifier keyword of this modifier node.
setKeyword(ModuleModifier.ModuleModifierKeyword) - Method in class org.eclipse.jdt.core.dom.ModuleModifier
Sets the module modifier keyword of this module modifier node.
setKind(int) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the kind of constructs to be parsed from the source.
setLabel(String) - Method in interface org.eclipse.jdt.debug.core.IJavaObject
Sets the label for this object.
setLabel(SimpleName) - Method in class org.eclipse.jdt.core.dom.BreakStatement
Sets or clears the label of this break statement.
setLabel(SimpleName) - Method in class org.eclipse.jdt.core.dom.ContinueStatement
Sets or clears the label of this continue statement.
setLabel(SimpleName) - Method in class org.eclipse.jdt.core.dom.LabeledStatement
Sets the label of this labeled statement.
setLaunchConfiguration(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
setLaunchConfigurationDialog(ILaunchConfigurationDialog) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
setLaunchConfigurationName(String) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set the name of the launch configuration form which to retrieve classpath information.
setLaunchConfigurationWorkingCopy(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
setLeadingComment(String) - Method in class org.eclipse.jdt.core.dom.Statement
Deprecated.
This feature was removed in the 2.1 release because it was only a partial, and inadequate, solution to the issue of associating comments with statements.
setLeftHandSide(Expression) - Method in class org.eclipse.jdt.core.dom.Assignment
Sets the left hand side of this assignment expression.
setLeftOperand(Expression) - Method in class org.eclipse.jdt.core.dom.InfixExpression
Sets the left operand of this infix expression.
setLeftOperand(Expression) - Method in class org.eclipse.jdt.core.dom.InstanceofExpression
Sets the left operand of this instanceof expression.
setLeftOperand(Expression) - Method in class org.eclipse.jdt.core.dom.PatternInstanceofExpression
Sets the left operand of this instanceof expression.
setLength(int) - Method in class org.eclipse.jdt.core.search.SearchMatch
Sets the length of this search match.
setLibraryJavadocLocation(IPath, URL) - Static method in class org.eclipse.jdt.ui.JavaUI
Deprecated.
Javadoc is now attached to the classpath entry. Evaluate the libraries classpath entry and reconfigure the Javadoc location there.
setLibraryJavadocLocations(IPath[], URL[]) - Static method in class org.eclipse.jdt.ui.JavaUI
Deprecated.
Javadoc is now attached to the classpath entry. Evaluate the libraries classpath entry and reconfigure the Javadoc location there.
setLibraryLocations(LibraryLocation[]) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
setLibraryLocations(LibraryLocation[]) - Method in interface org.eclipse.jdt.launching.IVMInstall
Sets the library locations of this IVMInstall.
setLinkingEnabled(boolean) - Method in interface org.eclipse.jdt.ui.IPackagesViewPart
Sets whether this Packages view's selection automatically tracks the active editor.
setLinkingEnabled(boolean) - Method in interface org.eclipse.jdt.ui.ITypeHierarchyViewPart
Sets whether this type hierarchy view's selection automatically tracks the active editor.
setLiteralValue(String) - Method in class org.eclipse.jdt.core.dom.StringLiteral
Sets the value of this literal node.
setLocalElement(IJavaElement) - Method in class org.eclipse.jdt.core.search.ReferenceMatch
Store the local element in the match.
setLogErrors(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Deprecated.
will be removed in final 2.0
setLogWarnings(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Deprecated.
will be removed in final 2.0
setManifestLocation(IPath) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Sets the location of a user-defined manifest file.
setManifestMainClass(IType) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set the manifest's main class.
setManifestProvider(IManifestProvider) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Sets the manifest provider.
setManifestVersion(String) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Sets the manifest version.
setMatchStrategy(int) - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor
Determines which strategy should be used during similar declaration updating.
setMemberFilter(int, boolean) - Method in class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
Sets the member filters.
setMembers(IMember[]) - Method in class org.eclipse.jdt.core.refactoring.descriptors.MoveStaticMembersDescriptor
Sets the static members to move.
setMergeOutput(boolean) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets the fMergeOutput.
setMessage(Expression) - Method in class org.eclipse.jdt.core.dom.AssertStatement
Sets or clears the message expression of this assert statement.
setMethod(IMethod) - Method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor
Sets the method.
setMethodStubSelection(boolean, boolean, boolean) - Method in class org.eclipse.jdt.ui.wizards.NewRecordWizardPage
Sets the selection state of the method stub checkboxes.
setMethodStubSelection(boolean, boolean, boolean, boolean) - Method in class org.eclipse.jdt.ui.wizards.NewClassWizardPage
Sets the selection state of the method stub checkboxes.
setMnemonics(boolean) - Method in class org.eclipse.jdt.debug.ui.breakpoints.JavaBreakpointConditionEditor
Sets whether mnemonics should be displayed in editor controls.
setModifiers(int) - Method in class org.eclipse.jdt.core.dom.BodyDeclaration
Deprecated.
In the JLS3 API, this method is replaced by BodyDeclaration.modifiers(), which contains a list of Modifier nodes.
setModifiers(int) - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
Deprecated.
In the JLS3 API, this method is replaced by SingleVariableDeclaration.modifiers() which contains a list of a Modifier nodes.
setModifiers(int) - Method in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
Deprecated.
In the JLS3 API, this method is replaced by VariableDeclarationExpression.modifiers() which contains a list of a Modifier nodes.
setModifiers(int) - Method in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
Deprecated.
In the JLS3 API, this method is replaced by VariableDeclarationStatement.modifiers() which contains a list of a Modifier nodes.
setModifiers(int, boolean) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Sets the modifiers.
setModule(ModuleDeclaration) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Sets or clears the module declaration of this compilation unit node to the given module declaration node.
setModuleDescription(String) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets the fModuleDescription.
setModulepath(String[]) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets the modulepath.
setModuleQualifier(Name) - Method in class org.eclipse.jdt.core.dom.ModuleQualifiedName
Sets the qualifier of this qualified name to the given name.
setMoveMembers(IMember[]) - Method in class org.eclipse.jdt.core.refactoring.descriptors.MoveDescriptor
Sets the members to move.
setMovePackageFragmentRoots(IPackageFragmentRoot[]) - Method in class org.eclipse.jdt.core.refactoring.descriptors.MoveDescriptor
Sets the package fragment roots to move.
setMovePackages(IPackageFragment[]) - Method in class org.eclipse.jdt.core.refactoring.descriptors.MoveDescriptor
Sets the package fragments to move.
setMoveResources(IFile[], IFolder[], ICompilationUnit[]) - Method in class org.eclipse.jdt.core.refactoring.descriptors.MoveDescriptor
Sets the resources and compilation units to move.
setName(char[]) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the simple name of the method (type simple name for constructor), field, member, or variable relevant in the context, or null if none.
setName(String) - Method in class org.eclipse.jdt.core.dom.TagProperty
Sets the name of this tag property.
setName(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMCompilationUnit
Deprecated.
The IDOMCompilationNode refinement of this IDOMNode method has no effect (the name is computed from the types declared within it).
setName(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMField
Deprecated.
The IDOMField refinement of this IDOMNode method sets the name of this field.
setName(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMImport
Deprecated.
The IDOMImport refinement of this IDOMNode method sets the name of this import.
setName(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMInitializer
Deprecated.
The IDOMInitializer refinement of this IDOMNode method does nothing.
setName(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated.
The IDOMMethod refinement of this IDOMNode method sets the name of this method.
setName(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated.
Sets the name of this node.
setName(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMPackage
Deprecated.
The IDOMPackage refinement of this IDOMNode method sets the name of this package declaration.
setName(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated.
The IDOMType refinement of this IDOMNode method sets the name of this type.
setName(String) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
setName(String) - Method in interface org.eclipse.jdt.launching.IVMInstall
Sets the display name of this VM.
setName(Name) - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
Deprecated.
In the JLS3 API, this method is replaced by ClassInstanceCreation.setType(Type), which expects a Type instead of a Name.
setName(Name) - Method in class org.eclipse.jdt.core.dom.ImportDeclaration
Sets the name of this import declaration to the given name.
setName(Name) - Method in class org.eclipse.jdt.core.dom.ModuleDeclaration
Sets the module name in to the given name.
setName(Name) - Method in class org.eclipse.jdt.core.dom.ModulePackageAccess
Sets the name of the package to the given name.
setName(Name) - Method in class org.eclipse.jdt.core.dom.ModuleQualifiedName
Sets the name part of this qualified name to the given simple name.
setName(Name) - Method in class org.eclipse.jdt.core.dom.PackageDeclaration
Sets the package name of this package declaration to the given name.
setName(Name) - Method in class org.eclipse.jdt.core.dom.ProvidesDirective
Sets the name of the service.
setName(Name) - Method in class org.eclipse.jdt.core.dom.RequiresDirective
Sets the module name in requires directive to the given name.
setName(Name) - Method in class org.eclipse.jdt.core.dom.SimpleType
Sets the name of this simple type to the given name.
setName(Name) - Method in class org.eclipse.jdt.core.dom.UsesDirective
Sets the name of the service in this directive.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.AbstractTypeDeclaration
Sets the name of the type declared in this type declaration to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
Sets the name of the annotation type member declared in this declaration to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
Sets the name of the constant declared in this enum declaration to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.ExpressionMethodReference
Sets the name of the method referenced in this expression to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.FieldAccess
Sets the name of the field accessed in this field access expression.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.MemberRef
Sets the name of the referenced member to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.MemberValuePair
Sets the member name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Sets the name of the method declared in this method declaration to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.MethodInvocation
Sets the name of the method invoked in this expression to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.MethodRef
Sets the name of the referenced method or constructor to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.MethodRefParameter
Sets or clears the parameter name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.NameQualifiedType
Sets the name part of this name-qualified type to the given simple name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.QualifiedName
Sets the name part of this qualified name to the given simple name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.QualifiedType
Sets the name part of this qualified type to the given simple name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.SuperFieldAccess
Sets the name of the field accessed in this "super" field access expression.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
Sets the name of the method invoked in this expression to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.SuperMethodReference
Sets the name of the method referenced in this expression to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.TypeMethodReference
Sets the name of the method referenced in this expression to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.TypeParameter
Sets the name of the type variable of this type parameter to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
Sets the name of the variable declared in this variable declaration to the given name.
setNativeOnly(boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaMethodBreakpoint
Sets whether this breakpoint causes execution to suspend only on entry/exit of native methods.
setNewFieldName(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors.ExtractClassDescriptor.Field
Sets the name of the field in the extracted class.
setNewName(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor
Sets the new name to rename the Java element to.
setNewName(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameLocalVariableDescriptor
Deprecated.
Sets the new name to rename the local variable to.
setNewName(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameResourceDescriptor
Deprecated.
Sets the new name to rename the resource to.
setNodeValue(ASTNode) - Method in class org.eclipse.jdt.core.dom.TagProperty
Sets the node value of this tag property.
setNotify(boolean) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
Whether this VM should fire property change notifications.
setOffset(int) - Method in class org.eclipse.jdt.core.search.SearchMatch
Sets the offset of this search match.
setOnDemand(boolean) - Method in class org.eclipse.jdt.core.dom.ImportDeclaration
Sets whether this import declaration is an on-demand or a single-type import.
setOnDemandImportThreshold(int) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Sets the on-demand import threshold for normal (non-static) imports.
setOpen(boolean) - Method in class org.eclipse.jdt.core.dom.ModuleDeclaration
Sets whether this module declaration is open or not.
setOpenEditorOnFinish(boolean) - Method in class org.eclipse.jdt.ui.actions.OpenNewAnnotationWizardAction
Specifies if the wizard will open the created type with the default editor.
setOpenEditorOnFinish(boolean) - Method in class org.eclipse.jdt.ui.actions.OpenNewClassWizardAction
Specifies if the wizard will open the created type with the default editor.
setOpenEditorOnFinish(boolean) - Method in class org.eclipse.jdt.ui.actions.OpenNewEnumWizardAction
Specifies if the wizard will open the created type with the default editor.
setOpenEditorOnFinish(boolean) - Method in class org.eclipse.jdt.ui.actions.OpenNewInterfaceWizardAction
Specifies if the wizard will open the created type with the default editor.
setOpenEditorOnFinish(boolean) - Method in class org.eclipse.jdt.ui.actions.OpenNewRecordWizardAction
Specifies if the wizard will open the created type with the default editor.
setOperand(Expression) - Method in class org.eclipse.jdt.core.dom.PostfixExpression
Sets the operand of this postfix expression.
setOperand(Expression) - Method in class org.eclipse.jdt.core.dom.PrefixExpression
Sets the operand of this prefix expression.
setOperator(Assignment.Operator) - Method in class org.eclipse.jdt.core.dom.Assignment
Sets the operator of this assignment expression.
setOperator(InfixExpression.Operator) - Method in class org.eclipse.jdt.core.dom.InfixExpression
Sets the operator of this infix expression.
setOperator(PostfixExpression.Operator) - Method in class org.eclipse.jdt.core.dom.PostfixExpression
Sets the operator of this postfix expression.
setOperator(PrefixExpression.Operator) - Method in class org.eclipse.jdt.core.dom.PrefixExpression
Sets the operator of this prefix expression.
setOption(String, String) - Method in interface org.eclipse.jdt.core.IJavaProject
Helper method for setting one option value only.
setOption(String, String) - Method in class org.eclipse.jdt.core.manipulation.CleanUpOptionsCore
Deprecated.
Sets the option for the given key to the given value.
setOption(String, String) - Method in class org.eclipse.jdt.ui.cleanup.CleanUpOptions
 
setOptions(Hashtable<String, String>) - Static method in class org.eclipse.jdt.core.JavaCore
Sets the current table of options.
setOptions(Map<String, String>) - Method in class org.eclipse.jdt.core.formatter.CodeFormatter
Sets the formatting options for this formatter.
setOptions(Map<String, String>) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Sets the ICompilationUnit custom options.
setOptions(Map<String, String>) - Method in interface org.eclipse.jdt.core.IJavaProject
Sets the project custom options.
setOptions(CleanUpOptions) - Method in interface org.eclipse.jdt.ui.cleanup.ICleanUp
Sets the options that will be used.
setOptions(CleanUpOptions) - Method in interface org.eclipse.jdt.ui.cleanup.ICleanUpConfigurationUI
The options to modify in this section.
setOrderAlphabetically(boolean) - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalComparator
Sets the sort order.
setOtherElements(IJavaElement[]) - Method in class org.eclipse.jdt.core.search.TypeReferenceMatch
Sets the other elements of this search match.
setOutputLocation(IPath, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Sets the default output location of this project to the location described by the given workspace-relative absolute path.
setOverrideDependencies(String) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets the fOverrideDependencies.
setOverwrite(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Sets whether files can be overwritten without warning.
setPackage(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors.ExtractClassDescriptor
Sets the package in which the top level class will be created.
setPackage(PackageDeclaration) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Sets or clears the package declaration of this compilation unit node to the given package declaration node.
setPackageFragment(IPackageFragment, boolean) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Sets the package fragment to the given value.
setPackageFragmentRoot(IPackageFragmentRoot, boolean) - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
Sets the current source folder (model and text field) to the given package fragment root.
setPackageName(String) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Sets the dot-separated name of the package in which code snippets are to be compiled and run.
setPackageName(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor
Sets the package where the parameter object will be created in if it is created as top level class.
setPackagesToSeal(IPackageFragment[]) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Sets the packages which should be sealed.
setPackagesToUnseal(IPackageFragment[]) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set the packages which should explicitly be unsealed.
setPackageText(String, boolean) - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
Sets the content of the package input field to the given value.
setParameter(SingleVariableDeclaration) - Method in class org.eclipse.jdt.core.dom.EnhancedForStatement
Sets the formal parameter in this enhanced for statement.
setParameterName(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor
Sets the name of the parameter object as it will appear in the method signature.
setParameterNames(char[][]) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the method parameter names.
setParameters(String[], String[]) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated.
Sets the types and names of parameters in this method in the order they are to be declared.
setParameters(IntroduceParameterObjectDescriptor.Parameter[]) - Method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor
Sets the parameters.
setParentheses(boolean) - Method in class org.eclipse.jdt.core.dom.LambdaExpression
Sets whether this lambda expression has parentheses around its parameters or not.
setParser(SourceElementParser) - Method in class org.eclipse.jdt.core.search.SearchDocument
 
setParticipant(SearchParticipant) - Method in class org.eclipse.jdt.core.search.SearchMatch
Sets the participant of this match.
setPattern(Pattern) - Method in class org.eclipse.jdt.core.dom.GuardedPattern
Sets the pattern of this switch case.
setPattern(Pattern) - Method in class org.eclipse.jdt.core.dom.PatternInstanceofExpression
Sets the right operand of this instanceof expression.
setPattern(RecordPattern) - Method in class org.eclipse.jdt.core.dom.EnhancedForWithRecordPattern
Sets the record pattern in this enhanced for statement.
setPattern(IJavaDebugTarget, String) - Method in interface org.eclipse.jdt.debug.core.IJavaTargetPatternBreakpoint
Sets the type name pattern this breakpoint uses to identify types in which to install itself in the given target
setPatternType(Type) - Method in class org.eclipse.jdt.core.dom.RecordPattern
Sets the pattern type.
setPatternVariable(SingleVariableDeclaration) - Method in class org.eclipse.jdt.core.dom.TypePattern
Sets the pattern variable.
setPreferenceNodeId(String) - Static method in class org.eclipse.jdt.core.manipulation.JavaManipulation
Sets the preference node to be used for basic Java preferences.
setPreviewEnabled(boolean) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets the fPreviewEnabled.
setPrimaryBufferProvider(WorkingCopyOwner) - Static method in class org.eclipse.jdt.core.WorkingCopyOwner
Sets the buffer provider of the primary working copy owner.
setPrimitiveTypeCode(PrimitiveType.Code) - Method in class org.eclipse.jdt.core.dom.PrimitiveType
Sets the primitive type code.
setProcessDuringReconcile(IJavaProject, boolean) - Static method in class org.eclipse.jdt.apt.core.util.AptConfig
Turn processing during reconcile on or off.
setProcessor(Expression) - Method in class org.eclipse.jdt.core.dom.StringTemplateExpression
 
setProcessorOptions(Map<String, String>, IJavaProject) - Static method in class org.eclipse.jdt.apt.core.util.AptConfig
Set all the processor options in one call.
setProgramArguments(String[]) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets the custom program arguments.
setProject(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor
Sets the project name of this refactoring.
setProject(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor
Sets the project name of this refactoring.
setProject(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameResourceDescriptor
Deprecated.
Sets the project name of this refactoring.
setProject(IJavaProject) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the Java project used when resolving bindings.
setProjectJavadocLocation(IJavaProject, URL) - Static method in class org.eclipse.jdt.ui.JavaUI
Sets the Javadoc location for a Java project.
setProjectLocationURI(URI) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
Sets the project location of the new project or null if the project should be created in the workspace
setProjectModified() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
Deprecated.
Sets the project state to modified.
setProjectName(String) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
Sets the name of the new project
setProperty(String) - Method in class org.eclipse.jdt.core.CheckDebugAttributes
 
setProperty(String, Object) - Method in class org.eclipse.jdt.core.dom.ASTNode
Sets the named property of this node to the given value, or to null to clear it.
setProperty(String, Object) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Sets the named property of this rewrite to the given value, or to null to clear it.
setProvideMembers(boolean) - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
Sets whether the content provider is supposed to return members when asking a compilation unit or class file for its children.
setProvideWorkingCopy(boolean) - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
Deprecated.
Since 3.0 compilation unit children are always provided from the working copy. The Java model offers a unified world and does not support the 'original' mode anymore.
setQualifier(Name) - Method in class org.eclipse.jdt.core.dom.MemberRef
Sets or clears the qualifier of this member reference.
setQualifier(Name) - Method in class org.eclipse.jdt.core.dom.MethodRef
Sets or clears the qualifier of this method reference.
setQualifier(Name) - Method in class org.eclipse.jdt.core.dom.NameQualifiedType
Sets the qualifier of this name-qualified type to the given name.
setQualifier(Name) - Method in class org.eclipse.jdt.core.dom.QualifiedName
Sets the qualifier of this qualified name to the given name.
setQualifier(Name) - Method in class org.eclipse.jdt.core.dom.SuperFieldAccess
Sets or clears the qualifier of this "super" field access expression.
setQualifier(Name) - Method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
Sets or clears the qualifier of this "super" method invocation expression.
setQualifier(Name) - Method in class org.eclipse.jdt.core.dom.SuperMethodReference
Sets the qualifier of this "super" method reference expression.
setQualifier(Name) - Method in class org.eclipse.jdt.core.dom.ThisExpression
Sets or clears the qualifier of this "this" expression.
setQualifier(Type) - Method in class org.eclipse.jdt.core.dom.QualifiedType
Sets the qualifier of this qualified type to the given type.
setRaw(boolean) - Method in class org.eclipse.jdt.core.search.SearchMatch
Set whether the associated element is a raw type/method or not.
setRawClasspath(IClasspathEntry[], boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Sets the classpath of this project using a list of classpath entries.
setRawClasspath(IClasspathEntry[], IPath, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Sets both the classpath of this project and its default output location at once.
setRawClasspath(IClasspathEntry[], IPath, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Sets the both the classpath of this project and its default output location at once.
setRawClasspath(IClasspathEntry[], IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Sets the classpath of this project using a list of classpath entries.
setRawClasspath(IClasspathEntry[], IClasspathEntry[], IPath, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaProject
Works similar to IJavaProject.setRawClasspath(IClasspathEntry[], IPath, IProgressMonitor) and additionally allows persisting the given array of referenced entries for this project.
setReceiverQualifier(SimpleName) - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Sets the given simple name as the qualifier for the receiver (added in JLS8 API).
setReceiverRange(int, int) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the character indices of the subrange in the source file buffer containing the relevant receiver of the member being completed.
setReceiverSignature(char[]) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the type or package signature of the relevant receiver in the context, or null if none.
setReceiverType(Type) - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Sets or clears the given type as the type of explicit receiver parameter (added in JLS8 API).
setRefactoringAware(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Determines whether the jar package is refactoring aware.
setRefactoringDescriptors(RefactoringDescriptorProxy[]) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Sets the refactoring descriptors to export.
setRefactoringProjects(IProject[]) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Sets the projects for which refactoring information should be stored.
setRelevance(int) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the relative relevance rating of this proposal.
setRelevance(int) - Method in class org.eclipse.jdt.core.manipulation.ChangeCorrectionProposalCore
Sets the relevance.
setRenameGetters(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor
Determines whether getter methods for the Java element should be renamed.
setRenameSetters(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor
Determines whether setter methods for the Java element should be renamed.
setReplaceInstanceof(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.UseSupertypeDescriptor
Determines whether 'instanceof' statements are considered as candidates to replace the subtype occurrence by one of its supertypes.
setReplacementLength(int) - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
If the replacement length is set, it overrides the length returned from the content assist infrastructure.
setReplaceRange(int, int) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the character indices of the subrange in the source file buffer to be replaced by the completion string.
setRequestTimeout(int) - Method in interface org.eclipse.jdi.VirtualMachine
Sets request timeout in milliseconds
setRequestTimeout(int) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Sets the timeout value for JDI requests in milliseconds.
setRequiredProposals(CompletionProposal[]) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the list of required completion proposals, or null if none.
setRequireExtendedContext(boolean) - Method in class org.eclipse.jdt.core.CompletionRequestor
Sets whether this requestor requires an extended context.
setResolveBindings(boolean) - Method in class org.eclipse.jdt.core.dom.ASTParser
Requests that the compiler should provide binding information for the AST nodes it creates.
setResource(IResource) - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameResourceDescriptor
Deprecated.
Sets the resource to be renamed.
setResource(IResource) - Method in class org.eclipse.jdt.core.search.SearchMatch
Sets the resource of this match.
setRestrictedIdentifierStartPosition(int) - Method in class org.eclipse.jdt.core.dom.GuardedPattern
A character index into the original restricted identifier source string, or -1 if no restricted identifier source position information is available for this node; -1 by default.
setRestrictedIdentifierStartPosition(int) - Method in class org.eclipse.jdt.core.dom.RecordDeclaration
 
setRestrictedIdentifierStartPosition(int) - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
A character index into the original restricted identifier source string, or -1 if no restricted identifier source position information is available for this node; -1 by default.
setResumeOnStartup(boolean) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets whether the VM is resumed on startup when launched in debug mode.
setReturnType(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated.
Sets the return type name.
setReturnType(Type) - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Deprecated.
In the JLS3 API, this method is replaced by MethodDeclaration.setReturnType2(Type), which accepts null.
setReturnType2(Type) - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Sets the return type of the method declared in this method declaration to the given type, exclusive of any extra array dimensions (added in JLS3 API).
setReuseManifest(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Sets whether a previously generated manifest should be reused.
setRightHandSide(Expression) - Method in class org.eclipse.jdt.core.dom.Assignment
Sets the right hand side of this assignment expression.
setRightOperand(Expression) - Method in class org.eclipse.jdt.core.dom.InfixExpression
Sets the right operand of this infix expression.
setRightOperand(SingleVariableDeclaration) - Method in class org.eclipse.jdt.core.dom.PatternInstanceofExpression
Deprecated. 
setRightOperand(Type) - Method in class org.eclipse.jdt.core.dom.InstanceofExpression
Sets the right operand of this instanceof expression.
setRule(int) - Method in class org.eclipse.jdt.core.search.SearchMatch
Set the rule used while reporting the match.
setSaveDescription(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set whether a description of this JAR package must be saved to a file by a JAR description writer during the export operation.
setSaveManifest(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Sets whether the manifest file must be saved during export operation or not.
setSealJar(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Sets whether the JAR itself is sealed.
setSelection(IClasspathEntry) - Method in interface org.eclipse.jdt.ui.wizards.IClasspathContainerPage
Sets the classpath container entry to be edited or null if a new entry should be created.
setSelection(ISourceRange) - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameLocalVariableDescriptor
Deprecated.
Sets the selection within the compilation unit which references the local variable to rename.
setSelection(VMStandin) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AbstractVMInstallPage
Sets the VM install to be edited.
setSelection(ISelection) - Method in class org.eclipse.jdt.ui.actions.ConvertingSelectionProvider
 
setSelection(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AbstractOpenWizardAction
Configures the selection to be used as initial selection of the wizard.
setSetters(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor
Sets whether setters will be created for all fields.
setShell(Shell) - Method in class org.eclipse.jdt.ui.actions.AbstractOpenWizardAction
Configures the shell to be used as parent shell by the wizard.
setSignature(char[]) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the signature of the method, field type, member type, relevant in the context, or null if none.
setSource(char[]) - Method in interface org.eclipse.jdt.core.compiler.IScanner
Set the scanner source to process.
setSource(char[]) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the source code to be parsed.
setSource(IClassFile) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the source code to be parsed.
setSource(ICompilationUnit) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the source code to be parsed.
setSource(ITypeRoot) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the source code to be parsed.
setSource(ITypeRoot, int) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the source code to be parsed.
setSourceAttachmentPath(IPath) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Sets the path to the source archive associated with this entry, or null if this classpath entry has no source attachment.
setSourceAttachmentRootPath(IPath) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Sets the path within the source archive where package fragments are located.
setSourceEnd(int) - Method in interface org.eclipse.jdt.core.compiler.IProblem
Set the end position of the problem (inclusive), or -1 if unknown.
setSourceLineNumber(int) - Method in interface org.eclipse.jdt.core.compiler.IProblem
Set the line number in source where the problem begins.
setSourceLocations(IJavaSourceLocation[]) - Method in class org.eclipse.jdt.debug.ui.JavaUISourceLocator
Deprecated.
/** Sets the locations that will be searched, in the order to be searched.
setSourceLocations(IJavaSourceLocation[]) - Method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Deprecated.
Sets the locations that will be searched, in the order to be searched.
setSourceRange(int, int) - Method in class org.eclipse.jdt.core.dom.ASTNode
Sets the source range of the original source file where the source fragment corresponding to this node was found.
setSourceRange(int, int) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the subrange of the source code to be parsed.
setSourceStart(int) - Method in interface org.eclipse.jdt.core.compiler.IProblem
Set the start position of the problem (inclusive), or -1 if unknown.
setSpecialSelectionProvider(ISelectionProvider) - Method in class org.eclipse.jdt.ui.actions.MoveAction
 
setSpecialSelectionProvider(ISelectionProvider) - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
Sets a special selection provider which will be used instead of the site's selection provider.
setStatementsRecovery(boolean) - Method in class org.eclipse.jdt.core.dom.ASTParser
Requests that the compiler should perform statements recovery.
setStatic(boolean) - Method in class org.eclipse.jdt.core.dom.ImportDeclaration
Sets whether this import declaration is a static import (added in JLS3 API).
setStaticOnDemandImportThreshold(int) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Sets the on-demand import threshold for static imports.
setStatus(IStatus) - Method in class org.eclipse.jdt.ui.wizards.JavadocExportWizardPage
Sets the page status.
setStatusMessage(IStatus) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AbstractVMInstallPage
Sets this page's message based on the status severity.
setStepFilters(String[]) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Sets the list of active step filters in this target.
setStepThruFilters(boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Sets whether a step that lands in a filtered location should continue through to an un-filtered location, or return to where the step originated.
setStringFragment(StringFragment) - Method in class org.eclipse.jdt.core.dom.StringTemplateComponent
 
setStringValue(String) - Method in class org.eclipse.jdt.core.dom.TagProperty
Sets the string value of this tag property.
setStructuralProperty(StructuralPropertyDescriptor, Object) - Method in class org.eclipse.jdt.core.dom.ASTNode
Sets the value of the given structural property for this node.
setSubtype(IType) - Method in class org.eclipse.jdt.core.refactoring.descriptors.UseSupertypeDescriptor
Sets the subtype of the refactoring.
setSuperclass(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated.
Sets the name of this type's superclass.
setSuperclass(Name) - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Deprecated.
In the JLS3 API, this method is replaced by TypeDeclaration.setSuperclassType(Type), which expects a Type instead of a Name.
setSuperClass(String, boolean) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Sets the super class name.
setSuperClass(ITypeBinding, boolean) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Sets the super class name.
setSuperclassType(Type) - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Sets or clears the superclass declared in this type declaration (added in JLS3 API).
setSuperInterfaces(String[]) - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated.
Sets the names of interfaces that this type implements or extends, in the order in which they are to be listed in the source.
setSuperInterfaces(List<String>, boolean) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Sets the super interfaces.
setSuperInterfacesList(List<ITypeBinding>, boolean) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Sets the super interfaces.
setSupertype(IType) - Method in class org.eclipse.jdt.core.refactoring.descriptors.UseSupertypeDescriptor
Sets the supertype of the refactoring.
setSuspendOnRecurrenceStrategy(IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy) - Method in interface org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint
Define this breakpoint's strategy for suspending on recurrences of the same exception instance.
setSuspendPolicy(int) - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
Sets whether all threads in the target VM will be suspended when this breakpoint is hit.
setSwitchLabeledRule(boolean) - Method in class org.eclipse.jdt.core.dom.SwitchCase
Sets the switchLabeledRule of this switch case as true or false.
setSystemLibrarySource(IPath) - Method in class org.eclipse.jdt.launching.LibraryLocation
Sets the JRE library source zip location.
setTagName(String) - Method in class org.eclipse.jdt.core.dom.AbstractTagElement
Sets the tag name of this node to the given value.
setTargetSourceRangeComputer(TargetSourceRangeComputer) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Sets a custom target source range computer for this AST rewriter.
setTaskName(String) - Method in class org.eclipse.jdt.core.compiler.CompilationProgress
Reports the name (or description) of the current task.
setText(String) - Method in class org.eclipse.jdt.core.dom.AbstractTextElement
Sets the text of this node to the given value.
setText(String) - Method in class org.eclipse.jdt.core.dom.JavaDocTextElement
Sets the text of this node to the given value.
setText(String) - Method in class org.eclipse.jdt.core.dom.TextElement
Sets the text of this node to the given value.
setThenExpression(Expression) - Method in class org.eclipse.jdt.core.dom.ConditionalExpression
Sets the "then" part of this conditional expression.
setThenStatement(Statement) - Method in class org.eclipse.jdt.core.dom.IfStatement
Sets the "then" part of this if statement.
setThreadFilter(IJavaThread) - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
Restricts this breakpoint to suspend only in the given thread when encountered in the given thread's target.
setToken(String) - Method in class org.eclipse.jdt.core.dom.NumberLiteral
Sets the token of this number literal node.
setTokenRange(int, int) - Method in class org.eclipse.jdt.core.CompletionProposal
Sets the character indices of the subrange in the source file buffer containing the relevant token being completed.
setTopLevel(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor
Sets whether the parameter object class will be created as top level class.
setType(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMField
Deprecated.
Sets the type name of this field.
setType(ArrayType) - Method in class org.eclipse.jdt.core.dom.ArrayCreation
Sets the array type in this array creation expression.
setType(Type) - Method in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
Sets the type of the annotation type member declared in this declaration to the given type.
setType(Type) - Method in class org.eclipse.jdt.core.dom.CastExpression
Sets the type in this cast expression to the given type.
setType(Type) - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
Sets the type instantiated in this class instance creation expression (added in JLS3 API).
setType(Type) - Method in class org.eclipse.jdt.core.dom.CreationReference
Sets the type of this creation reference expression.
setType(Type) - Method in class org.eclipse.jdt.core.dom.FieldDeclaration
Sets the base type declared in this field declaration to the given type.
setType(Type) - Method in class org.eclipse.jdt.core.dom.MethodRefParameter
Sets the paramter type to the given type.
setType(Type) - Method in class org.eclipse.jdt.core.dom.ParameterizedType
Sets the type of this parameterized type.
setType(Type) - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
Sets the type of the variable declared in this variable declaration to the given type, exclusive of any extra array dimensions.
setType(Type) - Method in class org.eclipse.jdt.core.dom.TypeLiteral
Sets the type in this type literal expression to the given type.
setType(Type) - Method in class org.eclipse.jdt.core.dom.TypeMethodReference
Sets the type of this type method reference expression.
setType(Type) - Method in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
Sets the base type declared in this variable declaration to the given type.
setType(Type) - Method in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
Sets the base type declared in this variable declaration statement to the given type.
setType(IType) - Method in class org.eclipse.jdt.core.refactoring.descriptors.ExtractClassDescriptor
Sets the type to extract class from
setTypeDeclaration(TypeDeclaration) - Method in class org.eclipse.jdt.core.dom.TypeDeclarationStatement
Deprecated.
In the JLS3 API, this method is replaced by TypeDeclarationStatement.setDeclaration(AbstractTypeDeclaration) which takes AbstractTypeDeclaration instead of TypeDeclaration.
setTypeName(String, boolean) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Sets the type name input field's text to the given value.
setTypeName(Name) - Method in class org.eclipse.jdt.core.dom.Annotation
Sets the annotation type name of this annotation.
setTypeParameters(String[]) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated.
Sets the formal type parameters for this method.
setTypeParameters(String[]) - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated.
Sets the formal type parameters for this type.
setUncaught(boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint
Sets whether this breakpoint suspends execution when the associated exception is thrown in an uncaught location.
setUnitName(String) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the name of the compilation unit that would hypothetically contains the source string.
setUpdateHierarchy(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor
Determines whether other Java elements in the hierarchy of the input element should be renamed as well.
setUpdateQualifiedNames(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.MoveDescriptor
Determines whether qualified names of the Java element should be renamed.
setUpdateQualifiedNames(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor
Determines whether qualified names of the Java element should be renamed.
setUpdateReferences(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.MoveDescriptor
Determines whether references to the Java element should be renamed.
setUpdateReferences(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor
Determines whether references to the Java element should be renamed.
setUpdateReferences(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameLocalVariableDescriptor
Deprecated.
Determines whether references to the local variable should be renamed.
setUpdateSimilarDeclarations(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor
Determines whether similar declarations of the Java element should be updated.
setUpdateTextualOccurrences(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor
Determines whether textual occurrences of the Java element should be renamed.
setupJavacCommand() - Method in class org.eclipse.jdt.core.JDTCompilerAdapter
 
setupJavaDocumentPartitioner(IDocument) - Method in class org.eclipse.jdt.ui.text.JavaTextTools
Sets up the Java document partitioner for the given document for the default partitioning.
setupJavaDocumentPartitioner(IDocument, String) - Method in class org.eclipse.jdt.ui.text.JavaTextTools
Sets up the Java document partitioner for the given document for the given partitioning.
setUpperBound(boolean) - Method in class org.eclipse.jdt.core.dom.WildcardType
Sets whether this wildcard type is an upper bound ("extends") as opposed to a lower bound ("super").
setUseContextToFilterImplicitImports(boolean) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Sets whether a context should be used to properly filter implicit imports.
setUsesManifest(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Sets whether a manifest must be included in the JAR.
setUseSourceFolderHierarchy(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set the option to export the source folder hierarchy.
setValidSnippet(boolean) - Method in class org.eclipse.jdt.core.dom.JavaDocRegion
Sets the value of validSnippet property.
setValue(int, IJavaValue) - Method in interface org.eclipse.jdt.debug.core.IJavaArray
Sets the value at the given index to the specified value.
setValue(Expression) - Method in class org.eclipse.jdt.core.dom.MemberValuePair
Sets the value of this pair.
setValue(Expression) - Method in class org.eclipse.jdt.core.dom.SingleMemberAnnotation
Sets the value of this annotation.
setValues(int, int, IJavaValue[], int) - Method in interface org.eclipse.jdt.debug.core.IJavaArray
Replaces a range of values in this array.
setValues(IJavaValue[]) - Method in interface org.eclipse.jdt.debug.core.IJavaArray
Replaces values in this array.
setVarargs(boolean) - Method in class org.eclipse.jdt.core.dom.MethodRefParameter
Sets whether this method reference parameter is for the last parameter of a variable arity method (added in JLS3 API).
setVarargs(boolean) - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
Sets whether this declaration declares the last parameter of a variable arity method (added in JLS3 API).
setViewLayout(int) - Method in interface org.eclipse.jdt.ui.ITypeHierarchyViewPart
Sets the view layout.
setVisible(boolean) - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
 
setVisible(boolean) - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageTwo
 
setVisible(boolean) - Method in class org.eclipse.jdt.junit.wizards.NewTestSuiteWizardPage
 
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards.JavadocExportWizardPage
Called when the page becomes visible or becomes hidden.
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards.NewAnnotationWizardPage
 
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards.NewClassWizardPage
 
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards.NewElementWizardPage
 
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards.NewEnumWizardPage
 
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards.NewInterfaceWizardPage
 
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
Deprecated.
Extend this method to set a user defined default classpath or output location.
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
 
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageTwo
 
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards.NewModuleInfoWizardPage
 
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
 
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards.NewRecordWizardPage
 
setVMArgs(String) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
setVMArgs(String) - Method in interface org.eclipse.jdt.launching.IVMInstall2
Sets VM arguments to be used with this vm install whenever this VM is launched as a raw string, possibly null.
setVMArguments(String[]) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
setVMArguments(String[]) - Method in interface org.eclipse.jdt.launching.IVMInstall
Deprecated.
if possible, clients should use setVMArgs(String) on IVMInstall2 when possible
setVMArguments(String[]) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets the custom VM arguments.
setVMSpecificArgumentsVisible(boolean) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
Sets whether this tab will display the VM specific arguments area if a JRE supports VM specific arguments.
setVMSpecificAttributesMap(Map<String, Object>) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets the Map that contains String name/value pairs that represent VM-specific attributes.
setWorkingCopy(IEditorInput, ICompilationUnit) - Method in interface org.eclipse.jdt.ui.IWorkingCopyManagerExtension
Sets the given working copy for the given editor input.
setWorkingCopyOwner(WorkingCopyOwner) - Method in class org.eclipse.jdt.core.dom.ASTParser
Sets the working copy owner used when resolving bindings, where null means the primary owner.
setWorkingDirectory(String) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets the working directory for a launched VM.
setWorkingSets(IWorkingSet[]) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
Sets the working sets to which the new project should be added.
setWorkspace(File) - Method in class org.eclipse.jdt.apt.core.build.JdtApt
 
setWrappingStyle(String, int) - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
Set the wrapping style of the given alignment value and return the new value.
SharedASTProvider - Class in org.eclipse.jdt.ui
Deprecated.
SharedASTProvider.WAIT_FLAG - Class in org.eclipse.jdt.ui
Deprecated.
Wait flag class.
SharedASTProviderCore - Class in org.eclipse.jdt.core.manipulation
The SharedASTProviderCore provides access to the AST root used by the current active Java editor.
SharedASTProviderCore() - Constructor for class org.eclipse.jdt.core.manipulation.SharedASTProviderCore
 
SharedASTProviderCore.WAIT_FLAG - Class in org.eclipse.jdt.core.manipulation
Wait flag class.
SHIFT_LEFT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Shift Left global action (value "org.eclipse.jdt.ui.actions.ShiftLeft").
SHIFT_RIGHT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Shift Right action (value "org.eclipse.jdt.ui.actions.ShiftRight").
SHORT - Enum constant in enum class com.sun.mirror.type.PrimitiveType.Kind
The primitive type short
SHORT - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
Type code for the primitive type "short".
SHORT_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Tag value for a constant of type short
ShouldImplementHashcode - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
shouldIndexResolvedDocument() - Method in class org.eclipse.jdt.core.search.SearchDocument
 
ShouldMarkMethodAsOwning - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
shouldProcessDuringReconcile(IJavaProject) - Static method in class org.eclipse.jdt.apt.core.util.AptConfig
Is annotation processing turned on during reconcile, or only during build?
ShouldReturnValue - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ShouldReturnValueHintMissingDefault - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SHOW_BASICS - Static variable in class org.eclipse.jdt.ui.JavaElementLabelProvider
Constant (value 0) indicating that the label should show the basic images only.
SHOW_CONTAINER - Static variable in class org.eclipse.jdt.ui.JavaElementLabelProvider
Deprecated.
Use SHOW_QUALIFIED or SHOW_ROOT instead
SHOW_CONTAINER_QUALIFICATION - Static variable in class org.eclipse.jdt.ui.JavaElementLabelProvider
Deprecated.
Use SHOW_QUALIFIED instead
SHOW_CU_CHILDREN - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that specifies whether children of a compilation unit are shown in the package explorer.
SHOW_DEFAULT - Static variable in class org.eclipse.jdt.ui.JavaElementLabelProvider
Constant indicating the default label rendering.
SHOW_IN_BREADCRUMB - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition id of show in breadcrumb action (value: "org.eclipse.jdt.ui.edit.text.java.gotoBreadcrumb").
SHOW_IN_NAVIGATOR_VIEW - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the navigate -> show in navigator action (value "org.eclipse.jdt.ui.edit.text.java.show.in.navigator.view").
SHOW_IN_NAVIGATOR_VIEW - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Navigate menu: name of standard Show in Navigator View global action (value "org.eclipse.jdt.ui.actions.ShowInNaviagtorView").
SHOW_IN_PACKAGE_VIEW - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Deprecated.
As of 3.5, got replaced by generic Navigate > Show In >
SHOW_IN_PACKAGE_VIEW - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Navigate menu: name of standard Show in Packages View global action (value "org.eclipse.jdt.ui.actions.ShowInPackagesView").
SHOW_JAVA_DOC - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Deprecated.
As of 3.3, replaced by ITextEditorActionConstants.SHOW_INFORMATION
SHOW_JAVADOC - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Deprecated.
As of 3.3, replaced by ITextEditorActionDefinitionIds.SHOW_INFORMATION
SHOW_NEXT_PROBLEM - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Deprecated.
as of 3.0 replaced by ITextEditorActionDefinitionIds.GOTO_NEXT_ANNOTATION
SHOW_OUTLINE - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the navigate -> Show Outline action (value "org.eclipse.jdt.ui.edit.text.java.show.outline").
SHOW_OVERLAY_ICONS - Static variable in class org.eclipse.jdt.ui.JavaElementLabelProvider
Flag (bit mask) indicating that the label should include overlay icons for element type and modifiers.
SHOW_PARAMETERS - Static variable in class org.eclipse.jdt.ui.JavaElementLabelProvider
Flag (bit mask) indicating that method label include parameter types.
SHOW_POST_QUALIFIED - Static variable in class org.eclipse.jdt.ui.JavaElementLabelProvider
Flag (bit mask) indicating that compilation units, class files, types, declarations and members should be rendered qualified.The qualification is appended.
SHOW_POSTIFIX_QUALIFICATION - Static variable in class org.eclipse.jdt.ui.JavaElementLabelProvider
Deprecated.
SHOW_POST_QUALIFIED instead
SHOW_PREVIOUS_PROBLEM - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Deprecated.
as of 3.0 replaced by ITextEditorActionDefinitionIds.GOTO_PREVIOUS_ANNOTATION
SHOW_QUALIFIED - Static variable in class org.eclipse.jdt.ui.JavaElementLabelProvider
Flag (bit mask) indicating that compilation units, class files, types, declarations and members should be rendered qualified.
SHOW_RETURN_TYPE - Static variable in class org.eclipse.jdt.ui.JavaElementLabelProvider
Flag (bit mask) indicating that methods labels include the method return type (appended).
SHOW_ROOT - Static variable in class org.eclipse.jdt.ui.JavaElementLabelProvider
Flag (bit mask) indicating that the label should include the name of the package fragment root (appended).
SHOW_SMALL_ICONS - Static variable in class org.eclipse.jdt.ui.JavaElementLabelProvider
Flag (bit mask) indicating that the label should show the icons with no space reserved for overlays.
SHOW_TYPE - Static variable in class org.eclipse.jdt.ui.JavaElementLabelProvider
Flag (bit mask) indicating that a field label should include the declared type.
SHOW_VARIABLE - Static variable in class org.eclipse.jdt.ui.JavaElementLabelProvider
Flag (bit mask) indicating that the package fragment roots from class path variables should be rendered with the variable in the name
ShowActionGroup - Class in org.eclipse.jdt.ui.actions
Deprecated.
As of 3.5, got replaced by generic Navigate > Show In >
ShowActionGroup(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.ShowActionGroup
Deprecated.
Note: This constructor is for internal use only.
ShowActionGroup(IViewPart) - Constructor for class org.eclipse.jdt.ui.actions.ShowActionGroup
Deprecated.
Creates a new ShowActionGroup.
ShowActionGroup(Page) - Constructor for class org.eclipse.jdt.ui.actions.ShowActionGroup
Deprecated.
Creates a new ShowActionGroup.
showCommandLine(ILaunchConfiguration, String, ILaunch, IProgressMonitor) - Method in class org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationDelegate
 
showCommandLine(ILaunchConfiguration, String, ILaunch, IProgressMonitor) - Method in class org.eclipse.jdt.launching.JavaLaunchDelegate
 
showCommandLine(VMRunnerConfiguration, ILaunch, IProgressMonitor) - Method in interface org.eclipse.jdt.launching.IVMRunner
Gets the command line required to launch a Java VM as specified in the given configuration, contributing results (debug targets and processes), to the given launch.
ShowInPackageViewAction - Class in org.eclipse.jdt.ui.actions
Deprecated.
As of 3.5, got replaced by generic Navigate > Show In >
ShowInPackageViewAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.ShowInPackageViewAction
Deprecated.
Note: This constructor is for internal use only.
ShowInPackageViewAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.ShowInPackageViewAction
Deprecated.
Creates a new ShowInPackageViewAction.
showMatch(Match, int, int, boolean) - Method in interface org.eclipse.jdt.ui.search.IMatchPresentation
Opens an editor on the given element and selects the given range of text.
showMembersInHierarchy(boolean) - Method in interface org.eclipse.jdt.ui.ITypeHierarchyViewPart
Locks the the members view and shows the selected members in the hierarchy.
showQualifiedTypeNames(boolean) - Method in interface org.eclipse.jdt.ui.ITypeHierarchyViewPart
Specifies if type names are shown with the parent container's name.
shutdown() - Method in interface org.eclipse.jdt.ui.IWorkingCopyManager
Shuts down this working copy manager.
SIG_BOOLEAN - Static variable in class org.eclipse.jdt.core.Signature
String constant for the signature of the primitive type boolean.
SIG_BYTE - Static variable in class org.eclipse.jdt.core.Signature
String constant for the signature of the primitive type byte.
SIG_CHAR - Static variable in class org.eclipse.jdt.core.Signature
String constant for the signature of the primitive type char.
SIG_DOUBLE - Static variable in class org.eclipse.jdt.core.Signature
String constant for the signature of the primitive type double.
SIG_FLOAT - Static variable in class org.eclipse.jdt.core.Signature
String constant for the signature of the primitive type float.
SIG_INT - Static variable in class org.eclipse.jdt.core.Signature
String constant for the signature of the primitive type int.
SIG_LONG - Static variable in class org.eclipse.jdt.core.Signature
String constant for the signature of the primitive type long.
SIG_SHORT - Static variable in class org.eclipse.jdt.core.Signature
String constant for the signature of the primitive type short.
SIG_VOID - Static variable in class org.eclipse.jdt.core.Signature
String constant for the signature of result type void.
Signature - Class in org.eclipse.jdt.core
Provides methods for encoding and decoding type and method signature strings.
SIGNATURE - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"Signature" attribute (added in J2SE 1.5).
SIMPLE_NAME - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SimpleName.
SIMPLE_TYPE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SimpleType.
SimpleDeclarationVisitor - Class in com.sun.mirror.util
A simple visitor for declarations.
SimpleDeclarationVisitor() - Constructor for class com.sun.mirror.util.SimpleDeclarationVisitor
Creates a new SimpleDeclarationVisitor.
SimpleName - Class in org.eclipse.jdt.core.dom
AST node for a simple name.
SimplePropertyDescriptor - Class in org.eclipse.jdt.core.dom
Descriptor for a simple property of an AST node.
SimpleType - Class in org.eclipse.jdt.core.dom
Type node for a named class type, a named interface type, or a type variable.
SimpleTypeVisitor - Class in com.sun.mirror.util
A simple visitor for types.
SimpleTypeVisitor() - Constructor for class com.sun.mirror.util.SimpleTypeVisitor
Creates a new SimpleTypeVisitor.
SINGLE_MEMBER_ANNOTATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SingleMemberAnnotation.
SINGLE_VARIABLE_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SingleVariableDeclaration.
SingleMemberAnnotation - Class in org.eclipse.jdt.core.dom
Single member annotation node (added in JLS3 API).
SingleVariableDeclaration - Class in org.eclipse.jdt.core.dom
Single variable declaration AST node type.
SIPUSH - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
sizeInBytes() - Method in interface org.eclipse.jdt.core.util.IComponentInfo
Answer back the total size
SKIP_RECURRENCES - Enum constant in enum class org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy
Signals that the breakpoint should not cause suspending more than once.
skipProjectPackageFragmentRoot(IPackageFragmentRoot) - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
Note: This method is for internal use only.
SocketUtil - Class in org.eclipse.jdt.launching
Utility class to find a port to debug on.
SocketUtil() - Constructor for class org.eclipse.jdt.launching.SocketUtil
 
sort(int, ICompilationUnit, int[], Comparator, int, IProgressMonitor) - Static method in class org.eclipse.jdt.core.util.CompilationUnitSorter
Reorders the declarations in the given compilation unit according to the specified AST level.
sort(CompilationUnit, Comparator, int, TextEditGroup, IProgressMonitor) - Static method in class org.eclipse.jdt.core.util.CompilationUnitSorter
Reorders the declarations in the given compilation unit according to the specified comparator.
sort(ICompilationUnit, int[], Comparator, int, IProgressMonitor) - Static method in class org.eclipse.jdt.core.util.CompilationUnitSorter
Deprecated.
Clients should port their code to use the new JLS3 AST API and call CompilationUnitSorter.sort(AST.JLS3, compilationUnit, positions, comparator, options, monitor) instead of using this method.
SORT_MEMBERS - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> sort order action (value "org.eclipse.jdt.ui.edit.text.java.sort.members").
SORT_MEMBERS - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Sort Members global action (value "org.eclipse.jdt.ui.actions.SortMembers").
SortMembersAction - Class in org.eclipse.jdt.ui.actions
Sorts the members of a compilation unit with the sort order as specified in the Sort Order preference page.
SortMembersAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.SortMembersAction
Note: This constructor is for internal use only.
SortMembersAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.SortMembersAction
Creates a new SortMembersAction.
SOURCE - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"SourceFile" attribute.
SOURCE_ATTACHMENT_ENCODING - Static variable in interface org.eclipse.jdt.core.IClasspathAttribute
Constant for the name of the encoding to be used for source attachments.
SOURCE_DEFAULT - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
Source archive property name in an execution environment description file.
SOURCE_MAP - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
Source map property name in an execution environment description file.
SOURCE_TREE - Enum constant in enum class com.sun.mirror.apt.Filer.Location
The location of new source files.
sourceContainersChanged(ISourceLookupDirector) - Method in class org.eclipse.jdt.launching.sourcelookup.advanced.AdvancedSourceLookupParticipant
 
sourceContainersChanged(ISourceLookupDirector) - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaSourceLookupParticipant
 
sourceFilesCreated() - Method in interface com.sun.mirror.apt.RoundState
Returns true if new source files were created in this round of processing; returns false otherwise.
SourcePosition - Interface in com.sun.mirror.util
Represents a position in a source file.
SourceRange - Class in org.eclipse.jdt.core
A source range defines an element's source coordinates relative to its source buffer.
SourceRange(int, int) - Constructor for class org.eclipse.jdt.core.dom.rewrite.TargetSourceRangeComputer.SourceRange
Creates a new source range.
SourceRange(int, int) - Constructor for class org.eclipse.jdt.core.SourceRange
Instantiate a new source range using the given offset and the given length.
SOURCES - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchScope
Include type constant (bit mask) indicating that source folders should be considered in the search scope.
SPACE - Static variable in class org.eclipse.jdt.core.JavaCore
Configurable option value: "space".
SPACES_FOR_TABS - Static variable in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
SpecdNonNullLocalVariableComparisonYieldsFalse - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SPELLING_CHECK_SPELLING - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated.
since 3.1, use SpellingService.PREFERENCE_SPELLING_ENABLED and SpellingService.PREFERENCE_SPELLING_ENGINE
SPELLING_ENABLE_CONTENTASSIST - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that specifies whether spelling dictionaries are available to content assist.
SPELLING_IGNORE_AMPERSAND_IN_PROPERTIES - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether '&' in Java properties files are ignored.
SPELLING_IGNORE_DIGITS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether words containing digits should be skipped during spell checking.
SPELLING_IGNORE_JAVA_STRINGS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether Java strings should be ignored during spell checking.
SPELLING_IGNORE_MIXED - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether mixed case words should be skipped during spell checking.
SPELLING_IGNORE_NON_LETTERS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether non-letters at word boundaries should be ignored during spell checking.
SPELLING_IGNORE_SENTENCE - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether sentence capitalization should be ignored during spell checking.
SPELLING_IGNORE_SINGLE_LETTERS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether single letters should be ignored during spell checking.
SPELLING_IGNORE_UPPER - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether upper case words should be skipped during spell checking.
SPELLING_IGNORE_URLS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether URLs should be ignored during spell checking.
SPELLING_LOCALE - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls the locale used for spell checking.
SPELLING_PROBLEMS_THRESHOLD - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls the maximum number of problems reported during spell checking.
SPELLING_PROPOSAL_THRESHOLD - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls the number of proposals offered during spell checking.
SPELLING_USER_DICTIONARY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that specifies the workspace user dictionary.
SPELLING_USER_DICTIONARY_ENCODING - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that specifies encoding of the workspace user dictionary.
splitAndTrimOn(char, char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Return a new array which is the split of the given array using the given divider and trimming each subarray to remove whitespaces equals to ' '.
splitOn(char, char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Return a new array which is the split of the given array using the given divider.
splitOn(char, char[], int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Return a new array which is the split of the given array using the given divider.
splitOnWithEnclosures(char, char, char, char[], int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Return a new array which is the split of the given array using the given divider ignoring the text between (possibly nested) openEncl and closingEncl.
SRCBIN_BINNAME - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that specifies the output folder name used when creating a new Java project.
SRCBIN_FOLDERS_IN_NEWPROJ - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether new projects are generated using source and output folder.
SRCBIN_SRCNAME - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that specifies the source folder name used when creating a new Java project.
STACK_MAP - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"StackMap" attribute (added in cldc1.0).
STACK_MAP_TABLE - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"StackMapTable" attribute (added in J2SE 1.6).
STANDARD_CLASSES - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Classpath property identifier for entries that appear on the bootstrap path by default.
StandardClasspathProvider - Class in org.eclipse.jdt.launching
Default implementation for classpath provider.
StandardClasspathProvider() - Constructor for class org.eclipse.jdt.launching.StandardClasspathProvider
 
StandardJavaElementContentProvider - Class in org.eclipse.jdt.ui
A base content provider for Java elements.
StandardJavaElementContentProvider() - Constructor for class org.eclipse.jdt.ui.StandardJavaElementContentProvider
Creates a new content provider.
StandardJavaElementContentProvider(boolean) - Constructor for class org.eclipse.jdt.ui.StandardJavaElementContentProvider
Creates a new StandardJavaElementContentProvider.
StandardJavaElementContentProvider(boolean, boolean) - Constructor for class org.eclipse.jdt.ui.StandardJavaElementContentProvider
Deprecated.
Use StandardJavaElementContentProvider(boolean) instead. Since 3.0 compilation unit children are always provided as working copies. The Java Model does not support the 'original' mode anymore.
StandardSourcePathProvider - Class in org.eclipse.jdt.launching
Default implementation of source lookup path computation and resolution.
StandardSourcePathProvider() - Constructor for class org.eclipse.jdt.launching.StandardSourcePathProvider
 
start(IApplicationContext) - Method in class org.eclipse.jdt.apt.core.build.AptBuilder
Runs this runnable with the given application context and returns a result.
start(IApplicationContext) - Method in class org.eclipse.jdt.core.formatter.CodeFormatterApplication
Runs the Java code formatter application
start(IApplicationContext) - Method in class org.eclipse.jdt.core.index.JavaIndexerApplication
 
start(BundleContext) - Method in class org.eclipse.jdt.core.JavaCore
 
START_MARKER - Static variable in class org.eclipse.jdt.junit.wizards.NewTestSuiteWizardPage
The string used to mark the beginning of the generated code
Statement - Class in org.eclipse.jdt.core.dom
Abstract base class of AST nodes that represent statements.
statements() - Method in class org.eclipse.jdt.core.dom.Block
Returns the live list of statements in this block.
statements() - Method in class org.eclipse.jdt.core.dom.SwitchExpression
Returns the live ordered list of statements for this switch statement.
statements() - Method in class org.eclipse.jdt.core.dom.SwitchStatement
Returns the live ordered list of statements for this switch statement.
STATEMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Block
The "statements" structural property of this node type (element type: Statement).
STATEMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SwitchExpression
The "statements" structural property of this node type (element type: Statement).
STATEMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SwitchStatement
The "statements" structural property of this node type (element type: Statement).
STATIC - Enum constant in enum class com.sun.mirror.declaration.Modifier
The modifier static
STATIC - Static variable in class org.eclipse.jdt.core.dom.Modifier
"static" modifier constant (bit mask).
STATIC - Static variable in class org.eclipse.jdt.ui.JavaElementImageDescriptor
Flag to render the static adornment.
STATIC_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
"static" modifier with flag value Modifier.STATIC.
STATIC_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.ModuleModifier.ModuleModifierKeyword
"static" modifier with flag value ModuleModifier.STATIC_PHASE.
STATIC_PHASE - Static variable in class org.eclipse.jdt.core.dom.ModuleModifier
"static" module modifier constant (bit mask).
STATIC_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ImportDeclaration
The "static" structural property of this node type (type: Boolean) (added in JLS3 API).
StaticImport - Static variable in class org.eclipse.jdt.core.CompletionFlags
Constant representing a static import
StaticInheritedMethodConflicts - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
StaticInterfaceMethodNotBelow18 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
StaticMemberOfParameterizedType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
StaticMethodRequested - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
StaticMethodShouldBeAccessedStatically - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
STATUS_ERROR - Static variable in interface org.eclipse.jdt.junit.ITestRunListener
Deprecated.
Status constant indicating that a test had an error an unanticipated exception (constant value 1).
STATUS_FAILURE - Static variable in interface org.eclipse.jdt.junit.ITestRunListener
Deprecated.
Status constant indicating that a test failed an assertion (constant value 2).
STATUS_OK - Static variable in interface org.eclipse.jdt.junit.ITestRunListener
Deprecated.
Status constant indicating that a test passed (constant value 0).
statusUpdated() - Method in interface org.eclipse.jdt.ui.wizards.JavadocExportWizardPage.IJavadocExportWizardPageContainer
Calling this method will update status lines and button enablement in the wizard page container
stop() - Method in class org.eclipse.jdt.apt.core.build.AptBuilder
 
stop() - Method in class org.eclipse.jdt.core.formatter.CodeFormatterApplication
 
stop() - Method in class org.eclipse.jdt.core.index.JavaIndexerApplication
 
stop(IJavaObject) - Method in interface org.eclipse.jdt.debug.core.IJavaThread
Request to stops this thread with the given exception.
The result will be the same as calling java.lang.Thread#stop(java.lang.Throwable).
If the thread is suspended when the method is called, the thread must be resumed to complete the action.
exception must represent an exception.
stop(BundleContext) - Method in class org.eclipse.jdt.core.JavaCore
 
STOPPED - Static variable in class org.eclipse.jdt.junit.model.ITestElement.ProgressState
state that describes that the test element has been stopped before being completed
store(OutputStream, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Stores the type hierarchy in an output stream.
STRATEGY_EMBEDDED - Static variable in class org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor
Similar declaration updating strategy which finds exact names and embedded names as well (value: 2).
STRATEGY_EXACT - Static variable in class org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor
Similar declaration updating strategy which finds exact names only (value: 1).
STRATEGY_SUFFIX - Static variable in class org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor
Similar declaration updating strategy which finds exact names, embedded names and name suffixes (value: 3).
STRICTFP - Enum constant in enum class com.sun.mirror.declaration.Modifier
The modifier strictfp
STRICTFP - Static variable in class org.eclipse.jdt.core.dom.Modifier
"strictfp" modifier constant (bit mask).
STRICTFP_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
"strictfp" modifier with flag value Modifier.STRICTFP.
StrictfpNotRequired - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Modifiers
STRING_FRAGMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type StringFragment.
STRING_FRAGMENT_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.StringTemplateComponent
The "fragment" structural property of this node type (child type: StringFragment).
STRING_LITERAL - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type StringLiteral.
STRING_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Tag value for a constant of type java.lang.String
STRING_TEMPLATE_COMPONENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type StringTemplateComponent.
STRING_TEMPLATE_COMPONENTS - Static variable in class org.eclipse.jdt.core.dom.StringTemplateExpression
The "components" structural property of this node type (child type: StringTemplateComponent).
STRING_TEMPLATE_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type StringTemplateExpression.
STRING_VALUE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TagProperty
The "string_value" structural property of this node type .
StringConstantIsExceedingUtf8Limit - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
StringFragment - Class in org.eclipse.jdt.core.dom
String fragment node is similar to StringLiteral and TextBlock, but does not include the delimiters.
StringLiteral - Class in org.eclipse.jdt.core.dom
String literal nodes.
StringTemplateComponent - Class in org.eclipse.jdt.core.dom
StringTemplateComponent AST node type is a combination of a single embedded expression followed by a StringFragment.
StringTemplateExpression - Class in org.eclipse.jdt.core.dom
StringTemplateExpression AST node type.
structuralPropertiesForType() - Method in class org.eclipse.jdt.core.dom.ASTNode
Returns a list of structural property descriptors for nodes of the same type as this node.
StructuralPropertyDescriptor - Class in org.eclipse.jdt.core.dom
Abstract base class for property descriptors of AST nodes.
subarray(char[][], int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers a new array which is a copy of the given array starting at the given start and ending at the given end.
subarray(char[], int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers a new array which is a copy of the given array starting at the given start and ending at the given end.
substringMatch(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the characters of the pattern are contained in the name as a substring, in a case-insensitive way.
substringMatch(String, String) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the characters of the pattern are contained in the name as a substring, in a case-insensitive way.
subtreeBytes() - Method in class org.eclipse.jdt.core.dom.ASTNode
Returns an estimate of the memory footprint in bytes of the entire subtree rooted at this node.
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.ASTNode
Returns whether the subtree rooted at the given node matches the given other object as decided by the given matcher.
subWordMatch(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the characters of the pattern are contained in the name as a subword, in a case-insensitive way.
suggestArgumentNames(IJavaProject, char[], char[], int, char[][]) - Static method in class org.eclipse.jdt.core.NamingConventions
suggestArgumentNames(IJavaProject, String, String, int, String[]) - Static method in class org.eclipse.jdt.core.NamingConventions
suggestFieldNames(IJavaProject, char[], char[], int, int, char[][]) - Static method in class org.eclipse.jdt.core.NamingConventions
suggestFieldNames(IJavaProject, String, String, int, int, String[]) - Static method in class org.eclipse.jdt.core.NamingConventions
suggestGetterName(IJavaProject, char[], int, boolean, char[][]) - Static method in class org.eclipse.jdt.core.NamingConventions
Suggest name for a getter method.
suggestGetterName(IJavaProject, String, int, boolean, String[]) - Static method in class org.eclipse.jdt.core.NamingConventions
Suggest name for a getter method.
suggestLaunchConfigurationName(IJavaElement, String) - Method in class org.eclipse.jdt.junit.launcher.JUnitLaunchShortcut
Computes a human-readable name for a launch configuration.
suggestLocalVariableNames(IJavaProject, char[], char[], int, char[][]) - Static method in class org.eclipse.jdt.core.NamingConventions
suggestLocalVariableNames(IJavaProject, String, String, int, String[]) - Static method in class org.eclipse.jdt.core.NamingConventions
suggestSetterName(IJavaProject, char[], int, boolean, char[][]) - Static method in class org.eclipse.jdt.core.NamingConventions
Suggest name for a setter method.
suggestSetterName(IJavaProject, String, int, boolean, String[]) - Static method in class org.eclipse.jdt.core.NamingConventions
Suggest name for a setter method.
suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean) - Static method in class org.eclipse.jdt.core.NamingConventions
Suggests names for a variable.
SUPER - Static variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Field ID of the super type input field.
SUPER_CONSTRUCTOR_INVOCATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SuperConstructorInvocation.
SUPER_FIELD_ACCESS - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SuperFieldAccess.
SUPER_INTERFACE_TYPES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumDeclaration
The "superInterfaceTypes" structural property of this node type (element type: Type).
SUPER_INTERFACE_TYPES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.RecordDeclaration
The "superInterfaceTypes" structural property of this node type (element type: Type).
SUPER_INTERFACE_TYPES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
The "superInterfaceTypes" structural property of this node type (element type: Type) (added in JLS3 API).
SUPER_INTERFACES - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read the constant pool entries and the super interface names of a .class file.
SUPER_INTERFACES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
Deprecated.
In the JLS3 API, this property is replaced by TypeDeclaration.SUPER_INTERFACE_TYPES_PROPERTY.
SUPER_METHOD_INVOCATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SuperMethodInvocation.
SUPER_METHOD_REFERENCE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SuperMethhodReference.
SUPER_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only super field accesses or super method invocations (e.g. using the super qualifier).
SuperAccessCannotBypassDirectSuper - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SuperCallCannotBypassOverride - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SUPERCLASS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
Deprecated.
In the JLS3 API, this property is replaced by TypeDeclaration.SUPERCLASS_TYPE_PROPERTY.
SUPERCLASS_TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
The "superclassType" structural property of this node type (child type: Type) (added in JLS3 API).
SuperclassAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
- problem is no longer generated, use IProblem.AmbiguousType instead
superClassChanged() - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
 
superClassChanged() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Hook method that gets called when the superclass name has changed.
SuperclassInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
- problem is no longer generated, use IProblem.InheritedTypeHidesEnclosingName instead
SuperclassInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
- problem is no longer generated, use IProblem.InternalTypeNameProvided instead
SuperclassMustBeAClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SuperclassNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
- problem is no longer generated, use IProblem.UndefinedType instead
SuperclassNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
- problem is no longer generated, use IProblem.NotVisibleType instead
SuperConstructorInvocation - Class in org.eclipse.jdt.core.dom
Super constructor invocation statement AST node type.
SuperFieldAccess - Class in org.eclipse.jdt.core.dom
Simple or qualified "super" field access expression AST node type.
SuperfluousSemicolon - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SuperInterfaceMustBeAnInterface - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
superInterfaces() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Deprecated.
In the JLS3 API, this method is replaced by TypeDeclaration.superInterfaceTypes().
superInterfacesChanged() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Hook method that gets called when the list of super interface has changed.
SuperInterfacesCollide - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
superInterfaceTypes() - Method in class org.eclipse.jdt.core.dom.EnumDeclaration
Returns the live ordered list of superinterfaces of this enum declaration.
superInterfaceTypes() - Method in class org.eclipse.jdt.core.dom.RecordDeclaration
Returns the live ordered list of superinterfaces of this type declaration (added in JLS3 API).
superInterfaceTypes() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Returns the live ordered list of superinterfaces of this type declaration (added in JLS3 API).
SuperMethodInvocation - Class in org.eclipse.jdt.core.dom
Simple or qualified "super" method invocation expression AST node type.
SuperMethodReference - Class in org.eclipse.jdt.core.dom
Super method reference AST node type (added in JLS8 API).
SUPERTYPE_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only type references used as a super type or as a super interface.
SuperTypeUsingWildcard - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
supportedAnnotationTypes() - Method in interface com.sun.mirror.apt.AnnotationProcessorFactory
Returns the names of the annotation types supported by this factory.
supportedOptions() - Method in interface com.sun.mirror.apt.AnnotationProcessorFactory
Returns the options recognized by this factory or by any of the processors it may create.
supportsAccessWatchpoints() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns whether this target supports access watchpoints.
supportsCondition() - Method in interface org.eclipse.jdt.debug.core.IJavaLineBreakpoint
Returns whether this breakpoint supports a conditional expression.
supportsDropToFrame() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
Deprecated.
since 3.1, IJavaStackFrame extends org.eclipse.debug.core.IDropToFrame which defines canDropToFrame(). Use this method instead.
supportsForceReturn() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns whether this VM supports the ability to force an early return from methods.
supportsHotCodeReplace() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns whether this target supports hot code replace.
supportsInstanceBreakpoints() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns whether this target supports instance breakpoints.
supportsInstanceFilters() - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
Returns whether this breakpoints supports instance filters.
supportsInstanceRetrieval() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns whether this VM supports instance and reference retrieval for types and objects.
supportsModificationWatchpoints() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns whether this target supports modification watchpoints.
supportsModule() - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Supports modular class for launching.
supportsMonitorInformation() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns whether this target supports providing monitor information.
supportsPreviewFeatures(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Supports Preview Features for launching.
supportsRequestTimeout() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns whether this debug target supports a request timeout - a maximum time for a JDI request to receive a response.
supportsSelectiveGarbageCollection() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns whether this VM supports the ability to enable and disable garbage collection of individual objects.
supportsThreadFilters() - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
Returns whether this breakpoints supports thread filters.
SURROUND_WITH_TRY_CATCH - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> surround with try/catch action (value "org.eclipse.jdt.ui.edit.text.java.surround.with.try.catch").
SURROUND_WITH_TRY_CATCH - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Surround with try/catch block global action (value "org.eclipse.jdt.ui.actions.SurroundWithTryCatch").
SURROUND_WITH_TRY_MULTI_CATCH - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> surround with try/multi-catch action (value "org.eclipse.jdt.ui.edit.text.java.surround.with.try.multicatch").
SURROUND_WITH_TRY_MULTI_CATCH - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Surround with try/multi-catch block global action (value "org.eclipse.jdt.ui.actions.SurroundWithTryMultiCatch").
SURROUND_WITH_TRY_WITH_RESOURCES - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> surround with try-with-resources action (value "org.eclipse.jdt.ui.edit.text.java.surround.with.try.with.resources").
SURROUND_WITH_TRY_WITH_RESOURCES - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Surround with try-with-resources block global action (value "org.eclipse.jdt.ui.actions.SurroundWithTryWithResources").
SurroundWithTryCatchAction - Class in org.eclipse.jdt.ui.actions
Action to surround a set of statements with a try/catch block.
SurroundWithTryCatchAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.SurroundWithTryCatchAction
Note: This constructor is for internal use only.
SurroundWithTryMultiCatchAction - Class in org.eclipse.jdt.ui.actions
Action to surround a set of statements with a try/multi-catch block.
SurroundWithTryMultiCatchAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.SurroundWithTryMultiCatchAction
Note: This constructor is for internal use only.
SurroundWithTryWithResourcesAction - Class in org.eclipse.jdt.ui.actions
Action to surround a set of statements with a try-with-resources/catch block.
SurroundWithTryWithResourcesAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.SurroundWithTryWithResourcesAction
Note: This constructor is for internal use only.
SUSPEND - Static variable in interface org.eclipse.jdt.debug.core.IJavaBreakpointListener
Return code in response to a "breakpoint hit" notification, indicating a vote to suspend the associated thread.
SUSPEND_ALWAYS - Enum constant in enum class org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy
Signals that the exception breakpoint should always cause suspending.
SUSPEND_THREAD - Static variable in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
Default suspend policy constant indicating a breakpoint will suspend only the thread in which it occurred.
SUSPEND_VM - Static variable in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
Suspend policy constant indicating a breakpoint will suspend the target VM when hit.
SWAP - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
SWITCH_CASE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SwitchCase.
SWITCH_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SwitchExpression.
SWITCH_LABELED_RULE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SwitchCase
The "switchLabeledRule" structural property of this node type (type: Boolean).
SWITCH_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SwitchStatement.
SwitchCase - Class in org.eclipse.jdt.core.dom
Switch case AST node type.
SwitchExpression - Class in org.eclipse.jdt.core.dom
Switch expression AST node type (added in JEP 325).
SwitchExpressionaYieldSwitchLabeledBlockCompletesNormally - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchExpressionBreakMissingValue - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
preview related error - will be removed
SwitchExpressionIllegalLastStatement - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
preview related error - will be removed
SwitchExpressionLastStatementCompletesNormally - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
preview related error - will be removed
SwitchExpressionMissingDefaultCase - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
preview related error - will be removed
SwitchExpressionMissingEnumConstantCase - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
preview related error - will be removed
SwitchExpressionsBreakOutOfSwitchExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchExpressionsContinueOutOfSwitchExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchExpressionsEmptySwitchBlock - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
preview related error - will be removed
SwitchExpressionsIncompatibleResultExpressionTypes - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
preview related error - will be removed
SwitchExpressionsNoResultExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
preview related error - will be removed
SwitchExpressionsNotSupported - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchExpressionsReturnWithinSwitchExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchExpressionSwitchLabeledBlockCompletesNormally - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
preview related error - will be removed
SwitchExpressionsYieldBreakNotAllowed - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchExpressionsYieldEmptySwitchBlock - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchExpressionsYieldIllegalLastStatement - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchExpressionsYieldIllegalStatement - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchExpressionsYieldIncompatibleResultExpressionTypes - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchExpressionsYieldLastStatementCompletesNormally - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchExpressionsYieldMissingDefaultCase - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchExpressionsYieldMissingEnumConstantCase - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchExpressionsYieldMissingValue - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchExpressionsYieldNoResultExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchExpressionsYieldOutsideSwitchExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchExpressionsYieldRestrictedGeneralWarning - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchExpressionsYieldTrailingSwitchLabels - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchExpressionsYieldTypeDeclarationError - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchExpressionsYieldTypeDeclarationWarning - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchExpressionsYieldUnqualifiedMethodError - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchExpressionsYieldUnqualifiedMethodWarning - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchExpressionTrailingSwitchLabels - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
preview related error - will be removed
switchMixedCase - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
preview related error - will be removed
SwitchOnEnumNotBelow15 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchOnStringsNotBelow17 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchPreviewMixedCase - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SwitchStatement - Class in org.eclipse.jdt.core.dom
Switch statement AST node type.
SYNCHRONIZED - Enum constant in enum class com.sun.mirror.declaration.Modifier
The modifier synchronized
SYNCHRONIZED - Static variable in class org.eclipse.jdt.core.dom.Modifier
"synchronized" modifier constant (bit mask).
SYNCHRONIZED - Static variable in class org.eclipse.jdt.ui.JavaElementImageDescriptor
Flag to render the synchronized adornment.
SYNCHRONIZED_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
"synchronized" modifier with flag value Modifier.SYNCHRONIZED.
SYNCHRONIZED_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SynchronizedStatement.
SynchronizedStatement - Class in org.eclipse.jdt.core.dom
Synchronized statement AST node type.
Syntax - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SYNTHETIC - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"Synthetic" attribute.
SyntheticAccessorNotEnclosingMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SYSTEM - Static variable in class org.eclipse.jdt.core.util.ClassFileBytesDisassembler
This mode corresponds to the detailed mode plus the constant pool contents and any further information that would be useful for debugging purpose.
SYSTEM_LIBRARIES - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchScope
Include type constant (bit mask) indicating that system libraries should be considered in the search scope.
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