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 

C

C_ANY - Static variable in class org.eclipse.wst.jsdt.core.Signature
Character constant indicating any type in a signature.
C_ARRAY - Static variable in class org.eclipse.wst.jsdt.core.Signature
Character constant indicating an array type in a signature.
C_COLON - Static variable in class org.eclipse.wst.jsdt.core.Signature
Character constant indicating the colon in a signature.
C_COMPILATION_UNIT - Static variable in class org.eclipse.wst.jsdt.core.Signature
Character constant indicating a compilation unit.
C_DOLLAR - Static variable in class org.eclipse.wst.jsdt.core.Signature
Character constant indicating the dollar in a signature.
C_DOT - Static variable in class org.eclipse.wst.jsdt.core.Signature
Character constant indicating the dot in a signature.
C_NAME_END - Static variable in class org.eclipse.wst.jsdt.core.Signature
Character constant indicating the end of a named type in a signature.
C_PARAM_END - Static variable in class org.eclipse.wst.jsdt.core.Signature
Character constant indicating the end of a parameter type list in a signature.
C_PARAM_START - Static variable in class org.eclipse.wst.jsdt.core.Signature
Character constant indicating the start of a parameter type list in a signature.
C_RESOLVED - Static variable in class org.eclipse.wst.jsdt.core.Signature
Character constant indicating the start of a resolved, named type in a signature.
C_SEMICOLON - Static variable in class org.eclipse.wst.jsdt.core.Signature
Character constant indicating the semicolon in a signature.
C_UNRESOLVED - Static variable in class org.eclipse.wst.jsdt.core.Signature
Character constant indicating the start of an unresolved, named type in a signature.
C_VOID - Static variable in class org.eclipse.wst.jsdt.core.Signature
Character constant indicating result type void in a signature.
calculateNormal() - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils.ExpressionProcessor
 
calculateVariables() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.Value
 
calculateVariables() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.ValueBase.ValueWithLazyVariables
 
callbackDone(RuntimeException) - Method in class org.eclipse.wst.jsdt.chromium.CallbackSemaphore
Implementation of SyncCallback#callbackDone(RuntimeException).
callbackDone(RuntimeException) - Method in interface org.eclipse.wst.jsdt.chromium.SyncCallback
 
CallbackSemaphore - Class in org.eclipse.wst.jsdt.chromium
Convenient implementation of SyncCallback.
CallbackSemaphore() - Constructor for class org.eclipse.wst.jsdt.chromium.CallbackSemaphore
 
CallFrame - Interface in org.eclipse.wst.jsdt.chromium
An object that represents a browser JavaScript VM call frame.
camelCaseMatch(char[], char[]) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Answers true if the pattern matches the given name using CamelCase rules, or false otherwise.
camelCaseMatch(char[], int, int, char[], int, int) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Answers true if a sub-pattern matches the subpart of the given name using CamelCase rules, or false otherwise.
camelCaseMatch(String, String) - Static method in class org.eclipse.wst.jsdt.core.search.SearchPattern
Answers true if the pattern matches the given name using CamelCase rules, or false otherwise.
camelCaseMatch(String, int, int, String, int, int) - Static method in class org.eclipse.wst.jsdt.core.search.SearchPattern
Answers true if a sub-pattern matches the subpart of the given name using CamelCase rules, or false otherwise.
canAddSourceContainers(ISourceLookupDirector) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.source.SourceNameMapperContainerPresentation
 
CANCEL_IF_NOT_READY_TO_SEARCH - Static variable in interface org.eclipse.wst.jsdt.core.search.IJavaScriptSearchConstants
The search operation throws an org.eclipse.core.runtime.OperationCanceledException if the underlying indexer has not finished indexing the workspace.
canDisconnect() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.DebugTargetImpl
 
canDropToFrame() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.StackFrame
 
canEdit(ClasspathAttributeConfiguration.ClasspathAttributeAccess) - Method in class org.eclipse.wst.jsdt.ui.wizards.ClasspathAttributeConfiguration
Specifies if the given attribute can be edited.
canEditSourceContainers(ISourceLookupDirector, ISourceContainer[]) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.source.SourceNameMapperContainerPresentation
 
canFinish() - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.WizardUtils.LogicBasedWizard
 
CANNOT_RETRIEVE_ATTACHED_JSDOC - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelStatusConstants
Status constant indicating that the attached jsdoc content cannot be retrieved due to multiple reasons: invalid url, timed-out,...
CannotAllocateVoidArray - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
CannotDefineDimensionExpressionsWithInit - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
CannotDefineStaticInitializerInLocalType - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
CannotHideAnInstanceMethodWithAStaticMethod - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
CannotImportPackage - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
CannotOverrideAStaticMethodWithAnInstanceMethod - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
CannotReadSource - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
CannotReturnOutsideFunction - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
CannotThrowNull - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
CannotThrowType - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
canRemove(ClasspathAttributeConfiguration.ClasspathAttributeAccess) - Method in class org.eclipse.wst.jsdt.ui.wizards.ClasspathAttributeConfiguration
Specifies if 'Remove' is a valid action on the given attribute.
canRestartFrame(CallFrame) - Method in interface org.eclipse.wst.jsdt.chromium.RestartFrameExtension
 
canResume() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.DebugTargetImpl
 
canResume() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.JavascriptThread
 
canResume() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.StackFrameBase
 
canStepInto() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.JavascriptThread
 
canStepInto() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.StackFrameBase
 
canStepOver() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.JavascriptThread
 
canStepOver() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.StackFrameBase
 
canStepReturn() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.JavascriptThread
 
canStepReturn() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.StackFrameBase
 
canSuspend() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.DebugTargetImpl
 
canSuspend() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.JavascriptThread
 
canSuspend() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.StackFrameBase
 
canTerminate() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.ConsolePseudoProcess
 
canTerminate() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.DebugTargetImpl
 
canTerminate() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.JavascriptThread
 
canTerminate() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.StackFrameBase
 
canToggleLineBreakpoints(IWorkbenchPart, ISelection) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.LineBreakpointAdapter
 
canToggleMethodBreakpoints(IWorkbenchPart, ISelection) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.LineBreakpointAdapter
 
canToggleWatchpoints(IWorkbenchPart, ISelection) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.LineBreakpointAdapter
 
canUpdateBreakpoints() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.VirtualMachine
Returns if the VirtualMachine supports updating existing breakpoints or not
canUpdateJsGlobalScopeContainer(IPath, IJavaScriptProject) - Method in class org.eclipse.wst.jsdt.core.compiler.libraries.FireFoxLibInitializer
 
canUpdateJsGlobalScopeContainer(IPath, IJavaScriptProject) - Method in class org.eclipse.wst.jsdt.core.compiler.libraries.FireFoxLibInitializer
 
canUpdateJsGlobalScopeContainer(IPath, IJavaScriptProject) - Method in class org.eclipse.wst.jsdt.core.compiler.libraries.FireFoxLibInitializer
 
canUpdateJsGlobalScopeContainer(IPath, IJavaScriptProject) - Method in class org.eclipse.wst.jsdt.core.compiler.libraries.InternetExplorerLibInitializer
 
canUpdateJsGlobalScopeContainer(IPath, IJavaScriptProject) - Method in class org.eclipse.wst.jsdt.core.compiler.libraries.InternetExplorerLibInitializer
 
canUpdateJsGlobalScopeContainer(IPath, IJavaScriptProject) - Method in class org.eclipse.wst.jsdt.core.compiler.libraries.InternetExplorerLibInitializer
 
canUpdateJsGlobalScopeContainer(IPath, IJavaScriptProject) - Method in interface org.eclipse.wst.jsdt.core.IJsGlobalScopeContainerInitializer
Returns true if this container initializer can be requested to perform updates on its own container values.
canUpdateJsGlobalScopeContainer(IPath, IJavaScriptProject) - Method in class org.eclipse.wst.jsdt.core.JsGlobalScopeContainerInitializer
 
canUpdateJsGlobalScopeContainer(IPath, IJavaScriptProject) - Method in class org.eclipse.wst.jsdt.launching.JREContainerInitializer
The container can be updated if it refers to an existing VM.
canUpdateJsGlobalScopeContainer(IPath, IJavaScriptProject) - Method in class org.eclipse.wst.jsdt.libraries.BasicBrowserLibraryJsGlobalScopeContainerInitializer
 
canUpdateJsGlobalScopeContainer(IPath, IJavaScriptProject) - Method in class org.eclipse.wst.jsdt.libraries.BasicBrowserLibraryJsGlobalScopeContainerInitializer
 
CASE_STATEMENT - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
cast(IValue) - Static method in class org.eclipse.wst.jsdt.chromium.debug.core.model.ValueBase
Downcasts IValue to ValueBase if possible or returns null.
castElement(Object) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.pinpoint.PinPointValueAction
 
castElement(Object) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.SelectionBasedAction.Single
User-provided method that casts raw selection element to user type T.
castElement(Object) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.VariableBasedAction.ElementHandler
 
CAT_BUILDPATH - Static variable in class org.eclipse.wst.jsdt.core.compiler.CategorizedProblem
Category for problems related to buildpath
CAT_CODE_STYLE - Static variable in class org.eclipse.wst.jsdt.core.compiler.CategorizedProblem
Category for optional problems related to coding style practices
CAT_IMPORT - Static variable in class org.eclipse.wst.jsdt.core.compiler.CategorizedProblem
Category for fatal problems in import statements
CAT_INTERNAL - Static variable in class org.eclipse.wst.jsdt.core.compiler.CategorizedProblem
Category for fatal problems which could not be addressed by external changes, but require an edit to be addressed
CAT_JAVADOC - Static variable in class org.eclipse.wst.jsdt.core.compiler.CategorizedProblem
Category for optional problems in Javadoc
CAT_MEMBER - Static variable in class org.eclipse.wst.jsdt.core.compiler.CategorizedProblem
Category for fatal problems related to type members, could be addressed by some field or method change
CAT_NAME_SHADOWING_CONFLICT - Static variable in class org.eclipse.wst.jsdt.core.compiler.CategorizedProblem
Category for optional problems related to naming conflicts
CAT_POTENTIAL_PROGRAMMING_PROBLEM - Static variable in class org.eclipse.wst.jsdt.core.compiler.CategorizedProblem
Category for optional problems related to potential programming flaws
CAT_RESTRICTION - Static variable in class org.eclipse.wst.jsdt.core.compiler.CategorizedProblem
Category for optional problems related to access restrictions
CAT_SYNTAX - Static variable in class org.eclipse.wst.jsdt.core.compiler.CategorizedProblem
Category for fatal problems related to syntax
CAT_TYPE - Static variable in class org.eclipse.wst.jsdt.core.compiler.CategorizedProblem
Category for fatal problems related to types, could be addressed by some type change
CAT_UNNECESSARY_CODE - Static variable in class org.eclipse.wst.jsdt.core.compiler.CategorizedProblem
Category for optional problems related to unnecessary code
CAT_UNSPECIFIED - Static variable in class org.eclipse.wst.jsdt.core.compiler.CategorizedProblem
List of standard category IDs used by JavaScript problems, more categories will be added in the future.
CATCH_CLAUSE - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type CatchClause.
CATCH_CLAUSES_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.TryStatement
The "catchClauses" structural property of this node type.
CatchClause - Class in org.eclipse.wst.jsdt.core.dom
Catch clause AST node type.
catchClauses() - Method in class org.eclipse.wst.jsdt.core.dom.TryStatement
Returns the live ordered list of catch clauses for this try statement.
CategorizedProblem - Class in org.eclipse.wst.jsdt.core.compiler
Richer description of a JavaScript problem, as detected by the compiler or some of the underlying technology reusing the compiler.
CategorizedProblem() - Constructor for class org.eclipse.wst.jsdt.core.compiler.CategorizedProblem
 
category(Object) - Method in class org.eclipse.wst.jsdt.ui.JavaElementSorter
 
category(Object) - Method in class org.eclipse.wst.jsdt.ui.JavaScriptElementComparator
 
CATEGORY_ID - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelMarker
ID category marker attribute (value "categoryId")
CCPActionGroup - Class in org.eclipse.wst.jsdt.ui.actions
Action group that adds the copy, cut, paste actions to a view part's context menu and installs handlers for the corresponding global menu actions.
CCPActionGroup(IViewPart) - Constructor for class org.eclipse.wst.jsdt.ui.actions.CCPActionGroup
Creates a new CCPActionGroup.
CCPActionGroup(Page) - Constructor for class org.eclipse.wst.jsdt.ui.actions.CCPActionGroup
Creates a new CCPActionGroup.
CF_POST_QUALIFIED - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
Class file names are post qualified.
CF_QUALIFIED - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
Class file names are fully qualified.
CHANGE_METHOD_SIGNATURE - Static variable in interface org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings
Refactoring id of the 'Change Method Signature' refactoring (value: org.eclipse.wst.jsdt.ui.change.method.signature).
CHANGE_TYPE - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> change type action (value "org.eclipse.wst.jsdt.ui.edit.text.java.change.type").
CHANGE_TYPE - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
Refactor menu: name of standard Generalize Declared Type global action (value "org.eclipse.wst.jsdt.ui.actions.ChangeType").
CHANGED - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElementDelta
Status constant indicating that the element has been changed, as described by the change flags.
changeIndent(String, int, int, int, String, String) - Static method in class org.eclipse.wst.jsdt.core.formatter.IndentManipulation
Change the indent of a, possible multiple line, code string.
ChangeMethodSignatureDescriptor - Class in org.eclipse.wst.jsdt.core.refactoring.descriptors
Refactoring descriptor for the change method signature refactoring.
ChangeMethodSignatureDescriptor() - Constructor for class org.eclipse.wst.jsdt.core.refactoring.descriptors.ChangeMethodSignatureDescriptor
Creates a new refactoring descriptor.
changePrimitiveToObject(char[]) - Method in class org.eclipse.wst.jsdt.core.infer.InferEngine
 
ChangeTypeAction - Class in org.eclipse.wst.jsdt.ui.actions
Action to generalize the type of a local or field declaration or the return type of a method declaration.
ChangeTypeAction(JavaEditor) - Constructor for class org.eclipse.wst.jsdt.ui.actions.ChangeTypeAction
Note: This constructor is for internal use only.
ChangeTypeAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.ChangeTypeAction
Creates a new ChangeTypeAction.
CHAR - Static variable in class org.eclipse.wst.jsdt.core.dom.PrimitiveType
Type code for the primitive type "char".
CHAR_LITERAL - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
CHARACTER_LITERAL - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type CharacterLiteral.
CharacterLiteral - Class in org.eclipse.wst.jsdt.core.dom
Character literal nodes.
charArrayToStringArray(char[][]) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Returns the char arrays as an array of Strings
CharOperation - Class in org.eclipse.wst.jsdt.core.compiler
This class is a collection of helper methods to manipulate char arrays.
CharOperation() - Constructor for class org.eclipse.wst.jsdt.core.compiler.CharOperation
 
charToString(char[]) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Returns the char array as a String
charValue() - Method in class org.eclipse.wst.jsdt.core.dom.CharacterLiteral
Returns the value of this literal node.
checkArrayIndexValue(long) - Static method in class org.eclipse.wst.jsdt.chromium.util.JavaScriptExpressionBuilder
 
checkStateChanged() - Method in interface org.eclipse.wst.jsdt.chromium.debug.ui.actions.ChooseVmControl.Logic.Listener
 
