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.
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.
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.
canEdit(ClasspathAttributeConfiguration.ClasspathAttributeAccess) - Method in class org.eclipse.wst.jsdt.ui.wizards.ClasspathAttributeConfiguration
Specifies if the given attribute can be edited.
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.
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
 
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.
ChildListPropertyDescriptor - Class in org.eclipse.wst.jsdt.core.dom
Descriptor for a child list property of an AST node.
ChildPropertyDescriptor - Class in org.eclipse.wst.jsdt.core.dom
Descriptor for a child property of an AST node.
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.
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
 
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_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_ALL - Static variable in class org.eclipse.wst.jsdt.core.JavaScriptCore
Possible configurable option value.
clearVisit() - Method in class org.eclipse.wst.jsdt.jsdoc.ElementInfo
 
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
 
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.
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
 
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.
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(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.
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.
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.
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.
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.
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
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.
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
 
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(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.
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).
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.
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.
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.
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.
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.
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.
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(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").
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.
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.
createBreakpointRequest(Location) - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequestManager
Creates a new BreakpointRequest for the given Location.
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.
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.
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).
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.
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
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.
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
 
createExceptionRequest() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequestManager
Creates a new ExceptionRequest.
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.
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.
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.
createLineBreakpoint(IResource, int, int, int, Map, boolean) - Static method in class org.eclipse.wst.jsdt.debug.core.model.JavaScriptDebugModel
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.
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.
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.
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(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.
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
createResumeRequest(ThreadReference) - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequestManager
Creates a new ResumeRequest for the specified ThreadReference.
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.
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.
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.
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.
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.
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.
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.
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, 2010. All Rights Reserved.