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

S

S - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
S_CANCELED - Static variable in class org.eclipse.wst.jsdt.web.core.javascript.search.JsIndexManager
indexing job was canceled in the middle of it, index needs to be rebuilt
S_REBUILDING - Static variable in class org.eclipse.wst.jsdt.web.core.javascript.search.JsIndexManager
entire index is being rebuilt
S_STABLE - Static variable in class org.eclipse.wst.jsdt.web.core.javascript.search.JsIndexManager
index is reliable to use
S_UPDATING - Static variable in class org.eclipse.wst.jsdt.web.core.javascript.search.JsIndexManager
index is being updated (from a resource delta)
safeEquals(Object, Object) - Static method in class org.eclipse.wst.jsdt.core.dom.ASTMatcher
Returns whether the given objects are equal according to equals.
safeSubtreeListMatch(List, List) - Method in class org.eclipse.wst.jsdt.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.wst.jsdt.core.dom.ASTMatcher
Returns whether the given nodes match according to AST.subtreeMatch.
SAMP - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
save(IProgressMonitor, boolean) - Method in interface org.eclipse.wst.jsdt.core.IBuffer
Saves the contents of this buffer to its underlying resource.
save(IProgressMonitor, boolean) - Method in interface org.eclipse.wst.jsdt.core.IOpenable
Saves any changes in this element's buffer to its underlying resource via a workspace resource operation.
save() - Method in class org.eclipse.wst.jsdt.internal.core.index.Index
 
saveArgumentComments - Variable in class org.eclipse.wst.jsdt.core.infer.InferOptions
 
SBQUO - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
SCARON_L - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
SCARON_U - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
scheduleDocumentIndexing(SearchDocument, IPath) - Method in class org.eclipse.wst.jsdt.core.search.SearchParticipant
Schedules the indexing of the given document.
scope - Variable in class org.eclipse.wst.jsdt.core.infer.InferredType
 
