Skip navigation links
JavaScript Development Tools
Release 3.2
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 

J

JAR_FILE_ENTRY_SEPARATOR - Static variable in interface org.eclipse.wst.jsdt.core.search.IJavaScriptSearchScope
This constant defines the separator of the resourcePath string of the encloses(String) method.
JAR_MIGRATION - Static variable in class org.eclipse.wst.jsdt.core.refactoring.descriptors.JavaScriptRefactoringDescriptor
Constant describing the jar migration flag (value: 65536).
JAR_REFACTORING - Static variable in class org.eclipse.wst.jsdt.core.refactoring.descriptors.JavaScriptRefactoringDescriptor
Constant describing the jar refactoring flag (value: 524288).
JAR_SOURCE_ATTACHMENT - Static variable in class org.eclipse.wst.jsdt.core.refactoring.descriptors.JavaScriptRefactoringDescriptor
Constant describing the jar source attachment flag (value: 262144).
JAVA_ANNOTATION - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptColorConstants
Deprecated.
replaced as of 3.2 by an equivalent semantic highlighting, see SemanticHighlightings.ANNOTATION
JAVA_BRACKET - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptColorConstants
The color key for brackets in JavaScript code (value "java_bracket").
JAVA_CHARACTER - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptPartitions
The identifier of the JavaScript character partition content type.
JAVA_DEFAULT - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptColorConstants
The color key for everything in JavaScript code for which no other color is specified (value "java_default").
JAVA_DOC - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptPartitions
The identifier of the Javadoc (JLS2: DocumentationComment) partition content type.
JAVA_KEYWORD - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptColorConstants
The color key for JavaScript keywords in JavaScript code (value "java_keyword").
JAVA_KEYWORD_RETURN - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptColorConstants
The color key for keyword 'return' in JavaScript code (value "java_keyword_return").
JAVA_METHOD_NAME - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptColorConstants
Deprecated.
replaced as of 3.1 by an equivalent semantic highlighting, see SemanticHighlightings.METHOD
JAVA_MULTI_LINE_COMMENT - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptColorConstants
The color key for multi-line comments in JavaScript code (value "java_multi_line_comment").
JAVA_MULTI_LINE_COMMENT - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptPartitions
The identifier multi-line (JLS2: TraditionalComment) comment partition content type.
JAVA_OPERATOR - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptColorConstants
The color key for operators in JavaScript code (value "java_operator").
JAVA_PARTITIONING - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptPartitions
The identifier of the JavaScript partitioning.
JAVA_SHEBANG_LINE - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptPartitions
The shebang line
JAVA_SINGLE_LINE_COMMENT - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptColorConstants
The color key for single-line comments in JavaScript code (value "java_single_line_comment").
JAVA_SINGLE_LINE_COMMENT - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptPartitions
The identifier of the single-line (JLS2: EndOfLineComment) end comment partition content type.
JAVA_SOURCE_CONTENT_TYPE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Value of the content-type for JavaScript source files.
JAVA_STRING - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptColorConstants
The color key for string and character literals in JavaScript code (value "java_string").
JAVA_STRING - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptPartitions
The identifier of the JavaScript string partition content type.
JavaCapabilityConfigurationPage - Class in org.eclipse.wst.jsdt.ui.wizards
Standard wizard page for creating new JavaScript projects.
JavaCapabilityConfigurationPage() - Constructor for class org.eclipse.wst.jsdt.ui.wizards.JavaCapabilityConfigurationPage
Creates a wizard page that can be used in a JavaScript project creation wizard.
JavaContentAssistInvocationContext - Class in org.eclipse.wst.jsdt.ui.text.java
Describes the context of a content assist invocation in a JavaScript editor.
JavaContentAssistInvocationContext(ITextViewer, int, IEditorPart) - Constructor for class org.eclipse.wst.jsdt.ui.text.java.JavaContentAssistInvocationContext
Creates a new context.
JavaContentAssistInvocationContext(IJavaScriptUnit) - Constructor for class org.eclipse.wst.jsdt.ui.text.java.JavaContentAssistInvocationContext
Creates a new context.
Javadoc - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JAVADOC_COMMAND - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that holds the path of the Javadoc command used by the Javadoc creation wizard.
JAVADOC_DEFAULT - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptColorConstants
The color key for everything in JavaDoc comments for which no other color is specified (value "java_doc_default").
JAVADOC_KEYWORD - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptColorConstants
The color key for JavaDoc keywords (@foo) in JavaDoc comments (value "java_doc_keyword").
JAVADOC_LINK - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptColorConstants
The color key for JavaDoc links ({foo}) in JavaDoc comments (value "java_doc_link").
JAVADOC_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.FieldDeclaration
The "javadoc" structural property of this node type.
JAVADOC_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.FunctionDeclaration
The "javadoc" structural property of this node type.
JAVADOC_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.Initializer
The "javadoc" structural property of this node type.
JAVADOC_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.PackageDeclaration
The "javadoc" structural property of this node type.
JAVADOC_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.TypeDeclaration
The "javadoc" structural property of this node type.
JAVADOC_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.VariableDeclarationStatement
 
