- D_POST_QUALIFIED - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
-
Declarations (import container / declaration, package declaration) are post qualified.
- D_QUALIFIED - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
-
Declarations (import container / declaration, package declaration) are qualified.
- dataToTempFile(String) - Static method in class org.eclipse.wst.jsdt.jsdoc.Util
-
- DEBUG - Static variable in class org.eclipse.wst.jsdt.core.infer.InferEngine
-
- DEBUG - Static variable in class org.eclipse.wst.jsdt.jsdoc.ElementInfo
-
- DEBUG_MODEL_ID - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.VProjectWorkspaceBridge
-
The debug model ID.
- DebugContext - Interface in org.eclipse.wst.jsdt.chromium
-
An object that matches the execution state of the browser JavaScript VM while
suspended.
- DebugContext.ContinueCallback - Interface in org.eclipse.wst.jsdt.chromium
-
A callback for the "continue" request.
- DebugContext.State - Enum in org.eclipse.wst.jsdt.chromium
-
The suspension state.
- DebugContext.StepAction - Enum in org.eclipse.wst.jsdt.chromium
-
JavaScript debugger step actions.
- DebugElementImpl - Class in org.eclipse.wst.jsdt.chromium.debug.core.model
-
A generic IDebugElement implementation.
- DebugElementImpl() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.model.DebugElementImpl
-
- DebugElementImpl.WithConnected - Class in org.eclipse.wst.jsdt.chromium.debug.core.model
-
- DebugElementImpl.WithConnectedBase - Class in org.eclipse.wst.jsdt.chromium.debug.core.model
-
- DebugElementImpl.WithEvaluate - Class in org.eclipse.wst.jsdt.chromium.debug.core.model
-
- DebugElementImpl.WithEvaluateBase - Class in org.eclipse.wst.jsdt.chromium.debug.core.model
-
- DebugElementImpl.WithSuspended - Class in org.eclipse.wst.jsdt.chromium.debug.core.model
-
- DebugElementImpl.WithSuspendedBase - Class in org.eclipse.wst.jsdt.chromium.debug.core.model
-
- DebugEventListener - Interface in org.eclipse.wst.jsdt.chromium
-
This interface is used by the SDK to report debug events for a certain
JavascriptVm
to
the clients.
- DebugEventListener.VmStatusListener - Interface in org.eclipse.wst.jsdt.chromium
-
A specialized listener for status of remote VM command queue.
- DEBUGGER_STATEMENT - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
-
- DebuggerStatement - Class in org.eclipse.wst.jsdt.core.dom
-
debugger statement AST node type
author Gorkem Ercan
Provisional API: This class/interface is part of an interim API that is
still under development and expected to change significantly before
reaching stability.
- DebuggerStatementEvent - Interface in org.eclipse.wst.jsdt.debug.core.jsdi.event
-
Description of a JSDI event indicating a debugger;
statement
has been encountered.
- DebuggerStatementRequest - Interface in org.eclipse.wst.jsdt.debug.core.jsdi.request
-
Description of a JSDI request for a debugger;
statement.
- debuggerStatementRequests() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequestManager
-
- DebugMain - Class in org.eclipse.wst.jsdt.debug.rhino.debugger.shell
-
A proxy to running Main
that allows us to run a batch of scripts without using the
-e load(...)
- DebugMain() - Constructor for class org.eclipse.wst.jsdt.debug.rhino.debugger.shell.DebugMain
-
- DebugShell - Class in org.eclipse.wst.jsdt.debug.rhino.debugger.shell
-
Entry point for launching a Rhino debugger
- DebugShell() - Constructor for class org.eclipse.wst.jsdt.debug.rhino.debugger.shell.DebugShell
-
- DebugTargetImpl - Class in org.eclipse.wst.jsdt.chromium.debug.core.model
-
An IDebugTarget implementation for remote JavaScript debugging.
- DebugTargetImpl(ILaunch, WorkspaceBridge.Factory, SourceWrapSupport, BreakpointSynchronizer.Direction) - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.model.DebugTargetImpl
-
- DebugTargetImpl_BadResultWhileDisconnecting - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
-
- DebugTargetImpl_BUSY_WITH - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
-
- DebugTargetImpl_CannotStartMultipleDebuggers - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
-
- DebugTargetImpl_Caught - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
-
- DebugTargetImpl_FailedToStartSocketConnection - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
-
- DebugTargetImpl_LogExceptionFormat - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
-
- DebugTargetImpl_TARGET_NAME_PATTERN - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
-
- DebugTargetImpl_TargetName - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
-
- DebugTargetImpl_Uncaught - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
-
- DebugTargetImpl_Unknown - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
-
- DECL_STRING - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
-
User-readable string for separating the return type (e.g. " : ").
- DECLARATION_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.ExportDeclaration
-
The "declaration" structural property of this node type.
- DECLARATION_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.FunctionDeclarationStatement
-
The "declaration" structural property of this node type.
- DECLARATION_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.TypeDeclarationExpression
-
The "declaration" structural property of this node type (added in JLS3 API).
- DECLARATION_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.TypeDeclarationStatement
-
The "declaration" structural property of this node type (added in JLS3 API).
- declarationOf(MethodBinding) - Method in class org.eclipse.wst.jsdt.core.infer.InferredType
-
- DECLARATIONS - Static variable in interface org.eclipse.wst.jsdt.core.search.IJavaScriptSearchConstants
-
The search result is a declaration.
- DeclarationsSearchGroup - Class in org.eclipse.wst.jsdt.ui.actions
-
Action group that adds the search for declarations actions to a
context menu and the global menu bar.
- DeclarationsSearchGroup(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.DeclarationsSearchGroup
-
Creates a new DeclarationsSearchGroup
.
- decode(P) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.LaunchParams.ValueConverter
-
- decodeEnvironmentId(String) - Static method in class org.eclipse.wst.jsdt.launching.JREContainerInitializer
-
- decodeIncludepathEntry(String) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
-
Decodes the includepath entry that has been encoded in the given string
in the context of this project.
- decodeIndexKey(char[]) - Method in class org.eclipse.wst.jsdt.core.search.SearchPattern
-
Decode the given index key in this pattern.
- decodeJRELibraryClasspathEntries(String) - Static method in class org.eclipse.wst.jsdt.ui.PreferenceConstants
-
Decodes an encoded JRE library and returns its class path entries.
- decodeJRELibraryDescription(String) - Static method in class org.eclipse.wst.jsdt.ui.PreferenceConstants
-
Decodes an encoded JRE library and returns its description string.
- deconfigure() - Method in class org.eclipse.wst.jsdt.ui.project.JsNature
-
- decorate(Object, IDecoration) - Method in class org.eclipse.wst.jsdt.ui.OverrideIndicatorLabelDecorator
-
- decorate(Object, IDecoration) - Method in class org.eclipse.wst.jsdt.ui.ProblemsLabelDecorator
-
- decorateImage(Image, Object) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.ChromiumJavascriptDecorator
-
- decorateImage(Image, Object) - Method in class org.eclipse.wst.jsdt.ui.OverrideIndicatorLabelDecorator
-
- decorateImage(Image, Object) - Method in class org.eclipse.wst.jsdt.ui.ProblemsLabelDecorator
-
- decorateText(String, Object) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.ChromiumJavascriptDecorator
-
- decorateText(String, Object) - Method in class org.eclipse.wst.jsdt.ui.OverrideIndicatorLabelDecorator
-
- decorateText(String, Object) - Method in class org.eclipse.wst.jsdt.ui.ProblemsLabelDecorator
-
- DECREMENT - Static variable in class org.eclipse.wst.jsdt.core.dom.PostfixExpression.Operator
-
Postfix decrement "--" operator.
- DECREMENT - Static variable in class org.eclipse.wst.jsdt.core.dom.PrefixExpression.Operator
-
Prefix decrement "--" operator.
- deepCopy(char[][]) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
-
Answers a deep copy of the toCopy array.
- DEF_CONNECT_TIMEOUT - Static variable in class org.eclipse.wst.jsdt.launching.JavaRuntime
-
Default launch/connect timeout (ms).
- Default - Static variable in class org.eclipse.wst.jsdt.core.CompletionFlags
-
Constant representing the absence of any flag
- DEFAULT - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
-
Possible configurable option value.
- DEFAULT_APPLETVIEWER_CLASS - Static variable in interface org.eclipse.wst.jsdt.launching.IJavaLaunchConfigurationConstants
-
Default value for the 'ATTR_APPLET_APPLETVIEWER' attribute.
- DEFAULT_EXCLUSION_PATTERNS - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
-
Possible configurable option value.
- DEFAULT_PACKAGE - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
-
User-readable string for the default package name (e.g.
- DEFAULT_PACKAGE_NAME - Static variable in interface org.eclipse.wst.jsdt.core.IPackageFragment
-
The name of package fragment for the default package (value: the empty
string, ""
).
- DEFAULT_PACKAGEROOT_PATH - Static variable in interface org.eclipse.wst.jsdt.core.IPackageFragmentRoot
-
Empty root path
- DEFAULT_PORT - Static variable in class org.eclipse.wst.jsdt.chromium.debug.js.launch.LaunchConstants
-
- DEFAULT_PORT - Static variable in class org.eclipse.wst.jsdt.debug.rhino.debugger.shell.DebugShell
-
Constant representing the default port
Value is: 9888
- DEFAULT_POST_QUALIFIED - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
-
Default post qualify options (All except Root and Package)
- DEFAULT_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.ExportDeclaration
-
The "isDefault" structural property of this node type.
- DEFAULT_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.ModuleSpecifier
-
The "isDefault" structural property of this node type.
- DEFAULT_QUALIFIED - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
-
Default qualify options (All except Root and Package)
- DEFAULT_SUPER_TYPE - Static variable in class org.eclipse.wst.jsdt.launching.JavaRuntime
-
- DEFAULT_SUPER_TYPE_LIBRARY - Static variable in class org.eclipse.wst.jsdt.launching.JavaRuntime
-
- DEFAULT_TASK_PRIORITIES - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
-
Default task priority
- DEFAULT_TASK_PRIORITY - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
-
- DEFAULT_TASK_TAG - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
-
- DEFAULT_TASK_TAGS - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
-
Default task tag
- DEFAULT_TIMEOUT - Static variable in interface org.eclipse.wst.jsdt.debug.core.jsdi.VirtualMachine
-
- DEFAULT_VALUE - Static variable in enum org.eclipse.wst.jsdt.chromium.debug.core.model.LaunchParams.LookupMode
-
- DEFAULT_VALUE - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.util.AccuratenessProperty.Parser
-
- defaultArguments() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.connect.Connector
-
- DefaultASTVisitor - Class in org.eclipse.wst.jsdt.core.dom
-
An
ASTVisitor
that can be configured to have a default implementation
for all nodes.
- DefaultASTVisitor() - Constructor for class org.eclipse.wst.jsdt.core.dom.DefaultASTVisitor
-
- DefaultASTVisitor(boolean) - Constructor for class org.eclipse.wst.jsdt.core.dom.DefaultASTVisitor
-
- DefaultCodeFormatterConstants - Class in org.eclipse.wst.jsdt.core.formatter
-
Constants used to set up the options of the code formatter.
- DefaultCodeFormatterConstants() - Constructor for class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
-
- DefaultInferrenceProvider - Class in org.eclipse.wst.jsdt.core.infer
-
A default implementation of InferrenceProvider.
- DefaultInferrenceProvider() - Constructor for class org.eclipse.wst.jsdt.core.infer.DefaultInferrenceProvider
-
- DefaultJavaFoldingStructureProvider - Class in org.eclipse.wst.jsdt.ui.text.folding
-
Updates the projection model of a class file or compilation unit.
- DefaultJavaFoldingStructureProvider() - Constructor for class org.eclipse.wst.jsdt.ui.text.folding.DefaultJavaFoldingStructureProvider
-
Creates a new folding provider.
- DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext - Class in org.eclipse.wst.jsdt.ui.text.folding
-
- DefaultJavaFoldingStructureProvider.JavaProjectionAnnotation - Class in org.eclipse.wst.jsdt.ui.text.folding
-
A ProjectionAnnotation
for JavaScript code.
- defaultVMInstallChanged(IVMInstall, IVMInstall) - Method in interface org.eclipse.wst.jsdt.launching.IVMInstallChangedListener
-
Notification that the workspace default VM install
has changed.
- Delegate() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.actions.JsBreakpointPropertiesRulerAction.Delegate
-
- DELEGATE_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.YieldExpression
-
- DELEGATE_THIS - Static variable in interface org.eclipse.wst.jsdt.core.eval.ICodeSnippetRequestor
-
The name of the field that represent 'this' in a snippet class
instance.
- delete(int, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.efs.ChromiumScriptFileStore
-
- delete() - Method in interface org.eclipse.wst.jsdt.chromium.debug.core.sourcemap.SourcePositionMapBuilder.MappingHandle
-
- delete(GenericCallback<Void>, SyncCallback) - Method in interface org.eclipse.wst.jsdt.chromium.wip.PermanentRemoteValueMapping
-
Asynchronously deletes mapping on remote VM.
- delete(GenericCallback<Void>, SyncCallback) - Method in interface org.eclipse.wst.jsdt.chromium.wip.PermanentRemoteValueMapping
-
Asynchronously deletes mapping on remote VM.
- delete() - Method in class org.eclipse.wst.jsdt.core.dom.ASTNode
-
Removes this node from its parent.
- DELETE - Static variable in class org.eclipse.wst.jsdt.core.dom.PrefixExpression.Operator
-
delete operator
- delete(IJavaScriptElement[], boolean, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptModel
-
Deletes the given elements, forcing the operation if necessary and specified.
- delete(int, int, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IPackageFragmentRoot
-
Deletes the resource of this package fragment root as specified by
IResource.delete(int, IProgressMonitor)
but excluding nested
source folders.
- delete(boolean, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.ISourceManipulation
-
Deletes this element, forcing if specified and necessary.
- DELETE - Static variable in interface org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings
-
Refactoring id of the 'Delete' refactoring (value:
org.eclipse.wst.jsdt.ui.delete
).
- DELETE_PROCESSOR - Static variable in interface org.eclipse.wst.jsdt.ui.refactoring.IRefactoringProcessorIds
-
Processor ID of the delete resource processor
(value "org.eclipse.wst.jsdt.ui.DeleteProcessor"
).
- DeleteDescriptor - Class in org.eclipse.wst.jsdt.core.refactoring.descriptors
-
Refactoring descriptor for the delete refactoring.
- DeleteDescriptor() - Constructor for class org.eclipse.wst.jsdt.core.refactoring.descriptors.DeleteDescriptor
-
Creates a new refactoring descriptor.
- deleteEventRequest(EventRequest) - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequestManager
-
- deleteEventRequest(List) - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequestManager
-
- deleteResourceAndFile() - Method in interface org.eclipse.wst.jsdt.chromium.debug.core.model.VmResource
-
- deleteVariable(IGlobalVariable) - Method in interface org.eclipse.wst.jsdt.core.eval.IEvaluationContext
-
Deletes the given variable from this evaluation context.
- deleteVirtualProjectAsync(IProject) - Static method in class org.eclipse.wst.jsdt.chromium.debug.core.util.ChromiumDebugPluginUtil
-
Removes virtual project which was created for debug session.
- dependencies(DialogUtils.ValueSource<? extends DialogUtils.Optional<?>>...) - Static method in class org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils
-
- dependencies(Map<String, String>) - Method in class org.eclipse.wst.jsdt.js.bower.BowerJson.Builder
-
- dependencies(Map<String, String>) - Method in class org.eclipse.wst.jsdt.js.node.common.json.objects.PackageJson.Builder
-
- dependencies(Map<String, String>) - Method in class org.eclipse.wst.jsdt.js.npm.PackageJson.Builder
-
- DEPRECATED - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementImageDescriptor
-
Flag to render the 'deprecated' adornment.
- DEPRECATED_VARIABLE - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelStatusConstants
-
Status constant indicating that the variable is deprecated.
- describeState(JavascriptThread.StateVisitor<R>) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.JavascriptThread
-
- description() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.connect.Connector.Argument
-
- description() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.connect.Connector
-
A human readable description of this
Connector
.
- description() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.VirtualMachine
-
- description(String) - Method in class org.eclipse.wst.jsdt.js.node.common.json.objects.PackageJson.Builder
-
- description(String) - Method in class org.eclipse.wst.jsdt.js.npm.PackageJson.Builder
-
- DESTINATION_PROJECT_INCLUDEPATH - Static variable in interface org.eclipse.wst.jsdt.core.IPackageFragmentRoot
-
Update model flag constant (bit mask value 8) indicating that the operation
is to update the includepath of the destination project.
- destruct() - Method in interface org.eclipse.wst.jsdt.chromium.util.Destructable
-
Destructs object wrapped in the interface.
- Destructable - Interface in org.eclipse.wst.jsdt.chromium.util
-
An interface to destruct some object.
- DestructingGuard - Class in org.eclipse.wst.jsdt.chromium.util
-
Helper class that destructs unfinished objects.
- DestructingGuard() - Constructor for class org.eclipse.wst.jsdt.chromium.util.DestructingGuard
-
- detach() - Method in interface org.eclipse.wst.jsdt.chromium.JavascriptVm
-
Detaches from the related tab debugger.
- detectInstallLocation() - Method in interface org.eclipse.wst.jsdt.launching.IVMInstallType
-
Tries to detect an installed VM that matches this VM install type.
- detectInstallLocation() - Method in class org.eclipse.wst.jsdt.launching.StandardVMType
-
- devDependencies(Map<String, String>) - Method in class org.eclipse.wst.jsdt.js.node.common.json.objects.PackageJson.Builder
-
- DEVICE_PATH - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelStatusConstants
-
Status constant indicating that a path specifying a device
was supplied to the operation when a path with no device is
required.
- DevToolsProtocolDeprecationTab_CONFIGURATION_NAME_SUFFIX - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
-
- DevToolsProtocolDeprecationTab_COPY_LAUNCH_CONFIGURATION - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
-
- DevToolsProtocolDeprecationTab_MAIN_TEXT - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
-
- DevToolsProtocolDeprecationTab_NEW_PROTOCOL - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
-
- DevToolsProtocolDeprecationTab_OLD_PROTOCOL - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
-
- DevToolsProtocolDeprecationTab_PROJECT_SITE - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
-
- DevToolsProtocolDeprecationTab_SEE_ALSO - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
-
- DevToolsProtocolDeprecationTab_TITLE - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
-
- DialogBasedTabSelector - Class in org.eclipse.wst.jsdt.chromium.debug.ui
-
A TabSelector which brings up a dialog allowing users to select which target
browser tab to debug.
- DialogBasedTabSelector() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.DialogBasedTabSelector
-
- DialogImpl_ADD_WATCH - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.pinpoint.Messages
-
- DialogImpl_EXPRESSION_PROMPT - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.pinpoint.Messages
-
- DialogImpl_GLOBAL_MARK - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.pinpoint.Messages
-
- DialogImpl_PROPERTY_PREVIEW - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.pinpoint.Messages
-
- DialogImpl_WINDOW_SUBTITLE - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.pinpoint.Messages
-
- DialogImpl_WINDOW_TITLE - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.pinpoint.Messages
-
- DialogUtils - Class in org.eclipse.wst.jsdt.chromium.debug.ui
-
A small set of utility classes that help programming dialog window logic.
- DialogUtils() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils
-
- DialogUtils.BranchVariableGetter - Annotation Type in org.eclipse.wst.jsdt.chromium.debug.ui
-
- DialogUtils.ComboWrapper<E> - Class in org.eclipse.wst.jsdt.chromium.debug.ui
-
A wrapper around Combo that provides logic-level data-oriented access to the control.
- DialogUtils.ExpressionProcessor<T> - Class in org.eclipse.wst.jsdt.chromium.debug.ui
-
A base class for the source-consumer pair that accepts several values as a consumer,
performs a calculation over them and gives it away the result via source interface.
- DialogUtils.Gettable<RES> - Interface in org.eclipse.wst.jsdt.chromium.debug.ui
-
A basic interface for anything that can give a value.
- DialogUtils.Message - Class in org.eclipse.wst.jsdt.chromium.debug.ui
-
A user interface message for dialog window.
- DialogUtils.MessagePriority - Enum in org.eclipse.wst.jsdt.chromium.debug.ui
-
Priority of a user interface message.
- DialogUtils.NormalExpression<T> - Interface in org.eclipse.wst.jsdt.chromium.debug.ui
-
An expression that gets calculated only when its dependencies are all non-error.
- DialogUtils.NormalExpression.Calculate - Annotation Type in org.eclipse.wst.jsdt.chromium.debug.ui
-
An annotation for a "calculate" method of the interface.
- DialogUtils.NormalExpression.DependencyGetter - Annotation Type in org.eclipse.wst.jsdt.chromium.debug.ui
-
An annotation for a method that returns expression dependency.
- DialogUtils.OkButtonControl<T> - Class in org.eclipse.wst.jsdt.chromium.debug.ui
-
A general-purpose implementation of OK button vertex.
- DialogUtils.OkButtonElements - Interface in org.eclipse.wst.jsdt.chromium.debug.ui
-
An access to OK button and related elements of the dialog window from dialog logic part.
- DialogUtils.Optional<V> - Interface in org.eclipse.wst.jsdt.chromium.debug.ui
-
A primitive approach to "optional" algebraic type.
- DialogUtils.OptionalSwitcher<T> - Interface in org.eclipse.wst.jsdt.chromium.debug.ui
-
A switcher that is operated by optional expression.
- DialogUtils.Scope - Interface in org.eclipse.wst.jsdt.chromium.debug.ui
-
A scope for update graph vertices.
- DialogUtils.ScopeEnabler - Interface in org.eclipse.wst.jsdt.chromium.debug.ui
-
A callback that lets UI to reflect that some scope became enabled/disabled.
- DialogUtils.SwitchBase<T> - Interface in org.eclipse.wst.jsdt.chromium.debug.ui
-
Base interface for 2 types of switchers.
- DialogUtils.Switcher<T> - Interface in org.eclipse.wst.jsdt.chromium.debug.ui
-
A switcher that is operated by non-optional expression.
- DialogUtils.Updater - Class in org.eclipse.wst.jsdt.chromium.debug.ui
-
Helps to conduct update for vertices in a value graph.
- DialogUtils.ValueConsumer - Interface in org.eclipse.wst.jsdt.chromium.debug.ui
-
Represents consumer vertex for Updater.
- DialogUtils.ValueProcessor<T> - Class in org.eclipse.wst.jsdt.chromium.debug.ui
-
A basic implementation of object that is both consumer and source.
- DialogUtils.ValueSource<T> - Interface in org.eclipse.wst.jsdt.chromium.debug.ui
-
Represents source vertex for Updater.
- dimensions() - Method in class org.eclipse.wst.jsdt.core.dom.ArrayCreation
-
Returns the live ordered list of dimension expressions in this array
initializer.
- DIMENSIONS_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.ArrayCreation
-
The "dimensions" structural property of this node type.
- DirectInvocationOfAbstractMethod - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- directories(Map<String, String>) - Method in class org.eclipse.wst.jsdt.js.node.common.json.objects.PackageJson.Builder
-
- DISABLED - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
-
Possible configurable option value.
- DISABLED_CP_EXCLUSION_PATTERNS - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelStatusConstants
-
Status constant indicating that an inclusion or an exclusion pattern got specified
on a includepath source entry, though it was explicitely disabled
according to its project preference settings.
- DISABLED_CP_MULTIPLE_OUTPUT_LOCATIONS - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelStatusConstants
-
Status constant indicating that a specific output location got associated
with a source entry, though it was explicitely disabled according to its project
preference settings.
- discardWorkingCopy() - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptUnit
-
Changes this javaScript file in working copy mode back to its original mode.
- discharge() - Method in class org.eclipse.wst.jsdt.chromium.util.DestructingGuard
-
Confirms that constructing has finished OKAY and no destruction is needed from now.
- discharge(RelayOk) - Method in class org.eclipse.wst.jsdt.chromium.util.RelaySyncCallback.Guard
-
This method should be called when operations was successfully relayed.
- disconnect() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.DebugTargetImpl
-
- disconnect(IEditorInput) - Method in interface org.eclipse.wst.jsdt.ui.IWorkingCopyManager
-
Disconnects the given editor input from this manager.
- disconnected() - Method in interface org.eclipse.wst.jsdt.chromium.DebugEventListener
-
Reports the debug connection has terminated and
JavascriptVm
has stopped operating.
- DiscouragedReference - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- DISCOVERABLE_NAME_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.ModuleSpecifier
-
The "discoverableName" structural property of this node type.
- dismiss() - Method in interface org.eclipse.wst.jsdt.chromium.Browser.TabFetcher
-
Should release connection.
- dispose() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.SourceNameMapperContainer
-
- dispose() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.VProjectSourceContainer
-
- dispose() - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.AddExceptionBreakpointAction
-
- dispose() - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.JsInspectExpression
-
- dispose() - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.SelectionBasedAction
-
- dispose() - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.SynchronizeBreakpoints
-
- dispose() - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.VariableBasedAction
-
- dispose() - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.ChromiumJavascriptDecorator
-
- dispose() - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.TableUtils.ColumnBasedLabelProvider
-
- dispose() - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.TableUtils.ColumnLabelProvider
-
- dispose() - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.WizardUtils.LogicBasedWizard
-
- dispose() - Method in interface org.eclipse.wst.jsdt.chromium.debug.ui.WizardUtils.WizardLogic
-
- dispose() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.VirtualMachine
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.actions.BuildActionGroup
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.actions.CCPActionGroup
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.actions.CustomFiltersActionGroup
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.actions.DeclarationsSearchGroup
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.actions.GenerateActionGroup
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.actions.ImplementorsSearchGroup
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.actions.ImportActionGroup
- dispose() - Method in class org.eclipse.wst.jsdt.ui.actions.JavaSearchActionGroup
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.actions.MemberFilterActionGroup
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.actions.NavigateActionGroup
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.actions.OccurrencesSearchGroup
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.actions.OpenEditorActionGroup
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.actions.OpenViewActionGroup
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.actions.ProjectActionGroup
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.actions.ReadReferencesSearchGroup
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.actions.RefactorActionGroup
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.actions.ReferencesSearchGroup
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.actions.ShowActionGroup
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.actions.WriteReferencesSearchGroup
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.OverrideIndicatorLabelDecorator
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.ProblemsLabelDecorator
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.StandardJavaScriptElementContentProvider
-
- dispose() - Method in interface org.eclipse.wst.jsdt.ui.text.folding.IJavaFoldingPreferenceBlock
-
Called when the preference page is being disposed.
- dispose() - Method in class org.eclipse.wst.jsdt.ui.text.JavaScriptTextTools
-
Disposes all the individual tools of this tools collection.
- dispose() - Method in class org.eclipse.wst.jsdt.ui.wizards.JavaCapabilityConfigurationPage
-
- dispose() - Method in class org.eclipse.wst.jsdt.ui.wizards.NewJavaProjectWizardPage
-
- disposeConnection() - Method in interface org.eclipse.wst.jsdt.chromium.debug.core.model.JavascriptVmEmbedder.ConnectionToRemote
-
- disposeVMInstall(String) - Method in class org.eclipse.wst.jsdt.launching.AbstractVMInstallType
-
- disposeVMInstall(String) - Method in interface org.eclipse.wst.jsdt.launching.IVMInstallType
-
Remove the VM associated with the given id from the set of VMs managed by
this VM type.
- disposeVMInstall(String) - Method in class org.eclipse.wst.jsdt.launching.StandardVMType
-
- DIVIDE - Static variable in class org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator
-
Division "/" operator.
- DIVIDE_ASSIGN - Static variable in class org.eclipse.wst.jsdt.core.dom.Assignment.Operator
-
/= operator.
- DO_NOT_GENERATE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
-
Possible configurable option value.
- DO_NOT_INSERT - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
-
Possible configurable option value.
- DO_STATEMENT - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
-
- DO_STATEMENT - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
-
Node type constant indicating a node of type
DoStatement
.
- DOC_LOCATION_AFTER - Static variable in class org.eclipse.wst.jsdt.core.infer.InferOptions
-
- DOC_LOCATION_BEFORE - Static variable in class org.eclipse.wst.jsdt.core.infer.InferOptions
-
- docLocation - Variable in class org.eclipse.wst.jsdt.core.infer.InferOptions
-
- doCreateProjectFirstOnEmptyWorkspace(Shell) - Method in class org.eclipse.wst.jsdt.ui.actions.AbstractOpenWizardAction
-
Opens the new project dialog if the workspace is empty.
- doCreateProjectFirstOnEmptyWorkspace(Shell) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenNewJavaProjectWizardAction
-
- doCreateRuntimeInstall(String) - Method in class org.eclipse.wst.jsdt.chromium.debug.js.runtime.ChromiumRuntimeType
-
- doCreateRuntimeInstall(String) - Method in class org.eclipse.wst.jsdt.js.node.runtime.NodeJsRuntimeType
-
- doCreateVMInstall(String) - Method in class org.eclipse.wst.jsdt.launching.AbstractVMInstallType
-
Subclasses should return a new instance of the appropriate
IVMInstall
subclass from this method.
- doCreateVMInstall(String) - Method in class org.eclipse.wst.jsdt.launching.StandardVMType
-
- doFinally() - Method in class org.eclipse.wst.jsdt.chromium.util.DestructingGuard
-
This method is supposed to be called from finally clause.
- doInfer() - Method in interface org.eclipse.wst.jsdt.core.infer.IInferEngine
-
Requests to perform type inference on provided compilation unit.
- doInfer() - Method in class org.eclipse.wst.jsdt.core.infer.InferEngine
-
- DOM_EXCEPTION - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelStatusConstants
-
Status constant indicating that a DOMException
occurred.
- done(boolean) - Method in interface org.eclipse.wst.jsdt.chromium.debug.core.model.Value.ReloadValueCallback
-
- done() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.util.ProgressUtil.MonitorWrapper
-
- done() - Method in interface org.eclipse.wst.jsdt.chromium.JsValue.ReloadBiggerCallback
-
- done(RES) - Method in interface org.eclipse.wst.jsdt.chromium.util.AsyncFuture.Callback
-
- doneSearching() - Method in class org.eclipse.wst.jsdt.core.search.SearchParticipant
-
Notification that this participant's help is no longer needed.
- DONT_CARE - Static variable in interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptBreakpointParticipant
-
Return code indicating that this listener should not be considered
in a vote to suspend a thread or install a breakpoint.
- DONT_SUSPEND - Static variable in interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptBreakpointParticipant
-
Return code in response to a "breakpoint hit" notification, indicating
a vote to not suspend (i.e. resume) the associated thread.
- DoStatement - Class in org.eclipse.wst.jsdt.core.dom
-
Do statement AST node type.
- DOUBLE - Static variable in class org.eclipse.wst.jsdt.core.dom.PrimitiveType
-
Type code for the primitive type "double".
- DOUBLE_CLICK - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
-
A named preference that controls the behavior when double clicking on a container in the packages view.
- DOUBLE_CLICK_EXPANDS - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
-
A string value used by the named preference DOUBLE_CLICK
.
- DOUBLE_CLICK_GOES_INTO - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
-
A string value used by the named preference DOUBLE_CLICK
.
- DOUBLE_LITERAL - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
-
- doubleValue() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.PrimitiveValue
-
Returns the double for the value.
- doubleValue() - Method in interface org.eclipse.wst.jsdt.debug.core.model.IJavaScriptPrimitiveValue
-
Returns the double for the value.
- doValidateInstallLocation(File) - Method in class org.eclipse.wst.jsdt.chromium.debug.js.runtime.ChromiumRuntimeType
-
- doValidateInstallLocation(File) - Method in class org.eclipse.wst.jsdt.js.node.runtime.NodeJsRuntimeType
-
- drawCompositeImage(int, int) - Method in class org.eclipse.wst.jsdt.ui.JavaScriptElementImageDescriptor
-
- dropToFrame() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.StackFrame
-
- dumpReference(StringBuffer) - Method in class org.eclipse.wst.jsdt.core.infer.InferredType
-
- DuplicateBlankFinalFieldInitialization - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- DuplicateCase - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- DuplicateDefaultCase - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- DuplicateField - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- DuplicateFinalLocalInitialization - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- DuplicateImport - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- DuplicateLabel - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- DuplicateMethod - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- DuplicateModifierForArgument - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- DuplicateModifierForField - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- DuplicateModifierForMethod - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- DuplicateModifierForType - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- DuplicateModifierForVariable - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- DuplicateNestedType - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- DuplicateTypes - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-