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 Z

F

F_ABSTRACT - Variable in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Abstract property flag.
F_ADDED_TO_CLASSPATH - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElementDelta
Change flag indicating that a includepath entry corresponding to the element has been added to the project's includepath.
F_APP_TYPE_SIGNATURE - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
Field names contain the declared type (appended) e.g.
F_ARCHIVE_CONTENT_CHANGED - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElementDelta
Change flag indicating that the element's archive content on the includepath has changed.
F_AST_AFFECTED - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElementDelta
Change flag indicating that a reconcile operation has affected the javaScript unit AST created in a previous reconcile operation.
F_CATEGORIES - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElementDelta
Change flag indicating that the categories of the element have changed.
F_CATEGORY - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
Prepend first category (if any) to field.
F_CHILDREN - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElementDelta
Change flag indicating that there are changes to the children of the element.
F_CLOSED - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElementDelta
Change flag indicating that the underlying org.eclipse.core.resources.IProject has been closed.
F_CONTENT - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElementDelta
Change flag indicating that the content of the element has changed.
F_FINAL - Variable in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Final access flag.
F_FINE_GRAINED - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElementDelta
Change flag indicating that this is a fine-grained delta, that is, an analysis down to the members level was done to determine if there were structural changes to members.
F_FULLY_QUALIFIED - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
Fields names are fully qualified.
F_INCLUDEPATH_CHANGED - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElementDelta
Change flag indicating that the raw includepath (or the output folder) of a project has changed.
F_MODIFIERS - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElementDelta
Change flag indicating that the modifiers of the element have changed.
F_MOVED_FROM - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElementDelta
Change flag indicating that the element was moved from another location.
F_MOVED_TO - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElementDelta
Change flag indicating that the element was moved to another location.
F_OPENED - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElementDelta
Change flag indicating that the underlying org.eclipse.core.resources.IProject has been opened.
F_POST_QUALIFIED - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
Fields names are post qualified.
F_PRE_TYPE_SIGNATURE - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementLabels
Field names contain the declared type (prepended) e.g.
F_PRIMARY_RESOURCE - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElementDelta
Change flag indicating that the resource of a primary javaScript unit has changed.
F_PRIMARY_WORKING_COPY - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElementDelta
Change flag indicating that a javaScript unit has become a primary working copy, or that a primary working copy has reverted to a javaScript unit.
F_PRIVATE - Variable in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Private access flag.
F_PROTECTED - Variable in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Protected access flag.
F_PUBLIC - Variable in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Public access flag.
F_REMOVED_FROM_CLASSPATH - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElementDelta
Change flag indicating that a includepath entry corresponding to the element has been removed from the project's includepath.
F_REORDER - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElementDelta
Change flag indicating that the element has changed position relatively to its siblings.
F_SOURCEATTACHED - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElementDelta
Change flag indicating that the source attachment path or the source attachment root path of a includepath entry corresponding to the element was added.
F_SOURCEDETACHED - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElementDelta
Change flag indicating that the source attachment path or the source attachment root path of a includepath entry corresponding to the element was removed.
F_STATIC - Variable in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
Static access flag.
F_SUPER_TYPES - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElementDelta
Change flag indicating that one of the supertypes of an IType has changed.
FallthroughCase - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
FALSE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Value to set an option to false.
FALSE_LITERAL - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
FIELD - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptElement
Constant representing a field or a var with file scope.
FIELD - Static variable in interface org.eclipse.wst.jsdt.core.search.IJavaScriptSearchConstants
The searched element is a field.
FIELD_ACCESS - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type FieldAccess.
FIELD_DECLARATION - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
FIELD_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type FieldDeclaration.
FIELD_IMPORT - Static variable in class org.eclipse.wst.jsdt.core.CompletionProposal
Completion is an import of reference to a static field.
FIELD_NAME_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.ObjectLiteralField
The "type" structural property of this node type.
FIELD_REF - Static variable in class org.eclipse.wst.jsdt.core.CompletionProposal
Completion is a reference to a field.
FIELD_REFERENCE - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
FieldAccess - Class in org.eclipse.wst.jsdt.core.dom
Field access expression AST node type.
FieldDeclaration - Class in org.eclipse.wst.jsdt.core.dom
Field declaration node type.
FieldDeclarationMatch - Class in org.eclipse.wst.jsdt.core.search
A JavaScript search match that represents a field declaration.
FieldDeclarationMatch(IJavaScriptElement, int, int, int, SearchParticipant, IResource) - Constructor for class org.eclipse.wst.jsdt.core.search.FieldDeclarationMatch
Creates a new field declaration match.
FieldHidingField - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
FieldHidingLocalVariable - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
FieldMissingDeprecatedAnnotation - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
FieldReferenceMatch - Class in org.eclipse.wst.jsdt.core.search
A JavaScript search match that represents a field reference.
FieldReferenceMatch(IJavaScriptElement, int, int, int, boolean, boolean, boolean, SearchParticipant, IResource) - Constructor for class org.eclipse.wst.jsdt.core.search.FieldReferenceMatch
Creates a new field reference match.
FieldRelated - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
fields() - Method in class org.eclipse.wst.jsdt.core.dom.ObjectLiteral
 
FIELDS_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.ObjectLiteral
 