JAVADOC_TAG - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptColorConstants
The color key for HTML tags (<foo>) in JavaDoc comments (value "java_doc_tag").
JavadocAmbiguousConstructor - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocAmbiguousField - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocAmbiguousMethod - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocAmbiguousType - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocDuplicateParamName - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocDuplicateReturnTag - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocDuplicateThrowsClassName - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocEmptyReturnTag - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocHiddenReference - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
Problem signaled on an hidden reference due to a too low visibility level.
JavadocInheritedFieldHidesEnclosingName - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocInheritedMethodHidesEnclosingName - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocInheritedNameHidesEnclosingTypeName - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocInternalTypeNameProvided - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocInvalidMemberTypeQualification - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
Problem signaled on an invalid qualification for member type reference.
JavadocInvalidParamName - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocInvalidParamTagName - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocInvalidSeeArgs - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocInvalidSeeHref - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocInvalidSeeReference - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocInvalidTag - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocInvalidThrowsClass - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocInvalidThrowsClassName - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocMalformedSeeReference - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocMessagePrefix - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocMissing - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocMissingHashCharacter - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocMissingIdentifier - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocMissingParamName - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocMissingParamTag - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocMissingReturnTag - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocMissingSeeReference - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocMissingThrowsClassName - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocMissingThrowsTag - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocNoMessageSendOnArrayType - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocNoMessageSendOnBaseType - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocNonStaticTypeFromStaticInvocation - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocNotVisibleConstructor - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocNotVisibleField - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocNotVisibleMethod - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocNotVisibleType - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocParameterMismatch - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocUndefinedConstructor - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocUndefinedField - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocUndefinedMethod - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocUndefinedType - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocUnexpectedTag - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocUnexpectedText - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocUnterminatedInlineTag - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocUsingDeprecatedConstructor - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocUsingDeprecatedField - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocUsingDeprecatedMethod - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavadocUsingDeprecatedType - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
JavaElementSorter - Class in org.eclipse.wst.jsdt.ui
Sorter for JavaScript elements.
JavaElementSorter() - Constructor for class org.eclipse.wst.jsdt.ui.JavaElementSorter
Constructor.
JavaProjectionAnnotation(boolean, IJavaScriptElement, boolean) - Constructor for class org.eclipse.wst.jsdt.ui.text.folding.DefaultJavaFoldingStructureProvider.JavaProjectionAnnotation
Creates a new projection annotation.
JavaRuntime - Class in org.eclipse.wst.jsdt.launching
The central access point for launching support.
JavaRuntime_28 - Static variable in class org.eclipse.wst.jsdt.launching.LaunchingMessages
 
JavaRuntime_Launch_configuration__0__references_non_existing_project__1___1 - Static variable in class org.eclipse.wst.jsdt.launching.LaunchingMessages
 
JavaRuntime_Specified_VM_install_not_found__type__0___name__1__2 - Static variable in class org.eclipse.wst.jsdt.launching.LaunchingMessages
 
JavaRuntime_Specified_VM_install_type_does_not_exist___0__2 - Static variable in class org.eclipse.wst.jsdt.launching.LaunchingMessages
 
JavaRuntime_VM_not_fully_specified_in_launch_configuration__0____missing_VM_name__Reverting_to_default_VM__1 - Static variable in class org.eclipse.wst.jsdt.launching.LaunchingMessages
 
JAVASCRIPT_MODEL - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElement
Constant representing a JavaScript model (workspace level object).
JAVASCRIPT_MODEL_PROBLEM_MARKER - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelMarker
JavaScript model problem marker type (value "org.eclipse.wst.jsdt.core.problem").
JAVASCRIPT_PROJECT - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElement
Constant representing a JavaScript project.
JAVASCRIPT_TEMPLATE_LITERAL - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptColorConstants
The color key for template literals in JavaScript code
JAVASCRIPT_TEMPLATE_LITERAL - Static variable in interface org.eclipse.wst.jsdt.ui.text.IJavaScriptPartitions
The identifier template-literal partition content type.
JAVASCRIPT_UNIT - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type JavaScriptUnit.
JAVASCRIPT_UNIT - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElement
Constant representing a JavaScript file.
JavaScriptChangeListener - Class in org.eclipse.wst.jsdt.chromium.debug.ui.listeners
Tracking changes in JavaScript files during debug session and executing PushChangesAction
JavaScriptChangeListener() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.listeners.JavaScriptChangeListener
 
