- WAIT_UNTIL_READY_TO_SEARCH - Static variable in interface org.eclipse.wst.jsdt.core.search.IJavaScriptSearchConstants
-
The search operation waits for the underlying indexer to finish indexing
the workspace before starting the search.
- WARNING - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
-
Possible configurable option value.
- WARNING - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementImageDescriptor
-
Flag to render the warning adornment.
- WellKnownTypes - Static variable in class org.eclipse.wst.jsdt.core.infer.InferEngine
-
- WHILE_STATEMENT - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
-
- WHILE_STATEMENT - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
-
Node type constant indicating a node of type
WhileStatement
.
- WhileStatement - Class in org.eclipse.wst.jsdt.core.dom
-
While statement AST node type.
- WITH_STATEMENT - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
-
- WITH_STATEMENT - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
-
- WithStatement - Class in org.eclipse.wst.jsdt.core.dom
-
With statement AST node type.
- WorkBenchAdapter() - Constructor for class org.eclipse.wst.jsdt.ui.ProjectLibraryRoot.WorkBenchAdapter
-
- WorkingCopyOwner - Class in org.eclipse.wst.jsdt.core
-
- WorkingCopyOwner() - Constructor for class org.eclipse.wst.jsdt.core.WorkingCopyOwner
-
- WorkingSetFindAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Wraps a JavaElementSearchActions
to find its results
in the specified working set.
- WorkingSetFindAction(IWorkbenchSite, FindAction, String) - Constructor for class org.eclipse.wst.jsdt.ui.actions.WorkingSetFindAction
-
Note: This constructor is for internal use only.
- WRAP_COMPACT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
-
FORMATTER / The wrapping is done using as few lines as possible.
- WRAP_COMPACT_FIRST_BREAK - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
-
FORMATTER / The wrapping is done putting the first element on a new
line and then wrapping next elements using as few lines as possible.
- WRAP_NEXT_PER_LINE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
-
FORMATTER / The wrapping is done by putting each element on its own line
except the first element.
- WRAP_NEXT_SHIFTED - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
-
FORMATTER / The wrapping is done by putting each element on its own line.
- WRAP_NO_SPLIT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
-
FORMATTER / Value to disable alignment.
- WRAP_ONE_PER_LINE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
-
FORMATTER / The wrapping is done by putting each element on its own line.
- WRITE_ACCESSES - Static variable in interface org.eclipse.wst.jsdt.core.search.IJavaScriptSearchConstants
-
When searching for field matches, it will exclusively find write accesses, as
opposed to read accesses.
- WriteReferencesSearchGroup - Class in org.eclipse.wst.jsdt.ui.actions
-
Action group that adds the search for write references actions to a
context menu and the global menu bar.
- WriteReferencesSearchGroup(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.WriteReferencesSearchGroup
-
Creates a new WriteReferencesSearchGroup
.
- WrongNumberOfArguments - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-