Eclipse JDT
2.1
A B C D E F G H I J K L M N O P Q R S T U V W X Z _

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.
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.IOpenable
Saves any changes in this element's buffer to its underlying resource via a workspace resource operation.
save(IProgressMonitor, boolean) - Method in interface org.eclipse.jdt.core.IBuffer
Saves the contents of this buffer to its underlying resource.
savePreferences() - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Saves the preference store for this plug-in.
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.MemberFilterActionGroup
Saves the state of the filter actions in a memento.
saveState(IMemento) - Method in class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup
Saves the state of the custom filters in a memento.
saveVMConfiguration() - Static method in class org.eclipse.jdt.launching.JavaRuntime
Saves the VM configuration information to the preferences.
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_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_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.seach.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_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_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_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_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_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").
search(IWorkspace, IJavaElement, int, IJavaSearchScope, IJavaSearchResultCollector) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for the given Java element.
search(IWorkspace, ISearchPattern, IJavaSearchScope, IJavaSearchResultCollector) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for matches of a given search pattern.
search(IWorkspace, String, int, int, IJavaSearchScope, IJavaSearchResultCollector) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for the Java element determined by the given signature.
searchAllTypeNames(IWorkspace, char[], char[], int, boolean, int, IJavaSearchScope, ITypeNameRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchEngine
Searches for all top-level types and member types in the given scope.
searchDeclarationsOfAccessedFields(IWorkspace, IJavaElement, IJavaSearchResultCollector) - 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
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
Searches for all declarations of the methods invoked in the given element.
SearchEngine - class org.eclipse.jdt.core.search.SearchEngine.
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(IWorkingCopy[]) - 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.
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.
selectionChanged(IAction, ISelection) - Method in class org.eclipse.jdt.ui.actions.OrganizeImportsAction.ObjectDelegate
 
selectionChanged(ISelection) - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
Notifies this action that the given selection has changed.
selectionChanged(ISelection) - Method in class org.eclipse.jdt.ui.actions.InlineAction
 
selectionChanged(ISelection) - Method in class org.eclipse.jdt.ui.actions.OpenProjectAction
 
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.FindAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddToClasspathAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.RemoveFromClasspathAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractInterfaceAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.UseSupertypeAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.FindOccurrencesInFileAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.PushDownAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.SortMembersAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OrganizeImportsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenProjectAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ShowInPackageViewAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddJavaDocStubAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.RefreshAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenTypeHierarchyAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.FindStringsToExternalizeAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddDelegateMethodsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ModifyParametersAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddGetterSetterAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ExternalizeStringsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenSuperImplementationAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.InlineTempAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenExternalJavadocAction
 
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.OpenAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.SelfEncapsulateFieldAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddUnimplementedConstructorsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ShowInNavigatorViewAction
 
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.FindAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractInterfaceAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.SurroundWithTryCatchAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.UseSupertypeAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FindOccurrencesInFileAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.PushDownAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.SortMembersAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OrganizeImportsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertAnonymousToNestedAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ShowInPackageViewAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.AddJavaDocStubAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertLocalToFieldAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OpenTypeHierarchyAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractMethodAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.AddDelegateMethodsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ModifyParametersAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.AddGetterSetterAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExternalizeStringsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OpenSuperImplementationAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.InlineTempAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OpenExternalJavadocAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractConstantAction
 
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.OpenAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.SelfEncapsulateFieldAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractTempAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.AddUnimplementedConstructorsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ShowInNavigatorViewAction
 
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
 
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.jdt.ui.actions.RenameAction
 
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.jdt.ui.actions.MoveAction
 
SelectionDispatchAction - class org.eclipse.jdt.ui.actions.SelectionDispatchAction.
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.
selectJREComboBoxEntry_OLD(String, String) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
Cause the specified VM name to be selected in the JRE combo box.
selectJREComboBoxEntry(String, String) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
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").
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").
SelfEncapsulateFieldAction - class org.eclipse.jdt.ui.actions.SelfEncapsulateFieldAction.
Action to run the self encapsulate field refactoring.
SelfEncapsulateFieldAction(CompilationUnitEditor) - 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.
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, 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.
setAccess(boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaWatchpoint
Sets whether this breakpoint will suspend execution when its associated field is accessed.
setActivePart(IAction, IWorkbenchPart) - Method in class org.eclipse.jdt.ui.actions.OrganizeImportsAction.ObjectDelegate
 
setAdornments(int) - Method in class org.eclipse.jdt.ui.JavaElementImageDescriptor
Sets the descriptors adornments.
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).
setAppletViewerTextEnabledState() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletMainTab
Set the appropriate enabled state for the appletviewqer text widget.
setArray(Expression) - Method in class org.eclipse.jdt.core.dom.ArrayAccess
Sets the array expression of this array access expression.
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.TryStatement
Sets the body of this try statement.
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.SynchronizedStatement
Sets the body of this synchronized statement.
setBody(Block) - Method in class org.eclipse.jdt.core.dom.CatchClause
Sets the body of this catch clause.
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.
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.ForStatement
Sets the body of this for statement.
setBody(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMInitializer
Sets the body of this initializer.
setBody(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Sets the body of this method.
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.
setBuildIfNeeded(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set 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
Sets whether this type is a class or an interface.
setClasspathContainer(IPath, IJavaProject[], IClasspathContainer[], IProgressMonitor) - Static method in class org.eclipse.jdt.core.JavaCore
Bind a container reference path to some actual containers (IClasspathContainer).
setClasspathEntries(IRuntimeClasspathEntry[]) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
Displays the given classpath entries, grouping into user and bootstrap entries
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
Deprecated. - use API with IProgressMonitor
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.
setComment(String) - Method in class org.eclipse.jdt.core.dom.Javadoc
Sets or clears the Javadoc comment string.
setComment(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMember
Sets the comment associated with this member.
setComment(String) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Sets the JAR's comment.
setComponentType(Type) - Method in class org.eclipse.jdt.core.dom.ArrayType
Sets the component type of this array type.
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.
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
Sets whether this method represents a constructor.
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
 
setDefaultClassPath(IClasspathEntry[], boolean) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
Sets the default classpath to be used for the new Java project.
setDefaultOutputFolder(IPath) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
Sets the default output location to be used for the new Java project.
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.AppletMainTab
 
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
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.JavaSourceLookupTab
 
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletParametersTab
 
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.
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.
setDescriptionLocation(IPath) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set the location of the JAR description file.
setDynamicTab(ILaunchConfigurationTab) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
setDynamicTabHolder(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
setEditor(IEditorPart) - Method in interface org.eclipse.jdt.ui.text.java.hover.IJavaEditorTextHover
Sets the editor on which the hover is shown.
setElements(Object[]) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set the elements which will be exported.
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.
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.
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.StringLiteral
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
Sets the names of the exception types this method throws, in the order in which they are declared in the source.
setExclusionFilters(String[]) - Method in interface org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint
Sets the exclusion filters that will define the scope for the associated exception.
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
Set option to export class files and resources.
setExportErrors(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set if compilation units with errors are exported.
setExportJavaFiles(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set the option to export Java source and resources.
setExportWarnings(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set if compilation units with warnings are exported.
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.WhileStatement
Sets the expression of this while 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.ThrowStatement
Sets the expression of this throw statement.
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.AssertStatement
Sets the first expression of this assert statement.
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.SwitchCase
Sets the expression of this switch case, or clears it (turns it into the "default:" case).
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.ReturnStatement
Sets or clears the expression of this return statement.
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.SynchronizedStatement
Sets the expression of this synchronized statement.
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.ExpressionStatement
Sets the expression of this expression statement.
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.IfStatement
Sets the condition of this if 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.CastExpression
Sets the expression of this cast expression.
setExtraDimensions(int) - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
Sets the number of extra array dimensions over and above the explicitly-specified type.
setExtraDimensions(int) - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Sets the number of extra array dimensions over and above the explicitly-specified return type.
setExtraDimensions(int) - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
 
setExtraDimensions(int) - Method in class org.eclipse.jdt.core.dom.VariableDeclarationFragment
Sets the number of extra array dimensions this variable has over and above the type specified in the enclosing declaration.
setFilterConstructors(boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Sets whether to filter constructors when stepping.
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)
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
Sets whether this source locator is configured to search for all source elements that correspond to a stack frame, or the first match.
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.IDOMMember
Sets the flags for this member.
setFocus() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Sets the focus on the type name input field.
setFocus() - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
Sets the focus to the package name input field.
setFocusOnContainer() - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
Sets the focus to the source folder's text field.
setGenerateManifest(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set whether a manifest must be generated or not.
setHeader(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMCompilationUnit
Sets the header comment for this compilation unit.
setHelpContextId() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
Set the help context id for this launch config tab.
setHelpContextId() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletArgumentsTab
 
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.
setImageSize(Point) - Method in class org.eclipse.jdt.ui.JavaElementImageDescriptor
Sets the size of the image created by calling createImage().
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.
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. Use SearchEngine.createJavaSearchScope(IJavaElement[]) with a java project instead
setInclusionFilters(String[]) - Method in interface org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint
Sets the inclusion filters that will define the scope for the associated exception.
setIndex(Expression) - Method in class org.eclipse.jdt.core.dom.ArrayAccess
Sets the index expression of this array access expression.
setInitializationData(IConfigurationElement, String, Object) - Method in class org.eclipse.jdt.core.JavaCore
 
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(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.
setInitializer(Expression) - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
 
setInitializer(Expression) - Method in class org.eclipse.jdt.core.dom.VariableDeclarationFragment
 
setInitializer(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMField
Sets the initializer expression for this field.
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.
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.
setJarLocation(IPath) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set the JAR file location.
setJavadoc(Javadoc) - Method in class org.eclipse.jdt.core.dom.BodyDeclaration
Sets or clears the Javadoc comment node.
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.
setLabel(SimpleName) - Method in class org.eclipse.jdt.core.dom.LabeledStatement
Sets the label of this labeled statement.
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.
setLaunchConfiguration(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
setLaunchConfiguration(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
Sets the java project currently specified by the given launch config, if any.
setLaunchConfigurationDialog(ILaunchConfigurationDialog) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
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.InstanceofExpression
Sets the left operand of this instanceof expression.
setLeftOperand(Expression) - Method in class org.eclipse.jdt.core.dom.InfixExpression
Sets the left operand of this infix expression.
setLibraryJavadocLocation(IPath, URL) - Static method in class org.eclipse.jdt.ui.JavaUI
Sets the Javadoc location for an archive with the given path.
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.
setLiteralValue(String) - Method in class org.eclipse.jdt.core.dom.StringLiteral
Sets the value of this literal node.
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
Set 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
Set the manifest provider.
setManifestVersion(String) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set the manifest version.
setMemberFilter(int, boolean) - Method in class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
Sets the member filters.
setMessage(Expression) - Method in class org.eclipse.jdt.core.dom.AssertStatement
Sets or clears the message expression of this assert statement.
setMethodStubSelection(boolean, boolean, boolean, boolean) - Method in class org.eclipse.jdt.ui.wizards.NewClassWizardPage
Sets the selection state of the method stub checkboxes.
setModification(boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaWatchpoint
Sets whether this breakpoint will suspend execution when its associated field is modified.
setModifiers(int) - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Sets the modifiers explicitly specified on this declaration.
setModifiers(int) - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Sets the modifiers explicitly specified on this declaration.
setModifiers(int) - Method in class org.eclipse.jdt.core.dom.Initializer
Sets the modifiers explicitly specified on this declaration.
setModifiers(int) - Method in class org.eclipse.jdt.core.dom.FieldDeclaration
Sets the modifiers explicitly specified on this declaration.
setModifiers(int) - Method in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
Sets the modifiers explicitly specified on this declaration.
setModifiers(int) - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
Sets the modifiers explicitly specified on this declaration.
setModifiers(int) - Method in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
Sets the modifiers explicitly specified on this declaration.
setModifiers(int, boolean) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Sets the modifiers.
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.PackageDeclaration
Sets the package name of this package declaration to the given 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.ClassInstanceCreation
Sets the name of the type instantiated in this class instance creation expression.
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.VariableDeclaration
Sets the name of the variable declared in this variable declaration 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.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.TypeDeclaration
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.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.SuperFieldAccess
Sets the name of the field accessed in this "super" field access expression.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
 
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom.VariableDeclarationFragment
 
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(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMInitializer
The IDOMInitializer refinement of this IDOMNode method does nothing.
setName(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMPackage
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
The IDOMType refinement of this IDOMNode method sets the name of this type.
setName(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMImport
The IDOMImport refinement of this IDOMNode method sets the name of this import.
setName(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMField
The IDOMField refinement of this IDOMNode method sets the name of this field.
setName(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
The IDOMMethod refinement of this IDOMNode method sets the name of this method.
setName(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMCompilationUnit
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.IDOMNode
Sets the name of this node.
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.
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.
setNotify(boolean) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
Whether this VM should fire property change notifications.
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.
setOperand(Expression) - Method in class org.eclipse.jdt.core.dom.PrefixExpression
Sets the operand of this prefix expression.
setOperand(Expression) - Method in class org.eclipse.jdt.core.dom.PostfixExpression
Sets the operand of this postfix 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.
setOptions(Hashtable) - Static method in class org.eclipse.jdt.core.JavaCore
Sets the current table of options.
setOptions(Map) - Method in interface org.eclipse.jdt.core.IJavaProject
Sets the project custom options.
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.
setOverwrite(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set whether files can be overwritten without warning.
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.
setPackagesToSeal(IPackageFragment[]) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set 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.
setParameters(String[], String[]) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Sets the types and names of parameters in this method in the order they are to be declared.
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
setPrimitiveTypeCode(PrimitiveType.Code) - Method in class org.eclipse.jdt.core.dom.PrimitiveType
Sets the primitive type code.
setProgramArguments(String[]) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets the custom program arguments.
setProjectJavadocLocation(IJavaProject, URL) - Static method in class org.eclipse.jdt.ui.JavaUI
Sets the Javadoc location for a Java project.
setProjectModified() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
Sets the project state to modified.
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.
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
Sets whether the members are provided from a shared working copy that exists for a original compilation unit in the Java element hierarchy.
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.ThisExpression
Sets or clears the qualifier of this "this" expression.
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.
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.
setRequestTimeout(int) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Sets the timeout value for JDI requests in milliseconds.
setReturnType(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Sets the return type name.
setReturnType(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.
setReuseManifest(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set 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(Type) - Method in class org.eclipse.jdt.core.dom.InstanceofExpression
Sets the right operand of this instanceof expression.
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
Set whether the manifest file must be saved during export operation or not.
setSealJar(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set 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.
setSource(char[]) - Method in interface org.eclipse.jdt.core.compiler.IScanner
Set the scanner source to process.
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
 
setSourceLocations(IJavaSourceLocation[]) - Method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
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.
setSourceStart(int) - Method in interface org.eclipse.jdt.core.compiler.IProblem
Set the start position of the problem (inclusive), or -1 if unknown.
setStepFilters(String[]) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Sets the list of active step filters in this target.
setStepFiltersEnabled(boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Sets whether step filters are enabled in this target.
setSuperclass(Name) - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Sets or clears the name of the superclass declared in this type declaration.
setSuperclass(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Sets the name of this type's superclass.
setSuperClass(String, boolean) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Sets the super class name.
setSuperInterfaces(List, boolean) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Sets the super interfaces.
setSuperInterfaces(String[]) - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Sets the names of interfaces that this type implements or extends, in the order in which they are to be listed in the source.
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.
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 encounterd 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.
setType(ArrayType) - Method in class org.eclipse.jdt.core.dom.ArrayCreation
Sets the array type in this array creation expression.
setType(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMField
Sets the type name of this field.
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.FieldDeclaration
Sets the base type declared in this field declaration to the given type.
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.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.CastExpression
Sets the type in this cast expression 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.
setTypeDeclaration(TypeDeclaration) - Method in class org.eclipse.jdt.core.dom.TypeDeclarationStatement
Sets the type declaration of this local type declaration statement.
setTypeName(String, boolean) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Sets the type name input field's text to the given value.
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.
setUsesManifest(boolean) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Set 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.
setValue(int, IJavaValue) - Method in interface org.eclipse.jdt.debug.core.IJavaArray
Sets the value at the given index to the specified value.
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards.NewElementWizardPage
 
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
Extend this method to set a user defined default classpath or output location.
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards.NewClassWizardPage
 
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
 
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards.NewInterfaceWizardPage
 
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) - 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.
setWorkingDirectory(String) - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Sets the working directory for a launched VM.
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 Rightl action (value "org.eclipse.jdt.ui.actions.ShiftRight").
SHORT - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
Type code for the primitive type "short".
ShouldReturnValue - 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 speficies 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_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_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_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_IN_PACKAGE_VIEW - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the navigate -> show in package explorer action (value "org.eclipse.jdt.ui.edit.text.java.show.in.package.view").
SHOW_JAVA_DOC - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Edit menu: name of standard Show Javadoc global action (value "org.eclipse.jdt.ui.actions.ShowJavaDoc").
SHOW_JAVADOC - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the edit -> show Javadoc action (value "org.eclipse.jdt.ui.edit.text.java.show.javadoc").
SHOW_NEXT_PROBLEM - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Note: this id is for internal use only.
SHOW_OUTLINE - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the edit -> 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 method parameter types.
SHOW_POST_QUALIFIED - Static variable in class org.eclipse.jdt.ui.JavaElementLabelProvider
Flag (bit mask) indicating that Complation Units, Class Files, Types, Declarations and Members should be rendered qualified.
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
Note: this id is for internal use only.
SHOW_QUALIFIED - Static variable in class org.eclipse.jdt.ui.JavaElementLabelProvider
Flag (bit mask) indicating that Complation 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.
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 thata field label should include the declared type.
SHOW_VARIABLE - Static variable in class org.eclipse.jdt.ui.JavaElementLabelProvider
Flag (bit mask) indicating that the packagefragment roots from variables should be rendered with the variable in the name
ShowActionGroup - class org.eclipse.jdt.ui.actions.ShowActionGroup.
Action group that adds the show actions to a context menu and the action bar's navigate menu.
ShowActionGroup(IViewPart) - Constructor for class org.eclipse.jdt.ui.actions.ShowActionGroup
Creates a new ShowActionGroup.
ShowActionGroup(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.ShowActionGroup
Note: This constructor is for internal use only.
ShowActionGroup(Page) - Constructor for class org.eclipse.jdt.ui.actions.ShowActionGroup
Creates a new ShowActionGroup.
ShowInNavigatorViewAction - class org.eclipse.jdt.ui.actions.ShowInNavigatorViewAction.
Reveals the selected element in the resource navigator view.
ShowInNavigatorViewAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.ShowInNavigatorViewAction
Creates a new ShowInNavigatorViewAction.
ShowInNavigatorViewAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.ShowInNavigatorViewAction
Note: This constructor is for internal use only.
ShowInPackageViewAction - class org.eclipse.jdt.ui.actions.ShowInPackageViewAction.
This action reveals the currently selected Java element in the package explorer.
ShowInPackageViewAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.ShowInPackageViewAction
Creates a new ShowInPackageViewAction.
ShowInPackageViewAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.ShowInPackageViewAction
Note: This constructor is for internal use only.
shutdown() - Method in class org.eclipse.jdt.core.JavaCore
Shutdown the JavaCore plug-in.
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 org.eclipse.jdt.core.Signature.
Provides methods for encoding and decoding type and method signature strings.
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.
SimpleName - class org.eclipse.jdt.core.dom.SimpleName.
AST node for a simple name.
SimpleType - class org.eclipse.jdt.core.dom.SimpleType.
Type node for a named class or interface type.
SINGLE_VARIABLE_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SingleVariableDeclaration.
SingleVariableDeclaration - class org.eclipse.jdt.core.dom.SingleVariableDeclaration.
Single variable declaration AST node type.
SIPUSH - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
skipProjectPackageFragmentRoot(IPackageFragmentRoot) - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
Note: This method is for internal use only.
SocketUtil - class org.eclipse.jdt.launching.SocketUtil.
Utility class to find a port to debug on.
SocketUtil() - Constructor for class org.eclipse.jdt.launching.SocketUtil
 
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").
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(ICompilationUnit, int[], Comparator, int, IProgressMonitor) - Static method in class org.eclipse.jdt.core.util.CompilationUnitSorter
Reorders the declarations in the given compilation unit.
SortMembersAction - class org.eclipse.jdt.ui.actions.SortMembersAction.
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
 
SPACE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
SPACES_FOR_TABS - Static variable in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
Preference key for inserting spaces rather than tabs.
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 triming 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.
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.
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 org.eclipse.jdt.launching.StandardClasspathProvider.
Default implementation for classpath provider.
StandardClasspathProvider() - Constructor for class org.eclipse.jdt.launching.StandardClasspathProvider
 
StandardJavaElementContentProvider - class org.eclipse.jdt.ui.StandardJavaElementContentProvider.
A base content provider for Java elements.
StandardJavaElementContentProvider() - Constructor for class org.eclipse.jdt.ui.StandardJavaElementContentProvider
Creates a new content provider.
StandardJavaElementContentProvider(boolean, boolean) - Constructor for class org.eclipse.jdt.ui.StandardJavaElementContentProvider
Creates a new StandardJavaElementContentProvider.
StandardSourcePathProvider - class org.eclipse.jdt.launching.StandardSourcePathProvider.
Default implementation of source lookup path computation and resolution.
StandardSourcePathProvider() - Constructor for class org.eclipse.jdt.launching.StandardSourcePathProvider
 
startup() - Method in class org.eclipse.jdt.core.JavaCore
Startup of the JavaCore plug-in.
Statement - class org.eclipse.jdt.core.dom.Statement.
Abstract base class of AST nodes that represent statements.
statements() - Method in class org.eclipse.jdt.core.dom.SwitchStatement
Returns the live ordered list of statements for this switch statement.
statements() - Method in class org.eclipse.jdt.core.dom.Block
Returns the live list of statements in this block.
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
StaticInheritedMethodConflicts - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
StaticMethodRequested - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
STATUS_ERROR - Static variable in interface org.eclipse.jdt.junit.ITestRunListener
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
Status constant indicating that a test failed an assertion (constant value 2).
STATUS_OK - Static variable in interface org.eclipse.jdt.junit.ITestRunListener
Status constant indicating that a test passed (constant value 0).
store(OutputStream, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Stores the type hierarchy in an output stream.
STRICTFP - Static variable in class org.eclipse.jdt.core.dom.Modifier
"strictfp" modifier constant (bit mask).
STRING_LITERAL - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type StringLiteral.
StringConstantIsExceedingUtf8Limit - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
StringLiteral - class org.eclipse.jdt.core.dom.StringLiteral.
String literal 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.
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.
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.QualifiedName
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.FieldAccess
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.PrimitiveType
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.LabeledStatement
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.WhileStatement
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.NumberLiteral
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.CharacterLiteral
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.AnonymousClassDeclaration
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.MethodInvocation
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.ThrowStatement
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.DoStatement
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.Javadoc
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.TypeLiteral
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.EmptyStatement
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.ThisExpression
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.TryStatement
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.Initializer
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.SimpleType
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.PackageDeclaration
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.FieldDeclaration
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.SuperFieldAccess
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.AssertStatement
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.ForStatement
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.ArrayCreation
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.InstanceofExpression
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.SwitchCase
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.ArrayType
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.ConstructorInvocation
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.ReturnStatement
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.ImportDeclaration
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.PrefixExpression
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.TypeDeclarationStatement
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.PostfixExpression
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.SynchronizedStatement
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.BreakStatement
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.ConditionalExpression
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.ExpressionStatement
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.BooleanLiteral
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.ArrayInitializer
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.ArrayAccess
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.ParenthesizedExpression
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.StringLiteral
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.IfStatement
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.SwitchStatement
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.NullLiteral
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.VariableDeclarationFragment
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.SimpleName
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.ContinueStatement
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.CastExpression
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.Block
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.InfixExpression
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.CatchClause
 
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom.Assignment
 
suggestArgumentNames(IJavaProject, char[], char[], int, char[][]) - Static method in class org.eclipse.jdt.core.NamingConventions
Suggest names for an argument.
suggestArgumentNames(IJavaProject, String, String, int, String[]) - Static method in class org.eclipse.jdt.core.NamingConventions
Suggest names for an argument.
suggestFieldNames(IJavaProject, char[], char[], int, int, char[][]) - Static method in class org.eclipse.jdt.core.NamingConventions
Suggest names for a field.
suggestFieldNames(IJavaProject, String, String, int, int, String[]) - Static method in class org.eclipse.jdt.core.NamingConventions
Suggest names for a field.
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.
suggestLocalVariableNames(IJavaProject, char[], char[], int, char[][]) - Static method in class org.eclipse.jdt.core.NamingConventions
Suggest names for a local variable.
suggestLocalVariableNames(IJavaProject, String, String, int, String[]) - Static method in class org.eclipse.jdt.core.NamingConventions
Suggest names for a local variable.
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.
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_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_METHOD_INVOCATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SuperMethodInvocation.
SuperclassAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
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
 
SuperclassInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SuperclassMustBeAClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SuperclassNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SuperclassNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
SuperConstructorInvocation - class org.eclipse.jdt.core.dom.SuperConstructorInvocation.
Super constructor invocation statement AST node type.
SuperFieldAccess - class org.eclipse.jdt.core.dom.SuperFieldAccess.
Simple or qualified "super" field access expression AST node type.
SuperInterfaceMustBeAnInterface - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
superInterfaces() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Returns the live ordered list of names of superinterfaces of this type declaration.
superInterfacesChanged() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Hook method that gets called when the list of super interface has changed.
SuperMethodInvocation - class org.eclipse.jdt.core.dom.SuperMethodInvocation.
Simple or qualified "super" method invocation expression AST node type.
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
Returns whether this stack frame currently supports the drop to frame operation.
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.
supportsMonitorInformation() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns whether this target supports providing monitor information.
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.
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_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").
SurroundWithTryCatchAction - class org.eclipse.jdt.ui.actions.SurroundWithTryCatchAction.
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.
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_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SwitchStatement.
SwitchCase - class org.eclipse.jdt.core.dom.SwitchCase.
Switch case AST node type.
SwitchStatement - class org.eclipse.jdt.core.dom.SwitchStatement.
Switch statement AST node type.
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_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type SynchronizedStatement.
SynchronizedStatement - class org.eclipse.jdt.core.dom.SynchronizedStatement.
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
 

Eclipse JDT
2.1
A B C D E F G H I J K L M N O P Q R S T U V W X Z _
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.