JavaScriptConventions - Class in org.eclipse.wst.jsdt.core
Provides methods for checking JavaScript-specific conventions such as name syntax.
JavaScriptCore - Class in org.eclipse.wst.jsdt.core
The plug-in runtime class for the JavaScript model plug-in containing the core (UI-free) support for JavaScript projects.
JavaScriptCore() - Constructor for class org.eclipse.wst.jsdt.core.JavaScriptCore
Creates the JavaScript core plug-in.
JavaScriptDebugModel - Class in org.eclipse.wst.jsdt.debug.core.model
The JavaScript debug model
JavaScriptDebugModel() - Constructor for class org.eclipse.wst.jsdt.debug.core.model.JavaScriptDebugModel
 
JavaScriptElementComparator - Class in org.eclipse.wst.jsdt.ui
Viewer comparator for JavaScript elements.
JavaScriptElementComparator() - Constructor for class org.eclipse.wst.jsdt.ui.JavaScriptElementComparator
Constructor.
JavaScriptElementImageDescriptor - Class in org.eclipse.wst.jsdt.ui
A JavaScriptElementImageDescriptor consists of a base image and several adornments.
JavaScriptElementImageDescriptor(ImageDescriptor, int, Point) - Constructor for class org.eclipse.wst.jsdt.ui.JavaScriptElementImageDescriptor
Creates a new JavaScriptElementImageDescriptor.
JavaScriptElementLabelProvider - Class in org.eclipse.wst.jsdt.ui
Standard label provider for JavaScript elements.
JavaScriptElementLabelProvider() - Constructor for class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
Creates a new label provider with SHOW_DEFAULT flag.
JavaScriptElementLabelProvider(int) - Constructor for class org.eclipse.wst.jsdt.ui.JavaScriptElementLabelProvider
Creates a new label provider.
JavaScriptElementLabels - Class in org.eclipse.wst.jsdt.ui
JavaScriptElementLabels provides helper methods to render names of JavaScript elements.
JavaScriptExpressionBuilder - Class in org.eclipse.wst.jsdt.chromium.util
Helps to build fully qualified name for variable.
JavaScriptExpressionBuilder() - Constructor for class org.eclipse.wst.jsdt.chromium.util.JavaScriptExpressionBuilder
 
JavaScriptExpressionBuilder.ExpressionComponentFormatter - Interface in org.eclipse.wst.jsdt.chromium.util
Defines how the last component of qualified name should be built.
JavaScriptExpressionBuilder.VariableAccess - Interface in org.eclipse.wst.jsdt.chromium.util
Makes an input for the qualified name builder.
JavaScriptFormatter - Interface in org.eclipse.wst.jsdt.chromium.debug.core.model
Provides a format operation for JavaScript source text.
JavaScriptFormatter.Access - Class in org.eclipse.wst.jsdt.chromium.debug.core.model
Provides a standard mean of getting a single implementation of this interface.
JavaScriptFormatter.Result - Interface in org.eclipse.wst.jsdt.chromium.debug.core.model
Represents formatting result.
JavaScriptLibrariesAction - Class in org.eclipse.wst.jsdt.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.
JavaScriptLibrariesAction() - Constructor for class org.eclipse.wst.jsdt.ui.JavaScriptLibrariesAction
 
JavascriptLineBreakpointPage_BreakpointConditionErrorMessage - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.propertypages.Messages
 
JavascriptLineBreakpointPage_EnableCondition - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.propertypages.Messages
 
JavascriptLineBreakpointPage_Enabled - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.propertypages.Messages
 
JavascriptLineBreakpointPage_IgnoreCount - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.propertypages.Messages
 
JavascriptLineBreakpointPage_IgnoreCountErrorMessage - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.propertypages.Messages
 
JavaScriptManipulation - Class in org.eclipse.wst.jsdt.core.manipulation
Central access point for the Java Manipulation plug-in (id "org.eclipse.wst.jsdt.manipulation").
JavaScriptManipulation() - Constructor for class org.eclipse.wst.jsdt.core.manipulation.JavaScriptManipulation
 