SCRIPT - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
SCRIPT_FILE_DECLARATION - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
SDOT - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
search(SearchPattern, SearchParticipant[], IJavaScriptSearchScope, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.core.search.SearchEngine
Searches for matches of a given search pattern.
search(ISearchRequestor, QuerySpecification, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.ui.search.IQueryParticipant
Executes the search described by the given querySpecification.
search(String, IJavaScriptSearchScope, int, int, int, boolean, SearchRequestor) - Method in class org.eclipse.wst.jsdt.web.core.javascript.search.JsSearchSupport
Perform a java search w/ the given parameters.
search(IJavaScriptElement, IJavaScriptSearchScope, SearchRequestor) - Method in class org.eclipse.wst.jsdt.web.core.javascript.search.JsSearchSupport
Search for an IJavaScriptElement, constrained by the given parameters.
SEARCH_USE_REDUCED_MENU - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls a reduced search menu is used in the JavaScript editors.
searchAllFiles() - Method in class org.eclipse.wst.jsdt.core.infer.ResolutionConfiguration
Determine if all files in include path should be searched to resolve a name.
searchAllTypeNames(char[], int, char[], int, int, IJavaScriptSearchScope, TypeNameRequestor, int, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.core.search.SearchEngine
Searches for all top-level types and member types in the given scope.
searchAllTypeNames(char[], int, char[], int, int, IJavaScriptSearchScope, TypeNameMatchRequestor, int, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.core.search.SearchEngine
Searches for all top-level types and member types in the given scope.
searchAllTypeNames(char[][], char[][], IJavaScriptSearchScope, TypeNameRequestor, int, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.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[][], IJavaScriptSearchScope, TypeNameMatchRequestor, int, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.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.
searchDeclarationsOfAccessedFields(IJavaScriptElement, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.core.search.SearchEngine
Searches for all declarations of the fields accessed in the given element.
searchDeclarationsOfReferencedTypes(IJavaScriptElement, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.core.search.SearchEngine
Searches for all declarations of the types referenced in the given element.
searchDeclarationsOfSentMessages(IJavaScriptElement, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.core.search.SearchEngine
Searches for all declarations of the methods invoked in the given element.
SearchDocument - Class in org.eclipse.wst.jsdt.core.search
A search document encapsulates a content to be either indexed or searched in.
SearchEngine - Class in org.eclipse.wst.jsdt.core.search
A SearchEngine searches for JavaScript elements following a search pattern.
SearchEngine() - Constructor for class org.eclipse.wst.jsdt.core.search.SearchEngine
Creates a new search engine.
SearchEngine(IJavaScriptUnit[]) - Constructor for class org.eclipse.wst.jsdt.core.search.SearchEngine
Creates a new search engine with a list of working copies that will take precedence over their original javascript unit s in the subsequent search operations.
SearchEngine(WorkingCopyOwner) - Constructor for class org.eclipse.wst.jsdt.core.search.SearchEngine
Creates a new search engine with the given working copy owner.
SearchMatch - Class in org.eclipse.wst.jsdt.core.search
A search match represents the result of a search query.
SearchMatch(IJavaScriptElement, int, int, int, SearchParticipant, IResource) - Constructor for class org.eclipse.wst.jsdt.core.search.SearchMatch
Creates a new search match.
SearchParticipant - Class in org.eclipse.wst.jsdt.core.search
A search participant describes a particular extension to a generic search mechanism, permitting combined search actions which will involve all required participants.
SearchPattern - Class in org.eclipse.wst.jsdt.core.search
A search pattern defines how search results are found.
SearchPattern(int) - Constructor for class org.eclipse.wst.jsdt.core.search.SearchPattern
Creates a search pattern with the rule to apply for matching index keys.
SearchRequestor - Class in org.eclipse.wst.jsdt.core.search
Collects the results from a search engine query.
SearchRequestor() - Constructor for class org.eclipse.wst.jsdt.core.search.SearchRequestor
 
searchRunnable(IJavaScriptElement, IJavaScriptSearchScope, SearchRequestor) - Method in class org.eclipse.wst.jsdt.web.core.javascript.search.JsSearchSupport
Search for an IJavaScriptElement, constrained by the given parameters.
SECT - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
SELECT - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
selectAndReveal(Object) - Method in interface org.eclipse.wst.jsdt.ui.IPackagesViewPart
Selects and reveals the given element in this packages view.
selectIndexes(SearchPattern, IJavaScriptSearchScope) - Method in class org.eclipse.wst.jsdt.core.search.SearchParticipant
Returns the collection of index locations to consider when performing the given search query in the given scope.
selectIndexes(SearchPattern, IJavaScriptSearchScope) - Method in class org.eclipse.wst.jsdt.web.core.javascript.search.JsSearchParticipant
 
selectionChanged(IAction, ISelection) - Method in class org.eclipse.wst.jsdt.ui.JavaScriptLibrariesAction
 
selectionChanged(IAction, ISelection) - Method in class org.eclipse.wst.jsdt.web.ui.SetupProjectsWizzard
 
sessionEnded() - Method in interface org.eclipse.wst.jsdt.ui.text.java.IJavaCompletionProposalComputer
Informs the computer that a content assist session has ended.
sessionStarted() - Method in interface org.eclipse.wst.jsdt.ui.text.java.IJavaCompletionProposalComputer
Informs the computer that a content assist session has started.
set(ASTNode, StructuralPropertyDescriptor, Object, TextEditGroup) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ASTRewrite
Sets the given property of the given node.
set(Map) - Method in class org.eclipse.wst.jsdt.core.infer.InferOptions
 
setAccuracy(int) - Method in class org.eclipse.wst.jsdt.core.search.SearchMatch
Sets the accuracy of this match.
setActivePart(IAction, IWorkbenchPart) - Method in class org.eclipse.wst.jsdt.ui.JavaScriptLibrariesAction
 
setActivePart(IAction, IWorkbenchPart) - Method in class org.eclipse.wst.jsdt.web.ui.SetupProjectsWizzard
 
setAdapterRegistry(FactoryRegistry) - Method in class org.eclipse.wst.jsdt.web.ui.views.contentoutline.JsJfaceNode
 
setAddComments(boolean, boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Sets 'Add comment' checkbox.
setAdditionalFlags(int) - Method in class org.eclipse.wst.jsdt.core.CompletionProposal
Sets the completion flags relevant in the context.
setAdornments(int) - Method in class org.eclipse.wst.jsdt.ui.JavaScriptElementImageDescriptor
Sets the descriptors adornments.
setAllowsRequiredProposals(int, int, boolean) - Method in class org.eclipse.wst.jsdt.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.wst.jsdt.core.dom.Comment
Returns the root AST node that this comment occurs within, or null if none (or not recorded).
setAnonymousClassDeclaration(AnonymousClassDeclaration) - Method in class org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation
Sets whether this class instance creation expression declares an anonymous class (that is, has class body declarations).
setArguments(IArgument[]) - Method in interface org.eclipse.wst.jsdt.core.ast.IAbstractFunctionDeclaration
 
setArray(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ArrayAccess
Sets the array expression of this array access expression.
setBinding(LocalVariableBinding) - Method in interface org.eclipse.wst.jsdt.core.ast.ILocalDeclaration
 
setBindingsRecovery(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Requests that the validator should perform bindings recovery.
setBody(Block) - Method in class org.eclipse.wst.jsdt.core.dom.CatchClause
Sets the body of this catch clause.
setBody(Statement) - Method in class org.eclipse.wst.jsdt.core.dom.DoStatement
Sets the body of this do statement.
setBody(Statement) - Method in class org.eclipse.wst.jsdt.core.dom.EnhancedForStatement
Sets the body of this enhanced for statement.
setBody(Statement) - Method in class org.eclipse.wst.jsdt.core.dom.ForInStatement
Sets the body of this for statement.
setBody(Statement) - Method in class org.eclipse.wst.jsdt.core.dom.ForStatement
Sets the body of this for statement.
setBody(Block) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionDeclaration
Sets or clears the body of this method declaration.
setBody(Block) - Method in class org.eclipse.wst.jsdt.core.dom.Initializer
Sets the body of this initializer declaration.
setBody(Statement) - Method in class org.eclipse.wst.jsdt.core.dom.LabeledStatement
Sets the body of this labeled statement.
setBody(Block) - Method in class org.eclipse.wst.jsdt.core.dom.TryStatement
Sets the body of this try statement.
setBody(Statement) - Method in class org.eclipse.wst.jsdt.core.dom.WhileStatement
Sets the body of this while statement.
setBody(Statement) - Method in class org.eclipse.wst.jsdt.core.dom.WithStatement
Sets the body of this with statement.
setBooleanValue(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.BooleanLiteral
Sets the boolean value of this boolean literal node.
setBound(Type, boolean) - Method in class org.eclipse.wst.jsdt.core.dom.WildcardType
Sets the bound of this wildcard type to the given type and marks it as an upper or a lower bound.
setBound(Type) - Method in class org.eclipse.wst.jsdt.core.dom.WildcardType
Sets the bound of this wildcard type to the given type.
setBuffer(IBuffer) - Method in interface org.eclipse.wst.jsdt.web.core.javascript.IJsTranslator
sets the javascript unit buffer
setBuffer(IBuffer) - Method in class org.eclipse.wst.jsdt.web.core.javascript.JsTranslator
 
setCanceled(boolean) - Method in class org.eclipse.wst.jsdt.web.core.javascript.search.JsSearchSupport
JSP Indexing and Search jobs check this
setCharValue(char) - Method in class org.eclipse.wst.jsdt.core.dom.CharacterLiteral
Sets the value of this character literal node to the given character.
setCollection(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ForInStatement
Sets or clears the condition expression of this return statement.
setComment(String) - Method in class org.eclipse.wst.jsdt.core.dom.JSdoc
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 class org.eclipse.wst.jsdt.core.refactoring.descriptors.JavaScriptRefactoringDescriptor
Sets the details comment of this refactoring.
setCompilationUnit(CompilationUnitDeclaration) - Method in class org.eclipse.wst.jsdt.core.infer.InferEngine
 
setCompilationUnit(IJavaScriptUnit) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameLocalVariableDescriptor
Sets the compilation unit which contains the local variable.
setCompilerOptions(Map) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Sets the validator options to be used when parsing.
setCompletion(char[]) - Method in class org.eclipse.wst.jsdt.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.wst.jsdt.core.JavaScriptCore
Sets the default's validator options inside the given options map according to the given compliance.
setComponentType(Type) - Method in class org.eclipse.wst.jsdt.core.dom.ArrayType
Sets the component type of this array type.
setConstructor(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionDeclaration
Sets whether this declaration declares a constructor or a method.
setContents(char[]) - Method in interface org.eclipse.wst.jsdt.core.IBuffer
Sets the contents of this buffer to the given character array.
setContents(String) - Method in interface org.eclipse.wst.jsdt.core.IBuffer
Sets the contents of this buffer to the given String.
setDeclaration(AbstractTypeDeclaration) - Method in class org.eclipse.wst.jsdt.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.wst.jsdt.core.CompletionProposal
Sets the type key of the relevant declaration in the context, or null if none.
setDeclarationSignature(char[]) - Method in class org.eclipse.wst.jsdt.core.CompletionProposal
Sets the type signature of the relevant declaration in the context, or null if none.
setDefaultClassPath(IIncludePathEntry[], boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewJavaProjectWizardPage
Sets the default classpath to be used for the new JavaScript project.
setDefaultOptions() - Method in class org.eclipse.wst.jsdt.core.infer.InferOptions
 
setDefaultOutputFolder(IPath) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewJavaProjectWizardPage
Sets the default output location to be used for the new JavaScript project.
setDeprecateDelegate(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveStaticMembersDescriptor
Determines whether the delegate for a member should be declared as deprecated.
setDeprecateDelegate(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Determines whether the delegate for a Java element should be declared as deprecated.
setDescription(String) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.JavaScriptRefactoringDescriptor
Sets the description of this refactoring.
setDestination(IJavaScriptElement) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveDescriptor
Sets the destination of the move.
setDestinationType(IType) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveStaticMembersDescriptor
Sets the destination type of the move operation.
setEditor(IEditorPart) - Method in interface org.eclipse.wst.jsdt.ui.text.java.hover.IJavaEditorTextHover
Sets the editor on which the hover is shown.
setElement(Object) - Method in class org.eclipse.wst.jsdt.core.search.SearchMatch
Sets the element of this search match.
setElseExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ConditionalExpression
Sets the "else" part of this conditional expression.
setElseStatement(Statement) - Method in class org.eclipse.wst.jsdt.core.dom.IfStatement
Sets or clears the "else" part of this if statement.
setEnclosingType(IType, boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Sets the enclosing type.
setEnclosingTypeSelection(boolean, boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Sets the enclosing type checkbox's selection state.
setEscapedValue(String) - Method in class org.eclipse.wst.jsdt.core.dom.CharacterLiteral
Sets the string value of this literal node.
setEscapedValue(String) - Method in class org.eclipse.wst.jsdt.core.dom.StringLiteral
Sets the string value of this literal node to the given string literal token.
setException(SingleVariableDeclaration) - Method in class org.eclipse.wst.jsdt.core.dom.CatchClause
Sets the variable declaration of this catch clause.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.AssertStatement
Sets the first expression of this assert statement.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.CastExpression
Sets the expression of this cast expression.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation
Sets or clears the expression of this class instance creation expression.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ConditionalExpression
Sets the condition of this conditional expression.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.DoStatement
Sets the expression of this do statement.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.EnhancedForStatement
Sets the expression of this enhanced for statement.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ExpressionStatement
Sets the expression of this expression statement.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.FieldAccess
Sets the expression of this field access expression.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ForStatement
Sets or clears the condition expression of this return statement.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionInvocation
Sets or clears the expression of this method invocation expression.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.IfStatement
Sets the condition of this if statement.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ParenthesizedExpression
Sets the expression of this parenthesized expression.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ReturnStatement
Sets or clears the expression of this return statement.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.SuperConstructorInvocation
Sets or clears the expression of this super constructor invocation statement.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.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.wst.jsdt.core.dom.SwitchStatement
Sets the expression of this switch statement.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ThrowStatement
Sets the expression of this throw statement.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.WhileStatement
Sets the expression of this while statement.
setExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.WithStatement
Sets the expression of this with statement.
setExtraDimensions(int) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionDeclaration
Sets the number of extra array dimensions over and above the explicitly-specified return type.
setExtraDimensions(int) - Method in class org.eclipse.wst.jsdt.core.dom.SingleVariableDeclaration
 
setExtraDimensions(int) - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclaration
Sets the number of extra array dimensions over and above the explicitly-specified type.
setExtraDimensions(int) - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclarationFragment
Sets the number of extra array dimensions this variable has over and above the type specified in the enclosing declaration.
setFavoriteReferences(String[]) - Method in class org.eclipse.wst.jsdt.core.CompletionRequestor
Set the favorite references which will be used to compute some completion proposals.
setFieldName(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ObjectLiteralField
Sets the type in this cast expression to the given type.
setFileNamePatterns(String) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveDescriptor
Sets the file name patterns to use during qualified name updating.
setFileNamePatterns(String) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Sets the file name patterns to use during qualified name updating.
setFilterImplicitImports(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite
Specifies that implicit imports (types in default package, package java.lang or in the same package as the rewrite javaScript unit should not be created except if necessary to resolve an on-demand import conflict.
setFinally(Block) - Method in class org.eclipse.wst.jsdt.core.dom.TryStatement
Sets or clears the finally block of this try statement.
setFlags(int) - Method in class org.eclipse.wst.jsdt.core.CompletionProposal
Sets the modifier flags relevant in the context.
setFlags(int) - Method in class org.eclipse.wst.jsdt.core.dom.ASTNode
Sets the flags associated with this node to the given value.
setFlags(int) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.JavaScriptRefactoringDescriptor
Sets the flags of this refactoring.
setFocalPosition(int) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Requests an abridged abstract syntax tree.
setForceWrapping(String, boolean) - Static method in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
Set the force value of the given alignment value and return the new value.
setHierarchyMode(int) - Method in interface org.eclipse.wst.jsdt.ui.ITypeHierarchyViewPart
Sets the hierarchy mode.
setIdentifier(String) - Method in class org.eclipse.wst.jsdt.core.dom.SimpleName
Sets the identifier of this node to the given value.
setIgnored(int, boolean) - Method in class org.eclipse.wst.jsdt.core.CompletionRequestor
Sets whether the given kind of completion proposal is ignored.
setImageSize(Point) - Method in class org.eclipse.wst.jsdt.ui.JavaScriptElementImageDescriptor
Sets the size of the image created by calling #createImage().
setImplicit(boolean) - Method in class org.eclipse.wst.jsdt.core.search.SearchMatch
Sets whether the associated element is implicit or not.
setImportOrder(String[]) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite
Defines the import groups and order to be used by the ImportRewrite.
setImports(String[]) - Method in interface org.eclipse.wst.jsdt.core.eval.IEvaluationContext
Sets the import declarations for this evaluation context.
setIncludepathVariable(String, IPath) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Deprecated. Use JavaScriptCore.setIncludepathVariable(String, IPath, IProgressMonitor) instead
setIncludepathVariable(String, IPath, IProgressMonitor) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Sets the value of the given includepath variable.
setIncludepathVariables(String[], IPath[], IProgressMonitor) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Sets the values of all the given includepath variables at once.
setIndentStyle(String, int) - Static method in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
Set the indentation style of the given alignment value and return the new value.
setIndex(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ArrayAccess
Sets the index expression of this array access expression.
setInferredType(InferredType) - Method in interface org.eclipse.wst.jsdt.core.ast.IAbstractFunctionDeclaration
Set the return type
setInferredType(InferredType) - Method in interface org.eclipse.wst.jsdt.core.ast.IAbstractVariableDeclaration
Set the inferred type of the var
setInferredType(InferredType) - Method in interface org.eclipse.wst.jsdt.core.ast.IObjectLiteral
 
setInitializer(ArrayInitializer) - Method in class org.eclipse.wst.jsdt.core.dom.ArrayCreation
Sets or clears the array initializer of this array creation expression.
setInitializer(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ObjectLiteralField
Sets the expression of this cast expression.
setInitializer(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.SingleVariableDeclaration
 
setInitializer(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclaration
Sets or clears the initializer of this variable declaration.
setInitializer(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclarationFragment
 
setInput(IType) - Method in interface org.eclipse.wst.jsdt.ui.ITypeHierarchyViewPart
Deprecated. use setInputElement instead
setInputElement(IJavaScriptElement) - Method in interface org.eclipse.wst.jsdt.ui.ITypeHierarchyViewPart
Sets the input element of this type hierarchy view.
setInsideDocComment(boolean) - Method in class org.eclipse.wst.jsdt.core.search.SearchMatch
Sets whether this search match is inside a doc comment of a Java source file.
setInterface(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.TypeDeclaration
Sets whether this type declaration declares a class or an interface.
setInvocationContext(JavaContentAssistInvocationContext) - Method in class org.eclipse.wst.jsdt.ui.text.java.CompletionProposalCollector
Sets the invocation context.
setIsFileImport(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.ImportDeclaration
 
setIterationVariable(Statement) - Method in class org.eclipse.wst.jsdt.core.dom.ForInStatement
 
setJavadoc(JSdoc) - Method in class org.eclipse.wst.jsdt.core.dom.BodyDeclaration
Sets or clears the doc comment node.
setJavadoc(JSdoc) - Method in class org.eclipse.wst.jsdt.core.dom.PackageDeclaration
Sets or clears the doc comment node.
setJavadoc(JSdoc) - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclarationStatement
Sets or clears the doc comment node.
setJavaElement(IJavaScriptElement) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Sets the Java element to be renamed.
setJsGlobalScopeContainer(IPath, IJavaScriptProject[], IJsGlobalScopeContainer[], IProgressMonitor) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Bind a container reference path to some actual containers (IJsGlobalScopeContainer).
setKeepOriginal(boolean) - Method in class org.eclipse.wst.jsdt.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.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Determines whether the the original Java element should be kept as delegate to the renamed one.
setKey(char[]) - Method in class org.eclipse.wst.jsdt.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.wst.jsdt.core.dom.Modifier
Sets the modifier keyword of this modifier node.
setKind(int) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Sets the kind of constructs to be parsed from the source.
setLabel(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.BreakStatement
Sets or clears the label of this break statement.
setLabel(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.ContinueStatement
Sets or clears the label of this continue statement.
setLabel(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.LabeledStatement
Sets the label of this labeled statement.
setLeadingComment(String) - Method in class org.eclipse.wst.jsdt.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.wst.jsdt.core.dom.Assignment
Sets the left hand side of this assignment expression.
setLeftOperand(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.InfixExpression
Sets the left operand of this infix expression.
setLeftOperand(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.InstanceofExpression
Sets the left operand of this instanceof expression.
setLength(int) - Method in class org.eclipse.wst.jsdt.core.search.SearchMatch
Sets the length of this search match.
setLinkingEnabled(boolean) - Method in interface org.eclipse.wst.jsdt.ui.IPackagesViewPart
Sets whether this Packages view's selection automatically tracks the active editor.
setLinkingEnabled(boolean) - Method in interface org.eclipse.wst.jsdt.ui.ITypeHierarchyViewPart
Sets whether this type hierarchy view's selection automatically tracks the active editor.
setLiteralValue(String) - Method in class org.eclipse.wst.jsdt.core.dom.StringLiteral
Sets the value of this literal node.
setLocalElement(IJavaScriptElement) - Method in class org.eclipse.wst.jsdt.core.search.TypeReferenceMatch
Sets the local element of this search match.
setMatchStrategy(int) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Determines which strategy should be used during similar declaration updating.
setMember(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation
 
setMembers(IMember[]) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveStaticMembersDescriptor
Sets the static members to move.
setMessage(String) - Method in class org.eclipse.wst.jsdt.core.compiler.CategorizedProblem
 
setMessage(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.AssertStatement
Sets or clears the message expression of this assert statement.
setMethod(FunctionDeclaration) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionExpression
Sets the type in this cast expression to the given type.
setMethodDeclaration(MethodDeclaration) - Method in interface org.eclipse.wst.jsdt.core.ast.IFunctionExpression
 
setMethodStubSelection(boolean, boolean, boolean, boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewClassWizardPage
Sets the selection state of the method stub checkboxes.
setModifiers(int) - Method in class org.eclipse.wst.jsdt.core.dom.BodyDeclaration
Deprecated. Rhis method is replaced by BodyDeclaration.modifiers() which contains a list of a Modifier nodes.
setModifiers(int) - Method in class org.eclipse.wst.jsdt.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.wst.jsdt.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.wst.jsdt.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.wst.jsdt.ui.wizards.NewTypeWizardPage
Sets the modifiers.
setMoveMembers(IMember[]) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveDescriptor
Sets the members to move.
setMovePackageFragmentRoots(IPackageFragmentRoot[]) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveDescriptor
Sets the package fragment roots to move.
setMovePackages(IPackageFragment[]) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveDescriptor
Sets the package fragments to move.
setMoveResources(IFile[], IFolder[], IJavaScriptUnit[]) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveDescriptor
Sets the resources and compilation units to move.
setName(char[]) - Method in class org.eclipse.wst.jsdt.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(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.AbstractTypeDeclaration
Sets the name of the type declared in this type declaration to the given name.
setName(Name) - Method in class org.eclipse.wst.jsdt.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(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.FieldAccess
Sets the name of the field accessed in this field access expression.
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionDeclaration
Sets the name of the method declared in this method declaration to the given name.
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionInvocation
Sets the name of the method invoked in this expression to the given name.
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionRef
Sets the name of the referenced method or constructor to the given name.
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionRefParameter
Sets or clears the parameter name.
setName(Name) - Method in class org.eclipse.wst.jsdt.core.dom.ImportDeclaration
Sets the name of this import declaration to the given name.
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.MemberRef
Sets the name of the referenced member to the given name.
setName(Name) - Method in class org.eclipse.wst.jsdt.core.dom.PackageDeclaration
Sets the package name of this package declaration to the given name.
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.QualifiedName
Sets the name part of this qualified name to the given simple name.
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.QualifiedType
Sets the name part of this qualified type to the given simple name.
setName(Name) - Method in class org.eclipse.wst.jsdt.core.dom.SimpleType
Sets the name of this simple type to the given name.
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.SingleVariableDeclaration
 
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.SuperFieldAccess
Sets the name of the field accessed in this "super" field access expression.
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.core.dom.SuperMethodInvocation
Sets the name of the method invoked in this expression to the given name.
setName(SimpleName) - Method in class org.eclipse.wst.jsdt.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.wst.jsdt.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.wst.jsdt.core.dom.VariableDeclarationFragment
 
setName(String) - Method in class org.eclipse.wst.jsdt.web.ui.views.contentoutline.JsJfaceNode
 
setNameStart(int) - Method in class org.eclipse.wst.jsdt.core.infer.InferredType
Set the charactor position (in the source) of the type name
setNewName(String) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Sets the new name to rename the Java element to.
setNewName(String) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameLocalVariableDescriptor
Sets the new name to rename the local variable to.
setNewName(String) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameResourceDescriptor
Sets the new name to rename the resource to.
setOffset(int) - Method in class org.eclipse.wst.jsdt.core.search.SearchMatch
Sets the offset of this search match.
setOnDemand(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.ImportDeclaration
Sets whether this import declaration is an on-demand or a single-type import.
setOnDemandImportThreshold(int) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite
Sets the on-demand import threshold for normal (non-static) imports.
setOperand(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.PostfixExpression
Sets the operand of this postfix expression.
setOperand(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.PrefixExpression
Sets the operand of this prefix expression.
setOperator(Assignment.Operator) - Method in class org.eclipse.wst.jsdt.core.dom.Assignment
Sets the operator of this assignment expression.
setOperator(InfixExpression.Operator) - Method in class org.eclipse.wst.jsdt.core.dom.InfixExpression
Sets the operator of this infix expression.
setOperator(PostfixExpression.Operator) - Method in class org.eclipse.wst.jsdt.core.dom.PostfixExpression
Sets the operator of this postfix expression.
setOperator(PrefixExpression.Operator) - Method in class org.eclipse.wst.jsdt.core.dom.PrefixExpression
Sets the operator of this prefix expression.
setOption(String, String) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Helper method for setting one option value only.
setOptions(Map) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Sets the project custom options.
setOptions(Hashtable) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Sets the current table of options.
setOrderAlphabetically(boolean) - Method in class org.eclipse.wst.jsdt.ui.text.java.CompletionProposalComparator
Sets the sort order.
setOtherElements(IJavaScriptElement[]) - Method in class org.eclipse.wst.jsdt.core.search.TypeReferenceMatch
Sets the other elements of this search match.
setOutputLocation(IPath, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Sets the default output location of this project to the location described by the given workspace-relative absolute path.
setPackage(PackageDeclaration) - Method in class org.eclipse.wst.jsdt.core.dom.JavaScriptUnit
Sets or clears the package declaration of this javaScript unit node to the given package declaration node.
setPackageFragment(IPackageFragment, boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Sets the package fragment to the given value.
setPackageFragmentRoot(IPackageFragmentRoot, boolean) - Method in class org.eclipse.wst.jsdt.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.wst.jsdt.core.eval.IEvaluationContext
Sets the dot-separated name of the package in which code snippets are to be compiled and run.
setPackageText(String, boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewPackageWizardPage
Sets the content of the package input field to the given value.
setParameter(SingleVariableDeclaration) - Method in class org.eclipse.wst.jsdt.core.dom.EnhancedForStatement
Sets the formal parameter in this enhanced for statement.
setParameterNames(char[][]) - Method in class org.eclipse.wst.jsdt.core.CompletionProposal
Sets the method or function parameter names.
setParticipant(SearchParticipant) - Method in class org.eclipse.wst.jsdt.core.search.SearchMatch
Sets the participant of this match.
setPrimaryBufferProvider(WorkingCopyOwner) - Static method in class org.eclipse.wst.jsdt.core.WorkingCopyOwner
Sets the buffer provider of the primary working copy owner.
setPrimitiveTypeCode(PrimitiveType.Code) - Method in class org.eclipse.wst.jsdt.core.dom.PrimitiveType
Sets the primitive type code.
setProblemCollectingActive(boolean) - Method in interface org.eclipse.wst.jsdt.web.core.javascript.IJsTranslation
start/stop collecting problems within the javascript unit.
setProblemCollectingActive(boolean) - Method in class org.eclipse.wst.jsdt.web.core.javascript.JsTranslation
 
setProject(IJavaScriptProject) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Sets the JavaScript project used when resolving bindings.
setProject(String) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.JavaScriptRefactoringDescriptor
Sets the project name of this refactoring.
setProject(String) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Sets the project name of this refactoring.
setProject(String) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameResourceDescriptor
Sets the project name of this refactoring.
setProject(IProject) - Method in class org.eclipse.wst.jsdt.ui.project.JsNature
 
setProjectJSdocLocation(IJavaScriptProject, URL) - Static method in class org.eclipse.wst.jsdt.ui.JavaScriptUI
Sets the Javadoc location for a JavaScript project.
setProjectModified() - Method in class org.eclipse.wst.jsdt.ui.wizards.NewJavaProjectWizardPage
Sets the project state to modified.
setProperty(String, Object) - Method in class org.eclipse.wst.jsdt.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.wst.jsdt.ui.StandardJavaScriptElementContentProvider
Sets whether the content provider is supposed to return members when asking a compilation unit or class file for its children.
setQualifier(Name) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionRef
Sets or clears the qualifier of this method reference.
setQualifier(Name) - Method in class org.eclipse.wst.jsdt.core.dom.MemberRef
Sets or clears the qualifier of this member reference.
setQualifier(Name) - Method in class org.eclipse.wst.jsdt.core.dom.QualifiedName
Sets the qualifier of this qualified name to the given name.
setQualifier(Type) - Method in class org.eclipse.wst.jsdt.core.dom.QualifiedType
Sets the qualifier of this qualified type to the given type.
setQualifier(Name) - Method in class org.eclipse.wst.jsdt.core.dom.SuperFieldAccess
Sets or clears the qualifier of this "super" field access expression.
setQualifier(Name) - Method in class org.eclipse.wst.jsdt.core.dom.SuperMethodInvocation
Sets or clears the qualifier of this "super" method invocation expression.
setQualifier(Name) - Method in class org.eclipse.wst.jsdt.core.dom.ThisExpression
Sets or clears the qualifier of this "this" expression.
setRaw(boolean) - Method in class org.eclipse.wst.jsdt.core.search.SearchMatch
Set whether the associated element is a raw type/method or not.
setRawIncludepath(IIncludePathEntry[], IPath, boolean, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Sets both the includepath of this project and its default output location at once.
setRawIncludepath(IIncludePathEntry[], boolean, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Sets the includepath of this project using a list of includepath entries.
setRawIncludepath(IIncludePathEntry[], IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Sets the includepath of this project using a list of includepath entries.
setRegularExpression(String) - Method in class org.eclipse.wst.jsdt.core.dom.RegularExpressionLiteral
Sets the string value of this literal node.
setRelevance(int) - Method in class org.eclipse.wst.jsdt.core.CompletionProposal
Sets the relative relevance rating of this proposal.
setRenameGetters(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Determines whether getter methods for the Java element should be renamed.
setRenameSetters(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Determines whether setter methods for the Java element should be renamed.
setReplaceInstanceof(boolean) - Method in class org.eclipse.wst.jsdt.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.wst.jsdt.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.wst.jsdt.core.CompletionProposal
Sets the character indices of the subrange in the source file buffer to be replaced by the completion string.
setRequiredProposals(CompletionProposal[]) - Method in class org.eclipse.wst.jsdt.core.CompletionProposal
Sets the list of required completion proposals, or null if none.
setResolveBindings(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Requests that the validator should provide binding information for the AST nodes it creates.
setResource(IResource) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameResourceDescriptor
Sets the resource to be renamed.
setResource(IResource) - Method in class org.eclipse.wst.jsdt.core.search.SearchMatch
Sets the resource of this match.
setReturnType(Type) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionDeclaration
Deprecated. In the JLS3 API, this method is replaced by FunctionDeclaration.setReturnType2(Type), which accepts null.
setReturnType2(Type) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionDeclaration
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).
setRightHandSide(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.Assignment
Sets the right hand side of this assignment expression.
setRightOperand(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.InfixExpression
Sets the right operand of this infix expression.
setRightOperand(Type) - Method in class org.eclipse.wst.jsdt.core.dom.InstanceofExpression
Sets the right operand of this instanceof expression.
setRule(int) - Method in class org.eclipse.wst.jsdt.core.search.SearchMatch
Set the rule used while reporting the match.
setSelection(ISourceRange) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameLocalVariableDescriptor
Sets the selection within the compilation unit which references the local variable to rename.
setSelection(IIncludePathEntry) - Method in class org.eclipse.wst.jsdt.ui.wizards.BaseLibraryWizardPage
 
setSelection(IIncludePathEntry) - Method in interface org.eclipse.wst.jsdt.ui.wizards.IJsGlobalScopeContainerPage
Sets the classpath container entry to be edited or null if a new entry should be created.
setSignature(char[]) - Method in class org.eclipse.wst.jsdt.core.CompletionProposal
Sets the signature of the function, method, field type, member type, relevant in the context, or null if none.
setSource(char[]) - Method in interface org.eclipse.wst.jsdt.core.compiler.IScanner
Set the scanner source to process.
setSource(char[]) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Sets the source code to be parsed.
setSource(IJavaScriptUnit) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Sets the source code to be parsed.
setSource(IClassFile) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Sets the source code to be parsed.
setSource(ITypeRoot) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Sets the source code to be parsed.
setSourceEnd(int) - Method in interface org.eclipse.wst.jsdt.core.compiler.IProblem
Set the end position of the problem (inclusive), or -1 if unknown.
setSourceLineNumber(int) - Method in interface org.eclipse.wst.jsdt.core.compiler.IProblem
Set the line number in source where the problem begins.
setSourceRange(int, int) - Method in class org.eclipse.wst.jsdt.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.wst.jsdt.core.dom.ASTParser
Sets the subrange of the source code to be parsed.
setSourceStart(int) - Method in interface org.eclipse.wst.jsdt.core.compiler.IProblem
Set the start position of the problem (inclusive), or -1 if unknown.
setStatementsRecovery(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Requests that the validator should perform statements recovery.
setStatic(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.ImportDeclaration
Sets whether this import declaration is a static import (added in JLS3 API).
setStaticOnDemandImportThreshold(int) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite
Sets the on-demand import threshold for static imports.
setStructuralProperty(StructuralPropertyDescriptor, Object) - Method in class org.eclipse.wst.jsdt.core.dom.ASTNode
Sets the value of the given structural property for this node.
setSubtype(IType) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.UseSupertypeDescriptor
Sets the subtype of the refactoring.
setSuperclass(Name) - Method in class org.eclipse.wst.jsdt.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.wst.jsdt.ui.wizards.NewTypeWizardPage
Sets the super class name.
setSuperclassType(Type) - Method in class org.eclipse.wst.jsdt.core.dom.TypeDeclaration
Sets or clears the superclass declared in this type declaration (added in JLS3 API).
setSuperInterfaces(List, boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Sets the super interfaces.
setSupertype(IType) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.UseSupertypeDescriptor
Sets the supertype of the refactoring.
setTagName(String) - Method in class org.eclipse.wst.jsdt.core.dom.TagElement
Sets the tag name of this node to the given value.
setTargetSourceRangeComputer(TargetSourceRangeComputer) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ASTRewrite
Sets a custom target source range computer for this AST rewriter.
setText(String) - Method in class org.eclipse.wst.jsdt.core.dom.TextElement
Sets the text of this node to the given value.
setThenExpression(Expression) - Method in class org.eclipse.wst.jsdt.core.dom.ConditionalExpression
Sets the "then" part of this conditional expression.
setThenStatement(Statement) - Method in class org.eclipse.wst.jsdt.core.dom.IfStatement
Sets the "then" part of this if statement.
setToken(String) - Method in class org.eclipse.wst.jsdt.core.dom.NumberLiteral
Sets the token of this number literal node.
setTokenRange(int, int) - Method in class org.eclipse.wst.jsdt.core.CompletionProposal
Sets the character indices of the subrange in the source file buffer containing the relevant token being completed.
setType(ArrayType) - Method in class org.eclipse.wst.jsdt.core.dom.ArrayCreation
Sets the array type in this array creation expression.
setType(Type) - Method in class org.eclipse.wst.jsdt.core.dom.CastExpression
Sets the type in this cast expression to the given type.
setType(Type) - Method in class org.eclipse.wst.jsdt.core.dom.ClassInstanceCreation
Sets the type instantiated in this class instance creation expression (added in JLS3 API).
setType(Type) - Method in class org.eclipse.wst.jsdt.core.dom.FieldDeclaration
Sets the base type declared in this field declaration to the given type.
setType(Type) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionRefParameter
Sets the paramter type to the given type.
setType(Type) - Method in class org.eclipse.wst.jsdt.core.dom.ParameterizedType
Sets the type of this parameterized type.
setType(Type) - Method in class org.eclipse.wst.jsdt.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.wst.jsdt.core.dom.TypeLiteral
Sets the type in this type literal expression to the given type.
setType(Type) - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclarationExpression
Sets the base type declared in this variable declaration to the given type.
setType(Type) - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclarationStatement
Sets the base type declared in this variable declaration statement to the given type.
setTypeDeclaration(TypeDeclaration) - Method in class org.eclipse.wst.jsdt.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.wst.jsdt.ui.wizards.NewTypeWizardPage
Sets the type name input field's text to the given value.
setUnitName(String) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Sets the name of the javaScript unit that would hypothetically contains the source string.
setupAdapterFactory(IStructuredModel) - Static method in class org.eclipse.wst.jsdt.web.core.javascript.JsTranslationAdapterFactory
 
setUpdateHierarchy(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Determines whether other Java elements in the hierarchy of the input element should be renamed as well.
setUpdateQualifiedNames(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveDescriptor
Determines whether qualified names of the Java element should be renamed.
setUpdateQualifiedNames(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Determines whether qualified names of the Java element should be renamed.
setUpdateReferences(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.MoveDescriptor
Determines whether references to the Java element should be renamed.
setUpdateReferences(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Determines whether references to the Java element should be renamed.
setUpdateReferences(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameLocalVariableDescriptor
Determines whether references to the local variable should be renamed.
setUpdateSimilarDeclarations(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Determines whether similar declarations of the Java element should be updated.
setUpdateTextualOccurrences(boolean) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Determines whether textual occurrences of the Java element should be renamed.
setupJavaDocumentPartitioner(IDocument) - Method in class org.eclipse.wst.jsdt.ui.text.JavaScriptTextTools
Sets up the JavaScript document partitioner for the given document for the default partitioning.
setupJavaDocumentPartitioner(IDocument, String) - Method in class org.eclipse.wst.jsdt.ui.text.JavaScriptTextTools
Sets up the JavaScript document partitioner for the given document for the given partitioning.
setUpperBound(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.WildcardType
Sets whether this wildcard type is an upper bound ("extends") as opposed to a lower bound ("super").
SetupProjectsWizzard - Class in org.eclipse.wst.jsdt.web.ui
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
SetupProjectsWizzard() - Constructor for class org.eclipse.wst.jsdt.web.ui.SetupProjectsWizzard
 
setVarargs(boolean) - Method in class org.eclipse.wst.jsdt.core.dom.FunctionRefParameter
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.wst.jsdt.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.wst.jsdt.ui.ITypeHierarchyViewPart
Sets the view layout.
setVisible(boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewClassWizardPage
 
setVisible(boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewElementWizardPage
 
setVisible(boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewInterfaceWizardPage
 
setVisible(boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewJavaProjectWizardPage
Extend this method to set a user defined default classpath or output location.
setVisible(boolean) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewPackageWizardPage
 
setWorkingCopy(IEditorInput, IJavaScriptUnit) - Method in interface org.eclipse.wst.jsdt.ui.IWorkingCopyManagerExtension
Sets the given working copy for the given editor input.
setWorkingCopyOwner(WorkingCopyOwner) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Sets the working copy owner using when resolving bindings, where null means the primary owner.
setWrappingStyle(String, int) - Static method in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
Set the wrapping style of the given alignment value and return the new value.
SHORT - Static variable in class org.eclipse.wst.jsdt.core.dom.PrimitiveType
Type code for the primitive type "short".
shouldExclude(String, String) - Method in interface org.eclipse.wst.jsdt.core.search.IJavaScriptSearchScope
 
shouldExclude(String, String) - Method in class org.eclipse.wst.jsdt.web.core.javascript.search.JsSearchScope
 
shouldListenForChanges(boolean) - Method in class org.eclipse.wst.jsdt.web.core.javascript.JsTranslationAdapter
 
ShouldReturnValue - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
SHOW_BASICS - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
Constant (value 0) indicating that the label should show the basic images only.
SHOW_CONTAINER - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
Deprecated. Use SHOW_QUALIFIED or SHOW_ROOT instead
SHOW_CONTAINER_QUALIFICATION - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
Deprecated. Use SHOW_QUALIFIED instead
SHOW_CU_CHILDREN - Static variable in class org.eclipse.wst.jsdt.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.wst.jsdt.ui.JavaScriptElementLabelProvider
Constant indicating the default label rendering.
SHOW_OVERLAY_ICONS - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
Flag (bit mask) indicating that the label should include overlay icons for element type and modifiers.
SHOW_PARAMETERS - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
Flag (bit mask) indicating that method label include parameter types.
SHOW_POST_QUALIFIED - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
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.wst.jsdt.ui.JavaScriptElementLabelProvider
Deprecated. SHOW_POST_QUALIFIED instead
SHOW_QUALIFIED - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
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.wst.jsdt.ui.JavaScriptElementLabelProvider
Flag (bit mask) indicating that methods labels include the method return type (appended).
SHOW_ROOT - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
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.wst.jsdt.ui.JavaScriptElementLabelProvider
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.wst.jsdt.ui.JavaScriptElementLabelProvider
Flag (bit mask) indicating that a field label should include the declared type.
SHOW_TYPE - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
 
SHOW_VARIABLE - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
Flag (bit mask) indicating that the package fragment roots from class path variables should be rendered with the variable in the name
showMatch(Match, int, int, boolean) - Method in interface org.eclipse.wst.jsdt.ui.search.IMatchPresentation
Opens an editor on the given element and selects the given range of text.
showMembersInHierarchy(boolean) - Method in interface org.eclipse.wst.jsdt.ui.ITypeHierarchyViewPart
Locks the the members view and shows the selected members in the hierarchy.
showQualifiedTypeNames(boolean) - Method in interface org.eclipse.wst.jsdt.ui.ITypeHierarchyViewPart
Specifies if type names are shown with the parent container's name.
shutdown() - Method in interface org.eclipse.wst.jsdt.ui.IWorkingCopyManager
Shuts down this working copy manager.
shutdown() - Method in class org.eclipse.wst.jsdt.web.core.javascript.search.JsIndexManager
 
SHY - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
SIG_ANY - Static variable in class org.eclipse.wst.jsdt.core.Signature
 
SIG_BOOLEAN - Static variable in class org.eclipse.wst.jsdt.core.Signature
String constant for the signature of the primitive type boolean.
SIG_BYTE - Static variable in class org.eclipse.wst.jsdt.core.Signature
String constant for the signature of the primitive type byte.
SIG_CHAR - Static variable in class org.eclipse.wst.jsdt.core.Signature
String constant for the signature of the primitive type char.
SIG_COMPILATION_UNIT - Static variable in class org.eclipse.wst.jsdt.core.Signature
 
SIG_DOUBLE - Static variable in class org.eclipse.wst.jsdt.core.Signature
String constant for the signature of the primitive type double.
SIG_FLOAT - Static variable in class org.eclipse.wst.jsdt.core.Signature
String constant for the signature of the primitive type float.
SIG_INT - Static variable in class org.eclipse.wst.jsdt.core.Signature
String constant for the signature of the primitive type int.
SIG_LONG - Static variable in class org.eclipse.wst.jsdt.core.Signature
String constant for the signature of the primitive type long.
SIG_SHORT - Static variable in class org.eclipse.wst.jsdt.core.Signature
String constant for the signature of the primitive type short.
SIG_VOID - Static variable in class org.eclipse.wst.jsdt.core.Signature
String constant for the signature of result type void.
SIGMA_L - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
SIGMA_U - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
SIGMAF - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
Signature - Class in org.eclipse.wst.jsdt.core
Provides methods for encoding and decoding type and method signature strings.
SIGNATURE - Static variable in class org.eclipse.wst.jsdt.internal.core.index.DiskIndex
 
SIM - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
SIMPLE_NAME - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type SimpleName.
SIMPLE_TYPE - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type SimpleType.
SimpleName - Class in org.eclipse.wst.jsdt.core.dom
AST node for a simple name.
SimplePropertyDescriptor - Class in org.eclipse.wst.jsdt.core.dom
Descriptor for a simple property of an AST node.
SimpleType - Class in org.eclipse.wst.jsdt.core.dom
Type node for a named class type, a named interface type, or a type variable.
SINGLE_MEMBER_ANNOTATION - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
SINGLE_NAME_REFERENCE - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
SINGLE_TYPE_REFERENCE - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
SINGLE_VARIABLE_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type SingleVariableDeclaration.
SingleVariableDeclaration - Class in org.eclipse.wst.jsdt.core.dom
Single variable declaration AST node type.
SMALL - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
sort(int, IJavaScriptUnit, int[], Comparator, int, IProgressMonitor) - Static method in class org.eclipse.wst.jsdt.core.util.JavaScriptUnitSorter
Reorders the declarations in the given javascript unit according to the specified AST level.
sort(JavaScriptUnit, Comparator, int, TextEditGroup, IProgressMonitor) - Static method in class org.eclipse.wst.jsdt.core.util.JavaScriptUnitSorter
Reorders the declarations in the given javascript unit according to the specified comparator.
source() - Method in interface org.eclipse.wst.jsdt.core.ast.ILiteral
 
sourceEnd() - Method in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
SOURCES - Static variable in interface org.eclipse.wst.jsdt.core.search.IJavaScriptSearchScope
Include type constant (bit mask) indicating that source folders should be considered in the search scope.
sourceStart() - Method in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
SPACE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option value.
SPADES - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
SPAN - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
SPELLING_ENABLE_CONTENTASSIST - Static variable in class org.eclipse.wst.jsdt.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.wst.jsdt.ui.PreferenceConstants
A named preference that controls whether '&' in JavaScript properties files are ignored.
SPELLING_IGNORE_DIGITS - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls whether words containing digits should be skipped during spell checking.
SPELLING_IGNORE_MIXED - Static variable in class org.eclipse.wst.jsdt.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.wst.jsdt.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.wst.jsdt.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.wst.jsdt.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.wst.jsdt.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.wst.jsdt.ui.PreferenceConstants
A named preference that controls whether URLs should be ignored during spell checking.
SPELLING_LOCALE - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls the locale used for spell checking.
SPELLING_PROPOSAL_THRESHOLD - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls the number of proposals offered during spell checking.
SPELLING_USER_DICTIONARY - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that specifies the workspace user dictionary.
SPELLING_USER_DICTIONARY_ENCODING - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that specifies encoding of the workspace user dictionary.
splitAndTrimOn(char, char[]) - Static method in class org.eclipse.wst.jsdt.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.wst.jsdt.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.wst.jsdt.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.wst.jsdt.ui.PreferenceConstants
A named preference that specifies the output folder name used when creating a new JavaScript project.
SRCBIN_FOLDERS_IN_NEWPROJ - Static variable in class org.eclipse.wst.jsdt.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.wst.jsdt.ui.PreferenceConstants
A named preference that specifies the source folder name used when creating a new JavaScript project.
SSI_CONFIG - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
SSI_ECHO - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
SSI_EXEC - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
SSI_FLASTMOD - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
SSI_FSIZE - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
SSI_INCLUDE - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
SSI_PRINTENV - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
SSI_SET - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
StandardJavaScriptElementContentProvider - Class in org.eclipse.wst.jsdt.ui
A base content provider for JavaScriptelements.
StandardJavaScriptElementContentProvider() - Constructor for class org.eclipse.wst.jsdt.ui.StandardJavaScriptElementContentProvider
Creates a new content provider.
StandardJavaScriptElementContentProvider(boolean) - Constructor for class org.eclipse.wst.jsdt.ui.StandardJavaScriptElementContentProvider
Creates a new StandardJavaScriptElementContentProvider.
start(IApplicationContext) - Method in class org.eclipse.wst.jsdt.core.formatter.CodeFormatterApplication
Runs the JavaScript code formatter application
start(BundleContext) - Method in class org.eclipse.wst.jsdt.core.JavaScriptCore
 
startQuery() - Method in class org.eclipse.wst.jsdt.internal.core.index.Index
 
STATEMENT - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
Statement - Class in org.eclipse.wst.jsdt.core.dom
Abstract base class of AST nodes that represent statements.
statements() - Method in class org.eclipse.wst.jsdt.core.dom.Block
Returns the live list of statements in this block.
statements() - Method in class org.eclipse.wst.jsdt.core.dom.JavaScriptUnit
 
statements() - Method in class org.eclipse.wst.jsdt.core.dom.SwitchStatement
Returns the live ordered list of statements for this switch statement.
STATEMENTS_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.Block
The "statements" structural property of this node type.
STATEMENTS_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.JavaScriptUnit
 
STATEMENTS_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.SwitchStatement
The "statements" structural property of this node type.
STATIC - Static variable in class org.eclipse.wst.jsdt.core.dom.Modifier
"static" modifier constant (bit mask).
STATIC - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementImageDescriptor
Flag to render the static adornment.
STATIC_KEYWORD - Static variable in class org.eclipse.wst.jsdt.core.dom.Modifier.ModifierKeyword
"static" modifier with flag value Modifier.STATIC.
STATIC_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.ImportDeclaration
The "static" structural property of this node type (added in JLS3 API).
StaticImport - Static variable in class org.eclipse.wst.jsdt.core.CompletionFlags
Constant representing a static import
StaticInheritedMethodConflicts - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
StaticMemberOfParameterizedType - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
StaticMethodRequested - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
stop() - Method in class org.eclipse.wst.jsdt.core.formatter.CodeFormatterApplication
 
stop(BundleContext) - Method in class org.eclipse.wst.jsdt.core.JavaScriptCore
 
stopQuery() - Method in class org.eclipse.wst.jsdt.internal.core.index.Index
 
store(OutputStream, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.ITypeHierarchy
Stores the type hierarchy in an output stream.
STRATEGY_EMBEDDED - Static variable in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Similar declaration updating strategy which finds exact names and embedded names as well (value: 2).
STRATEGY_EXACT - Static variable in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Similar declaration updating strategy which finds exact names only (value: 1).
STRATEGY_SUFFIX - Static variable in class org.eclipse.wst.jsdt.core.refactoring.descriptors.RenameJavaScriptElementDescriptor
Similar declaration updating strategy which finds exact names, embedded names and name suffixes (value: 3).
STRICTFP - Static variable in class org.eclipse.wst.jsdt.core.dom.Modifier
"strictfp" modifier constant (bit mask).
STRICTFP_KEYWORD - Static variable in class org.eclipse.wst.jsdt.core.dom.Modifier.ModifierKeyword
"strictfp" modifier with flag value Modifier.STRICTFP.
STRIKE - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
STRING_LITERAL - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
STRING_LITERAL - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type StringLiteral.
STRING_LITERAL_CONCATENATION - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
StringConstantIsExceedingUtf8Limit - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
StringLiteral - Class in org.eclipse.wst.jsdt.core.dom
String literal nodes.
StringType - Variable in class org.eclipse.wst.jsdt.core.infer.InferEngine
 
stripEndQuotes(String) - Method in class org.eclipse.wst.jsdt.web.core.javascript.NodeHelper
 
STRONG - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
structuralPropertiesForType() - Method in class org.eclipse.wst.jsdt.core.dom.ASTNode
Returns a list of structural property descriptors for nodes of the same type as this node.
StructuralPropertyDescriptor - Class in org.eclipse.wst.jsdt.core.dom
Abstract base class for property descriptors of AST nodes.
StructuredTextViewerConfigurationJSDT - Class in org.eclipse.wst.jsdt.web.ui
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
StructuredTextViewerConfigurationJSDT() - Constructor for class org.eclipse.wst.jsdt.web.ui.StructuredTextViewerConfigurationJSDT
Create new instance of StructuredTextViewerConfigurationHTML
StructuredTextViewerConfigurationJSDT.externalTypeExtension - Class in org.eclipse.wst.jsdt.web.ui
 
StructuredTextViewerConfigurationJSDT.externalTypeExtension() - Constructor for class org.eclipse.wst.jsdt.web.ui.StructuredTextViewerConfigurationJSDT.externalTypeExtension
 
STYLE - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
SUB - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
SUB - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
SUB_ROUTINE_STATEMENT - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
subarray(char[][], int, int) - Static method in class org.eclipse.wst.jsdt.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.wst.jsdt.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.
SUBE - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
subtreeBytes() - Method in class org.eclipse.wst.jsdt.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.wst.jsdt.core.dom.ASTNode
Returns whether the subtree rooted at the given node matches the given other object as decided by the given matcher.
suggestArgumentNames(IJavaScriptProject, char[], char[], int, char[][]) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Suggest names for an argument.
suggestArgumentNames(IJavaScriptProject, String, String, int, String[]) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Suggest names for an argument.
suggestFieldNames(IJavaScriptProject, char[], char[], int, int, char[][]) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Suggest names for a field.
suggestFieldNames(IJavaScriptProject, String, String, int, int, String[]) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Suggest names for a field.
suggestGetterName(IJavaScriptProject, char[], int, boolean, char[][]) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Suggest name for a getter method.
suggestGetterName(IJavaScriptProject, String, int, boolean, String[]) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Suggest name for a getter method.
suggestLocalVariableNames(IJavaScriptProject, char[], char[], int, char[][]) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Suggest names for a local variable.
suggestLocalVariableNames(IJavaScriptProject, String, String, int, String[]) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Suggest names for a local variable.
suggestSetterName(IJavaScriptProject, char[], int, boolean, char[][]) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Suggest name for a setter method.
suggestSetterName(IJavaScriptProject, String, int, boolean, String[]) - Static method in class org.eclipse.wst.jsdt.core.NamingConventions
Suggest name for a setter method.
SUM - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
SUP - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
SUP - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
SUP1 - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
SUP2 - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
SUP3 - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
SUPE - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
SUPER_CONSTRUCTOR_INVOCATION - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type SuperConstructorInvocation.
SUPER_FIELD_ACCESS - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type SuperFieldAccess.
SUPER_INTERFACE_TYPES_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.TypeDeclaration
The "superInterfaceTypes" structural property of this node type (added in JLS3 API).
SUPER_INTERFACES_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.TypeDeclaration
The "superInterfaces" structural property of this node type (JLS2 API only).
SUPER_METHOD_INVOCATION - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type SuperMethodInvocation.
SUPER_REFERENCE - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
SUPER_TYPE_CONTAINER - Static variable in class org.eclipse.wst.jsdt.core.LibrarySuperType
 
SUPER_TYPE_CONTAINER - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
 
SUPER_TYPE_NAME - Static variable in class org.eclipse.wst.jsdt.core.LibrarySuperType
 
SUPER_TYPE_NAME - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
 
superClass - Variable in class org.eclipse.wst.jsdt.core.infer.InferredType
 
SUPERCLASS_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.TypeDeclaration
The "superclass" structural property of this node type (JLS2 API only).
SUPERCLASS_TYPE_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.TypeDeclaration
The "superclassType" structural property of this node type (added in JLS3 API).
SuperclassAmbiguous - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.AmbiguousType instead
SuperclassInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.InheritedTypeHidesEnclosingName instead
SuperclassInternalNameProvided - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.InternalTypeNameProvided instead
SuperclassMustBeAClass - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
SuperclassNotFound - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.UndefinedType instead
SuperclassNotVisible - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
Deprecated. - problem is no longer generated, use IProblem.NotVisibleType instead
SuperConstructorInvocation - Class in org.eclipse.wst.jsdt.core.dom
Super constructor invocation statement AST node type.
SuperFieldAccess - Class in org.eclipse.wst.jsdt.core.dom
Simple or qualified "super" field access expression AST node type.
SuperfluousSemicolon - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
SuperInterfaceMustBeAnInterface - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
superInterfaces() - Method in class org.eclipse.wst.jsdt.core.dom.TypeDeclaration
Deprecated. In the JLS3 API, this method is replaced by TypeDeclaration.superInterfaceTypes().
SuperInterfacesCollide - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
superInterfaceTypes() - Method in class org.eclipse.wst.jsdt.core.dom.TypeDeclaration
Returns the live ordered list of superinterfaces of this type declaration (added in JLS3 API).
SuperMethodInvocation - Class in org.eclipse.wst.jsdt.core.dom
Simple or qualified "super" method invocation expression AST node type.
SuperTypeUsingWildcard - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
supportsClassRename() - Method in class org.eclipse.wst.jsdt.core.infer.RefactoringSupport
Determines if the inferred classes can safely be renamed.
SWITCH_CASE - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type SwitchCase.
SWITCH_STATEMENT - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
SWITCH_STATEMENT - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type SwitchStatement.
SwitchCase - Class in org.eclipse.wst.jsdt.core.dom
Switch case AST node type.
SwitchStatement - Class in org.eclipse.wst.jsdt.core.dom
Switch statement AST node type.
SYNCHRONIZED - Static variable in class org.eclipse.wst.jsdt.core.dom.Modifier
"synchronized" modifier constant (bit mask).
SYNCHRONIZED - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementImageDescriptor
Flag to render the synchronized adornment.
SYNCHRONIZED_KEYWORD - Static variable in class org.eclipse.wst.jsdt.core.dom.Modifier.ModifierKeyword
"synchronized" modifier with flag value Modifier.SYNCHRONIZED.
Syntax - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
SYSTEM_LIBARAY_NAME - Static variable in class org.eclipse.wst.jsdt.core.compiler.libraries.SystemLibraryLocation
 
SYSTEM_LIBRARIES - Static variable in interface org.eclipse.wst.jsdt.core.search.IJavaScriptSearchScope
Include type constant (bit mask) indicating that system libraries should be considered in the search scope.
systemClassMethod - Variable in class org.eclipse.wst.jsdt.core.infer.InferOptions
 
SystemLibraryLocation - Class in org.eclipse.wst.jsdt.core.compiler.libraries
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
SystemLibraryLocation() - Constructor for class org.eclipse.wst.jsdt.core.compiler.libraries.SystemLibraryLocation
 
SZLIG - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 

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