FIELDSET - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
FINAL - Static variable in class org.eclipse.wst.jsdt.core.dom.Modifier
"final" modifier constant (bit mask).
FINAL - Static variable in class org.eclipse.wst.jsdt.ui.JavaScriptElementImageDescriptor
Flag to render the final adornment.
FINAL_KEYWORD - Static variable in class org.eclipse.wst.jsdt.core.dom.Modifier.ModifierKeyword
"final" modifier with flag value Modifier.FINAL.
FinalBoundForTypeVariable - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
FinalFieldAssignment - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
FINALLY_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.TryStatement
The "finally" structural property of this node type.
FinallyMustCompleteNormally - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
FinalMethodCannotBeOverridden - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
FinalOuterLocalAssignment - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
findAttribute(char[]) - Method in class org.eclipse.wst.jsdt.core.infer.InferredType
Find the inferred attribute with the given name
findDeclaringNode(IBinding) - Method in class org.eclipse.wst.jsdt.core.dom.JavaScriptUnit
Finds the corresponding AST node in the given javaScript unit from which the given binding originated.
findDeclaringNode(String) - Method in class org.eclipse.wst.jsdt.core.dom.JavaScriptUnit
Finds the corresponding AST node in the given javaScript unit from which the binding with the given key originated.
findElement(IPath) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Returns the IJavaScriptElement corresponding to the given includepath-relative path, or null if no such IJavaScriptElement is found.
findElement(IPath, WorkingCopyOwner) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Returns the IJavaScriptElement corresponding to the given includepath-relative path, or null if no such IJavaScriptElement is found.
findElements(IJavaScriptElement) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptUnit
Finds the elements in this javaScript file that correspond to the given element.
findElements(IJavaScriptElement) - Method in interface org.eclipse.wst.jsdt.core.IWorkingCopy
Deprecated. Use IJavaScriptUnit.findElements(IJavaScriptElement) instead.
findFunctions(IFunction) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptUnit
Finds the function in this javaScript file that correspond to the given function.
findInContext(String, String, int) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite.ImportRewriteContext
Searches for the given element in the context and reports if the element is known (ImportRewrite.ImportRewriteContext.RES_NAME_FOUND), unknown (ImportRewrite.ImportRewriteContext.RES_NAME_UNKNOWN) or if its name conflicts (ImportRewrite.ImportRewriteContext.RES_NAME_CONFLICT) with an other element.
findLibraryInitializer(IPath, IJavaScriptProject) - Static method in class org.eclipse.wst.jsdt.core.JSDScopeUtil
 