JavaScriptModelException - Class in org.eclipse.wst.jsdt.core
A checked exception representing a failure in the JavaScript model.
JavaScriptModelException(Throwable, int) - Constructor for class org.eclipse.wst.jsdt.core.JavaScriptModelException
Creates a JavaScript model exception that wrappers the given Throwable.
JavaScriptModelException(CoreException) - Constructor for class org.eclipse.wst.jsdt.core.JavaScriptModelException
Creates a JavaScript model exception for the given CoreException.
JavaScriptRefactoringContribution - Class in org.eclipse.wst.jsdt.core.refactoring.descriptors
Partial implementation of a Java refactoring contribution.
JavaScriptRefactoringContribution() - Constructor for class org.eclipse.wst.jsdt.core.refactoring.descriptors.JavaScriptRefactoringContribution
 
JavaScriptRefactoringDescriptor - Class in org.eclipse.wst.jsdt.core.refactoring.descriptors
Partial implementation of a java refactoring descriptor.
JavaScriptRefactoringDescriptor(String) - Constructor for class org.eclipse.wst.jsdt.core.refactoring.descriptors.JavaScriptRefactoringDescriptor
Creates a new java refactoring descriptor.
JavaScriptRefactoringDescriptor(String, Map) - Constructor for class org.eclipse.wst.jsdt.core.refactoring.descriptors.JavaScriptRefactoringDescriptor
Creates a new java refactoring descriptor.
JavaScriptRegExpSupport - Class in org.eclipse.wst.jsdt.chromium.debug.core.util
Helper class that manipulates with JavaScript RegExp sources.
JavaScriptRegExpSupport() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.util.JavaScriptRegExpSupport
 
JavaScriptSourceFoldersAction - Class in org.eclipse.wst.jsdt.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.
JavaScriptSourceFoldersAction() - Constructor for class org.eclipse.wst.jsdt.ui.JavaScriptSourceFoldersAction
 
JavaScriptSourceViewerConfiguration - Class in org.eclipse.wst.jsdt.ui.text
Configuration for a source viewer which shows JavaScript code.
JavaScriptSourceViewerConfiguration(IColorManager, IPreferenceStore, ITextEditor, String) - Constructor for class org.eclipse.wst.jsdt.ui.text.JavaScriptSourceViewerConfiguration
Creates a new JavaScript source viewer configuration for viewers in the given editor using the given preference store, the color manager and the specified document partitioning.
JavaScriptSuperTypeAction - Class in org.eclipse.wst.jsdt.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.
JavaScriptSuperTypeAction() - Constructor for class org.eclipse.wst.jsdt.ui.JavaScriptSuperTypeAction
 
JavaScriptTextTools - Class in org.eclipse.wst.jsdt.ui.text
Tools required to configure a JavaScript text viewer.
JavaScriptTextTools(IPreferenceStore) - Constructor for class org.eclipse.wst.jsdt.ui.text.JavaScriptTextTools
Creates a new JavaScript text tools collection.
JavaScriptTextTools(IPreferenceStore, boolean) - Constructor for class org.eclipse.wst.jsdt.ui.text.JavaScriptTextTools
Creates a new JavaScript text tools collection.
JavaScriptTextTools(IPreferenceStore, Preferences) - Constructor for class org.eclipse.wst.jsdt.ui.text.JavaScriptTextTools
Creates a new JavaScript text tools collection.
JavaScriptTextTools(IPreferenceStore, Preferences, boolean) - Constructor for class org.eclipse.wst.jsdt.ui.text.JavaScriptTextTools
Creates a new JavaScript text tools collection.
JavascriptThread - Class in org.eclipse.wst.jsdt.chromium.debug.core.model
This class represents the only Chromium V8 VM thread.
JavascriptThread(ConnectedTargetData) - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.model.JavascriptThread
Constructs a new thread for the given target
JavascriptThread.StateVisitor<R> - Interface in org.eclipse.wst.jsdt.chromium.debug.core.model
Visitor that is used to describe thread state in UI.
JavascriptThread.SuspendedState - Interface in org.eclipse.wst.jsdt.chromium.debug.core.model
Holds 'suspended' state of the thread.
JavaScriptUI - Class in org.eclipse.wst.jsdt.ui
Central access point for the JavaScript UI plug-in (id "org.eclipse.wst.jsdt.ui").
JavaScriptUnit - Class in org.eclipse.wst.jsdt.core.dom
JavaScript javaScript unit AST node type.
JavaScriptUnitSorter - Class in org.eclipse.wst.jsdt.core.util
Operation for sorting members within a javascript unit .
JavascriptUtil - Class in org.eclipse.wst.jsdt.chromium.debug.ui.editors
A utility for handling JavaScript-related data.
JavascriptVm - Interface in org.eclipse.wst.jsdt.chromium
Abstraction of a remote JavaScript virtual machine.
JavascriptVm.BreakpointCallback - Interface in org.eclipse.wst.jsdt.chromium
A callback for breakpoint-related requests.
JavascriptVm.ExceptionCatchMode - Enum in org.eclipse.wst.jsdt.chromium
Defines when VM will break on exception throw (before stack unwind happened).
JavascriptVm.ListBreakpointsCallback - Interface in org.eclipse.wst.jsdt.chromium
 