ChildListPropertyDescriptor - Class in org.eclipse.wst.jsdt.core.dom
Descriptor for a child list property of an AST node.
childNames(int, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.efs.ChromiumScriptFileStore
 
ChildPropertyDescriptor - Class in org.eclipse.wst.jsdt.core.dom
Descriptor for a child property of an AST node.
children() - Method in interface org.eclipse.wst.jsdt.chromium.debug.ui.liveedit.LiveEditDiffViewer.FunctionNode
 
children() - Method in interface org.eclipse.wst.jsdt.chromium.UpdatableScript.FunctionNode
 
children - Variable in class org.eclipse.wst.jsdt.jsdoc.ElementInfo
 
choices() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.connect.Connector.SelectedArgument
The list of choices for this connector
chooseClassFolderEntries(Shell, IPath, IPath[]) - Static method in class org.eclipse.wst.jsdt.ui.wizards.BuildPathDialogAccess
Shows the UI to select new class folders.
chooseContainer() - Method in class org.eclipse.wst.jsdt.ui.wizards.NewContainerWizardPage
Opens a selection dialog that allows to select a source container.
chooseContainerEntries(Shell, IJavaScriptProject, IIncludePathEntry[]) - Static method in class org.eclipse.wst.jsdt.ui.wizards.BuildPathDialogAccess
Shows the UI to choose new classpath container classpath entries.
chooseEnclosingType() - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Opens a selection dialog that allows to select an enclosing type.
chooseExternalJAREntries(Shell) - Static method in class org.eclipse.wst.jsdt.ui.wizards.BuildPathDialogAccess
Shows the UI to select new external JAR or ZIP archive entries.
chooseImportantMessage(Collection<? extends DialogUtils.Message>) - Static method in class org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils
 
chooseJAREntries(Shell, IPath, IPath[]) - Static method in class org.eclipse.wst.jsdt.ui.wizards.BuildPathDialogAccess
Shows the UI to select new JAR or ZIP archive entries located in the workspace.
choosePackage() - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Opens a selection dialog that allows to select a package.
chooseSourceFolderEntries(Shell, IPath, IPath[]) - Static method in class org.eclipse.wst.jsdt.ui.wizards.BuildPathDialogAccess
Shows the UI to select new source folders.
chooseSuperClass() - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Opens a selection dialog that allows to select a super class.
chooseSuperType(Shell, CPListElement[], LibrarySuperType, IJavaScriptProject) - Static method in class org.eclipse.wst.jsdt.ui.wizards.BuildPathDialogAccess
 
ChooseVmControl - Class in org.eclipse.wst.jsdt.chromium.debug.ui.actions
A UI control that presents the list of connections with remote V8 VMs.
ChooseVmControl() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.actions.ChooseVmControl
 
ChooseVmControl.Logic - Interface in org.eclipse.wst.jsdt.chromium.debug.ui.actions
A public logic-oriented interface to this control.
ChooseVmControl.Logic.Listener - Interface in org.eclipse.wst.jsdt.chromium.debug.ui.actions
 
ChooseVmControl_LAUNCH - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.Messages
 
ChooseVmControl_TARGET - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.Messages
 
chooseWrapper(String) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.SourceWrapSupport
Matches the remote script source against all known wrappers.
CHROMIUM_DEBUG_HOST - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.LaunchParams
Launch configuration attribute (debug host).
CHROMIUM_DEBUG_PORT - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.LaunchParams
Launch configuration attribute (debug port).
CHROMIUM_EXTENSION_SUFFIX - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.util.ChromiumDebugPluginUtil
 
CHROMIUM_EXTRA_LOCATION - Static variable in class org.eclipse.wst.jsdt.chromium.debug.js.util.ChromiumDetector
 
CHROMIUM_LAUNCH_TYPE_ID - Static variable in class org.eclipse.wst.jsdt.chromium.debug.js.launch.LaunchConstants
 
CHROMIUM_RUNTIME_NAME - Static variable in class org.eclipse.wst.jsdt.chromium.debug.js.Messages
 
CHROMIUM_RUNTIME_PROVIDER_NAME - Static variable in class org.eclipse.wst.jsdt.chromium.debug.js.Messages
 
ChromiumBreakpointAdapter - Class in org.eclipse.wst.jsdt.chromium.debug.core.model
Implements breakpoint adapter for breakpoints provided by org.eclipse.wst.jsdt.chromium.debug.* and org.eclipse.wst.jsdt.debug
ChromiumBreakpointAdapter() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.model.ChromiumBreakpointAdapter
 
ChromiumBreakpointWBAFactory - Class in org.eclipse.wst.jsdt.chromium.debug.core.model
An IWorkbenchAdapter factory for ChromiumLineBreakpoints.
ChromiumBreakpointWBAFactory() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.model.ChromiumBreakpointWBAFactory
 
ChromiumDebugPlugin - Class in org.eclipse.wst.jsdt.chromium.debug.core
The activator class that controls the plug-in life cycle.
ChromiumDebugPlugin() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.ChromiumDebugPlugin
 
ChromiumDebugPlugin_InternalError - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.Messages
 
ChromiumDebugPluginUtil - Class in org.eclipse.wst.jsdt.chromium.debug.core.util
A utility for interaction with the Eclipse workspace.
ChromiumDebugUIPlugin - Class in org.eclipse.wst.jsdt.chromium.debug.ui
The activator class controls the plug-in life cycle
ChromiumDebugUIPlugin() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.ChromiumDebugUIPlugin
 
ChromiumDebugUIPlugin_Error - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.Messages
 
ChromiumDebugUIPlugin_Info - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.Messages
 
ChromiumDebugUIPlugin_Warning - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.Messages
 
ChromiumDetector - Class in org.eclipse.wst.jsdt.chromium.debug.js.util
 
ChromiumExceptionBreakpoint - Class in org.eclipse.wst.jsdt.chromium.debug.core.model
JavaScript exception breakpoint.
ChromiumExceptionBreakpoint() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.model.ChromiumExceptionBreakpoint
 
ChromiumExceptionBreakpoint(IResource, boolean, String) - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.model.ChromiumExceptionBreakpoint
 
ChromiumExceptionBreakpoint_MessageMarkerFormat - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
 
ChromiumHandler - Class in org.eclipse.wst.jsdt.chromium.debug.js.handlers
 
ChromiumHandler() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.js.handlers.ChromiumHandler
 
ChromiumJavascriptDecorator - Class in org.eclipse.wst.jsdt.chromium.debug.ui
A decorator that removes the ".chromium" file extension in the Project Explorer for the Debug Javascript project files.
ChromiumJavascriptDecorator() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.ChromiumJavascriptDecorator
 
ChromiumLaunchConfigurationDelegate - Class in org.eclipse.wst.jsdt.chromium.debug.js.launch
 
ChromiumLaunchConfigurationDelegate() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.js.launch.ChromiumLaunchConfigurationDelegate
 
ChromiumLineBreakpoint - Class in org.eclipse.wst.jsdt.chromium.debug.core.model
JavaScript line breakpoint.
ChromiumLineBreakpoint() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.model.ChromiumLineBreakpoint
Default constructor is required for the breakpoint manager to re-create persisted breakpoints.
ChromiumLineBreakpoint(IResource, int, String) - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.model.ChromiumLineBreakpoint
Constructs a line breakpoint on the given resource at the given line number (line number is 1-based).
ChromiumLineBreakpoint.BreakpointIgnoreList - Class in org.eclipse.wst.jsdt.chromium.debug.core.model
 
ChromiumLineBreakpoint.Helper - Class in org.eclipse.wst.jsdt.chromium.debug.core.model
A helper that propagates changes in Eclipse Debugger breakpoints (i.e.
ChromiumLineBreakpoint.Helper.CreateOnRemoveCallback - Interface in org.eclipse.wst.jsdt.chromium.debug.core.model
 
ChromiumLineBreakpoint.MutableProperty - Enum in org.eclipse.wst.jsdt.chromium.debug.core.model
 
ChromiumRemoteTab<ELEMENTS> - Class in org.eclipse.wst.jsdt.chromium.debug.ui.launcher
The "Remote" tab for the Chromium JavaScript launch tab group.
ChromiumRemoteTab.HostChecker - Class in org.eclipse.wst.jsdt.chromium.debug.ui.launcher
Possibly checks host property in config.
ChromiumRemoteTab_AUTO_DETECT_CONTAINER_WARNING - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
 
ChromiumRemoteTab_AUTODETECT - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
 
ChromiumRemoteTab_AUTODETECT_LINE1 - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
 
ChromiumRemoteTab_AUTODETECT_LINE2 - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
 
ChromiumRemoteTab_BREAKPOINT_GROUP - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
 
ChromiumRemoteTab_CONNECTION_FROM_LOCALHOST_WARNING - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
 
ChromiumRemoteTab_CONNECTION_GROUP - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
 
ChromiumRemoteTab_EXACT_MATCH - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
 
ChromiumRemoteTab_EXACT_MATCH_LINE1 - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
 
ChromiumRemoteTab_EXACT_MATCH_LINE2 - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
 
ChromiumRemoteTab_FILE_PATH - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
 
ChromiumRemoteTab_HostLabel - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
 
ChromiumRemoteTab_InvalidPortNumberError - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
 
ChromiumRemoteTab_LOOKUP_GROUP_TITLE - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
 
ChromiumRemoteTab_PortLabel - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
 
ChromiumRemoteTab_RemoteTabName - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
 
ChromiumRemoteTab_ShowDebuggerNetworkCommunication - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
 
ChromiumRemoteTab_URL - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.Messages
 
ChromiumRunner - Class in org.eclipse.wst.jsdt.chromium.debug.js.runtime
 
ChromiumRunner(IJSRuntimeInstall) - Constructor for class org.eclipse.wst.jsdt.chromium.debug.js.runtime.ChromiumRunner
 
ChromiumRuntimeInstall - Class in org.eclipse.wst.jsdt.chromium.debug.js.runtime
 
ChromiumRuntimeInstall(IJSRuntimeType, String) - Constructor for class org.eclipse.wst.jsdt.chromium.debug.js.runtime.ChromiumRuntimeInstall
 
ChromiumRuntimeProvider - Class in org.eclipse.wst.jsdt.chromium.debug.js.runtime
 
ChromiumRuntimeProvider() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.js.runtime.ChromiumRuntimeProvider
 
ChromiumRuntimeType - Class in org.eclipse.wst.jsdt.chromium.debug.js.runtime
 
ChromiumRuntimeType() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.js.runtime.ChromiumRuntimeType
 
ChromiumScriptFileStore - Class in org.eclipse.wst.jsdt.chromium.debug.core.efs
A script file store.
ChromiumScriptFileStore(ChromiumScriptFileSystem, IPath) - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.efs.ChromiumScriptFileStore
Constructs a proxy for a real resource (which might not exist).
ChromiumScriptFileSystem - Class in org.eclipse.wst.jsdt.chromium.debug.core.efs
An in-memory filesystem for remote scripts.
ChromiumScriptFileSystem() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.efs.ChromiumScriptFileSystem
 
ChromiumScriptStorage - Class in org.eclipse.wst.jsdt.chromium.debug.core.efs
A memory-based storage for browser scripts.
ChromiumScriptStorage() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.efs.ChromiumScriptStorage
 
ChromiumShortcut - Class in org.eclipse.wst.jsdt.chromium.debug.js.launch.shortcuts
 
ChromiumShortcut() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.js.launch.shortcuts.ChromiumShortcut
 
ChromiumSourceComputer - Class in org.eclipse.wst.jsdt.chromium.debug.core
A source path computer implementation that provides VProjectSourceContainer as a default source files container for V8/Chrome debug sessions and SourceNameMapperContainer for projects available in the workspace
ChromiumSourceComputer() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.ChromiumSourceComputer
 
ChromiumSourceDirector - Class in org.eclipse.wst.jsdt.chromium.debug.core
A source lookup director implementation that provides a simple participant and accepts instance of virtual project once it is created.
ChromiumSourceDirector() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.ChromiumSourceDirector
 
ChromiumSourceDirector_WARNING_TEXT_PATTERN - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.Messages
 
ChromiumSourceDirector_WARNING_TITLE - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.Messages
 
ChromiumTabSelectionDialog_DialogTitle - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
 
ChromiumTabSelectionDialog_IdColumnName - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
 
ChromiumTabSelectionDialog_TableTitle - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
 
ChromiumTabSelectionDialog_UrlColumnName - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
 
ChromiumToggleBreakpointTargetFactory - Class in org.eclipse.wst.jsdt.chromium.debug.ui
Toggle breakpoint target factory for Chromium breakpoints.
ChromiumToggleBreakpointTargetFactory() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.ChromiumToggleBreakpointTargetFactory
 
ChromiumToggleBreakpointTargetFactory_TOGGLE_TARGET_DESCRIPTION - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.Messages
 
ChromiumToggleBreakpointTargetFactory_TOGGLE_TARGET_NAME - Static variable in class org.eclipse.wst.jsdt.chromium.debug.ui.Messages
 
ChromiumUtil - Class in org.eclipse.wst.jsdt.chromium.debug.js.util
 
CL_INIT - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
CLASS - Static variable in interface org.eclipse.wst.jsdt.core.search.IJavaScriptSearchConstants
The searched element is a class.
CLASS - Static variable in class org.eclipse.wst.jsdt.jsdoc.ElementInfo
 
CLASS_BODY_TEMPLATE_ID - Static variable in class org.eclipse.wst.jsdt.ui.CodeGeneration
Constant ID for the type kind to be used in CodeGeneration.getTypeBody(String, IJavaScriptUnit, String, String) to get the code template used for a new class type body.
CLASS_FILE - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElement
Constant representing a non-editable javaScript file.
CLASS_INSTANCE_CREATION - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type ClassInstanceCreation.
CLASS_LITERAL_ACCESS - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
CLASS_PROPERTY - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.IPredefinedSourceWrapProvider.Access
 
CLASS_PROPERTY - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.JavaScriptFormatter.Access
 
CLASS_PROPERTY - Static variable in interface org.eclipse.wst.jsdt.chromium.wip.eclipse.WipBackExtensionPoint
 
CLASS_TYPE - Static variable in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Constant to signal that the created type is a class.
CLASS_TYPE_SIGNATURE - Static variable in class org.eclipse.wst.jsdt.core.Signature
Kind constant for a class type signature.
CLASSES - Static variable in class org.eclipse.wst.jsdt.core.CorrectionEngine
This field is not intended to be used by client.
ClassExtendFinalClass - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
ClassInstanceCreation - Class in org.eclipse.wst.jsdt.core.dom
Class instance creation expression AST node type.
className() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.ObjectReference
The name of the class represented by the ObjectReference or null if one cannot be determined.
CLASSPATH_ATTR_LIBRARY_PATH_ENTRY - Static variable in class org.eclipse.wst.jsdt.launching.JavaRuntime
Attribute key for a includepath attribute referencing a list of shared libraries that should appear on the -Djava.library.path system property.
ClasspathAttributeAccess() - Constructor for class org.eclipse.wst.jsdt.ui.wizards.ClasspathAttributeConfiguration.ClasspathAttributeAccess
 
ClasspathAttributeConfiguration - Class in org.eclipse.wst.jsdt.ui.wizards
A ClasspathAttributeConfiguration specifies how a class path attribute is presented and configured in the JavaScript build path dialog.
ClasspathAttributeConfiguration() - Constructor for class org.eclipse.wst.jsdt.ui.wizards.ClasspathAttributeConfiguration
 
ClasspathAttributeConfiguration.ClasspathAttributeAccess - Class in org.eclipse.wst.jsdt.ui.wizards
This class provides information about the attribute to be rendered or configured.
CLEAN - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option value.
CLEAN_UP - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition id of the code clean up action (value: "org.eclipse.wst.jsdt.ui.edit.text.java.clean.up").
CLEAN_UP - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
Source menu: name of standard Clean up global action (value "org.eclipse.wst.jsdt.ui.actions.CleanUp").
cleanStarting(IJavaScriptProject) - Method in class org.eclipse.wst.jsdt.core.compiler.ValidationParticipant
Notifies this participant that a clean is about to start and provides it the opportunity to delete generated source files.
clear(JavascriptVm.BreakpointCallback, SyncCallback) - Method in interface org.eclipse.wst.jsdt.chromium.Breakpoint
Removes the breakpoint from the JS debugger and invokes the callback once the operation has finished.
clear() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.BreakpointInTargetMap
 
clear() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.ResourceManager
 
clear() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.VmResourceIdMap
 
CLEAR_ALL - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option value.
clearCaches() - Method in interface org.eclipse.wst.jsdt.chromium.RemoteValueMapping
Clears local caches that store object properties.
clearTaskName() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.util.ProgressUtil.MonitorWrapper
 
clearVisit() - Method in class org.eclipse.wst.jsdt.jsdoc.ElementInfo
 
CLI - Class in org.eclipse.wst.jsdt.js.cli.core
Wrapper around CLI.
CLI(IProject, IPath, CLICommand) - Constructor for class org.eclipse.wst.jsdt.js.cli.core.CLI
 
CLICommand - Class in org.eclipse.wst.jsdt.js.cli.core
 
CLICommand(String, String, String, String[]) - Constructor for class org.eclipse.wst.jsdt.js.cli.core.CLICommand
 
CLIPlugin - Class in org.eclipse.wst.jsdt.js.cli
 
CLIPlugin() - Constructor for class org.eclipse.wst.jsdt.js.cli.CLIPlugin
 
CLIResult - Class in org.eclipse.wst.jsdt.js.cli.core
Generic execution result for Cordova CLI.
CLIResult(String, String) - Constructor for class org.eclipse.wst.jsdt.js.cli.core.CLIResult
 
CLIStatus - Class in org.eclipse.wst.jsdt.js.cli.core
 
CLIStatus(int, String, int, String, Throwable) - Constructor for class org.eclipse.wst.jsdt.js.cli.core.CLIStatus
 
CLIStreamListener - Class in org.eclipse.wst.jsdt.js.cli.core
Stream listener for CLI output.
CLIStreamListener() - Constructor for class org.eclipse.wst.jsdt.js.cli.core.CLIStreamListener
 
close() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.ConsolePseudoProcess.Retransmitter
 
close() - Method in interface org.eclipse.wst.jsdt.core.IBuffer
Closes the buffer.
close() - Method in interface org.eclipse.wst.jsdt.core.IOpenable
Closes this element and its buffer (if any).
close() - Method in class org.eclipse.wst.jsdt.core.util.SequenceReader
 
closeConnection() - Method in interface org.eclipse.wst.jsdt.chromium.ConnectionLogger.ConnectionCloser
 
closed() - Method in interface org.eclipse.wst.jsdt.chromium.debug.core.model.JavascriptVmEmbedder.Listener
 
closed() - Method in interface org.eclipse.wst.jsdt.chromium.TabDebugEventListener
Reports a closing event on the target tab.
ClosureCompilerASTConverter - Class in org.eclipse.wst.jsdt.core.dom
Converts closure compiler's IR model to DOM AST.
ClosureCompilerASTConverter(AST, List<Comment>) - Constructor for class org.eclipse.wst.jsdt.core.dom.ClosureCompilerASTConverter
 
CODE_SNIPPET - Static variable in interface org.eclipse.wst.jsdt.core.eval.ICodeSnippetRequestor
Indicates a compilation problem related to a code snippet.
CODEASSIST_ADDIMPORT - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls if the JavaScript code assist adds import statements.
CODEASSIST_ARGUMENT_PREFIXES - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CODEASSIST_ARGUMENT_SUFFIXES - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CODEASSIST_AUTOACTIVATION - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls if the JavaScript code assist gets auto activated.
CODEASSIST_AUTOACTIVATION_DELAY - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A name preference that holds the auto activation delay time in milliseconds.
CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVA - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that holds the characters that auto activate code assist in JavaScript code.
CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVADOC - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that holds the characters that auto activate code assist in Javadoc.
CODEASSIST_AUTOINSERT - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls if the JavaScript code assist inserts a proposal automatically if only one proposal is available.
CODEASSIST_CAMEL_CASE_MATCH - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CODEASSIST_CASE_SENSITIVITY - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls whether code assist proposals filtering is case sensitive or not.
CODEASSIST_CATEGORY_ORDER - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls which the order of the specific code assist commands.
CODEASSIST_DEPRECATION_CHECK - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CODEASSIST_DISCOURAGED_REFERENCE_CHECK - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CODEASSIST_EXCLUDED_CATEGORIES - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls which completion proposal categories have been excluded from the default proposal list.
CODEASSIST_FAVORITE_STATIC_MEMBERS - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that holds the favorite static members.
CODEASSIST_FIELD_PREFIXES - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CODEASSIST_FIELD_SUFFIXES - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CODEASSIST_FILL_ARGUMENT_NAMES - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls if argument names are filled in when a method is selected from as list of code assist proposal.
CODEASSIST_FORBIDDEN_REFERENCE_CHECK - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CODEASSIST_GUESS_METHOD_ARGUMENTS - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls if method arguments are guessed when a method is selected from as list of code assist proposal.
CODEASSIST_IMPLICIT_QUALIFICATION - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CODEASSIST_INSERT_COMPLETION - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls if the JavaScript code assist only inserts completions.
CODEASSIST_LOCAL_PREFIXES - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CODEASSIST_LOCAL_SUFFIXES - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CODEASSIST_LRU_HISTORY - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that stores the content assist LRU history Value is an XML encoded version of the history.
CODEASSIST_ORDER_PROPOSALS - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
Deprecated.
CODEASSIST_PARAMETERS_BACKGROUND - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that holds the background color used for parameter hints.
CODEASSIST_PARAMETERS_FOREGROUND - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that holds the foreground color used in the code assist selection dialog.
CODEASSIST_PREFIX_COMPLETION - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls if content assist inserts the common prefix of all proposals before presenting choices.
CODEASSIST_PROPOSALS_BACKGROUND - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that holds the background color used in the code assist selection dialog.
CODEASSIST_PROPOSALS_FOREGROUND - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that holds the foreground color used in the code assist selection dialog.
CODEASSIST_REPLACEMENT_BACKGROUND - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that holds the background color used in the code assist selection dialog to mark replaced code.
CODEASSIST_REPLACEMENT_FOREGROUND - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that holds the foreground color used in the code assist selection dialog to mark replaced code.
CODEASSIST_SHOW_VISIBLE_PROPOSALS - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls if code assist contains only visible proposals.
CODEASSIST_SORTER - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that stores the content assist sorter id.
CODEASSIST_STATIC_FIELD_PREFIXES - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CODEASSIST_STATIC_FIELD_SUFFIXES - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CODEASSIST_SUGGEST_STATIC_IMPORTS - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CODEASSIST_VISIBILITY_CHECK - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CodeCannotBeReached - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
codeComplete(String, int, CompletionRequestor) - Method in interface org.eclipse.wst.jsdt.core.eval.IEvaluationContext
Performs a code completion at the given position in the given code snippet, reporting results to the given completion requestor.
codeComplete(String, int, CompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.wst.jsdt.core.eval.IEvaluationContext
Performs a code completion at the given position in the given code snippet, reporting results to the given completion requestor.
codeComplete(int, CompletionRequestor) - Method in interface org.eclipse.wst.jsdt.core.ICodeAssist
Performs code completion at the given offset position in this javaScript unit, reporting results to the given completion requestor.
codeComplete(int, CompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.wst.jsdt.core.ICodeAssist
Performs code completion at the given offset position in this javaScript unit, reporting results to the given completion requestor.
codeComplete(char[], int, int, char[][], char[][], int[], boolean, CompletionRequestor) - Method in interface org.eclipse.wst.jsdt.core.IType
Do code completion inside a code snippet in the context of the current type.
codeComplete(char[], int, int, char[][], char[][], int[], boolean, CompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.wst.jsdt.core.IType
Do code completion inside a code snippet in the context of the current type.
CodeFormatter - Class in org.eclipse.wst.jsdt.core.formatter
Specification for a generic source code formatter.
CodeFormatter() - Constructor for class org.eclipse.wst.jsdt.core.formatter.CodeFormatter
 
CodeFormatterApplication - Class in org.eclipse.wst.jsdt.core.formatter
Implements an Eclipse Application for org.eclipse.wst.jsdt.core.JavaCodeFormatter.
CodeFormatterApplication() - Constructor for class org.eclipse.wst.jsdt.core.formatter.CodeFormatterApplication
 
CODEGEN_ADD_COMMENTS - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls if comment stubs will be added automatically to newly created types and methods.
CODEGEN_EXCEPTION_VAR_NAME - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that defines the preferred variable names for exceptions in catch clauses.
CODEGEN_GETTERSETTER_PREFIX - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
Deprecated.
Use JavaScriptCore preference store (key JavaScriptCore. CODEASSIST_FIELD_PREFIXES and CODEASSIST_STATIC_FIELD_PREFIXES)
CODEGEN_GETTERSETTER_SUFFIX - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
Deprecated.
Use setting from JavaScriptCore preference store (key JavaScriptCore. CODEASSIST_FIELD_SUFFIXES and CODEASSIST_STATIC_FIELD_SUFFIXES)
CODEGEN_IS_FOR_GETTERS - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls whether to use the prefix "is" or the prefix "get" for automatically created getters which return a boolean field.
CODEGEN_KEYWORD_THIS - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls whether the keyword "this" will be added automatically to field accesses in generated methods.
CODEGEN_USE_GETTERSETTER_PREFIX - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
Deprecated.
Use JavaScriptCore preference store (key JavaScriptCore. CODEASSIST_FIELD_PREFIXES and CODEASSIST_STATIC_FIELD_PREFIXES)
CODEGEN_USE_GETTERSETTER_SUFFIX - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
Deprecated.
Use JavaScriptCore preference store (key JavaScriptCore. CODEASSIST_FIELD_PREFIXES and CODEASSIST_STATIC_FIELD_PREFIXES)
CODEGEN_USE_OVERRIDE_ANNOTATION - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls whether to add a override annotation for newly created methods Value is of type Boolean.
CodeGeneration - 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.
codeSelect(String, int, int) - Method in interface org.eclipse.wst.jsdt.core.eval.IEvaluationContext
Resolves and returns a collection of JavaScript elements corresponding to the source code at the given positions in the given code snippet.
codeSelect(String, int, int, WorkingCopyOwner) - Method in interface org.eclipse.wst.jsdt.core.eval.IEvaluationContext
Resolves and returns a collection of JavaScript elements corresponding to the source code at the given positions in the given code snippet.
codeSelect(int, int) - Method in interface org.eclipse.wst.jsdt.core.ICodeAssist
Returns the JavaScript elements corresponding to the given selected text in this javaScript unit.
codeSelect(int, int, WorkingCopyOwner) - Method in interface org.eclipse.wst.jsdt.core.ICodeAssist
Returns the JavaScript elements corresponding to the given selected text in this javaScript unit.
CodeSnippetMissingClass - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
CodeSnippetMissingMethod - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
CodeStyleConfiguration - 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.
collapseComments() - Method in class org.eclipse.wst.jsdt.ui.text.folding.DefaultJavaFoldingStructureProvider
 
collapseComments() - Method in interface org.eclipse.wst.jsdt.ui.text.folding.IJavaFoldingStructureProviderExtension
Collapses all comments.
collapseElements(IJavaScriptElement[]) - Method in class org.eclipse.wst.jsdt.ui.text.folding.DefaultJavaFoldingStructureProvider
 
collapseElements(IJavaScriptElement[]) - Method in interface org.eclipse.wst.jsdt.ui.text.folding.IJavaFoldingStructureProviderExtension
Collapses the given elements.
collapseExportContainer() - Method in class org.eclipse.wst.jsdt.ui.text.folding.DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext
Returns true if export containers should be collapsed.
collapseHeaderComments() - Method in class org.eclipse.wst.jsdt.ui.text.folding.DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext
Returns true if header comments should be collapsed.
collapseImportContainer() - Method in class org.eclipse.wst.jsdt.ui.text.folding.DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext
Returns true if import containers should be collapsed.
collapseInnerTypes() - Method in class org.eclipse.wst.jsdt.ui.text.folding.DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext
Returns true if inner types should be collapsed.
collapseJavadoc() - Method in class org.eclipse.wst.jsdt.ui.text.folding.DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext
Returns true if javadoc comments should be collapsed.
collapseMembers() - Method in class org.eclipse.wst.jsdt.ui.text.folding.DefaultJavaFoldingStructureProvider
 
collapseMembers() - Method in class org.eclipse.wst.jsdt.ui.text.folding.DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext
Returns true if methods should be collapsed.
collapseMembers() - Method in interface org.eclipse.wst.jsdt.ui.text.folding.IJavaFoldingStructureProviderExtension
Collapses all members except for top level types.
COLLECTION - Static variable in class org.eclipse.wst.jsdt.jsdoc.ElementInfo
 
COLLECTION_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.ForInStatement
The "expression" structural property of this node type.
COLLECTION_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.ForOfStatement
The "expression" structural property of this node type.
ColumnBasedLabelProvider(TableUtils.ValueAdapter<Object, ROW>, List<? extends TableUtils.ColumnData<ROW, ?>>) - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.TableUtils.ColumnBasedLabelProvider
 
ColumnData(TableUtils.ValueAdapter<R, C>, TableUtils.ColumnLabelProvider<C>) - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.TableUtils.ColumnData
 
ColumnLabelProvider() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.TableUtils.ColumnLabelProvider
 
combineAccessRules() - Method in interface org.eclipse.wst.jsdt.core.IIncludePathEntry
Returns whether the access rules of the project's exported entries should be combined with this entry's access rules.
COMBINED_BINARY_EXPRESSION - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
combineRuntimeArgs(JSRunnerConfiguration, IJSRuntimeInstall) - Method in class org.eclipse.wst.jsdt.chromium.debug.js.runtime.ChromiumRunner
 
combineRuntimeArgs(JSRunnerConfiguration, IJSRuntimeInstall) - Method in class org.eclipse.wst.jsdt.js.node.runtime.NodeJsRunner
 
ComboWrapper(Combo) - Constructor for class org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils.ComboWrapper
 
COMMA_STRING - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
User-readable string for separating list items (e.g. ", ").
Comment - Class in org.eclipse.wst.jsdt.core.dom
Abstract base class for all AST nodes that represent comments.
COMMENT - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> comment action (value "org.eclipse.wst.jsdt.ui.edit.text.java.comment").
COMMENT - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
Source menu: name of standard Comment global action (value "org.eclipse.wst.jsdt.ui.actions.Comment").
COMMENT_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.JSdoc
Deprecated.
Replaced by JSdoc.TAGS_PROPERTY in the JLS3 API.
commitWorkingCopy(boolean, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptUnit
Commits the contents of this working copy to its underlying resource.
CommonPlugin - Class in org.eclipse.wst.jsdt.js.common
 
CommonPlugin() - Constructor for class org.eclipse.wst.jsdt.js.common.CommonPlugin
 
CommonPlugin - Class in org.eclipse.wst.jsdt.js.node.common
 
CommonPlugin() - Constructor for class org.eclipse.wst.jsdt.js.node.common.CommonPlugin
 
COMPACT - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option value.
compare(Viewer, Object, Object) - Method in class org.eclipse.wst.jsdt.ui.JavaElementSorter
 
compare(Viewer, Object, Object) - Method in class org.eclipse.wst.jsdt.ui.JavaScriptElementComparator
 
compare(ICompletionProposal, ICompletionProposal) - Method in class org.eclipse.wst.jsdt.ui.text.java.AbstractProposalSorter
Implements the same contract as Comparator.compare(Object, Object) but with completion proposals as parameters.
compare(Object, Object) - Method in class org.eclipse.wst.jsdt.ui.text.java.CompletionProposalComparator
 
compareTo(TextSectionMapping.TextPoint) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.sourcemap.TextSectionMapping.TextPoint
 
compareTo(Version) - Method in class org.eclipse.wst.jsdt.chromium.Version
 
compareTo(char[], char[]) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Compares the two char arrays lexicographically.
compareWith(char[], char[]) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Compares the contents of the two arrays array and prefix.
compilationUnit - Variable in class org.eclipse.wst.jsdt.core.CorrectionEngine
This field is not intended to be used by client.
COMPILER_CODEGEN_INLINE_JSR_BYTECODE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_CODEGEN_TARGET_PLATFORM - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_CODEGEN_UNUSED_LOCAL - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_COMPLIANCE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_DOC_COMMENT_SUPPORT - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_LINE_NUMBER_ATTR - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_LOCAL_VARIABLE_ATTR - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_ASSERT_IDENTIFIER - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_BOOLEAN_METHOD_THROWING_EXCEPTION - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_DEPRECATION - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_DEPRECATION_IN_DEPRECATED_CODE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_DEPRECATION_WHEN_OVERRIDING_DEPRECATED_METHOD - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_DISCOURAGED_REFERENCE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_DUPLICATE_LOCAL_VARIABLES - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_EMPTY_STATEMENT - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_FALLTHROUGH_CASE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_FATAL_OPTIONAL_ERROR - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_FIELD_HIDING - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_FINAL_PARAMETER_BOUND - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_FINALLY_BLOCK_NOT_COMPLETING - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_FORBIDDEN_REFERENCE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_HIDDEN_CATCH_BLOCK - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_INDIRECT_STATIC_ACCESS - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_INVALID_IMPORT - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Deprecated.
- discontinued since turning off would violate language specs
COMPILER_PB_INVALID_JAVADOC - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_INVALID_JAVADOC_TAGS - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_INVALID_JAVADOC_TAGS__DEPRECATED_REF - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_INVALID_JAVADOC_TAGS__NOT_VISIBLE_REF - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_INVALID_JAVADOC_TAGS_VISIBILITY - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_LOCAL_VARIABLE_HIDING - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_MAX_PER_UNIT - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_METHOD_WITH_CONSTRUCTOR_NAME - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_MISSING_DEPRECATED_ANNOTATION - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_COMMENTS - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_COMMENTS_OVERRIDING - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_COMMENTS_VISIBILITY - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_TAGS - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_TAGS_OVERRIDING - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_TAGS_VISIBILITY - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_MISSING_OVERRIDE_ANNOTATION - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_NO_EFFECT_ASSIGNMENT - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_NON_NLS_STRING_LITERAL - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_NULL_REFERENCE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_OVERRIDING_METHOD_WITHOUT_SUPER_INVOCATION - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_PARAMETER_ASSIGNMENT - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_POSSIBLE_ACCIDENTAL_BOOLEAN_ASSIGNMENT - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_POTENTIAL_NULL_REFERENCE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_RAW_TYPE_REFERENCE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_REDUNDANT_NULL_CHECK - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_SPECIAL_PARAMETER_HIDING_FIELD - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_STATIC_ACCESS_RECEIVER - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_SUPPRESS_WARNINGS - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_TYPE_PARAMETER_HIDING - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_UNCHECKED_TYPE_OPERATION - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_UNDEFINED_FIELD - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_UNDOCUMENTED_EMPTY_BLOCK - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_UNHANDLED_WARNING_TOKEN - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_UNINITIALIZED_GLOBAL_VARIABLE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_UNINITIALIZED_LOCAL_VARIABLE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_UNNECESSARY_ELSE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_UNNECESSARY_TYPE_CHECK - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_UNQUALIFIED_FIELD_ACCESS - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_UNREACHABLE_CODE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Deprecated.
- discontinued since turning off would violate language specs
COMPILER_PB_UNSAFE_TYPE_OPERATION - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
COMPILER_PB_UNUSED_DECLARED_THROWN_EXCEPTION - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_UNUSED_DECLARED_THROWN_EXCEPTION_WHEN_OVERRIDING - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_UNUSED_IMPORT - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_UNUSED_LABEL - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_UNUSED_LOCAL - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_UNUSED_PARAMETER - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_UNUSED_PARAMETER_INCLUDE_DOC_COMMENT_REFERENCE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_UNUSED_PARAMETER_WHEN_IMPLEMENTING_ABSTRACT - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_UNUSED_PARAMETER_WHEN_OVERRIDING_CONCRETE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_UNUSED_PRIVATE_MEMBER - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_PB_VARARGS_ARGUMENT_NEED_CAST - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_SEMANTIC_VALIDATION - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_SOURCE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_SOURCE_FILE_ATTR - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_SOURCE_TYPE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_STRICT_ON_KEYWORD_USAGE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_TASK_CASE_SENSITIVE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_TASK_PRIORITIES - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPILER_TASK_PRIORITY_HIGH - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option value for COMPILER_TASK_PRIORITIES.
COMPILER_TASK_PRIORITY_LOW - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option value for COMPILER_TASK_PRIORITIES.
COMPILER_TASK_PRIORITY_NORMAL - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option value for COMPILER_TASK_PRIORITIES.
COMPILER_TASK_TAGS - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
COMPLEMENT - Static variable in class org.eclipse.wst.jsdt.core.dom.PrefixExpression.Operator
Bitwise complement "~" operator.
CompletionContext - Class in org.eclipse.wst.jsdt.core
Completion context.
CompletionContext() - Constructor for class org.eclipse.wst.jsdt.core.CompletionContext
 
completionFailure(IProblem) - Method in class org.eclipse.wst.jsdt.core.CompletionRequestor
Notification of failure to produce any completions.
completionFailure(IProblem) - Method in class org.eclipse.wst.jsdt.ui.text.java.CompletionProposalCollector
Notification of failure to produce any completions.
CompletionFlags - Class in org.eclipse.wst.jsdt.core
Utility class for decoding additional flags in completion proposal.
CompletionProposal - Class in org.eclipse.wst.jsdt.core
Completion proposal.
CompletionProposalCollector - Class in org.eclipse.wst.jsdt.ui.text.java
JavaScript UI implementation of CompletionRequestor.
CompletionProposalCollector(IJavaScriptUnit) - Constructor for class org.eclipse.wst.jsdt.ui.text.java.CompletionProposalCollector
Creates a new instance ready to collect proposals.
CompletionProposalCollector(IJavaScriptProject) - Constructor for class org.eclipse.wst.jsdt.ui.text.java.CompletionProposalCollector
Creates a new instance ready to collect proposals.
CompletionProposalComparator - Class in org.eclipse.wst.jsdt.ui.text.java
Comparator for JavaScript completion proposals.
CompletionProposalComparator() - Constructor for class org.eclipse.wst.jsdt.ui.text.java.CompletionProposalComparator
Creates a comparator that sorts by relevance.
CompletionProposalLabelProvider - Class in org.eclipse.wst.jsdt.ui.text.java
Provides labels for JavaScript content assist proposals.
CompletionProposalLabelProvider() - Constructor for class org.eclipse.wst.jsdt.ui.text.java.CompletionProposalLabelProvider
Creates a new label provider.
CompletionRequestor - Class in org.eclipse.wst.jsdt.core
Abstract base class for a completion requestor which is passed completion proposals as they are generated in response to a code assist request.
CompletionRequestor() - Constructor for class org.eclipse.wst.jsdt.core.CompletionRequestor
Creates a new completion requestor.
completionRequestor - Variable in class org.eclipse.wst.jsdt.core.CorrectionEngine
This field is not intended to be used by client.
COMPONENT_TYPE_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.ArrayType
The "componentType" structural property of this node type.
COMPOUND_ASSIGNMENT - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
COMPUTE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option value.
computeAdornmentFlags(Object) - Method in class org.eclipse.wst.jsdt.ui.OverrideIndicatorLabelDecorator
Note: This method is for internal use only.
computeAdornmentFlags(Object) - Method in class org.eclipse.wst.jsdt.ui.ProblemsLabelDecorator
Note: This method is for internal use only.
computeCompletionProposals(ContentAssistInvocationContext, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.ui.text.java.IJavaCompletionProposalComputer
Returns a list of completion proposals valid at the given invocation context.
computeCompletionProposals(IJavaScriptUnit, int, int, int) - Method in interface org.eclipse.wst.jsdt.ui.text.java.IJavadocCompletionProcessor
Returns the completion proposals based on the specified location within the compilation unit.
computeContextInformation(ContentAssistInvocationContext, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.ui.text.java.IJavaCompletionProposalComputer
Returns context information objects valid at the given invocation context.
computeContextInformation(IJavaScriptUnit, int) - Method in interface org.eclipse.wst.jsdt.ui.text.java.IJavadocCompletionProcessor
Returns information about possible contexts based on the specified location within the compilation unit.
computeCorrections(IMarker, IJavaScriptUnit, int, ICorrectionRequestor) - Method in class org.eclipse.wst.jsdt.core.CorrectionEngine
Performs code correction for the given marker, reporting results to the given correction requestor.
computeCorrections(IProblem, IJavaScriptUnit, ICorrectionRequestor) - Method in class org.eclipse.wst.jsdt.core.CorrectionEngine
Performs code correction for the given IProblem, reporting results to the given correction requestor.
computeDefaultRuntimeClassPath(IJavaScriptProject) - Static method in class org.eclipse.wst.jsdt.launching.JavaRuntime
Computes the default application includepath entries for the given project.
computeDetail(IValue, IValueDetailListener) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.JsDebugModelPresentation
 
computeDetailAsync(IValueDetailListener) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.Value
Called from Worker thread.
computeFoldingStructure(IJavaScriptElement, DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext) - Method in class org.eclipse.wst.jsdt.ui.text.folding.DefaultJavaFoldingStructureProvider
Computes the folding structure for a given JavaScript element.
computeIdentifierPrefix() - Method in class org.eclipse.wst.jsdt.ui.text.java.ContentAssistInvocationContext
Computes the identifier (as specified by Character.isJavaIdentifierPart(char)) that immediately precedes the invocation offset.
computeJREEntry(ILaunchConfiguration) - Static method in class org.eclipse.wst.jsdt.launching.JavaRuntime
Returns a runtime includepath entry identifying the JRE to use when launching the specified configuration or null if none is specified.
computeProjectionRanges(ISourceReference, DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext) - Method in class org.eclipse.wst.jsdt.ui.text.folding.DefaultJavaFoldingStructureProvider
Computes the projection ranges for a given ISourceReference.
computeRelevance(CompletionProposal) - Method in class org.eclipse.wst.jsdt.ui.text.java.CompletionProposalCollector
Computes the relevance for a given CompletionProposal.
computeSourceContainers(ILaunchConfiguration, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.ChromiumSourceComputer
 
computeSourceRange(ASTNode) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.TargetSourceRangeComputer
Returns the target source range of the given node.
computeUnresolvedClasspath(ILaunchConfiguration) - Method in interface org.eclipse.wst.jsdt.launching.IRuntimeClasspathProvider
Computes and returns an unresolved includepath for the given launch configuration.
computeUnresolvedRuntimeClasspath(IJavaScriptProject) - Static method in class org.eclipse.wst.jsdt.launching.JavaRuntime
Computes and returns the default unresolved runtime includepath for the given project.
computeUnresolvedRuntimeClasspath(ILaunchConfiguration) - Static method in class org.eclipse.wst.jsdt.launching.JavaRuntime
Computes and returns the unresolved class path for the given launch configuration.
computeVMInstall(ILaunchConfiguration) - Static method in class org.eclipse.wst.jsdt.launching.JavaRuntime
Returns the VM install for the given launch configuration.
concat(char[], char[]) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Answers the concatenation of the two arrays.
concat(char[], char[], char[]) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Answers the concatenation of the three arrays.
concat(char[], char[], char) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Answers the concatenation of the two arrays inserting the separator character between the two arrays.
concat(char[], char, char[], char, char[]) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Answers the concatenation of the three arrays inserting the sep1 character between the first two arrays and sep2 between the last two.
concat(char, char[], char) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Answers a new array with prepending the prefix character and appending the suffix character at the end of the array.
CONCAT_STRING - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
User-readable string for separating post qualified names (e.g. " - ").
concatenate(Object[], Object[]) - Static method in class org.eclipse.wst.jsdt.ui.StandardJavaScriptElementContentProvider
Note: This method is for internal use only.
concatWith(char[], char[][], char) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Answers the concatenation of the given array parts using the given separator between each part and appending the given name at the end.
concatWith(char[][], char[], char) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Answers the concatenation of the given array parts using the given separator between each part and appending the given name at the end.
concatWith(char[][], char) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Answers the concatenation of the given array parts using the given separator between each part.
concatWith(char[][], char, boolean) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Answers the concatenation of the given array parts using the given separator between each part.
CONDITIONAL_AND - Static variable in class org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator
Conditional AND "&&" operator.
CONDITIONAL_EXPRESSION - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
CONDITIONAL_EXPRESSION - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type ConditionalExpression.
CONDITIONAL_OR - Static variable in class org.eclipse.wst.jsdt.core.dom.InfixExpression.Operator
Conditional OR "||" operator.
ConditionalExpression - Class in org.eclipse.wst.jsdt.core.dom
Conditional expression AST node type.
Config() - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.util.JsValueStringifier.Config
 
config(Map<String, String>) - Method in class org.eclipse.wst.jsdt.js.node.common.json.objects.PackageJson.Builder
 
CONFIG_PROPERTY - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.LaunchParams.PredefinedSourceWrapperIds
 
configure() - Method in class org.eclipse.wst.jsdt.ui.project.JsNature
 
configureContainerEntry(Shell, IIncludePathEntry, IJavaScriptProject, IIncludePathEntry[]) - Static method in class org.eclipse.wst.jsdt.ui.wizards.BuildPathDialogAccess
Shows the UI to configure a classpath container classpath entry.
configureExternalJAREntry(Shell, IPath) - Static method in class org.eclipse.wst.jsdt.ui.wizards.BuildPathDialogAccess
Shows the UI to configure an external JAR or ZIP archive.
configureJAREntry(Shell, IPath, IPath[]) - Static method in class org.eclipse.wst.jsdt.ui.wizards.BuildPathDialogAccess
Shows the UI to configure a JAR or ZIP archive located in the workspace.
configureJavadocLocation(Shell, String, URL) - Static method in class org.eclipse.wst.jsdt.ui.wizards.BuildPathDialogAccess
Shows the UI for configuring a javadoc location.
configureJavadocLocation(Shell, IIncludePathEntry) - Static method in class org.eclipse.wst.jsdt.ui.wizards.BuildPathDialogAccess
Shows the UI for configuring a javadoc location attribute of the classpath entry.
configureJavaProject(IProgressMonitor) - Method in class org.eclipse.wst.jsdt.ui.wizards.JavaCapabilityConfigurationPage
Adds the JavaScript nature to the project (if not set yet) and configures the build classpath.
configureJavaScriptElementMarker(IMarker, IJavaScriptElement) - Method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Configures the given marker for the given JavaScript element.
configureShell(Shell) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.liveedit.LiveEditResultDialog
 
configureShell(Shell) - Method in class org.eclipse.wst.jsdt.js.common.ui.PopUpKeyValueDialog
 
configureShell(Shell) - Method in class org.eclipse.wst.jsdt.js.common.ui.PopUpPropertyDialog
 
configureSourceAttachment(Shell, IIncludePathEntry) - Static method in class org.eclipse.wst.jsdt.ui.wizards.BuildPathDialogAccess
Shows the UI for configuring source attachments.
ConflictingImport - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
connect(IEditorInput) - Method in interface org.eclipse.wst.jsdt.ui.IWorkingCopyManager
Connects the given editor input to this manager.
ConnectedTargetData - Class in org.eclipse.wst.jsdt.chromium.debug.core.model
Contains state and behavior of 'connected' DebugTargetImpl.
ConnectionLogger - Interface in org.eclipse.wst.jsdt.chromium
Logger facility for the Chromium debugger connection.
ConnectionLogger.ConnectionCloser - Interface in org.eclipse.wst.jsdt.chromium
Interface that gives you control over underlying connection.
ConnectionLogger.Factory - Interface in org.eclipse.wst.jsdt.chromium
Factory for connection logger.
ConnectionLogger.StreamListener - Interface in org.eclipse.wst.jsdt.chromium
Listens to stream data traffic.
ConnectionLoggerImpl - Class in org.eclipse.wst.jsdt.chromium.debug.core.model
Connection logger that writes both incoming and outgoing streams into logWriter with simple annotations.
ConnectionLoggerImpl(Writer, ConnectionLoggerImpl.LogLifecycleListener) - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.model.ConnectionLoggerImpl
 
ConnectionLoggerImpl.LogLifecycleListener - Interface in org.eclipse.wst.jsdt.chromium.debug.core.model
Additional interface logger sends its output to.
ConnectionLoggerImpl_MessageSeparator - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
 
ConnectionLoggerImpl_ReceivedFromChrome - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
 
ConnectionLoggerImpl_SentToChrome - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.Messages
 
Connector - Interface in org.eclipse.wst.jsdt.debug.core.jsdi.connect
Describes an extensible connector for JSDI.
Connector.Argument - Interface in org.eclipse.wst.jsdt.debug.core.jsdi.connect
Default description of an argument that this Connector can support
Connector.BooleanArgument - Interface in org.eclipse.wst.jsdt.debug.core.jsdi.connect
Boolean specialization of an Connector.Argument
Connector.IntegerArgument - Interface in org.eclipse.wst.jsdt.debug.core.jsdi.connect
Integer specialization of an Connector.Argument
Connector.SelectedArgument - Interface in org.eclipse.wst.jsdt.debug.core.jsdi.connect
Specialization of Connector.Argument whose value is a String selected from a list of choices.
Connector.StringArgument - Interface in org.eclipse.wst.jsdt.debug.core.jsdi.connect
String specialization of an Connector.Argument
connectToStandalone(String, int, NamedConnectionLoggerFactory) - Static method in class org.eclipse.wst.jsdt.chromium.debug.core.model.JavascriptVmEmbedderFactory
 
connectToWipBrowser(String, int, WipBackend, NamedConnectionLoggerFactory, NamedConnectionLoggerFactory, WipTabSelector) - Static method in class org.eclipse.wst.jsdt.chromium.debug.core.model.JavascriptVmEmbedderFactory
 
CONSIDER_ALL_TYPES - Static variable in interface org.eclipse.wst.jsdt.ui.IJavaScriptElementSearchConstants
Search scope constant indicating that classes, interfaces, annotations and enums should be considered.
CONSIDER_ANNOTATION_TYPES - Static variable in interface org.eclipse.wst.jsdt.ui.IJavaScriptElementSearchConstants
Search scope constant indicating that annotation types should be considered.
CONSIDER_BINARIES - Static variable in interface org.eclipse.wst.jsdt.ui.IJavaScriptElementSearchConstants
Search scope constant (bit mask) indicating that binaries should be considered.
CONSIDER_CLASSES - Static variable in interface org.eclipse.wst.jsdt.ui.IJavaScriptElementSearchConstants
Search scope constant indicating that classes should be considered.
CONSIDER_CLASSES_AND_ENUMS - Static variable in interface org.eclipse.wst.jsdt.ui.IJavaScriptElementSearchConstants
Search scope constant indicating that only classes and enumeration types should be considered.
CONSIDER_CLASSES_AND_INTERFACES - Static variable in interface org.eclipse.wst.jsdt.ui.IJavaScriptElementSearchConstants
Search scope constant indicating that only classes and interfaces should be considered.
CONSIDER_ENUMS - Static variable in interface org.eclipse.wst.jsdt.ui.IJavaScriptElementSearchConstants
Search scope constant indicating that enums should be considered.
CONSIDER_EXTERNAL_JARS - Static variable in interface org.eclipse.wst.jsdt.ui.IJavaScriptElementSearchConstants
Search scope constant (bit mask) indicating that external JARs should be considered.
CONSIDER_INTERFACES - Static variable in interface org.eclipse.wst.jsdt.ui.IJavaScriptElementSearchConstants
Search scope constant indicating that interfaces should be considered.
CONSIDER_REQUIRED_PROJECTS - Static variable in interface org.eclipse.wst.jsdt.ui.IJavaScriptElementSearchConstants
Search scope constant (bit mask) indicating that required projects should be considered.
ConsolePseudoProcess - Class in org.eclipse.wst.jsdt.chromium.debug.core.model
This process corresponds to a Debugger-Chrome connection and its main purpose is to expose connection log (see process console in UI).
ConsolePseudoProcess(ILaunch, String, ConsolePseudoProcess.Retransmitter, ITerminate) - Constructor for class org.eclipse.wst.jsdt.chromium.debug.core.model.ConsolePseudoProcess
Constructs a ConsolePseudoProcess, adding this process to the given launch.
ConsolePseudoProcess.Retransmitter - Class in org.eclipse.wst.jsdt.chromium.debug.core.model
Responsible for getting text as Writer and retransmitting it as IStreamMonitor to whoever is interested.
construct() - Method in interface org.eclipse.wst.jsdt.chromium.util.LazyConstructable.Factory
 
constructCUContent(IJavaScriptUnit, String, String) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Uses the New JavaScript file template from the code template page to generate a compilation unit with the given type content.
CONSTRUCTOR - Static variable in interface org.eclipse.wst.jsdt.core.search.IJavaScriptSearchConstants
The searched element is a constructor.
constructor() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.ObjectReference
The FunctionReference that can be used to create a reflected instance of the underlying class for this object or NullValue if one cannot be determined.
CONSTRUCTOR - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementImageDescriptor
Flag to render the 'constructor' adornment.
CONSTRUCTOR_DECLARATION - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
CONSTRUCTOR_INVOCATION - Static variable in class org.eclipse.wst.jsdt.core.CompletionProposal
Completion is a reference to a constructor.
CONSTRUCTOR_INVOCATION - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type ConstructorInvocation.
CONSTRUCTOR_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.FunctionDeclaration
The "constructor" structural property of this node type.
ConstructorInvocation - Class in org.eclipse.wst.jsdt.core.dom
Alternate constructor invocation statement AST node type.
ConstructorRelated - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
constructTypeName(IExpression) - Method in class org.eclipse.wst.jsdt.core.infer.InferEngine
 
consumeIfFound(String) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.util.MementoFormat.Parser
 
CONTAINER - Static variable in interface org.eclipse.wst.jsdt.launching.IRuntimeClasspathEntry
Type identifier for container entries.
CONTAINER - Static variable in class org.eclipse.wst.jsdt.ui.wizards.NewContainerWizardPage
Id of the container field
CONTAINER_ID - Static variable in class org.eclipse.wst.jsdt.core.compiler.libraries.FireFoxLibInitializer
 
CONTAINER_ID - Static variable in class org.eclipse.wst.jsdt.core.compiler.libraries.FireFoxLibInitializer
 
CONTAINER_ID - Static variable in class org.eclipse.wst.jsdt.core.compiler.libraries.FireFoxLibInitializer
 
CONTAINER_ID - Static variable in class org.eclipse.wst.jsdt.core.compiler.libraries.InternetExplorerLibInitializer
 
CONTAINER_ID - Static variable in class org.eclipse.wst.jsdt.core.compiler.libraries.InternetExplorerLibInitializer
 
CONTAINER_ID - Static variable in class org.eclipse.wst.jsdt.core.compiler.libraries.InternetExplorerLibInitializer
 
containerChanged() - Method in class org.eclipse.wst.jsdt.ui.wizards.NewContainerWizardPage
This method is a hook which gets called after the source folder's text input field has changed.
containerChanged() - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
 
ContainerDescription - Static variable in class org.eclipse.wst.jsdt.core.compiler.libraries.FireFoxLibInitializer
 
ContainerDescription - Static variable in class org.eclipse.wst.jsdt.core.compiler.libraries.FireFoxLibInitializer
 
ContainerDescription - Static variable in class org.eclipse.wst.jsdt.core.compiler.libraries.FireFoxLibInitializer
 
ContainerDescription - Static variable in class org.eclipse.wst.jsdt.core.compiler.libraries.InternetExplorerLibInitializer
 
ContainerDescription - Static variable in class org.eclipse.wst.jsdt.core.compiler.libraries.InternetExplorerLibInitializer
 
ContainerDescription - Static variable in class org.eclipse.wst.jsdt.core.compiler.libraries.InternetExplorerLibInitializer
 
containerSuperTypes() - Method in class org.eclipse.wst.jsdt.core.compiler.libraries.FireFoxLibInitializer
 
containerSuperTypes() - Method in class org.eclipse.wst.jsdt.core.compiler.libraries.FireFoxLibInitializer
 
containerSuperTypes() - Method in class org.eclipse.wst.jsdt.core.compiler.libraries.FireFoxLibInitializer
 
containerSuperTypes() - Method in class org.eclipse.wst.jsdt.core.compiler.libraries.InternetExplorerLibInitializer
 
containerSuperTypes() - Method in class org.eclipse.wst.jsdt.core.compiler.libraries.InternetExplorerLibInitializer
 
containerSuperTypes() - Method in class org.eclipse.wst.jsdt.core.compiler.libraries.InternetExplorerLibInitializer
 
containerSuperTypes() - Method in interface org.eclipse.wst.jsdt.core.IJsGlobalScopeContainerInitializer
returns a String of all SuperTypes provided by this library.
containerSuperTypes() - Method in class org.eclipse.wst.jsdt.core.JsGlobalScopeContainerInitializer
 
containerSuperTypes() - Method in class org.eclipse.wst.jsdt.launching.JREContainerInitializer
 
containerSuperTypes() - Method in class org.eclipse.wst.jsdt.libraries.BasicBrowserLibraryJsGlobalScopeContainerInitializer
 
containerSuperTypes() - Method in class org.eclipse.wst.jsdt.libraries.BasicBrowserLibraryJsGlobalScopeContainerInitializer
 
contains(ChromiumLineBreakpoint) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.ChromiumLineBreakpoint.BreakpointIgnoreList
 
contains(char, char[][]) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Answers true if the array contains an occurrence of character, false otherwise.
contains(char[], char[][]) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Determines if a list of character arrays contains the given character array
contains(char, char[]) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Answers true if the array contains an occurrence of character, false otherwise.
contains(char[], char[]) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
Answers true if the array contains an occurrence of one of the characters, false otherwise.
contains(IResource) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptModel
Returns whether this JavaScript model contains an IJavaScriptElement whose resource is the given resource or a non-JavaScript resource which is the given resource.
contains(IJavaScriptElement) - Method in interface org.eclipse.wst.jsdt.core.IRegion
Returns whether the given element is contained in this region.
contains(IType) - Method in interface org.eclipse.wst.jsdt.core.ITypeHierarchy
Returns whether the given type is part of this hierarchy.
contains(String, String) - Method in class org.eclipse.wst.jsdt.jsdoc.msdn.MsdnElement
 
containsJavaResources() - Method in interface org.eclipse.wst.jsdt.core.IPackageFragment
Returns whether this fragment contains at least one JavaScript resource.
containsKeySafe(Map<K, V>, K) - Static method in class org.eclipse.wst.jsdt.chromium.util.BasicUtil
Type-safe wrapper for Map.containsKey(Object) method.
containsMethod(IAbstractFunctionDeclaration) - Method in class org.eclipse.wst.jsdt.core.infer.InferredType
 
containsOpenPropertiesAction(boolean) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenViewActionGroup
Specifies if this action group also contains the 'Properties' action (PropertyDialogAction).
containsSafe(Collection<V>, V) - Static method in class org.eclipse.wst.jsdt.chromium.util.BasicUtil
Type-safe wrapper for Collection.contains(Object) method.
containsShowInMenu(boolean) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenViewActionGroup
Specifies if this action group also contains the 'Show In' menu (See ContributionItemFactory#VIEWS_SHOW_IN).
CONTENT_ASSIST - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
Edit menu: name of standard Code Assist global action (value "org.eclipse.wst.jsdt.ui.actions.ContentAssist").
CONTENT_ASSIST_COMPLETE_PREFIX - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the edit -> content assist complete prefix action (value: "org.eclipse.wst.jsdt.ui.edit.text.java.complete.prefix").
ContentAssistInvocationContext - Class in org.eclipse.wst.jsdt.ui.text.java
Describes the context of an invocation of content assist in a text viewer.
ContentAssistInvocationContext(ITextViewer) - Constructor for class org.eclipse.wst.jsdt.ui.text.java.ContentAssistInvocationContext
ContentAssistInvocationContext(ITextViewer, int) - Constructor for class org.eclipse.wst.jsdt.ui.text.java.ContentAssistInvocationContext
Creates a new context for the given viewer and offset.
ContentAssistInvocationContext() - Constructor for class org.eclipse.wst.jsdt.ui.text.java.ContentAssistInvocationContext
Creates a new context with no viewer or invocation offset set.
ContentAssistInvocationContext(IDocument, int) - Constructor for class org.eclipse.wst.jsdt.ui.text.java.ContentAssistInvocationContext
Creates a new context for the given document and offset.
contextCreated(Context) - Method in class org.eclipse.wst.jsdt.debug.rhino.debugger.RhinoDebugger
 
contextReleased(Context) - Method in class org.eclipse.wst.jsdt.debug.rhino.debugger.RhinoDebugger
 
CONTINUE_STATEMENT - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
CONTINUE_STATEMENT - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type ContinueStatement.
ContinueStatement - Class in org.eclipse.wst.jsdt.core.dom
Continue statement AST node type.
continueVm(DebugContext.StepAction, int, DebugContext.ContinueCallback, SyncCallback) - Method in interface org.eclipse.wst.jsdt.chromium.DebugContext
Resumes the JavaScript VM execution using a "continue" request.
continueVm(DebugContext.StepAction, int, DebugContext.ContinueCallback) - Method in interface org.eclipse.wst.jsdt.chromium.DebugContext
contributeToToolBar(IToolBarManager) - Method in class org.eclipse.wst.jsdt.ui.actions.MemberFilterActionGroup
Adds the filter actions to the given tool bar
contributeToViewMenu(IMenuManager) - Method in class org.eclipse.wst.jsdt.ui.actions.MemberFilterActionGroup
Adds the filter actions to the given menu manager.
contributors(List<Map<String, String>>) - Method in class org.eclipse.wst.jsdt.js.node.common.json.objects.PackageJson.Builder
 
convert(T) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.TableUtils.TrivialAdapter
 
convert(F) - Method in interface org.eclipse.wst.jsdt.chromium.debug.ui.TableUtils.ValueAdapter
 
convert(ByteBuffer) - Method in class org.eclipse.wst.jsdt.chromium.util.ByteToCharConverter
 
convert(FROM) - Method in interface org.eclipse.wst.jsdt.chromium.util.SignalRelay.SignalConverter
 
CONVERT_ANONYMOUS - Static variable in interface org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings
Refactoring id of the 'Convert Anonymous To Nested' refactoring (value: org.eclipse.wst.jsdt.ui.convert.anonymous).
CONVERT_ANONYMOUS_TO_NESTED - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> convert anonymous to nested action (value "org.eclipse.wst.jsdt.ui.edit.text.java.convert.anonymous.to.nested").
CONVERT_ANONYMOUS_TO_NESTED - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
Refactor menu: name of standard Covert Anonymous to Nested global action (value "org.eclipse.wst.jsdt.ui.actions.ConvertAnonymousToNested").
CONVERT_LINE_DELIMITERS_TO_MAC - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
Source menu: name of standardConvert Line Delimiters To Mac global action (value "org.eclipse.wst.jsdt.ui.actions.ConvertLineDelimitersToMac").
CONVERT_LINE_DELIMITERS_TO_UNIX - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
Source menu: name of standard Convert Line Delimiters To UNIX global action (value "org.eclipse.wst.jsdt.ui.actions.ConvertLineDelimitersToUNIX").
CONVERT_LINE_DELIMITERS_TO_WINDOWS - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
Source menu: name of standard Convert Line Delimiters To Windows global action (value "org.eclipse.wst.jsdt.ui.actions.ConvertLineDelimitersToWindows").
CONVERT_LOCAL_TO_FIELD - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
Refactor menu: name of standard global action to convert a local variable to a field (value "org.eclipse.wst.jsdt.ui.actions.ConvertLocalToField").
CONVERT_LOCAL_VARIABLE - Static variable in interface org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings
Refactoring id of the 'Convert Local Variable to Field' refactoring (value: org.eclipse.wst.jsdt.ui.promote.temp).
CONVERT_MEMBER_TYPE - Static variable in interface org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings
Refactoring id of the 'Convert Member Type to Top Level' refactoring (value: org.eclipse.wst.jsdt.ui.move.inner).
CONVERT_NESTED_TO_TOP - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
Refactor menu: name of standard global action to convert a nested type to a top level type (value "org.eclipse.wst.jsdt.ui.actions.MoveInnerToTop").
ConvertAnonymousDescriptor - Class in org.eclipse.wst.jsdt.core.refactoring.descriptors
Refactoring descriptor for the convert anonymous to nested refactoring.
ConvertAnonymousDescriptor() - Constructor for class org.eclipse.wst.jsdt.core.refactoring.descriptors.ConvertAnonymousDescriptor
Creates a new refactoring descriptor.
ConvertAnonymousToNestedAction - Class in org.eclipse.wst.jsdt.ui.actions
Action to convert an anonymous inner class to a nested class.
ConvertAnonymousToNestedAction(JavaEditor) - Constructor for class org.eclipse.wst.jsdt.ui.actions.ConvertAnonymousToNestedAction
Note: This constructor is for internal use only.
ConvertAnonymousToNestedAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.ConvertAnonymousToNestedAction
Creates a new ConvertAnonymousToNestedAction.
convertAnonymousTypeToNamed(InferredType, char[]) - Method in class org.eclipse.wst.jsdt.core.infer.InferEngine
Converts the given anonymous type to a named global type.
convertCompilationUnit(int, CompilationUnitDeclaration, char[], Map, boolean, CompilationUnit, int, IProgressMonitor) - Static method in class org.eclipse.wst.jsdt.core.dom.AST
Internal method.
CONVERTER - Static variable in class org.eclipse.wst.jsdt.chromium.debug.core.model.LaunchParams.PredefinedSourceWrapperIds
 
convertFrom(ISelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ConvertingSelectionProvider
Converts the given original viewer selection into a new selection.
ConvertingSelectionProvider - Class in org.eclipse.wst.jsdt.ui.actions
A converting selection provider is a special selection provider which converts a selection before notifying any listeners.
ConvertingSelectionProvider(ISelectionProvider) - Constructor for class org.eclipse.wst.jsdt.ui.actions.ConvertingSelectionProvider
Creates a ConvertingSelectionProvider to convert from a given selection provider using the default mechanism.
convertJavaObjectToJson(Object) - Static method in class org.eclipse.wst.jsdt.js.node.common.util.JsonUtil
Converts an Object to a JSON interpretation of that object.
convertJsonToJavaObject(String, Class<T>) - Static method in class org.eclipse.wst.jsdt.js.node.common.util.JsonUtil
Converts a JSON to an Object of type T, which is an interpretation of that JSON string.
ConvertLocalToFieldAction - Class in org.eclipse.wst.jsdt.ui.actions
Action to convert a local variable to a field.
ConvertLocalToFieldAction(JavaEditor) - Constructor for class org.eclipse.wst.jsdt.ui.actions.ConvertLocalToFieldAction
Note: This constructor is for internal use only.
ConvertLocalVariableDescriptor - Class in org.eclipse.wst.jsdt.core.refactoring.descriptors
Refactoring descriptor for the convert local variable refactoring.
ConvertLocalVariableDescriptor() - Constructor for class org.eclipse.wst.jsdt.core.refactoring.descriptors.ConvertLocalVariableDescriptor
Creates a new refactoring descriptor.
ConvertMemberTypeDescriptor - Class in org.eclipse.wst.jsdt.core.refactoring.descriptors
Refactoring descriptor for the convert member type refactoring.
ConvertMemberTypeDescriptor() - Constructor for class org.eclipse.wst.jsdt.core.refactoring.descriptors.ConvertMemberTypeDescriptor
Creates a new refactoring descriptor.
ConvertNestedToTopAction - Class in org.eclipse.wst.jsdt.ui.actions
Action to convert a nested class to a top level class.
ConvertNestedToTopAction(JavaEditor) - Constructor for class org.eclipse.wst.jsdt.ui.actions.ConvertNestedToTopAction
Note: This constructor is for internal use only.
ConvertNestedToTopAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.ConvertNestedToTopAction
Creates a new MoveInnerToTopAction.
convertTo(ISelection) - Method in class org.eclipse.wst.jsdt.ui.actions.ConvertingSelectionProvider
Converts a selection to a viewer selection.
convertToJavaPattern(ScriptNameManipulator.ScriptNamePattern) - Static method in class org.eclipse.wst.jsdt.chromium.debug.core.util.JavaScriptRegExpSupport
From JavaScript RegExp source creates a Java Pattern.
convertToRealVM() - Method in class org.eclipse.wst.jsdt.launching.VMStandin
If no corresponding 'real' VM exists, create one and populate it from this standin instance.
copy(IJavaScriptElement[], IJavaScriptElement[], IJavaScriptElement[], String[], boolean, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptModel
Copies the given elements to the specified container(s).
copy(IPath, int, int, IIncludePathEntry, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IPackageFragmentRoot
Copies the resource of this package fragment root to the destination path as specified by IResource.copy(IPath, int, IProgressMonitor) but excluding nested source folders.
copy(IJavaScriptElement, IJavaScriptElement, String, boolean, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.ISourceManipulation
Copies this element to the given container.
COPY - Static variable in interface org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings
Refactoring id of the 'Copy' refactoring (value: org.eclipse.wst.jsdt.ui.copy).
COPY_PROCESSOR - Static variable in interface org.eclipse.wst.jsdt.ui.refactoring.IRefactoringProcessorIds
Processor ID of the copy processor (value "org.eclipse.wst.jsdt.ui.CopyProcessor").
CopyDescriptor - Class in org.eclipse.wst.jsdt.core.refactoring.descriptors
Refactoring descriptor for the copy refactoring.
CopyDescriptor() - Constructor for class org.eclipse.wst.jsdt.core.refactoring.descriptors.CopyDescriptor
Creates a new refactoring descriptor.
copyFile(InputStream, File) - Static method in class org.eclipse.wst.jsdt.core.compiler.libraries.SystemLibraryLocation
 
copyFile(InputStream, File) - Static method in class org.eclipse.wst.jsdt.core.compiler.libraries.SystemLibraryLocation
 
copyFile(InputStream, File) - Static method in class org.eclipse.wst.jsdt.core.compiler.libraries.SystemLibraryLocation
 
copySubtree(AST, ASTNode) - Static method in class org.eclipse.wst.jsdt.core.dom.ASTNode
Returns a deep copy of the subtree of AST nodes rooted at the given node.
copySubtrees(AST, List) - Static method in class org.eclipse.wst.jsdt.core.dom.ASTNode
Returns a deep copy of the subtrees of AST nodes rooted at the given list of nodes.
CORE_CIRCULAR_CLASSPATH - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CORE_DEFAULT_CLASSPATH_EXCLUSION_PATTERNS - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CORE_ENABLE_CLASSPATH_EXCLUSION_PATTERNS - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CORE_ENABLE_CLASSPATH_MULTIPLE_OUTPUT_LOCATIONS - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CORE_ENCODING - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CORE_EXCEPTION - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelStatusConstants
Status constant indicating a core exception occurred.
CORE_INCOMPATIBLE_JDK_LEVEL - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CORE_INCOMPLETE_CLASSPATH - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CORE_JAVA_BUILD_CLEAN_OUTPUT_FOLDER - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CORE_JAVA_BUILD_DUPLICATE_RESOURCE - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CORE_JAVA_BUILD_INVALID_CLASSPATH - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CORE_JAVA_BUILD_ORDER - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CORE_JAVA_BUILD_RECREATE_MODIFIED_CLASS_FILES_IN_OUTPUT_FOLDER - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
CORE_JAVA_BUILD_RESOURCE_COPY_FILTER - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option ID.
correctionEnd - Variable in class org.eclipse.wst.jsdt.core.CorrectionEngine
This field is not intended to be used by client.
CorrectionEngine - Class in org.eclipse.wst.jsdt.core
This class is the entry point for source corrections.
CorrectionEngine(Map) - Constructor for class org.eclipse.wst.jsdt.core.CorrectionEngine
The CorrectionEngine is responsible for computing problem corrections.
correctionRequestor - Variable in class org.eclipse.wst.jsdt.core.CorrectionEngine
This field is not intended to be used by client.
correctionStart - Variable in class org.eclipse.wst.jsdt.core.CorrectionEngine
This field is not intended to be used by client.
CorruptedSignature - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
Corrupted binaries
CP_CONTAINER_PATH_UNBOUND - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelStatusConstants
Status constant indicating that a container path was not resolvable indicating either the referred container is undefined, unbound.
CP_VARIABLE_PATH_UNBOUND - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelStatusConstants
Status constant indicating that a variable path was not resolvable indicating either the referred variable is undefined, unbound or the resolved variable path does not correspond to an existing file or folder.
CPE_CONTAINER - Static variable in interface org.eclipse.wst.jsdt.core.IIncludePathEntry
Entry kind constant describing a includepath entry representing a name includepath container.
CPE_LIBRARY - Static variable in interface org.eclipse.wst.jsdt.core.IIncludePathEntry
Entry kind constant describing a includepath entry identifying a library.
CPE_PROJECT - Static variable in interface org.eclipse.wst.jsdt.core.IIncludePathEntry
Entry kind constant describing a includepath entry identifying a required project.
CPE_SOURCE - Static variable in interface org.eclipse.wst.jsdt.core.IIncludePathEntry
Entry kind constant describing a includepath entry identifying a folder containing package fragments with source code to be validated.
CPE_VARIABLE - Static variable in interface org.eclipse.wst.jsdt.core.IIncludePathEntry
Entry kind constant describing a includepath entry defined using a path that begins with a includepath variable reference.
cpu(String) - Method in class org.eclipse.wst.jsdt.js.node.common.json.objects.PackageJson.Builder
 
create(ScriptTargetMapping) - Static method in class org.eclipse.wst.jsdt.chromium.debug.core.model.PushChangesPlan
 
create(EvaluateContext, JsValue, ExpressionTracker.Node) - Static method in class org.eclipse.wst.jsdt.chromium.debug.core.model.Value
 
create(Composite) - Static method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.ChooseVmControl
 
create(Composite, LiveEditDiffViewer.Configuration) - Static method in class org.eclipse.wst.jsdt.chromium.debug.ui.liveedit.LiveEditDiffViewer
 
create() - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.source.SourceNameMapperContainerDialog
 
create(TableUtils.ValueAdapter<R, C>, TableUtils.ColumnLabelProvider<C>) - Static method in class org.eclipse.wst.jsdt.chromium.debug.ui.TableUtils.ColumnData
 
create(Composite) - Method in interface org.eclipse.wst.jsdt.chromium.debug.ui.WizardUtils.PageElementsFactory
 
create(LazyConstructable.Factory<T>) - Static method in class org.eclipse.wst.jsdt.chromium.util.LazyConstructable
 
create(SignalRelay.Callback<T>) - Static method in class org.eclipse.wst.jsdt.chromium.util.SignalRelay
 
create() - Method in interface org.eclipse.wst.jsdt.chromium.wip.WipBackend.Factory
 
create() - Method in interface org.eclipse.wst.jsdt.chromium.wip.WipBackend.Factory
 
create() - Method in class org.eclipse.wst.jsdt.chromium.wip.WipBackendFactory
 
create() - Method in class org.eclipse.wst.jsdt.chromium.wip.WipBackendFactory
 
create(int, int) - Static method in class org.eclipse.wst.jsdt.core.CompletionProposal
Creates a basic completion proposal.
create(AST) - Static method in class org.eclipse.wst.jsdt.core.dom.rewrite.ASTRewrite
Creates a new instance for describing manipulations of the given AST.
create(IJavaScriptUnit, boolean) - Static method in class org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite
Creates a ImportRewrite from a IJavaScriptUnit.
create(JavaScriptUnit, boolean) - Static method in class org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite
Creates a ImportRewrite from a an AST (JavaScriptUnit).
create(String) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Returns the JavaScript model element corresponding to the given handle identifier generated by IJavaScriptElement.getHandleIdentifier(), or null if unable to create the associated element.
create(String, WorkingCopyOwner) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Returns the JavaScript model element corresponding to the given handle identifier generated by IJavaScriptElement.getHandleIdentifier(), or null if unable to create the associated element.
create(IFile) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Returns the JavaScript element corresponding to the given file, or null if unable to associate the given file with a JavaScript element.
create(IFolder) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Returns the source folder (package fragment or package fragment root) corresponding to the given folder, or null if unable to associate the given folder with a JavaScript element.
create(IProject) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Returns the JavaScript project corresponding to the given project.
create(IResource) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Returns the JavaScript element corresponding to the given resource, or null if unable to associate the given resource with a JavaScript element.
create(IResource, IJavaScriptProject) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Returns the JavaScript element corresponding to the given file, its project being the given project.
create(IWorkspaceRoot) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Returns the JavaScript model.
create() - Method in class org.eclipse.wst.jsdt.js.common.ui.PopUpKeyValueDialog
 
create() - Method in class org.eclipse.wst.jsdt.js.common.ui.PopUpPropertyDialog
 
create(RenameJavaScriptElementDescriptor) - Static method in class org.eclipse.wst.jsdt.ui.refactoring.RenameSupport
Creates a new rename support for the given RenameJavaScriptElementDescriptor.
create(IJavaScriptProject, String, int) - Static method in class org.eclipse.wst.jsdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IJavaScriptProject.
create(IPackageFragmentRoot, String) - Static method in class org.eclipse.wst.jsdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IPackageFragmentRoot.
create(IPackageFragment, String, int) - Static method in class org.eclipse.wst.jsdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IPackageFragment.
create(IJavaScriptUnit, String, int) - Static method in class org.eclipse.wst.jsdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IJavaScriptUnit.
create(IType, String, int) - Static method in class org.eclipse.wst.jsdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IType.
create(IFunction, String, int) - Static method in class org.eclipse.wst.jsdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IFunction.
create(IField, String, int) - Static method in class org.eclipse.wst.jsdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IField.
create(ILocalVariable, String, int) - Static method in class org.eclipse.wst.jsdt.ui.refactoring.RenameSupport
Creates a new rename support for the given ILocalVariable.
CREATE_DELEGATE_METHODS - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> generate delegates action (value "org.eclipse.wst.jsdt.ui.edit.text.java.create.delegate.methods").
CREATE_GETTER_SETTER - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> generate setter/getter action (value "org.eclipse.wst.jsdt.ui.edit.text.java.create.getter.setter").
createAction(ITextEditor, IVerticalRulerInfo) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.JsBreakpointPropertiesRulerAction.Delegate
 
createAlignmentValue(boolean, int, int) - Static method in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
Create a new alignment value according to the given values.
createAndPattern(SearchPattern, SearchPattern) - Static method in class org.eclipse.wst.jsdt.core.search.SearchPattern
Returns a search pattern that combines the given two patterns into an "and" pattern.
createAnonymousGlobalType(char[]) - Method in class org.eclipse.wst.jsdt.core.infer.InferEngine
Creates a global anonymous type.
createAnonymousGlobalTypeName(char[]) - Static method in class org.eclipse.wst.jsdt.core.infer.InferEngine
Creates an anonymous type name from the given variable name.
createAnonymousType(char[], InferredType) - Method in class org.eclipse.wst.jsdt.core.infer.InferEngine
 
createAnonymousType(IASTNode, InferredType) - Method in class org.eclipse.wst.jsdt.core.infer.InferEngine
Creates an anonymous type for a given node with an optional parent type.
createAnonymousTypeForMixin(IExpression, InferredType) - Method in class org.eclipse.wst.jsdt.core.infer.InferEngine
 
createAnonymousTypeName(IASTNode) - Static method in class org.eclipse.wst.jsdt.core.infer.InferEngine
Creates an anonymous type name for the given IASTNode
createAnyType(AST) - Static method in class org.eclipse.wst.jsdt.core.dom.PrimitiveType
 
createArraySignature(char[], int) - Static method in class org.eclipse.wst.jsdt.core.Signature
Creates a new type signature with the given amount of array nesting added to the given type signature.
createArraySignature(String, int) - Static method in class org.eclipse.wst.jsdt.core.Signature
Creates a new type signature with the given amount of array nesting added to the given type signature.
createArrayType(int) - Method in interface org.eclipse.wst.jsdt.core.dom.ITypeBinding
Answer an array type binding using the receiver and the given dimension.
createArrayTypeBindingKey(String, int) - Static method in class org.eclipse.wst.jsdt.core.BindingKey
Creates a new array type binding key from the given type binding key and the given array dimension.
createAST(IProgressMonitor) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Creates an abstract syntax tree.
createASTs(IJavaScriptUnit[], String[], ASTRequestor, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Creates ASTs for a batch of javaScript units.
createBasicTabElements(Composite, Runnable, PreferenceStore, LaunchTabGroup.Params) - Static method in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.ChromiumRemoteTab
 
createBindings(IJavaScriptElement[], IProgressMonitor) - Method in class org.eclipse.wst.jsdt.core.dom.ASTParser
Creates bindings for a batch of JavaScript elements.
createBindings(String[]) - Method in class org.eclipse.wst.jsdt.core.dom.ASTRequestor
Resolves bindings for the given binding keys.
createBoolean(boolean) - Method in interface org.eclipse.wst.jsdt.chromium.JsEvaluateContext.PrimitiveValueFactory
 
createBreakpointOnRemote(ChromiumLineBreakpoint, VmResourceRef, BreakpointSynchronizer.BreakpointHelper.CreateCallback, SyncCallback) - Method in interface org.eclipse.wst.jsdt.chromium.debug.core.model.BreakpointSynchronizer.BreakpointHelper
Create breakpoint on remote VM (asynchronously) and link it to uiBreakpoint.
createBreakpointRequest(Location) - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequestManager
Creates a new BreakpointRequest for the given Location.
createBrowser(InetSocketAddress, WipBrowserFactory.LoggerFactory) - Method in interface org.eclipse.wst.jsdt.chromium.wip.WipBrowserFactory
 
createBrowser(InetSocketAddress, WipBrowserFactory.LoggerFactory) - Method in interface org.eclipse.wst.jsdt.chromium.wip.WipBrowserFactory
 
createBuffer(IOpenable) - Method in interface org.eclipse.wst.jsdt.core.IBufferFactory
Deprecated.
Creates a buffer for the given owner.
createBuffer(IJavaScriptUnit) - Method in class org.eclipse.wst.jsdt.core.WorkingCopyOwner
Creates a buffer for the given working copy.
createButtonsForButtonBar(Composite) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.liveedit.LiveEditResultDialog
 
createCastAdapter(Class<T>) - Static method in class org.eclipse.wst.jsdt.chromium.debug.ui.TableUtils
Creates a ValueAdapter that forces cast from Object to the type.
createCharArrayTypeSignature(char[], boolean) - Static method in class org.eclipse.wst.jsdt.core.Signature
Creates a new type signature from the given type name encoded as a character array.
createClassFileFrom(IFile) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
 
createCodeFormatter(Map) - Static method in class org.eclipse.wst.jsdt.core.ToolFactory
Create an instance of the built-in code formatter.
createCodeFormatter(Map, int) - Static method in class org.eclipse.wst.jsdt.core.ToolFactory
Create an instance of the built-in code formatter.
createColumn(Table) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.TableUtils.ColumnLabelProvider
 
createCommentControls(Composite, int) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Creates the controls for the preference page links.
createCommentPosition(IRegion) - Method in class org.eclipse.wst.jsdt.ui.text.folding.DefaultJavaFoldingStructureProvider
Creates a comment folding position from an aligned region.
createCompilationUnit(String, String, boolean, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IPackageFragment
Creates and returns a javaScript unit in this package fragment with the specified name and contents.
createCompilationUnitFrom(IFile) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
Creates and returns a javaScript unit element for the given source file (i.e. a file with one of the JavaScript-like extensions).
createConnectionToRemote(String, int, ILaunch, boolean) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.LaunchTypeBase
 
createConnectionToRemote(String, int, ILaunch, boolean) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.StandaloneV8LaunchType
 
createConnectionToRemote(String, int, ILaunch, boolean) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.WipLaunchType
 
createConstant(T, DialogUtils.Updater) - Static method in class org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils
 
createContainerControls(Composite, int) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewContainerWizardPage
Creates the necessary controls (label, text field and browse button) to edit the source folder location.
createContentArea(Composite) - Method in class org.eclipse.wst.jsdt.ui.dialogs.TypeSelectionExtension
Creates the content area which the extensions contributes to the type selection dialog.
createContents(Composite) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.propertypages.BreakpointTechnicalInfoPage
 
createContents(Composite) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.propertypages.JsExceptionBreakpointPage
 
createContents(Composite) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.propertypages.JsLineBreakpointPage
 
createContents(Composite) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.propertypages.ScriptFilePage
 
createControl(Composite) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.WizardUtils.PageImpl
 
createControl(Composite) - Method in class org.eclipse.wst.jsdt.js.common.build.system.launch.ui.GenericBuildSystemTab
 
createControl(Composite) - Method in interface org.eclipse.wst.jsdt.ui.text.folding.IJavaFoldingPreferenceBlock
Creates the control that will be displayed on the JavaScript > Editor > Folding preference page.
createControl(Composite) - Method in class org.eclipse.wst.jsdt.ui.wizards.BaseLibraryWizardPage
 
createControl(Composite) - Method in class org.eclipse.wst.jsdt.ui.wizards.JavaCapabilityConfigurationPage
 
createControl(Composite) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewClassWizardPage
 
createControl(Composite) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewJavaProjectWizardPage
 
createCopyTarget(ASTNode) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ASTRewrite
Creates and returns a placeholder node for a true copy of the given node.
createCopyTarget(ASTNode, ASTNode) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ListRewrite
Creates and returns a placeholder node for a true copy of a range of nodes of the current list.
createDebuggerStatementRequest() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequestManager
createDialogArea(Composite) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.liveedit.LiveEditResultDialog
 
createDialogArea(Composite) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.source.SourceNameMapperContainerDialog
 
createDialogArea(Composite) - Method in class org.eclipse.wst.jsdt.js.common.ui.PopUpKeyValueDialog
 
createDialogArea(Composite) - Method in class org.eclipse.wst.jsdt.js.common.ui.PopUpPropertyDialog
 
createDialogElements(Composite, Runnable, PreferenceStore) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.ChromiumRemoteTab
 
createDocument(Object) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.editors.JsDocumentProvider
 
createDocumentPartitioner() - Method in class org.eclipse.wst.jsdt.ui.text.JavaScriptTextTools
Factory method for creating a Java-specific document partitioner using this object's partitions scanner.
createElements(Composite, Runnable) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.ChromiumRemoteTab
 
createElements(Composite, Runnable) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.ScriptMappingTab
 
createEmptyProject(String) - Static method in class org.eclipse.wst.jsdt.chromium.debug.core.util.ChromiumDebugPluginUtil
Creates an empty workspace project with the name starting with the given projectNameBase.
createEnclosingTypeControls(Composite, int) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Creates the controls for the enclosing type name field.
createEngine() - Method in class org.eclipse.wst.jsdt.core.infer.InferOptions
 
createErrorOptional(DialogUtils.Message) - Static method in class org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils
 
createErrorOptional(Set<? extends DialogUtils.Message>) - Static method in class org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils
 
createExceptionRequest() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequestManager
Creates a new ExceptionRequest.
createExpressionNode(String) - Static method in class org.eclipse.wst.jsdt.chromium.debug.core.model.ExpressionTracker
 
createField(String, IJavaScriptElement, boolean, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptUnit
Creates and returns a var in this javaScript file with the given contents.
createField(String, IJavaScriptElement, boolean, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IType
Creates and returns a field in this type with the given contents.
createFile(IProject, String) - Static method in class org.eclipse.wst.jsdt.chromium.debug.core.util.ChromiumDebugPluginUtil
Creates an empty file with the given filename in the given project.
createFile(IFolder, String) - Static method in class org.eclipse.wst.jsdt.chromium.debug.core.util.ChromiumDebugPluginUtil
Creates an empty file with the given filename in the given project.
createFile(IFile, String) - Static method in class org.eclipse.wst.jsdt.js.common.util.WorkbenchResourceUtil
 
createFunctionBreakpoint(IResource, String, String, int, int, Map, boolean) - Static method in class org.eclipse.wst.jsdt.debug.core.model.JavaScriptDebugModel
createGroupNode(ASTNode[]) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ASTRewrite
Creates and returns a node that represents a sequence of nodes.
createHierarchyScope(IType) - Static method in class org.eclipse.wst.jsdt.core.search.SearchEngine
Returns a JavaScript search scope limited to the hierarchy of the given type.
createHierarchyScope(IType, WorkingCopyOwner) - Static method in class org.eclipse.wst.jsdt.core.search.SearchEngine
Returns a JavaScript search scope limited to the hierarchy of the given type.
createHolderWatchExpression() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.Variable.Real
 
createImageDescriptor(CompletionProposal) - Method in class org.eclipse.wst.jsdt.ui.text.java.CompletionProposalLabelProvider
Creates and returns a decorated image descriptor for a completion proposal.
createImport(String, IJavaScriptElement, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptUnit
Creates and returns an non-static import declaration in this javaScript file with the given name.
createImport(String, IJavaScriptElement, int, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptUnit
Creates and returns an import declaration in this javaScript file with the given name.
createImportRewrite(IJavaScriptUnit, boolean) - Static method in class org.eclipse.wst.jsdt.ui.CodeStyleConfiguration
Returns a ImportRewrite using ImportRewrite.create(IJavaScriptUnit, boolean) and configures the rewriter with the settings as specified in the JDT UI preferences.
createImportRewrite(JavaScriptUnit, boolean) - Static method in class org.eclipse.wst.jsdt.ui.CodeStyleConfiguration
Returns a ImportRewrite using ImportRewrite.create(JavaScriptUnit, boolean) and configures the rewriter with the settings as specified in the JDT UI preferences.
createIndentationString(int) - Method in class org.eclipse.wst.jsdt.core.formatter.CodeFormatter
Answers the string that corresponds to the indentation to the given indentation level or an empty string if the indentation cannot be computed.
createInheritedMethods(IType, boolean, boolean, NewTypeWizardPage.ImportsManager, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Creates the bodies of all unimplemented methods and constructors and adds them to the type.
createInstance(Class) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates an unparented node of the given node class (non-abstract subclass of ASTNode).
createInstance(int) - Method in class org.eclipse.wst.jsdt.core.dom.AST
Creates an unparented node of the given node type.
createJarPackageFragmentRootFrom(IFile) - Static method in class org.eclipse.wst.jsdt.core.JavaScriptCore
 
createJavaCompletionProposal(CompletionProposal) - Method in class org.eclipse.wst.jsdt.ui.text.java.CompletionProposalCollector
Creates a new JavaScript completion proposal from a core proposal.
createJavaSearchScope(IJavaScriptElement[]) - Static method in class org.eclipse.wst.jsdt.core.search.SearchEngine
Returns a JavaScript search scope limited to the given JavaScript elements.
createJavaSearchScope(IJavaScriptElement[], boolean) - Static method in class org.eclipse.wst.jsdt.core.search.SearchEngine
Returns a JavaScript search scope limited to the given JavaScript elements.
createJavaSearchScope(IJavaScriptElement[], int) - Static method in class org.eclipse.wst.jsdt.core.search.SearchEngine
Returns a JavaScript search scope limited to the given JavaScript elements.
createLabel(CompletionProposal) - Method in class org.eclipse.wst.jsdt.ui.text.java.CompletionProposalLabelProvider
Creates the display label for a given CompletionProposal.
createLabelProvider() - Method in interface org.eclipse.wst.jsdt.ui.search.IMatchPresentation
Creates a new instance of a label provider for elements that have been contributed to a search result by the corresponding query participant.
createLaunchTargetColumns(TableUtils.ValueAdapter<R, ConnectedTargetData>) - Static method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.ChooseVmControl
Returns the list of column providers for launch/target columns that could be used in other controls; they only have to provide there row->column value adapter.
createLineBreakpoint(IResource, int, int, int, Map, boolean) - Static method in class org.eclipse.wst.jsdt.debug.core.model.JavaScriptDebugModel
createLocal(Breakpoint, IBreakpointManager, IFile, int, String) - Static method in class org.eclipse.wst.jsdt.chromium.debug.core.model.ChromiumLineBreakpoint.Helper
 
createLogger(String) - Method in interface org.eclipse.wst.jsdt.chromium.debug.core.model.NamedConnectionLoggerFactory
 
createLogic(WizardUtils.LogicBasedWizard) - Method in interface org.eclipse.wst.jsdt.chromium.debug.ui.WizardUtils.WizardPageSet
 
createMemberPosition(IRegion, IMember) - Method in class org.eclipse.wst.jsdt.ui.text.folding.DefaultJavaFoldingStructureProvider
Creates a folding position that remembers its member from an aligned region.
createMerge(DialogUtils.ValueSource<? extends P>...) - Method in interface org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils.Switcher
Creates a merge element, that links to sources inside switcher's scopes and exposes them outside a single DialogUtils.ValueSource that has a value of a corresponding source in an active scope.
createMethod(String, IJavaScriptElement, boolean, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptUnit
Creates and returns a function in this javaScript file with the given contents.
createMethod(String, IJavaScriptElement, boolean, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IType
Creates and returns a method or constructor in this type with the given contents.
createMethodContextInformation(CompletionProposal) - Method in class org.eclipse.wst.jsdt.ui.text.java.CompletionProposalCollector
Creates the context information for a given method reference proposal.
createMethodSignature(char[][], char[]) - Static method in class org.eclipse.wst.jsdt.core.Signature
Creates a method signature from the given parameter and return type signatures.
createMethodSignature(String[], String) - Static method in class org.eclipse.wst.jsdt.core.Signature
Creates a method signature from the given parameter and return type signatures.
createModifierControls(Composite, int) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Creates the controls for the modifiers radio/checkbox buttons.
createMoveTarget(ASTNode) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ASTRewrite
Creates and returns a placeholder node for the new locations of the given node.
createMoveTarget(ASTNode, ASTNode) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ListRewrite
Creates and returns a placeholder node for a move of a range of nodes of the current list.
createMoveTarget(ASTNode, ASTNode, ASTNode, TextEditGroup) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ListRewrite
Creates and returns a placeholder node for a move of a range of nodes of the current list.
createNumber(String) - Method in interface org.eclipse.wst.jsdt.chromium.JsEvaluateContext.PrimitiveValueFactory
 
createNumber(long) - Method in interface org.eclipse.wst.jsdt.chromium.JsEvaluateContext.PrimitiveValueFactory
 
createNumber(double) - Method in interface org.eclipse.wst.jsdt.chromium.JsEvaluateContext.PrimitiveValueFactory
 
createOnRemote(ChromiumLineBreakpoint, VmResourceRef, ConnectedTargetData, ChromiumLineBreakpoint.Helper.CreateOnRemoveCallback, SyncCallback) - Static method in class org.eclipse.wst.jsdt.chromium.debug.core.model.ChromiumLineBreakpoint.Helper
 
createOptional(V) - Static method in class org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils
 
createOptionalMerge(DialogUtils.ValueSource<? extends DialogUtils.Optional<? extends P>>...) - Method in interface org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils.OptionalSwitcher
See javadoc for DialogUtils.Switcher.createMerge(org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils.ValueSource<? extends P>...); the difference of this method is that all sources have optional type and the merge source itself of optional type.
createOrPattern(SearchPattern, SearchPattern) - Static method in class org.eclipse.wst.jsdt.core.search.SearchPattern
Returns a search pattern that combines the given two patterns into an "or" pattern.
createPackageControls(Composite, int) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Creates the controls for the package name field.
createPackageDialog(Shell, IJavaScriptProject, int, String) - Static method in class org.eclipse.wst.jsdt.ui.JavaScriptUI
Creates a selection dialog that lists all packages of the given JavaScript project.
createPackageDialog(Shell, IRunnableContext, IJavaScriptSearchScope, boolean, boolean, String) - Static method in class org.eclipse.wst.jsdt.ui.JavaScriptUI
Creates a selection dialog that lists all packages of the given JavaScript search scope.
createPackageDialog(Shell, IJavaScriptProject, int) - Static method in class org.eclipse.wst.jsdt.ui.JavaScriptUI
Creates a selection dialog that lists all packages of the given JavaScript project.
createPackageDialog(Shell, IPackageFragmentRoot, String) - Static method in class org.eclipse.wst.jsdt.ui.JavaScriptUI
Creates a selection dialog that lists all packages under the given package fragment root.
createPackageDialog(Shell, IPackageFragmentRoot) - Static method in class org.eclipse.wst.jsdt.ui.JavaScriptUI
Creates a selection dialog that lists all packages under the given package fragment root.
createPackageFragment(String, boolean, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IPackageFragmentRoot
Creates and returns a package fragment in this root with the given dot-separated package name.
createPageControls(Composite) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.WizardUtils.LogicBasedWizard
 
createParameterList(CompletionProposal) - Method in class org.eclipse.wst.jsdt.ui.text.java.CompletionProposalLabelProvider
Creates and returns a parameter list of the given method or type proposal suitable for display.
createPattern(List<String>) - Method in interface org.eclipse.wst.jsdt.chromium.debug.core.ScriptNameManipulator
For a file path (presented as components) creates a pattern that matches script names with this file path.
createPattern(String, int, int, int) - Static method in class org.eclipse.wst.jsdt.core.search.SearchPattern
Returns a search pattern based on a given string pattern.
createPattern(IJavaScriptElement, int) - Static method in class org.eclipse.wst.jsdt.core.search.SearchPattern
Returns a search pattern based on a given JavaScript element.
createPattern(IJavaScriptElement, int, int) - Static method in class org.eclipse.wst.jsdt.core.search.SearchPattern
Returns a search pattern based on a given JavaScript element.
createPermanentValueMapping(String) - Method in interface org.eclipse.wst.jsdt.chromium.wip.WipJavascriptVm
createPermanentValueMapping(String) - Method in interface org.eclipse.wst.jsdt.chromium.wip.WipJavascriptVm
createPositionHighlighter(IWorkbenchPart) - Static method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.PushChangesAction
 
createProcessor(DialogUtils.Gettable<T>) - Static method in class org.eclipse.wst.jsdt.chromium.debug.ui.DialogUtils
 
createProject(IProject, URI, IProgressMonitor) - Static method in class org.eclipse.wst.jsdt.ui.wizards.JavaCapabilityConfigurationPage
Helper method to create and open a IProject.
createRefactoring(RefactoringStatus) - Method in class org.eclipse.wst.jsdt.core.refactoring.descriptors.JavaScriptRefactoringDescriptor
createRemoteTab() - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.LaunchTabGroup
 
createRemoteTab() - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.LaunchTabGroup.StandaloneV8
 
createRemoteTab() - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.LaunchTabGroup.Wip
 
createResumeRequest(ThreadReference) - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequestManager
Creates a new ResumeRequest for the specified ThreadReference.
createRunnable(VariableBasedAction.VariableWrapper) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.LoadFullValueAction
 
createRunnable(VariableBasedAction.VariableWrapper) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.OpenFunctionAction
 
createRunnable(VariableBasedAction.VariableWrapper) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.pinpoint.PinPointValueAction
 
createRunnable(S) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.SelectionBasedAction
 
createRunnable(List<? extends TemporarilyFormatSourceAction.ResourceData>) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.TemporarilyFormatSourceAction
 
createRunnable(IFile) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.V8ScriptAction
 
createRunnable(VariableBasedAction.VariableWrapper) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.VariableBasedAction
 
createRunnable(VariableBasedAction.VariableWrapper) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.actions.WatchPropertyDescriptor
 
createRunnable(JavaScriptUnit, ITypeBinding, IFunctionBinding[], int, boolean, int, boolean) - Static method in class org.eclipse.wst.jsdt.ui.actions.AddUnimplementedConstructorsAction
Returns a runnable that creates the constructor stubs.
createRunnable(JavaScriptUnit, ITypeBinding, IFunctionBinding[], int, boolean) - Static method in class org.eclipse.wst.jsdt.ui.actions.OverrideMethodsAction
Returns a runnable that creates the method stubs for overridden methods.
createScanner(boolean, boolean, boolean, boolean) - Static method in class org.eclipse.wst.jsdt.core.ToolFactory
Create a scanner, indicating the level of detail requested for tokenizing.
createScanner(boolean, boolean, boolean, String) - Static method in class org.eclipse.wst.jsdt.core.ToolFactory
Create a scanner, indicating the level of detail requested for tokenizing.
createScanner(boolean, boolean, boolean, String, String) - Static method in class org.eclipse.wst.jsdt.core.ToolFactory
Create a scanner, indicating the level of detail requested for tokenizing.
createScriptLoadBreakpoint(IResource, int, int, Map, boolean) - Static method in class org.eclipse.wst.jsdt.debug.core.model.JavaScriptDebugModel
createScriptLoadRequest() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequestManager
Creates a new ScriptLoadRequest.
createSeparator(Composite, int) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Creates a separator line.
createSourceContainer(String) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.SourceNameMapperContainer.TypeDelegate
 
createSourceContainer(String) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.VProjectSourceContainer.TypeDelegate
 
createStandalone(SocketAddress, ConnectionLogger) - Method in class org.eclipse.wst.jsdt.chromium.JavascriptVmFactory
Constructs StandaloneVm instance that talks to a V8 JavaScript VM via DebuggerAgent opened at socketAddress.
createStepRequest(ThreadReference, int) - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequestManager
Creates a new StepRequest for the specified ThreadReference of the given kind.
createString(String) - Method in interface org.eclipse.wst.jsdt.chromium.JsEvaluateContext.PrimitiveValueFactory
 
createStringPlaceholder(String, int) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ASTRewrite
Creates and returns a placeholder node for a source string that is to be inserted into the output document at the position corresponding to the placeholder.
createSubMonitor(int) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.util.ProgressUtil.MonitorWrapper
 
createSubMonitor(ProgressUtil.MonitorWrapper) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.util.ProgressUtil.Stage
 
createSubMonitorWrapper(String, int) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.util.ProgressUtil.MonitorWrapper
 
createSubMonitorWrapper(ProgressUtil.MonitorWrapper) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.util.ProgressUtil.Stage
 
createSuperClassControls(Composite, int) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Creates the controls for the superclass name field.
createSuperInterfacesControls(Composite, int) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Creates the controls for the superclass name field.
createSuspendRequest(ThreadReference) - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequestManager
Creates a new SuspendRequest for the specified ThreadReference.
createTabFetcher() - Method in interface org.eclipse.wst.jsdt.chromium.Browser
Establishes the browser connection and checks for the protocol version supported by the remote, then creates object that downloads list of tabs.
createTabList(ILaunchConfigurationDialog, String) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.LaunchTabGroup
 
createTabs(ILaunchConfigurationDialog, String) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.launcher.LaunchTabGroup
 
createTarget(String) - Method in interface org.eclipse.wst.jsdt.chromium.BreakpointTypeExtension.FunctionSupport
 
createTarget(String) - Method in interface org.eclipse.wst.jsdt.chromium.BreakpointTypeExtension.ScriptRegExpSupport
 
createTemporaryFile(VmResource.Metadata, String) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.ResourceManager
 
createTemporaryFile(VmResource.Metadata, String) - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.VProjectWorkspaceBridge
 
createTemporaryFile(VmResource.Metadata, String) - Method in interface org.eclipse.wst.jsdt.chromium.debug.core.model.WorkspaceBridge
Creates a temporary file associated with the debug session.
createTextInput(String, PushChangesPlan) - Static method in class org.eclipse.wst.jsdt.chromium.debug.ui.liveedit.LiveEditResultDialog
 
createTextInput(String, PushChangesPlan, UpdatableScript.Failure) - Static method in class org.eclipse.wst.jsdt.chromium.debug.ui.liveedit.LiveEditResultDialog
 
createThreadEnterRequest() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequestManager
Creates a new ThreadEnterRequest.
createThreadExitRequest() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequestManager
Creates a new ThreadExitRequest.
createToggleTarget(String) - Method in class org.eclipse.wst.jsdt.chromium.debug.ui.ChromiumToggleBreakpointTargetFactory
 
createType(String, IJavaScriptElement, boolean, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptUnit
Creates and returns a type in this javaScript file with the given contents.
createType(String, IJavaScriptElement, boolean, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IType
Creates and returns a type in this type with the given contents.
createType(IProgressMonitor) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Creates the new type using the entered field values.
createTypeBindingKey(String) - Static method in class org.eclipse.wst.jsdt.core.BindingKey
Creates a new type binding key from the given type name.
createTypeDialog(Shell, IRunnableContext, IProject, int, boolean) - Static method in class org.eclipse.wst.jsdt.ui.JavaScriptUI
Creates a selection dialog that lists all types in the given project.
createTypeDialog(Shell, IRunnableContext, IJavaScriptSearchScope, int, boolean) - Static method in class org.eclipse.wst.jsdt.ui.JavaScriptUI
Creates a selection dialog that lists all types in the given scope.
createTypeDialog(Shell, IRunnableContext, IJavaScriptSearchScope, int, boolean, String) - Static method in class org.eclipse.wst.jsdt.ui.JavaScriptUI
Creates a selection dialog that lists all types in the given scope.
createTypeDialog(Shell, IRunnableContext, IJavaScriptSearchScope, int, boolean, String, TypeSelectionExtension) - Static method in class org.eclipse.wst.jsdt.ui.JavaScriptUI
Creates a selection dialog that lists all types in the given scope.
createTypeMembers(IType, NewTypeWizardPage.ImportsManager, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewClassWizardPage
 
createTypeMembers(IType, NewTypeWizardPage.ImportsManager, IProgressMonitor) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Hook method that gets called from createType to support adding of unanticipated methods, fields, and inner types to the created type.
createTypeNameControls(Composite, int) - Method in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Creates the controls for the type name field.
createTypeNameMatch(IType, int) - Static method in class org.eclipse.wst.jsdt.core.search.SearchEngine
Create a type name match on a given type with specific modifiers.
createTypeSignature(char[], boolean) - Static method in class org.eclipse.wst.jsdt.core.Signature
Creates a new type signature from the given type name encoded as a character array.
createTypeSignature(String, boolean) - Static method in class org.eclipse.wst.jsdt.core.Signature
Creates a new type signature from the given type name.
createUniqueKey(String, int, UniqueKeyGenerator.Factory<E>) - Static method in class org.eclipse.wst.jsdt.chromium.debug.core.util.UniqueKeyGenerator
A general purpose algorithm that creates a unique key in an abstract storage and returns a corresponding element (of type E).
createVMDeathRequest() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequestManager
Creates a new VMDeathRequest.
createVMDisconnectRequest() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequestManager
Creates a new VMDisconnectRequest.
createVMInstall(String) - Method in class org.eclipse.wst.jsdt.launching.AbstractVMInstallType
 
createVMInstall(String) - Method in interface org.eclipse.wst.jsdt.launching.IVMInstallType
Creates a new instance of this VM Install type.
createWatchExpression() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.Variable
 
createWatchExpression() - Method in class org.eclipse.wst.jsdt.chromium.debug.core.model.Variable.Real
 
createWizard() - Method in class org.eclipse.wst.jsdt.ui.actions.AbstractOpenWizardAction
Creates and configures the wizard.
createWizard() - Method in class org.eclipse.wst.jsdt.ui.actions.OpenNewClassWizardAction
 
createWizard() - Method in class org.eclipse.wst.jsdt.ui.actions.OpenNewJavaProjectWizardAction
 
createWorkspaceScope() - Static method in class org.eclipse.wst.jsdt.core.search.SearchEngine
Returns a JavaScript search scope with the workspace as the only limit.
CU_POST_QUALIFIED - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
Compilation unit names are post qualified.
CU_QUALIFIED - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
Compilation unit names are fully qualified.
CustomFiltersActionGroup - Class in org.eclipse.wst.jsdt.ui.actions
Action group to add the filter action to a view part's tool bar menu.
CustomFiltersActionGroup(IViewPart, StructuredViewer) - Constructor for class org.eclipse.wst.jsdt.ui.actions.CustomFiltersActionGroup
Creates a new CustomFiltersActionGroup.
CustomFiltersActionGroup(String, StructuredViewer) - Constructor for class org.eclipse.wst.jsdt.ui.actions.CustomFiltersActionGroup
Creates a new CustomFiltersActionGroup.
CYCLE_DETECTED - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelMarker
Cycle detected marker attribute (value "cycleDetected").
cycleRisk() - Method in class org.eclipse.wst.jsdt.core.dom.ChildListPropertyDescriptor
Returns whether this property is vulnerable to cycles.
cycleRisk() - Method in class org.eclipse.wst.jsdt.core.dom.ChildPropertyDescriptor
Returns whether this property is vulnerable to cycles.
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.