findMethod(char[], IFunctionDeclaration) - Method in class org.eclipse.wst.jsdt.core.infer.InferredType
Find an inferred method
findMethods(IFunction) - Method in interface org.eclipse.wst.jsdt.core.IType
Finds the methods in this type that correspond to the given method.
findPackageFragment(IPath) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Returns the first existing package fragment on this project's includepath whose path matches the given (absolute) path, or null if none exist.
findPackageFragmentRoot(IPath) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Returns the existing package fragment root on this project's includepath whose path matches the given (absolute) path, or null if one does not exist.
findPackageFragmentRoots(IIncludePathEntry) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Returns the existing package fragment roots identified by the given entry.
findParameterNames(IProgressMonitor) - Method in class org.eclipse.wst.jsdt.core.CompletionProposal
Finds the method or function parameter names.
findPrimaryType() - Method in interface org.eclipse.wst.jsdt.core.ITypeRoot
Finds the primary type of this JavaScript type root (that is, the type with the same name as the javascript file), or null if no such a type exists.
findPrimaryType() - Method in interface org.eclipse.wst.jsdt.core.IWorkingCopy
Deprecated. Use ITypeRoot.findPrimaryType() instead.
findRecommendedLineSeparator() - Method in interface org.eclipse.wst.jsdt.core.IOpenable
Finds and returns the recommended line separator for this element.
findSharedWorkingCopy(IBufferFactory) - Method in interface org.eclipse.wst.jsdt.core.IWorkingCopy
Deprecated. Use IJavaScriptUnit.findWorkingCopy(WorkingCopyOwner) instead.
findType(String) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Returns the first type found following this project's includepath with the given fully qualified name or null if none is found.
findType(String, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Same functionality as IJavaScriptProject.findType(String) but also look for secondary types if given name does not match a javaScript unit name.
findType(String, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Same functionality as #findType(String, WorkingCopyOwner) but also look for secondary types if given name does not match a javaScript unit name.
findType(String, String, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Same functionality as #findType(String, String) but also look for secondary types if given name does not match a javaScript unit name.
findType(String, String, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
Same functionality as #findType(String, String, WorkingCopyOwner) but also look for secondary types if given name does not match a javaScript unit name.
findTypeRoot(String) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
 
findWorkingCopy(WorkingCopyOwner) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptUnit
Finds the working copy for this javaScript file, given a WorkingCopyOwner.
finish() - Method in class org.eclipse.wst.jsdt.ui.wizards.BaseLibraryWizardPage
 
finish() - Method in interface org.eclipse.wst.jsdt.ui.wizards.IJsGlobalScopeContainerPage
Called when the classpath container wizard is closed by selecting the finish button.
FireFoxLibInitializer - Class in org.eclipse.wst.jsdt.core.compiler.libraries
 
FireFoxLibInitializer() - Constructor for class org.eclipse.wst.jsdt.core.compiler.libraries.FireFoxLibInitializer
 
FireFoxUiInitializer - Class in org.eclipse.wst.jsdt.core.compiler.libraries
 
FireFoxUiInitializer() - Constructor for class org.eclipse.wst.jsdt.core.compiler.libraries.FireFoxUiInitializer
 
firstLeadingCommentIndex(ASTNode) - Method in class org.eclipse.wst.jsdt.core.dom.JavaScriptUnit
Return the index in the whole comments list JavaScriptUnit.getCommentList() of the first leading comments associated with the given node.
fixLibPackageTail(char[]) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
 
fixupMangledName(String) - Method in interface org.eclipse.wst.jsdt.web.core.javascript.IJsTranslation
fixes a mangled html--> pure js name.
fixupMangledName(String) - Method in class org.eclipse.wst.jsdt.web.core.javascript.JsTranslation
 
Flags - Class in org.eclipse.wst.jsdt.core
Utility class for decoding modifier flags in JavaScript elements.
FLAGS - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptModelMarker
Flags marker attribute (value "flags").
FLOAT - Static variable in class org.eclipse.wst.jsdt.core.dom.PrimitiveType
Type code for the primitive type "float".
FLOAT_LITERAL - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
FNOF - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
FONT - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
FOR_EACH_STATEMENT - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
FOR_IN_STATEMENT - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
FOR_IN_STATEMENT - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
 
FOR_STATEMENT - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
FOR_STATEMENT - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type ForStatement.
FORALL - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
ForbiddenReference - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
 
FORCE_IMMEDIATE_SEARCH - Static variable in interface org.eclipse.wst.jsdt.core.search.IJavaScriptSearchConstants
The search operation starts immediately, even if the underlying indexer has not finished indexing the workspace.
FORCE_PROBLEM_DETECTION - Static variable in interface org.eclipse.wst.jsdt.core.IJavaScriptUnit
Constant indicating that a reconcile operation should recompute the problems even if the source hasn't changed.
ForInStatement - Class in org.eclipse.wst.jsdt.core.dom
For statement AST node type.
FORM - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
format(int, String, int, int, int, String) - Method in class org.eclipse.wst.jsdt.core.formatter.CodeFormatter
Format source, and returns a text edit that correspond to the difference between the given string and the formatted string.
FORMATTER_ALIGN_TYPE_MEMBERS_ON_COLUMNS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to align type members of a type declaration on column - option id: "org.eclipse.wst.jsdt.core.formatter.formatter.align_type_members_on_columns" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_ALLOCATION_EXPRESSION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of arguments in allocation expression - option id: "org.eclipse.wst.jsdt.core.formatter.alignment_for_arguments_in_allocation_expression" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_ENUM_CONSTANT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of arguments in enum constant - option id: "org.eclipse.wst.jsdt.core.formatter.alignment_for_arguments_in_enum_constant" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_EXPLICIT_CONSTRUCTOR_CALL - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of arguments in explicit constructor call - option id: "org.eclipse.wst.jsdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_METHOD_INVOCATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of arguments in method invocation - option id: "org.eclipse.wst.jsdt.core.formatter.alignment_for_arguments_in_method_invocation" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_QUALIFIED_ALLOCATION_EXPRESSION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of arguments in qualified allocation expression - option id: "org.eclipse.wst.jsdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_ASSIGNMENT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of assignment - option id: "org.eclipse.wst.jsdt.core.formatter.alignment_for_assignment" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, M_NO_ALIGNMENT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_BINARY_EXPRESSION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of binary expression - option id: "org.eclipse.wst.jsdt.core.formatter.alignment_for_binary_expression" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_COMPACT_IF - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of compact if - option id: "org.eclipse.wst.jsdt.core.formatter.alignment_for_compact_if" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_ONE_PER_LINE, INDENT_BY_ONE)
FORMATTER_ALIGNMENT_FOR_CONDITIONAL_EXPRESSION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of conditional expression - option id: "org.eclipse.wst.jsdt.core.formatter.alignment_for_conditional_expression" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_ONE_PER_LINE, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_ENUM_CONSTANTS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of enum constants - option id: "org.eclipse.wst.jsdt.core.formatter.alignment_for_enum_constants" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_NO_SPLIT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_EXPRESSIONS_IN_ARRAY_INITIALIZER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of expressions in array initializer - option id: "org.eclipse.wst.jsdt.core.formatter.alignment_for_expressions_in_array_initializer" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_MULTIPLE_FIELDS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of multiple fields - option id: "org.eclipse.wst.jsdt.core.formatter.alignment_for_multiple_fields" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_PARAMETERS_IN_CONSTRUCTOR_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of parameters in constructor declaration - option id: "org.eclipse.wst.jsdt.core.formatter.alignment_for_parameters_in_constructor_declaration" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_PARAMETERS_IN_METHOD_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of parameters in method declaration - option id: "org.eclipse.wst.jsdt.core.formatter.alignment_for_parameters_in_method_declaration" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_SELECTOR_IN_METHOD_INVOCATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of selector in method invocation - option id: "org.eclipse.wst.jsdt.core.formatter.alignment_for_selector_in_method_invocation" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_SUPERCLASS_IN_TYPE_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of superclass in type declaration - option id: "org.eclipse.wst.jsdt.core.formatter.alignment_for_superclass_in_type_declaration" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_NEXT_SHIFTED, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_SUPERINTERFACES_IN_ENUM_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of superinterfaces in enum declaration - option id: "org.eclipse.wst.jsdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_SUPERINTERFACES_IN_TYPE_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of superinterfaces in type declaration - option id: "org.eclipse.wst.jsdt.core.formatter.alignment_for_superinterfaces_in_type_declaration" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_THROWS_CLAUSE_IN_CONSTRUCTOR_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of throws clause in constructor declaration - option id: "org.eclipse.wst.jsdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_ALIGNMENT_FOR_THROWS_CLAUSE_IN_METHOD_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of throws clause in method declaration - option id: "org.eclipse.wst.jsdt.core.formatter.alignment_for_throws_clause_in_method_declaration" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER_BLANK_LINES_AFTER_IMPORTS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines after the imports declaration - option id: "org.eclipse.wst.jsdt.core.formatter.blank_lines_after_imports" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BLANK_LINES_AFTER_PACKAGE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines after the package declaration - option id: "org.eclipse.wst.jsdt.core.formatter.blank_lines_after_package" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BLANK_LINES_AT_BEGINNING_OF_METHOD_BODY - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines at the beginning of the method body - option id: "org.eclipse.wst.jsdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BLANK_LINES_BEFORE_FIELD - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines before a field declaration - option id: "org.eclipse.wst.jsdt.core.formatter.blank_lines_before_field" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BLANK_LINES_BEFORE_FIRST_CLASS_BODY_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines before the first class body declaration - option id: "org.eclipse.wst.jsdt.core.formatter.blank_lines_before_first_class_body_declaration" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BLANK_LINES_BEFORE_IMPORTS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines before the imports declaration - option id: "org.eclipse.wst.jsdt.core.formatter.blank_lines_before_imports" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BLANK_LINES_BEFORE_MEMBER_TYPE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines before a member type declaration - option id: "org.eclipse.wst.jsdt.core.formatter.blank_lines_before_member_type" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BLANK_LINES_BEFORE_METHOD - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines before a method declaration - option id: "org.eclipse.wst.jsdt.core.formatter.blank_lines_before_method" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BLANK_LINES_BEFORE_NEW_CHUNK - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines before a new chunk - option id: "org.eclipse.wst.jsdt.core.formatter.blank_lines_before_new_chunk" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BLANK_LINES_BEFORE_PACKAGE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines before the package declaration - option id: "org.eclipse.wst.jsdt.core.formatter.blank_lines_before_package" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BLANK_LINES_BETWEEN_IMPORT_GROUPS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines between import groups - option id: "org.eclipse.wst.jsdt.core.formatter.blank_lines_between_import_groups" - possible values: "<n>", where n is zero or a positive integer - default: "1" Note: Import groups are defined once "Organize Import" operation has been executed.
FORMATTER_BLANK_LINES_BETWEEN_TYPE_DECLARATIONS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines between type declarations - option id: "org.eclipse.wst.jsdt.core.formatter.blank_lines_between_type_declarations" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BRACE_POSITION_FOR_ANNOTATION_TYPE_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of an annotation type declaration - option id: "org.eclipse.wst.jsdt.core.formatter.brace_position_for_annotation_type_declaration" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_BRACE_POSITION_FOR_ANONYMOUS_TYPE_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of an anonymous type declaration - option id: "org.eclipse.wst.jsdt.core.formatter.brace_position_for_anonymous_type_declaration" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_BRACE_POSITION_FOR_ARRAY_INITIALIZER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of an array initializer - option id: "org.eclipse.wst.jsdt.core.formatter.brace_position_for_array_initializer" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_BRACE_POSITION_FOR_BLOCK - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of a block - option id: "org.eclipse.wst.jsdt.core.formatter.brace_position_for_block" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_BRACE_POSITION_FOR_BLOCK_IN_CASE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of a block in a case statement when the block is the first statement following the case - option id: "org.eclipse.wst.jsdt.core.formatter.brace_position_for_block_in_case" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_BRACE_POSITION_FOR_CONSTRUCTOR_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of a constructor declaration - option id: "org.eclipse.wst.jsdt.core.formatter.brace_position_for_constructor_declaration" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_BRACE_POSITION_FOR_ENUM_CONSTANT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of an enum constant - option id: "org.eclipse.wst.jsdt.core.formatter.brace_position_for_enum_constant" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_BRACE_POSITION_FOR_ENUM_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of an enum declaration - option id: "org.eclipse.wst.jsdt.core.formatter.brace_position_for_enum_declaration" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_BRACE_POSITION_FOR_METHOD_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of a method declaration - option id: "org.eclipse.wst.jsdt.core.formatter.brace_position_for_method_declaration" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_BRACE_POSITION_FOR_OBJLIT_INITIALIZER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of an object literal initializer - option id: "org.eclipse.wst.jsdt.core.formatter.brace_position_for_objlit_initializer" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_BRACE_POSITION_FOR_SWITCH - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of a switch statement - option id: "org.eclipse.wst.jsdt.core.formatter.brace_position_for_switch" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_BRACE_POSITION_FOR_TYPE_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of a type declaration - option id: "org.eclipse.wst.jsdt.core.formatter.brace_position_for_type_declaration" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
FORMATTER_COMMENT_CLEAR_BLANK_LINES - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
Deprecated. Use DefaultCodeFormatterConstants.FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_BLOCK_COMMENT and DefaultCodeFormatterConstants.FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_JAVADOC_COMMENT
FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_BLOCK_COMMENT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether blank lines are cleared inside block comments - option id: "org.eclipse.wst.jsdt.core.formatter.comment.clear_blank_lines_in_block_comment" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_JAVADOC_COMMENT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether blank lines are cleared inside jsdoc comments - option id: "org.eclipse.wst.jsdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_COMMENT_FORMAT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
Deprecated. Use multiple settings for each kind of comments. See DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_BLOCK_COMMENT, DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_JAVADOC_COMMENT and DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_LINE_COMMENT.
FORMATTER_COMMENT_FORMAT_BLOCK_COMMENT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether multiple lines comments are formatted - option id: "org.eclipse.wst.jsdt.core.formatter.comment.format_block_comments" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_COMMENT_FORMAT_HEADER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether the header comment of a JavaScript source file is formatted - option id: "org.eclipse.wst.jsdt.core.formatter.comment.format_header" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_COMMENT_FORMAT_HTML - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether HTML tags are formatted
FORMATTER_COMMENT_FORMAT_JAVADOC_COMMENT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether jsdoc comments are formatted - option id: "org.eclipse.wst.jsdt.core.formatter.comment.format_javadoc_comments" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_COMMENT_FORMAT_LINE_COMMENT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether single line comments are formatted - option id: "org.eclipse.wst.jsdt.core.formatter.comment.format_line_comments" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_COMMENT_FORMAT_SOURCE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether code snippets are formatted in comments - option id: "org.eclipse.wst.jsdt.core.formatter.comment.format_source_code" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_COMMENT_INDENT_PARAMETER_DESCRIPTION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether description of jsdoc parameters are indented - option id: "org.eclipse.wst.jsdt.core.formatter.comment.indent_parameter_description" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_COMMENT_INDENT_ROOT_TAGS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to control whether jsdoc root tags are indented
FORMATTER_COMMENT_INSERT_EMPTY_LINE_BEFORE_ROOT_TAGS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert an empty line before the jsdoc root tag block - option id: "org.eclipse.wst.jsdt.core.formatter.comment.insert_new_line_before_root_tags" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_COMMENT_INSERT_NEW_LINE_FOR_PARAMETER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line after jsdoc root tag parameters - option id: "org.eclipse.wst.jsdt.core.formatter.comment.insert_new_line_for_parameter" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_COMMENT_LINE_LENGTH - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to specify the line length for comments
FORMATTER_COMPACT_ELSE_IF - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to compact else/if - option id: "org.eclipse.wst.jsdt.core.formatter.compact_else_if" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_CONTINUATION_INDENTATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to set the continuation indentation - option id: "org.eclipse.wst.jsdt.core.formatter.continuation_indentation" - possible values: "<n>", where n is zero or a positive integer - default: "2"
FORMATTER_CONTINUATION_INDENTATION_FOR_ARRAY_INITIALIZER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to set the continuation indentation inside array initializer - option id: "org.eclipse.wst.jsdt.core.formatter.continuation_indentation_for_array_initializer" - possible values: "<n>", where n is zero or a positive integer - default: "2"
FORMATTER_CONTINUATION_INDENTATION_FOR_OBJLIT_INITIALIZER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to set the continuation indentation inside object literals initializer - option id: "org.eclipse.wst.jsdt.core.formatter.continuation_indentation_for_objlit_initializer" - possible values: "<n>", where n is zero or a positive integer - default: "1"
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ANNOTATION_DECLARATION_HEADER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent body declarations compare to its enclosing annotation declaration header - option id: "org.eclipse.wst.jsdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ENUM_CONSTANT_HEADER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent body declarations compare to its enclosing enum constant header - option id: "org.eclipse.wst.jsdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ENUM_DECLARATION_HEADER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent body declarations compare to its enclosing enum declaration header - option id: "org.eclipse.wst.jsdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_TYPE_HEADER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent body declarations compare to its enclosing type header - option id: "org.eclipse.wst.jsdt.core.formatter.indent_body_declarations_compare_to_type_header" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_INDENT_BREAKS_COMPARE_TO_CASES - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent breaks compare to cases - option id: "org.eclipse.wst.jsdt.core.formatter.indent_breaks_compare_to_cases" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_INDENT_EMPTY_LINES - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent empty lines - option id: "org.eclipse.wst.jsdt.core.formatter.indent_empty_lines" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_INDENT_STATEMENTS_COMPARE_TO_BLOCK - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent statements inside a block - option id: "org.eclipse.wst.jsdt.core.formatter.indent_statements_compare_to_block" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_INDENT_STATEMENTS_COMPARE_TO_BODY - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent statements inside the body of a method or a constructor - option id: "org.eclipse.wst.jsdt.core.formatter.indent_statements_compare_to_body" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_CASES - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent switch statements compare to cases - option id: "org.eclipse.wst.jsdt.core.formatter.indent_switchstatements_compare_to_cases" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_SWITCH - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent switch statements compare to switch - option id: "org.eclipse.wst.jsdt.core.formatter.indent_switchstatements_compare_to_switch" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_INDENTATION_SIZE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to specify the equivalent number of spaces that represents one indentation - option id: "org.eclipse.wst.jsdt.core.formatter.indentation.size" - possible values: "<n>", where n is zero or a positive integer - default: "4" This option is used only if the tab char is set to MIXED.
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line after an annotation - option id: "org.eclipse.wst.jsdt.core.formatter.insert_new_line_after_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_NEW_LINE_AFTER_COMMA_IN_OBJLIT_INITIALIZER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line after each comma in an object literal initializer - option id: "org.eclipse.wst.jsdt.core.formatter.insert_new_line_after_comma_in_objlit_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_NEW_LINE_AFTER_OPENING_BRACE_IN_ARRAY_INITIALIZER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line after the opening brace in an array initializer - option id: "org.eclipse.wst.jsdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_NEW_LINE_AFTER_OPENING_BRACE_IN_OBJLIT_INITIALIZER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line after the opening brace in an object literal initializer - option id: "org.eclipse.wst.jsdt.core.formatter.insert_new_line_after_opening_brace_in_objlit_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_NEW_LINE_AT_END_OF_FILE_IF_MISSING - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line at the end of the current file if missing - option id: "org.eclipse.wst.jsdt.core.formatter.insert_new_line_at_end_of_file_if_missing" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_NEW_LINE_BEFORE_CATCH_IN_TRY_STATEMENT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line before the catch keyword in try statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_catch_in_try_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_NEW_LINE_BEFORE_CLOSING_BRACE_IN_ARRAY_INITIALIZER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line before the closing brace in an array initializer - option id: "org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_NEW_LINE_BEFORE_CLOSING_BRACE_IN_OBJLIT_INITIALIZER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line before the closing brace in an object literal initializer - option id: "org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_closing_brace_in_objlit_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_NEW_LINE_BEFORE_ELSE_IN_IF_STATEMENT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line before the else keyword in if statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_else_in_if_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_NEW_LINE_BEFORE_FINALLY_IN_TRY_STATEMENT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line before the finally keyword in try statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_finally_in_try_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_NEW_LINE_BEFORE_WHILE_IN_DO_STATEMENT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line before while in do statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_new_line_before_while_in_do_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ANNOTATION_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line in an empty annotation declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_annotation_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ANONYMOUS_TYPE_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line in an empty anonymous type declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_BLOCK - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line in an empty block - option id: "org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_block" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ENUM_CONSTANT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line in an empty enum constant - option id: "org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ENUM_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line in an empty enum declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_enum_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_METHOD_BODY - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line in an empty method body - option id: "org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_method_body" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_TYPE_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line in an empty type declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_new_line_in_empty_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_AND_IN_TYPE_PARAMETER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after and in wilcard - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_and_in_type_parameter" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_ASSIGNMENT_OPERATOR - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after an assignment operator - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_assignment_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_AT_IN_ANNOTATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after at in annotation - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_at_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_AT_IN_ANNOTATION_TYPE_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after at in annotation type declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_at_in_annotation_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_BINARY_OPERATOR - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after a binary operator - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_binary_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_CLOSING_ANGLE_BRACKET_IN_TYPE_ARGUMENTS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the closing angle bracket in type arguments - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_CLOSING_ANGLE_BRACKET_IN_TYPE_PARAMETERS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the closing angle bracket in type parameters - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_CLOSING_BRACE_IN_BLOCK - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the closing brace of a block - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_closing_brace_in_block" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_CLOSING_PAREN_IN_CAST - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the closing parenthesis of a cast expression - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_closing_paren_in_cast" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COLON_IN_ASSERT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the colon in an assert statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_assert" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COLON_IN_CASE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after colon in a case statement when a opening brace follows the colon - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_case" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COLON_IN_CONDITIONAL - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the colon in a conditional expression - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_conditional" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COLON_IN_FOR - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after colon in a for statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COLON_IN_LABELED_STATEMENT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the colon in a labeled statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_labeled_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ALLOCATION_EXPRESSION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in an allocation expression - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ANNOTATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in annotation - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ARRAY_INITIALIZER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in an array initializer - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_CONSTRUCTOR_DECLARATION_PARAMETERS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the parameters of a constructor declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_CONSTRUCTOR_DECLARATION_THROWS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the exception names in a throws clause of a constructor declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ENUM_CONSTANT_ARGUMENTS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the arguments of an enum constant - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ENUM_DECLARATIONS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in enum declarations - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_enum_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_EXPLICIT_CONSTRUCTOR_CALL_ARGUMENTS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the arguments of an explicit constructor call - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_FOR_INCREMENTS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the increments of a for statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_for_increments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_FOR_INITS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the initializations of a for statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_for_inits" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_METHOD_DECLARATION_PARAMETERS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the parameters of a method declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_METHOD_DECLARATION_THROWS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the exception names in a throws clause of a method declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_method_declaration_throws" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_METHOD_INVOCATION_ARGUMENTS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the arguments of a method invocation - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_MULTIPLE_FIELD_DECLARATIONS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in multiple field declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_MULTIPLE_LOCAL_DECLARATIONS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in multiple local declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_PARAMETERIZED_TYPE_REFERENCE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in parameterized type reference - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_SUPERINTERFACES - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in superinterfaces names of a type header - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_superinterfaces" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_TYPE_ARGUMENTS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in type arguments - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_TYPE_PARAMETERS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in type parameters - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_ELLIPSIS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after ellipsis - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_ellipsis" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_ANGLE_BRACKET_IN_PARAMETERIZED_TYPE_REFERENCE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening angle bracket in parameterized type reference - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_ANGLE_BRACKET_IN_TYPE_ARGUMENTS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening angle bracket in type arguments - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_ANGLE_BRACKET_IN_TYPE_PARAMETERS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening angle bracket in type parameters - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_BRACE_IN_ARRAY_INITIALIZER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening brace in an array initializer - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_BRACKET_IN_ARRAY_ALLOCATION_EXPRESSION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening bracket inside an array allocation expression - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_BRACKET_IN_ARRAY_REFERENCE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening bracket inside an array reference - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_bracket_in_array_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_ANNOTATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in annotation - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_CAST - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a cast expression - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_cast" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_CATCH - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a catch - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_catch" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_CONSTRUCTOR_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a constructor declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_ENUM_CONSTANT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in enum constant - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_FOR - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a for statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_IF - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in an if statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_if" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_METHOD_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a method declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_method_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_METHOD_INVOCATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a method invocation - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_method_invocation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_PARENTHESIZED_EXPRESSION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a parenthesized expression - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_SWITCH - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a switch statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_switch" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_SYNCHRONIZED - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a synchronized statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_synchronized" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_WHILE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a while statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_opening_paren_in_while" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_POSTFIX_OPERATOR - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after a postfix operator - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_postfix_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_PREFIX_OPERATOR - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after a prefix operator - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_prefix_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_QUESTION_IN_CONDITIONAL - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after question mark in a conditional expression - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_question_in_conditional" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_QUESTION_IN_WILDCARD - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after question mark in a wildcard - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_question_in_wildcard" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_AFTER_SEMICOLON_IN_FOR - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after semicolon in a for statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_semicolon_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_UNARY_OPERATOR - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after an unary operator - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_unary_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_AND_IN_TYPE_PARAMETER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before and in wildcard - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_and_in_type_parameter" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_ASSIGNMENT_OPERATOR - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before an assignment operator - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_assignment_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_AT_IN_ANNOTATION_TYPE_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before at in annotation type declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_BINARY_OPERATOR - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before an binary operator - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_binary_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_ANGLE_BRACKET_IN_PARAMETERIZED_TYPE_REFERENCE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing angle bracket in parameterized type reference - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_ANGLE_BRACKET_IN_TYPE_ARGUMENTS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing angle bracket in type arguments - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_ANGLE_BRACKET_IN_TYPE_PARAMETERS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing angle bracket in type parameters - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_BRACE_IN_ARRAY_INITIALIZER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing brace in an array initializer - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_brace_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_BRACKET_IN_ARRAY_ALLOCATION_EXPRESSION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing bracket in an array allocation expression - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_BRACKET_IN_ARRAY_REFERENCE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing bracket in an array reference - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_bracket_in_array_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_ANNOTATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in annotation - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_CAST - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a cast expression - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_cast" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_CATCH - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a catch - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_catch" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_CONSTRUCTOR_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a constructor declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_ENUM_CONSTANT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in enum constant - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_FOR - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a for statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_IF - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in an if statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_if" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_METHOD_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a method declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_method_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_METHOD_INVOCATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a method invocation - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_method_invocation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_PARENTHESIZED_EXPRESSION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a parenthesized expression - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_SWITCH - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a switch statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_switch" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_SYNCHRONIZED - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a synchronized statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_synchronized" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_WHILE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a while statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_closing_paren_in_while" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_ASSERT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before colon in an assert statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_assert" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_CASE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before colon in a case statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_case" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_CONDITIONAL - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before colon in a conditional expression - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_conditional" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_DEFAULT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before colon in a default statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_default" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_FOR - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before colon in a for statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_LABELED_STATEMENT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before colon in a labeled statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_labeled_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ALLOCATION_EXPRESSION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in an allocation expression - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ANNOTATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in annotation - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ARRAY_INITIALIZER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in an array initializer - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_CONSTRUCTOR_DECLARATION_PARAMETERS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the parameters of a constructor declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_CONSTRUCTOR_DECLARATION_THROWS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the exception names of the throws clause of a constructor declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ENUM_CONSTANT_ARGUMENTS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the arguments of enum constant - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ENUM_DECLARATIONS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in enum declarations - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_enum_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_EXPLICIT_CONSTRUCTOR_CALL_ARGUMENTS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the arguments of an explicit constructor call - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_FOR_INCREMENTS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the increments of a for statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_for_increments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_FOR_INITS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the initializations of a for statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_for_inits" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_METHOD_DECLARATION_PARAMETERS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the parameters of a method declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_METHOD_DECLARATION_THROWS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the exception names of the throws clause of a method declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_method_declaration_throws" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_METHOD_INVOCATION_ARGUMENTS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the arguments of a method invocation - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_MULTIPLE_FIELD_DECLARATIONS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in a multiple field declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_MULTIPLE_LOCAL_DECLARATIONS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in a multiple local declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_PARAMETERIZED_TYPE_REFERENCE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in parameterized type reference - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_SUPERINTERFACES - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the superinterfaces names in a type header - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_superinterfaces" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_TYPE_ARGUMENTS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in type arguments - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_TYPE_PARAMETERS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in type parameters - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_comma_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_ELLIPSIS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before ellipsis - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_ellipsis" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_ANGLE_BRACKET_IN_PARAMETERIZED_TYPE_REFERENCE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening angle bracket in parameterized type reference - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_ANGLE_BRACKET_IN_TYPE_ARGUMENTS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening angle bracket in type arguments - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_ANGLE_BRACKET_IN_TYPE_PARAMETERS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening angle bracket in type parameters - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ANNOTATION_TYPE_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in an annotation type declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ANONYMOUS_TYPE_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in an anonymous type declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ARRAY_INITIALIZER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in an array initializer - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_BLOCK - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in a block - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_block" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_CONSTRUCTOR_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in a constructor declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ENUM_CONSTANT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in an enum constant - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ENUM_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in an enum declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_METHOD_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in a method declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_method_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_SWITCH - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in a switch statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_switch" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_TYPE_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in a type declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACKET_IN_ARRAY_ALLOCATION_EXPRESSION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening bracket in an array allocation expression - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACKET_IN_ARRAY_REFERENCE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening bracket in an array reference - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_bracket_in_array_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACKET_IN_ARRAY_TYPE_REFERENCE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening bracket in an array type reference - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_ANNOTATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in annotation - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_ANNOTATION_TYPE_MEMBER_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in annotation type member declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_CATCH - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a catch - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_catch" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_CONSTRUCTOR_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a constructor declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_ENUM_CONSTANT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in enum constant - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_FOR - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a for statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_IF - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in an if statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_if" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_METHOD_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a method declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_method_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_METHOD_INVOCATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a method invocation - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_method_invocation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_PARENTHESIZED_EXPRESSION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a parenthesized expression - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_SWITCH - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a switch statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_switch" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_SYNCHRONIZED - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a synchronized statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_synchronized" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_WHILE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a while statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_opening_paren_in_while" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_PARENTHESIZED_EXPRESSION_IN_RETURN - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before parenthesized expression in return statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_parenthesized_expression_in_return" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_PARENTHESIZED_EXPRESSION_IN_THROW - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before parenthesized expression in throw statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_parenthesized_expression_in_throw" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_POSTFIX_OPERATOR - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before a postfix operator - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_postfix_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_PREFIX_OPERATOR - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before a prefix operator - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_prefix_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_QUESTION_IN_CONDITIONAL - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before question mark in a conditional expression - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_question_in_conditional" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_QUESTION_IN_WILDCARD - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before question mark in a wildcard - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_question_in_wildcard" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_SEMICOLON - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before semicolon - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_semicolon" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_SEMICOLON_IN_FOR - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before semicolon in for statement - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_semicolon_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_UNARY_OPERATOR - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before unary operator - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_unary_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BETWEEN_BRACKETS_IN_ARRAY_TYPE_REFERENCE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space between brackets in an array type reference - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_between_brackets_in_array_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_BRACES_IN_ARRAY_INITIALIZER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space between empty braces in an array initializer - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_braces_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_BRACKETS_IN_ARRAY_ALLOCATION_EXPRESSION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space between empty brackets in an array allocation expression - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_ANNOTATION_TYPE_MEMBER_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space between empty parenthesis in an annotation type member declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_CONSTRUCTOR_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space between empty parenthesis in a constructor declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_ENUM_CONSTANT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space between empty parenthesis in enum constant - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_parens_in_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_METHOD_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space between empty parenthesis in a method declaration - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_parens_in_method_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_METHOD_INVOCATION - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space between empty parenthesis in a method invocation - option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_between_empty_parens_in_method_invocation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_KEEP_ELSE_STATEMENT_ON_SAME_LINE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to keep else statement on the same line - option id: "org.eclipse.wst.jsdt.core.formatter.keep_else_statement_on_same_line" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_KEEP_EMPTY_ARRAY_INITIALIZER_ON_ONE_LINE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to keep empty array initializer one one line - option id: "org.eclipse.wst.jsdt.core.formatter.keep_empty_array_initializer_on_one_line" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_KEEP_EMPTY_OBJLIT_INITIALIZER_ON_ONE_LINE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to keep empty object literal initializer one one line - option id: "org.eclipse.wst.jsdt.core.formatter.keep_empty_objlit_initializer_on_one_line" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_KEEP_GUARDIAN_CLAUSE_ON_ONE_LINE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to keep guardian clause on one line - option id: "org.eclipse.wst.jsdt.core.formatter.format_guardian_clause_on_one_line" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_KEEP_SIMPLE_IF_ON_ONE_LINE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to keep simple if statement on the one line - option id: "org.eclipse.wst.jsdt.core.formatter.keep_imple_if_on_one_line" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_KEEP_THEN_STATEMENT_ON_SAME_LINE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to keep then statement on the same line - option id: "org.eclipse.wst.jsdt.core.formatter.keep_then_statement_on_same_line" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_LINE_SPLIT - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to specify the length of the page.
FORMATTER_NEVER_INDENT_BLOCK_COMMENTS_ON_FIRST_COLUMN - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent block comments that start on the first column - option id: "org.eclipse.wst.jsdt.core.formatter.formatter.never_indent_block_comments_on_first_column" - possible values: { TRUE, FALSE } - default: FALSE Note that this option is ignored if the formatter is created with the mode ToolFactory.M_FORMAT_NEW.
FORMATTER_NEVER_INDENT_LINE_COMMENTS_ON_FIRST_COLUMN - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent line comments that start on the first column - option id: "org.eclipse.wst.jsdt.core.formatter.formatter.never_indent_line_comments_on_first_column" - possible values: { TRUE, FALSE } - default: FALSE Note that this option is ignored if the formatter is created with the mode ToolFactory.M_FORMAT_NEW.
FORMATTER_NUMBER_OF_EMPTY_LINES_TO_PRESERVE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to specify the number of empty lines to preserve - option id: "org.eclipse.wst.jsdt.core.formatter.number_of_empty_lines_to_preserve" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_PROFILE - Static variable in class org.eclipse.wst.jsdt.ui.PreferenceConstants
A named preference that controls which profile is used by the code formatter.
FORMATTER_PUT_EMPTY_STATEMENT_ON_NEW_LINE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to specify whether or not empty statement should be on a new line - option id: "org.eclipse.wst.jsdt.core.formatter.put_empty_statement_on_new_line" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_TAB_CHAR - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to specify the tabulation size - option id: "org.eclipse.wst.jsdt.core.formatter.tabulation.char" - possible values: { TAB, SPACE, MIXED } - default: TAB More values may be added in the future.
FORMATTER_TAB_SIZE - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to specify the equivalent number of spaces that represents one tabulation - option id: "org.eclipse.wst.jsdt.core.formatter.tabulation.size" - possible values: "<n>", where n is zero or a positive integer - default: "4"
FORMATTER_USE_TABS_ONLY_FOR_LEADING_INDENTATIONS - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to use tabulations only for leading indentations - option id: "org.eclipse.wst.jsdt.core.formatter.use_tabs_only_for_leading_indentations" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_WRAP_BEFORE_BINARY_OPERATOR - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to wrap before the binary operator - option id: "org.eclipse.wst.jsdt.core.formatter.wrap_before_binary_operator" - possible values: { TRUE, FALSE } - default: TRUE This option is used only if the option DefaultCodeFormatterConstants.FORMATTER_ALIGNMENT_FOR_BINARY_EXPRESSION is set.
ForStatement - Class in org.eclipse.wst.jsdt.core.dom
For statement AST node type.
FRAC12 - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
FRAC14 - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
FRAC34 - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
fragmentEquals(char[], char[], int, boolean) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
If isCaseSensite is true, the equality is case sensitive, otherwise it is case insensitive.
fragments() - Method in class org.eclipse.wst.jsdt.core.dom.FieldDeclaration
Returns the live list of variable declaration fragments in this field declaration.
fragments() - Method in class org.eclipse.wst.jsdt.core.dom.TagElement
Returns the live list of fragments in this tag element.
fragments() - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclarationExpression
Returns the live list of variable declaration fragments in this expression.
fragments() - Method in class org.eclipse.wst.jsdt.core.dom.VariableDeclarationStatement
Returns the live list of variable declaration fragments in this statement.
FRAGMENTS_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.FieldDeclaration
The "fragments" structural property of this node type).
FRAGMENTS_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.TagElement
The "fragments" structural property of this node type.
FRAGMENTS_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.VariableDeclarationExpression
The "fragments" structural property of this node type).
FRAGMENTS_PROPERTY - Static variable in class org.eclipse.wst.jsdt.core.dom.VariableDeclarationStatement
The "fragments" structural property of this node type).
FRAME - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
FRAMESET - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.ElementName
 