JavascriptVm.ScriptsCallback - Interface in org.eclipse.wst.jsdt.chromium
A callback for retrieving scripts.
JavascriptVm.SuspendCallback - Interface in org.eclipse.wst.jsdt.chromium
A callback for suspend request.
JavascriptVmEmbedder - Interface in org.eclipse.wst.jsdt.chromium.debug.core.model
Abstraction of application embedding JavaScript VM.
JavascriptVmEmbedder.ConnectionToRemote - Interface in org.eclipse.wst.jsdt.chromium.debug.core.model
First intermediate object that corresponds to already connected server.
JavascriptVmEmbedder.Listener - Interface in org.eclipse.wst.jsdt.chromium.debug.core.model
Listener that should handle embedder-specific events.
JavascriptVmEmbedder.VmConnector - Interface in org.eclipse.wst.jsdt.chromium.debug.core.model
Intermediate object that works as an intermediate factory for JavascriptVmEmbedder.
JavascriptVmEmbedderFactory - Class in org.eclipse.wst.jsdt.chromium.debug.core.model
 
JavascriptVmEmbedderFactory() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.model.JavascriptVmEmbedderFactory
 
JavascriptVmEmbedderFactory_TargetName0 - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
 
JavascriptVmEmbedderFactory_Terminated - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
 
JavascriptVmEmbedderFactory_TerminatedWithReason - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
 
JavascriptVmFactory - Class in org.eclipse.wst.jsdt.chromium
A factory for JavascriptVm instances.
JavascriptVmFactory() - Constructor for class org.eclipse.wst.jsdt.chromium.JavascriptVmFactory
 
JavaSearchActionGroup - Class in org.eclipse.wst.jsdt.ui.actions
Action group that adds the JavaScript search actions to a context menu and the global menu bar.
JavaSearchActionGroup(IViewPart) - Constructor for class org.eclipse.wst.jsdt.ui.actions.JavaSearchActionGroup
Creates a new JavaSearchActionGroup.
JavaSearchActionGroup(Page) - Constructor for class org.eclipse.wst.jsdt.ui.actions.JavaSearchActionGroup
Creates a new JavaSearchActionGroup.
JdtActionConstants - Class in org.eclipse.wst.jsdt.ui.actions
Action ids for standard actions, for groups in the menu bar, and for actions in context menus of JDT views.
JdtActionConstants() - Constructor for class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
 
JLS2 - Static variable in class org.eclipse.wst.jsdt.core.dom.AST
Deprecated.
Clients should use the AST.JLS3 AST API instead.
JLS3 - Static variable in class org.eclipse.wst.jsdt.core.dom.AST
Constant for indicating the AST API that handles ECMAScript 4.
join(Iterable<? extends String>, String) - Static method in class org.eclipse.wst.jsdt.chromium.util.BasicUtil
Implementation of traditional join operation.
JRE_CONTAINER - Static variable in class org.eclipse.wst.jsdt.launching.JavaRuntime
Classpath container used for a project's JRE (value "org.eclipse.wst.jsdt.launching.JRE_CONTAINER").
JREContainer - Class in org.eclipse.wst.jsdt.launching
JRE Container - resolves a includepath container variable to a JRE Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JREContainer(IVMInstall, IPath) - Constructor for class org.eclipse.wst.jsdt.launching.JREContainer
Constructs a JRE includepath conatiner on the given VM install
JREContainer_JRE_System_Library_1 - Static variable in class org.eclipse.wst.jsdt.launching.LaunchingMessages
 
JREContainerInitializer - Class in org.eclipse.wst.jsdt.launching
Resolves a container for a JRE includepath container entry.
JREContainerInitializer() - Constructor for class org.eclipse.wst.jsdt.launching.JREContainerInitializer
 
JREContainerInitializer_Array - Static variable in class org.eclipse.wst.jsdt.launching.LaunchingMessages
 
JREContainerInitializer_Default_System_Library_1 - Static variable in class org.eclipse.wst.jsdt.launching.LaunchingMessages
 
