- UNARY_EXPRESSION - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
-
- unbindColor(String) - Method in interface org.eclipse.wst.jsdt.ui.text.IColorManagerExtension
-
Forgets the color specification remembered under the given key.
- Unclassified - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
ID reserved for referencing an internal error inside the JavaScriptCore implementation which
may be surfaced as a problem associated with the javaScript unit which caused it to occur.
- UNCOMMENT - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition ID of the source -> uncomment action
(value "org.eclipse.wst.jsdt.ui.edit.text.java.uncomment"
).
- UNCOMMENT - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Source menu: name of standard Uncomment global action
(value "org.eclipse.wst.jsdt.ui.actions.Uncomment"
).
- UNDEFINED - Static variable in interface org.eclipse.wst.jsdt.debug.core.model.IJavaScriptValue
-
- UNDEFINED_LITERAL - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
-
- UNDEFINED_LITERAL - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
-
- UndefinedConstructor - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UndefinedConstructorInDefaultConstructor - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UndefinedConstructorInImplicitConstructorCall - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UndefinedField - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UndefinedFunction - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UndefinedLabel - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UndefinedLiteral - Class in org.eclipse.wst.jsdt.core.dom
-
Null literal node.
- UndefinedMethod - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UndefinedName - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UndefinedType - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
General type related problems
- UndefinedValue - Interface in org.eclipse.wst.jsdt.debug.core.jsdi
-
Abstract representation of the JavaScript value undefined
- UndocumentedEmptyBlock - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UnexpectedStaticModifierForField - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UnexpectedStaticModifierForMethod - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UnhandledException - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UnhandledExceptionInDefaultConstructor - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UnhandledExceptionInImplicitConstructorCall - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UnimplementedException - Exception in org.eclipse.wst.jsdt.core
-
- UnimplementedException() - Constructor for exception org.eclipse.wst.jsdt.core.UnimplementedException
-
- UnimplementedException(String) - Constructor for exception org.eclipse.wst.jsdt.core.UnimplementedException
-
- UninitializedBlankFinalField - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UninitializedGlobalVariable - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UninitializedLocalVariable - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- uninstall() - Method in class org.eclipse.wst.jsdt.ui.text.folding.DefaultJavaFoldingStructureProvider
-
Uninstalls this structure provider.
- uninstall() - Method in interface org.eclipse.wst.jsdt.ui.text.folding.IJavaFoldingStructureProvider
-
Uninstalls this structure provider.
- UniqueKeyGenerator - Class in org.eclipse.wst.jsdt.chromium.debug.core.util
-
A utility class that is used to generate a unique key according to a proposed key and
taking alternative keys if that one is already taken.
- UniqueKeyGenerator() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.util.UniqueKeyGenerator
-
- UniqueKeyGenerator.Factory<E> - Interface in org.eclipse.wst.jsdt.chromium.debug.core.util
-
A factory for an abstract storage used in #createElementWithUniqueName
method.
- UNKNOWN - Static variable in interface org.eclipse.wst.jsdt.core.search.IJavaScriptSearchConstants
-
The nature of searched element or the nature
of match in unknown.
- UNKNOWN - Static variable in interface org.eclipse.wst.jsdt.debug.core.model.IJavaScriptValue
-
- UNKNOWN_JSDOC_FORMAT - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelStatusConstants
-
Status constant indicating that the attached jsdoc content format is unrecognized.
- unlinkFromNextPage(WizardUtils.PageImpl<?>) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.WizardUtils.PageImpl
-
- UnmatchedBracket - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UnnecessaryElse - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UnnecessaryInstanceof - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UnnecessaryNLSTag - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UnqualifiedFieldAccess - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UnreachableCatch - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UNRESOLVED_FIELD_REFERENCE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
-
- UNRESOLVED_METHOD_REFERENCE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
-
- UNRESOLVED_TYPE_REFERENCE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
-
- UNSPECIFIED - Static variable in interface org.eclipse.wst.jsdt.chromium.UpdatableScript.Failure
-
- UnsupportedVersionException - Exception in org.eclipse.wst.jsdt.chromium
-
This exception is thrown if the SDK protocol version is not compatible with
that supported by the browser.
- UnsupportedVersionException(Version, Version) - Constructor for exception org.eclipse.wst.jsdt.chromium.UnsupportedVersionException
-
- UnsupportedVersionException(Version, Version, String) - Constructor for exception org.eclipse.wst.jsdt.chromium.UnsupportedVersionException
-
- UnterminatedComment - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UnterminatedString - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UnusedConstructorDeclaredThrownException - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UnusedLabel - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UnusedMethodDeclaredThrownException - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UnusedPrivateConstructor - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UnusedPrivateField - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UnusedPrivateMethod - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UnusedPrivateType - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UpdatableScript - Interface in org.eclipse.wst.jsdt.chromium
-
This interface is a part of
Script
interface.
- UpdatableScript.ChangeDescription - Interface in org.eclipse.wst.jsdt.chromium
-
An interface that explains what has happened/going to happen within script update action.
- UpdatableScript.ChangeStatus - Enum in org.eclipse.wst.jsdt.chromium
-
- UpdatableScript.CompileErrorFailure - Interface in org.eclipse.wst.jsdt.chromium
-
Describes failure caused by compile error.
- UpdatableScript.Failure - Interface in org.eclipse.wst.jsdt.chromium
-
Specifies failure type.
- UpdatableScript.Failure.Visitor<R> - Interface in org.eclipse.wst.jsdt.chromium
-
- UpdatableScript.FunctionNode<T extends UpdatableScript.FunctionNode<T>> - Interface in org.eclipse.wst.jsdt.chromium
-
A basic element of function change tree.
- UpdatableScript.FunctionPositions - Interface in org.eclipse.wst.jsdt.chromium
-
- UpdatableScript.NewFunctionNode - Interface in org.eclipse.wst.jsdt.chromium
-
Represents a brand new function in the changed script, that has no corresponding old function.
- UpdatableScript.OldFunctionNode - Interface in org.eclipse.wst.jsdt.chromium
-
Represents an old function in the changed script.
- UpdatableScript.TextualDiff - Interface in org.eclipse.wst.jsdt.chromium
-
- UpdatableScript.UpdateCallback - Interface in org.eclipse.wst.jsdt.chromium
-
- update() - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.JsBreakpointPropertiesRulerAction
-
- update(DialogUtils.Updater) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils.ExpressionProcessor
-
- update(DialogUtils.Updater) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils.OkButtonControl
-
- update() - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils.Updater
-
Performs update of all vertices that need it.
- update(DialogUtils.Updater) - Method in interface org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils.ValueConsumer
-
Called by updater when some linked sources have changed and it's time this vertex
got updated.
- update(DialogUtils.Updater) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.WizardUtils.WizardFinishController
-
- update(ISelection) - Method in class org.eclipse.wst.jsdt.ui.actions.MoveAction
-
- update(ISelection) - Method in class org.eclipse.wst.jsdt.ui.actions.RenameAction
-
- update(ISelection) - Method in class org.eclipse.wst.jsdt.ui.actions.SelectionDispatchAction
-
Updates the action's enablement state according to the given selection.
- UPDATE_CONFLICT - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelStatusConstants
-
Status constant indicating there is an update conflict
for a working copy.
- UPDATE_GETTER_METHOD - Static variable in class org.eclipse.wst.jsdt.ui.refactoring.RenameSupport
-
Flag indicating that the getter method is to be updated as well.
- UPDATE_JAVA_VIEWS - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
-
- UPDATE_ON_SAVE - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
-
- UPDATE_REFERENCES - Static variable in class org.eclipse.wst.jsdt.ui.refactoring.RenameSupport
-
Flag indicating that references are to be updated as well.
- UPDATE_SETTER_METHOD - Static variable in class org.eclipse.wst.jsdt.ui.refactoring.RenameSupport
-
Flag indicating that the setter method is to be updated as well.
- UPDATE_TEXTUAL_MATCHES - Static variable in class org.eclipse.wst.jsdt.ui.refactoring.RenameSupport
-
Flag indicating that textual matches in comments and in string literals
are to be updated as well.
- UPDATE_WHILE_EDITING - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
-
- updateActionBars() - Method in class org.eclipse.wst.jsdt.ui.actions.NavigateActionGroup
-
- updateAll() - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils.Updater
-
Updates all consumer vertices in graph.
- updateAll() - Method in interface org.eclipse.wst.jsdt.chromium.debug.ui.WizardUtils.WizardLogic
-
- updateAsync() - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils.Updater
-
Request deferred update.
- updateBreakpoint(IJavaScriptBreakpoint) - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.VirtualMachine
-
- updateButtons() - Method in class org.eclipse.wst.jsdt.js.common.ui.PopUpKeyValueDialog
-
- updateButtons() - Method in class org.eclipse.wst.jsdt.js.common.ui.PopUpPropertyDialog
-
- updateFile(IFile, String) - Static method in class org.eclipse.wst.jsdt.js.common.util.WorkbenchResourceUtil
-
- updateOnRemote(Breakpoint, ChromiumLineBreakpoint, Set<ChromiumLineBreakpoint.MutableProperty>) - Static method in class org.eclipse.wst.jsdt.chromium.debug.core.model.ChromiumLineBreakpoint.Helper
-
- updatePositions(int, int) - Method in class org.eclipse.wst.jsdt.core.infer.InferredType
-
- Updater() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils.Updater
-
- updaters() - Method in class org.eclipse.wst.jsdt.core.dom.ForStatement
-
Returns the live ordered list of update expressions in this for
statement.
- UPDATERS_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.ForStatement
-
The "updaters" structural property of this node type.
- updateStatus(IStatus) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewElementWizardPage
-
Updates the status line and the OK button according to the given status
- updateStatus(IStatus[]) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewElementWizardPage
-
Updates the status line and the OK button according to the status evaluate from
an array of status.
- updateTasks(String[]) - Method in class org.eclipse.wst.jsdt.js.common.build.system.launch.ui.GenericBuildSystemTab
-
- USE_RESOLVED - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
-
Specified to use the resolved information of a IType, IFunction or IField.
- USE_SUPER_TYPE - Static variable in interface org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings
-
Refactoring id of the 'Use Supertype Where Possible' refactoring (value:
org.eclipse.wst.jsdt.ui.use.supertype
).
- USE_SUPERTYPE - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition ID of the refactor -> use supertype action
(value "org.eclipse.wst.jsdt.ui.edit.text.java.use.supertype"
).
- USE_SUPERTYPE - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Refactor menu: name of standard Use Supertype global action
(value "org.eclipse.wst.jsdt.ui.actions.UseSupertype"
).
- UseAssertAsAnIdentifier - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- useAssignments - Variable in class org.eclipse.wst.jsdt.core.infer.InferOptions
-
Set to true var types are inferred based on assigments
- useCache - Static variable in class org.eclipse.wst.jsdt.jsdoc.ElementInfo
-
- UseEnumAsAnIdentifier - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- useInitMethod - Variable in class org.eclipse.wst.jsdt.core.infer.InferOptions
-
- useNewSourcePage() - Method in class org.eclipse.wst.jsdt.ui.wizards.JavaCapabilityConfigurationPage
-
Clients can override this method to choose if the new source page is used.
- USER_CLASSES - Static variable in interface org.eclipse.wst.jsdt.launching.IRuntimeClasspathEntry
-
Classpath property identifier for entries that should appear on the
user includepath.
- USER_LIBRARY_CONTAINER_ID - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
-
Name of the User Library Container id.
- userData - Variable in class org.eclipse.wst.jsdt.core.infer.InferredType
-
- UseSupertypeAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Tries to use a super type of a class where possible.
- UseSupertypeAction(JavaEditor) - Constructor for class org.eclipse.wst.jsdt.ui.actions.UseSupertypeAction
-
Note: This constructor is for internal use only.
- UseSupertypeAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.UseSupertypeAction
-
Creates a new UseSupertypeAction
.
- UseSupertypeDescriptor - Class in org.eclipse.wst.jsdt.core.refactoring.descriptors
-
Refactoring descriptor for the use supertype refactoring.
- UseSupertypeDescriptor() - Constructor for class org.eclipse.wst.jsdt.core.refactoring.descriptors.UseSupertypeDescriptor
-
Creates a new refactoring descriptor.
- UsingDeprecatedConstructor - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UsingDeprecatedField - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UsingDeprecatedMethod - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- UsingDeprecatedType - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- Util - Class in org.eclipse.wst.jsdt.jsdoc
-
- Util() - Constructor for class org.eclipse.wst.jsdt.jsdoc.Util
-