FRASL - Static variable in interface org.eclipse.wst.jsdt.web.core.javascript.HTML40Namespace.EntityName
 
fromFlagValue(int) - Static method in class org.eclipse.wst.jsdt.core.dom.Modifier.ModifierKeyword
Returns the modifier corresponding to the given single-bit flag value, or null if none or if more than one bit is set.
FUNCTION - Static variable in interface org.eclipse.wst.jsdt.core.search.IJavaScriptSearchConstants
 
FUNCTION_CALL - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
FUNCTION_DECLARATION - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
FUNCTION_DECLARATION - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type FunctionDeclaration.
FUNCTION_EXPRESSION - Static variable in interface org.eclipse.wst.jsdt.core.ast.IASTNode
 
FUNCTION_EXPRESSION - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
 
FUNCTION_INVOCATION - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type FunctionInvocation.
FUNCTION_REF - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type FunctionRef.
FUNCTION_REF_PARAMETER - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
Node type constant indicating a node of type FunctionRefParameter.
FunctionDeclaration - Class in org.eclipse.wst.jsdt.core.dom
Method declaration AST node type.
FunctionExpression - Class in org.eclipse.wst.jsdt.core.dom
Cast expression AST node type.
FunctionInvocation - Class in org.eclipse.wst.jsdt.core.dom
Method invocation expression AST node type.
FunctionRef - Class in org.eclipse.wst.jsdt.core.dom
AST node for a method or constructor reference within a doc comment (JSdoc).
FunctionRefParameter - Class in org.eclipse.wst.jsdt.core.dom
AST node for a parameter within a method reference (FunctionRef).
FunctionType - Variable in class org.eclipse.wst.jsdt.core.infer.InferEngine
 

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 Z