JREContainerInitializer_Global - Static variable in class org.eclipse.wst.jsdt.launching.LaunchingMessages
 
JREContainerInitializer_JsECMA_NAME - Static variable in class org.eclipse.wst.jsdt.launching.LaunchingMessages
 
JREContainerInitializer_Object - Static variable in class org.eclipse.wst.jsdt.launching.LaunchingMessages
 
JRELIB_VARIABLE - Static variable in class org.eclipse.wst.jsdt.launching.JavaRuntime
Classpath variable name used for the default JRE's library (value "JRE_LIB").
JRESRC_VARIABLE - Static variable in class org.eclipse.wst.jsdt.launching.JavaRuntime
Classpath variable name used for the default JRE's library source (value "JRE_SRC").
JRESRCROOT_VARIABLE - Static variable in class org.eclipse.wst.jsdt.launching.JavaRuntime
Classpath variable name used for the default JRE's library source root (value "JRE_SRCROOT").
JS_DEBUG_PROJECT_NATURE - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.util.ChromiumDebugPluginUtil
 
JsArray - Interface in org.eclipse.wst.jsdt.chromium
Extends JsObject interface by adding methods for handling array elements.
JsBreakpointPropertiesAction - Class in org.eclipse.wst.jsdt.chromium.debug.ui.actions
Action to bring up the breakpoint properties dialog.
JsBreakpointPropertiesAction() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.actions.JsBreakpointPropertiesAction
 
JsBreakpointPropertiesAction.Exception - Class in org.eclipse.wst.jsdt.chromium.debug.ui.actions
 
JsBreakpointPropertiesAction.Line - Class in org.eclipse.wst.jsdt.chromium.debug.ui.actions
 
JsBreakpointPropertiesRulerAction - Class in org.eclipse.wst.jsdt.chromium.debug.ui.actions
Action to bring up the breakpoint properties dialog.
JsBreakpointPropertiesRulerAction(ITextEditor, IVerticalRulerInfo) - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.actions.JsBreakpointPropertiesRulerAction
 
JsBreakpointPropertiesRulerAction.Delegate - Class in org.eclipse.wst.jsdt.chromium.debug.ui.actions
 
JsBreakpointPropertiesRulerAction_ItemLabel - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.Messages
 
JsCodeScanner - Class in org.eclipse.wst.jsdt.chromium.debug.ui.editors
JavaScript code scanner for source code highlighting.
JsCodeScanner() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.editors.JsCodeScanner
 
JSDebuggerPlugin - Class in org.eclipse.wst.jsdt.chromium.debug.js
 
JSDebuggerPlugin() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.js.JSDebuggerPlugin
 
JsDebugModelPresentation - Class in org.eclipse.wst.jsdt.chromium.debug.ui
An IDebugModelPresentation for the Chromium JavaScript debug model.
JsDebugModelPresentation() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.JsDebugModelPresentation
 
JsDebugModelPresentation_EXCEPTION_LABEL - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.Messages
 
JsDebugModelPresentation_EXCEPTION_LABEL_CAUGHT_ADDENDUM - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.Messages
 
JsDebugTextHover - Class in org.eclipse.wst.jsdt.chromium.debug.ui.editors
Supplies a hover for JavaScript expressions while on a breakpoint.
JsDebugTextHover() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.editors.JsDebugTextHover
 
JsDeclarativeVariable - Interface in org.eclipse.wst.jsdt.chromium
A variable from JavaScript declarative scope.
JsDeclarativeVariable.SetValueCallback - Interface in org.eclipse.wst.jsdt.chromium
A callback to use while setting a variable value.
JSDOC - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
JSDOC - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type Javadoc.
JSdoc - Class in org.eclipse.wst.jsdt.core.dom
AST node for a Javadoc-style doc comment.
JSDOC_ALLOCATION_EXPRESSION - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
JSDOC_ARGUMENTEXPRESSION - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
JSDOC_ARRAY_QUALIFIED_TYPE_REFERENCE - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
JSDOC_ARRAY_SINGLE_TYPE_REFERENCE - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
JSDOC_BLOCK_TAG - Static variable in class org.eclipse.wst.jsdt.core.CompletionProposal
Completion is a JSdoc block tag.
JSDOC_FIELD_REF - Static variable in class org.eclipse.wst.jsdt.core.CompletionProposal
Completion is a link reference to a field in a JSdoc text.
JSDOC_FIELD_REFERENCE - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
JSDOC_IMPLICIT_TYPE_REFERENCE - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
JSDOC_INLINE_TAG - Static variable in class org.eclipse.wst.jsdt.core.CompletionProposal
Completion is a JSdoc inline tag.
JSDOC_LOCATION_ATTRIBUTE_NAME - Static variable in interface org.eclipse.wst.jsdt.core.IIncludePathAttribute
Constant for the name of the jsdoc location attribute.
JSDOC_MESSAGE_SEND - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
JSDOC_METHOD_REF - Static variable in class org.eclipse.wst.jsdt.core.CompletionProposal
Completion is a link reference to a function in a JSdoc text.
JSDOC_PARAM_REF - Static variable in class org.eclipse.wst.jsdt.core.CompletionProposal
Completion is a method argument or a class/method type parameter in JSdoc param tag.
JSDOC_QUALIFIED_TYPE_REFERENCE - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
JSDOC_RETURN_STATEMENT - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
JSDOC_SINGLE_NAME_REFERENCE - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
JSDOC_SINGLE_TYPE_REFERENCE - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
JSDOC_TYPE_REF - Static variable in class org.eclipse.wst.jsdt.core.CompletionProposal
Completion is a link reference to a type in a JSdoc text.
JSdocContentAccess - Class in org.eclipse.wst.jsdt.ui
Helper needed to get the content of a Javadoc comment.
JsDocumentProvider - Class in org.eclipse.wst.jsdt.chromium.debug.ui.editors
Provides JavaScript content and sets up the document partitioner.
JsDocumentProvider() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.editors.JsDocumentProvider
 
JSDScopeUtil - Class in org.eclipse.wst.jsdt.core
(mostly) static methods to figure out includepath entries and container initializers * Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JSDScopeUtil() - Constructor for class org.eclipse.wst.jsdt.core.JSDScopeUtil
 
JsdtFormatterBridge - Class in org.eclipse.wst.jsdt.chromium.debug.jsdtbridge
JSDT-based implementation of JavaScriptFormatter.
JsdtFormatterBridge() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.jsdtbridge.JsdtFormatterBridge
 
JsdtFormatterBridge_FALLBACK_COMMENT - Static variable in class org.eclipse.wst.jsdt.chromium.debug.jsdtbridge.Messages
 
JsECMA_NAME - Static variable in class org.eclipse.wst.jsdt.launching.JREContainerInitializer
 
JsEditor - Class in org.eclipse.wst.jsdt.chromium.debug.ui.editors
A simplistic JavaScript editor which supports its own key binding scope.
JsEditor() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.editors.JsEditor
 
JsEvaluateContext - Interface in org.eclipse.wst.jsdt.chromium
A context in which watch expressions may be evaluated.
JsEvaluateContext.EvaluateCallback - Interface in org.eclipse.wst.jsdt.chromium
A callback for the "evaluate" request.
JsEvaluateContext.PrimitiveValueFactory - Interface in org.eclipse.wst.jsdt.chromium
Locally creates primitive values.
JsEvaluateContext.ResultOrException - Interface in org.eclipse.wst.jsdt.chromium
 
JsEvaluateContext.ResultOrException.Visitor<R> - Interface in org.eclipse.wst.jsdt.chromium
 
JsExceptionBreakpointPage - Class in org.eclipse.wst.jsdt.chromium.debug.ui.propertypages
A JavaScript line breakpoint property page.
JsExceptionBreakpointPage() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.propertypages.JsExceptionBreakpointPage
 
JsExceptionBreakpointPage_CAUGHT - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.propertypages.Messages
 
JsExceptionBreakpointPage_UNCAUGHT - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.propertypages.Messages
 
JsFunction - Interface in org.eclipse.wst.jsdt.chromium
Extends JsObject interface with the methods for function-specific properties.
JsGlobalScopeContainerInitializer - Class in org.eclipse.wst.jsdt.core
Abstract base implementation of all includepath container initializer.
JsGlobalScopeContainerInitializer() - Constructor for class org.eclipse.wst.jsdt.core.JsGlobalScopeContainerInitializer
Creates a new includepath container initializer.
JsGlobalScopeVariableInitializer - Class in org.eclipse.wst.jsdt.core
Abstract base implementation of all includepath variable initializers.
JsGlobalScopeVariableInitializer() - Constructor for class org.eclipse.wst.jsdt.core.JsGlobalScopeVariableInitializer
Creates a new includepath variable initializer.
JsInspectExpression - Class in org.eclipse.wst.jsdt.chromium.debug.ui.actions
An Eclipse object for the JavaScript inspected expression.
JsInspectExpression(EvaluateContext, String, JsValue, String) - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.actions.JsInspectExpression
 
JsInspectSnippetAction - Class in org.eclipse.wst.jsdt.chromium.debug.ui.actions
Action for inspecting a JavaScript snippet.
JsInspectSnippetAction() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.actions.JsInspectSnippetAction
 
JsLineBreakpoint_MessageMarkerFormat - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
 
JsLineBreakpointPage - Class in org.eclipse.wst.jsdt.chromium.debug.ui.propertypages
A JavaScript line breakpoint property page.
JsLineBreakpointPage() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.propertypages.JsLineBreakpointPage
 
JsLineBreakpointPage_LineNumberLabel - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.propertypages.Messages
 
JsLineBreakpointPage_ResourceLabel - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.propertypages.Messages
 
JsLineBreakpointPage_UnknownLineNumber - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.propertypages.Messages
 
JsNature - Class in org.eclipse.wst.jsdt.ui.project
Provisional API: This class/interface of an interim API that is still under development and expected to change significantly before reaching stability.
JsNature() - Constructor for class org.eclipse.wst.jsdt.ui.project.JsNature
 
JsNature(IProject, IProgressMonitor) - Constructor for class org.eclipse.wst.jsdt.ui.project.JsNature
 
JsObject - Interface in org.eclipse.wst.jsdt.chromium
A compound JsValue that has zero or more properties.
JsObjectProperty - Interface in org.eclipse.wst.jsdt.chromium
Exposes additional data if variable is a property of object and its property descriptor is available.
JsonUtil - Class in org.eclipse.wst.jsdt.js.node.common.util
JSON Utils for Gson
JsonUtil() - Constructor for class org.eclipse.wst.jsdt.js.node.common.util.JsonUtil
 
JsPartitionScanner - Class in org.eclipse.wst.jsdt.chromium.debug.ui.editors
JavaScript partition scanner.
JsPartitionScanner() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.editors.JsPartitionScanner
 
JsScope - Interface in org.eclipse.wst.jsdt.chromium
An object that represents a scope in JavaScript.
JsScope.Declarative - Interface in org.eclipse.wst.jsdt.chromium
Mirrors declarative scope.
JsScope.ObjectBased - Interface in org.eclipse.wst.jsdt.chromium
Mirrors object scope, i.e. the one built above a JavaScript object.
JsScope.Type - Enum in org.eclipse.wst.jsdt.chromium
 
JsScope.Visitor<R> - Interface in org.eclipse.wst.jsdt.chromium
 
JsSourceViewerConfiguration - Class in org.eclipse.wst.jsdt.chromium.debug.ui.editors
A JavaScript source viewer configuration.
JsSourceViewerConfiguration() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.editors.JsSourceViewerConfiguration
 
JsStringScanner - Class in org.eclipse.wst.jsdt.core.util
Scanner to parse JavaScript string as it is written in JavaSript source code like "aaa\n" or 'aaa\n"\ u{58}"'.
JsStringScanner(String) - Constructor for class org.eclipse.wst.jsdt.core.util.JsStringScanner
Create new Scanner
JsThread_ThreadLabelFormat - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
 
JsThread_ThreadLabelRunning - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
 
JsThread_ThreadLabelSuspended - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
 
JsThread_ThreadLabelSuspendedExceptionFormat - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
 
JsValue - Interface in org.eclipse.wst.jsdt.chromium
An object that represents a browser JavaScript VM variable value (compound or atomic.)
JsValue.ReloadBiggerCallback - Interface in org.eclipse.wst.jsdt.chromium
 
JsValue.Type - Enum in org.eclipse.wst.jsdt.chromium
Type of a JavaScript value.
JsValueStringifier - Class in org.eclipse.wst.jsdt.chromium.debug.core.util
A converter of JsValues into human-readable strings used in various contexts.
JsValueStringifier() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.util.JsValueStringifier
Use the default config values.
JsValueStringifier(JsValueStringifier.Config) - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.util.JsValueStringifier
Use the specified config data.
JsValueStringifier.Config - Class in org.eclipse.wst.jsdt.chromium.debug.core.util
A configuration class
JsVariable - Interface in org.eclipse.wst.jsdt.chromium
An object that represents a variable in a browser JavaScript VM, a call frame variable and/or an object property.
JsWatchExpressionDelegate - Class in org.eclipse.wst.jsdt.chromium.debug.ui
Performs the Watch expression evaluation while debugging Chromium JavaScript.
JsWatchExpressionDelegate() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.JsWatchExpressionDelegate
 
JsWatchExpressionDelegate_BadStackStructureWhileEvaluating - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.Messages
 
JsWatchExpressionDelegate_ErrorEvaluatingExpression - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.Messages
 
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 
Skip navigation links
JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.