- 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_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_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
-
- fArguments - Variable in class org.eclipse.wst.jsdt.core.refactoring.descriptors.JavaScriptRefactoringDescriptor
-
The argument map
- fContainerStatus - Variable in class org.eclipse.wst.jsdt.ui.wizards.NewContainerWizardPage
-
The status of the last validation.
- fEnclosingTypeStatus - Variable in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
-
- FIELD - Static variable in class org.eclipse.wst.jsdt.core.CorrectionEngine
-
This field is not intended to be used by client.
- 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
-
- 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
-
- fileToString(String) - Static method in class org.eclipse.wst.jsdt.jsdoc.Util
-
- fillActionBars(IActionBars) - Method in class org.eclipse.wst.jsdt.ui.actions.BuildActionGroup
-
- fillActionBars(IActionBars) - Method in class org.eclipse.wst.jsdt.ui.actions.CCPActionGroup
-
- fillActionBars(IActionBars) - Method in class org.eclipse.wst.jsdt.ui.actions.CustomFiltersActionGroup
-
- fillActionBars(IActionBars) - Method in class org.eclipse.wst.jsdt.ui.actions.DeclarationsSearchGroup
-
- fillActionBars(IActionBars) - Method in class org.eclipse.wst.jsdt.ui.actions.GenerateActionGroup
-
- fillActionBars(IActionBars) - Method in class org.eclipse.wst.jsdt.ui.actions.ImplementorsSearchGroup
-
- fillActionBars(IActionBars) - Method in class org.eclipse.wst.jsdt.ui.actions.JavaSearchActionGroup
-
- fillActionBars(IActionBars) - Method in class org.eclipse.wst.jsdt.ui.actions.MemberFilterActionGroup
-
- fillActionBars(IActionBars) - Method in class org.eclipse.wst.jsdt.ui.actions.NavigateActionGroup
-
- fillActionBars(IActionBars) - Method in class org.eclipse.wst.jsdt.ui.actions.OccurrencesSearchGroup
-
- fillActionBars(IActionBars) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenEditorActionGroup
-
- fillActionBars(IActionBars) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenViewActionGroup
-
- fillActionBars(IActionBars) - Method in class org.eclipse.wst.jsdt.ui.actions.ProjectActionGroup
-
- fillActionBars(IActionBars) - Method in class org.eclipse.wst.jsdt.ui.actions.ReadReferencesSearchGroup
-
- fillActionBars(IActionBars) - Method in class org.eclipse.wst.jsdt.ui.actions.RefactorActionGroup
-
- fillActionBars(IActionBars) - Method in class org.eclipse.wst.jsdt.ui.actions.ReferencesSearchGroup
-
- fillActionBars(IActionBars) - Method in class org.eclipse.wst.jsdt.ui.actions.ShowActionGroup
-
- fillActionBars(IActionBars) - Method in class org.eclipse.wst.jsdt.ui.actions.WriteReferencesSearchGroup
-
- fillContextMenu(IMenuManager) - Method in class org.eclipse.wst.jsdt.ui.actions.BuildActionGroup
-
- fillContextMenu(IMenuManager) - Method in class org.eclipse.wst.jsdt.ui.actions.CCPActionGroup
-
- fillContextMenu(IMenuManager) - Method in class org.eclipse.wst.jsdt.ui.actions.DeclarationsSearchGroup
-
- fillContextMenu(IMenuManager) - Method in class org.eclipse.wst.jsdt.ui.actions.GenerateActionGroup
-
- fillContextMenu(IMenuManager) - Method in class org.eclipse.wst.jsdt.ui.actions.ImplementorsSearchGroup
-
- fillContextMenu(IMenuManager) - Method in class org.eclipse.wst.jsdt.ui.actions.ImportActionGroup
-
- fillContextMenu(IMenuManager) - Method in class org.eclipse.wst.jsdt.ui.actions.JavaSearchActionGroup
-
- fillContextMenu(IMenuManager) - Method in class org.eclipse.wst.jsdt.ui.actions.NavigateActionGroup
-
- fillContextMenu(IMenuManager) - Method in class org.eclipse.wst.jsdt.ui.actions.OccurrencesSearchGroup
-
- fillContextMenu(IMenuManager) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenEditorActionGroup
-
- fillContextMenu(IMenuManager) - Method in class org.eclipse.wst.jsdt.ui.actions.OpenViewActionGroup
-
- fillContextMenu(IMenuManager) - Method in class org.eclipse.wst.jsdt.ui.actions.ProjectActionGroup
-
- fillContextMenu(IMenuManager) - Method in class org.eclipse.wst.jsdt.ui.actions.ReadReferencesSearchGroup
-
- fillContextMenu(IMenuManager) - Method in class org.eclipse.wst.jsdt.ui.actions.RefactorActionGroup
-
- fillContextMenu(IMenuManager) - Method in class org.eclipse.wst.jsdt.ui.actions.ReferencesSearchGroup
-
- fillContextMenu(IMenuManager) - Method in class org.eclipse.wst.jsdt.ui.actions.ShowActionGroup
-
- fillContextMenu(IMenuManager) - Method in class org.eclipse.wst.jsdt.ui.actions.WriteReferencesSearchGroup
-
- fillViewMenu(IMenuManager) - Method in class org.eclipse.wst.jsdt.ui.actions.CustomFiltersActionGroup
-
Fills the given view menu with the entries managed by the
group.
- filter - Variable in class org.eclipse.wst.jsdt.core.CorrectionEngine
-
This field is not intended to be used by client.
- filter(IJavaScriptElement[]) - Method in class org.eclipse.wst.jsdt.ui.StandardJavaScriptElementContentProvider
-
- FILTER_FIELDS - Static variable in class org.eclipse.wst.jsdt.ui.actions.MemberFilterActionGroup
-
- FILTER_LOCALTYPES - Static variable in class org.eclipse.wst.jsdt.ui.actions.MemberFilterActionGroup
-
- FILTER_NONPUBLIC - Static variable in class org.eclipse.wst.jsdt.ui.actions.MemberFilterActionGroup
-
- FILTER_STATIC - Static variable in class org.eclipse.wst.jsdt.ui.actions.MemberFilterActionGroup
-
- 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
-
- FinalFieldAssignment - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- finalize() - Method in class org.eclipse.wst.jsdt.jsdoc.ElementInfo
-
- 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
-
- FinalOuterLocalAssignment - Static variable in interface org.eclipse.wst.jsdt.core.compiler.IProblem
-
- FIND_DECLARATIONS_IN_HIERARCHY - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Search menu: name of standard Find Declarations in Hierarchy global action
(value "org.eclipse.wst.jsdt.ui.actions.DeclarationsInHierarchy"
).
- FIND_DECLARATIONS_IN_PROJECT - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Search menu: name of standard Find Declarations in Project global action
(value "org.eclipse.wst.jsdt.ui.actions.DeclarationsInProject"
).
- FIND_DECLARATIONS_IN_WORKING_SET - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Search menu: name of standard Find Declarations in Working Set global action
(value "org.eclipse.wst.jsdt.ui.actions.DeclarationsInWorkingSet"
).
- FIND_DECLARATIONS_IN_WORKSPACE - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Search menu: name of standard Find Declarations in Workspace global action
(value "org.eclipse.wst.jsdt.ui.actions.DeclarationsInWorkspace"
).
- FIND_EXCEPTION_OCCURRENCES - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Search menu: name of standard Find exception occurrences global action (value
"org.eclipse.wst.jsdt.ui.actions.ExceptionOccurrences"
).
- FIND_IMPLEMENT_OCCURRENCES - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Search menu: name of standard Find implement occurrences global action (value
"org.eclipse.wst.jsdt.ui.actions.ImplementOccurrences"
).
- FIND_IMPLEMENTORS_IN_PROJECT - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Search menu: name of standard Find Implementors in Project global action
(value "org.eclipse.wst.jsdt.ui.actions.ImplementorsInProject"
).
- FIND_IMPLEMENTORS_IN_WORKING_SET - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Search menu: name of standard Find Implementors in Working Set global action
(value "org.eclipse.wst.jsdt.ui.actions.ImplementorsInWorkingSet"
).
- FIND_IMPLEMENTORS_IN_WORKSPACE - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Search menu: name of standard Find Implementors in Workspace global action
(value "org.eclipse.wst.jsdt.ui.actions.ImplementorsInWorkspace"
).
- FIND_OCCURRENCES_IN_FILE - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Search menu: name of standard Occurrences in File global action (value
"org.eclipse.wst.jsdt.ui.actions.OccurrencesInFile"
).
- FIND_READ_ACCESS_IN_HIERARCHY - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Search menu: name of standard Find Read Access in Hierarchy global action
(value "org.eclipse.wst.jsdt.ui.actions.ReadAccessInHierarchy"
).
- FIND_READ_ACCESS_IN_PROJECT - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Search menu: name of standard Find Read Access in Project global action
(value "org.eclipse.wst.jsdt.ui.actions.ReadAccessInProject"
).
- FIND_READ_ACCESS_IN_WORKING_SET - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Search menu: name of standard Find Read Access in Working Set global action
(value "org.eclipse.wst.jsdt.ui.actions.ReadAccessInWorkingSet"
).
- FIND_READ_ACCESS_IN_WORKSPACE - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Search menu: name of standard Find Read Access in Workspace global action
(value "org.eclipse.wst.jsdt.ui.actions.ReadAccessInWorkspace"
).
- FIND_REFERENCES_IN_HIERARCHY - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Search menu: name of standard Find References in Hierarchy global action
(value "org.eclipse.wst.jsdt.ui.actions.ReferencesInHierarchy"
).
- FIND_REFERENCES_IN_PROJECT - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Search menu: name of standard Find References in Project global action
(value "org.eclipse.wst.jsdt.ui.actions.ReferencesInProject"
).
- FIND_REFERENCES_IN_WORKING_SET - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Search menu: name of standard Find References in Working Set global action
(value "org.eclipse.wst.jsdt.ui.actions.ReferencesInWorkingSet"
).
- FIND_REFERENCES_IN_WORKSPACE - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Search menu: name of standard Find References in Workspace global action
(value "org.eclipse.wst.jsdt.ui.actions.ReferencesInWorkspace"
).
- FIND_WRITE_ACCESS_IN_HIERARCHY - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Search menu: name of standard Find Read Access in Hierarchy global action
(value "org.eclipse.wst.jsdt.ui.actions.WriteAccessInHierarchy"
).
- FIND_WRITE_ACCESS_IN_PROJECT - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Search menu: name of standard Find Write Access in Project global action
(value "org.eclipse.wst.jsdt.ui.actions.WriteAccessInProject"
).
- FIND_WRITE_ACCESS_IN_WORKING_SET - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Search menu: name of standard Find Read Access in Working Set global action
(value "org.eclipse.wst.jsdt.ui.actions.WriteAccessInWorkingSet"
).
- FIND_WRITE_ACCESS_IN_WORKSPACE - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Search menu: name of standard Find Write Access in Workspace global action
(value "org.eclipse.wst.jsdt.ui.actions.WriteAccessInWorkspace"
).
- FindAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Abstract class for JavaScript search actions.
- findAttribute(char[]) - Method in class org.eclipse.wst.jsdt.core.infer.InferredType
-
Find the inferred attribute with the given name
- findChild(String) - Static method in class org.eclipse.wst.jsdt.jsdoc.ElementInfo
-
- FindDeclarationsAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Finds declarations of the selected element in the workspace.
- FindDeclarationsAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindDeclarationsAction
-
Creates a new FindDeclarationsAction
.
- FindDeclarationsInHierarchyAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Finds declarations of the selected element in its hierarchy.
- FindDeclarationsInHierarchyAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindDeclarationsInHierarchyAction
-
Creates a new FindDeclarationsInHierarchyAction
.
- FindDeclarationsInProjectAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Finds declarations of the selected element in the enclosing project
of the selected element.
- FindDeclarationsInProjectAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindDeclarationsInProjectAction
-
Creates a new FindDeclarationsInProjectAction
.
- FindDeclarationsInWorkingSetAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Finds declarations of the selected element in working sets.
- FindDeclarationsInWorkingSetAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindDeclarationsInWorkingSetAction
-
Creates a new FindDeclarationsInWorkingSetAction
.
- FindDeclarationsInWorkingSetAction(IWorkbenchSite, IWorkingSet[]) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindDeclarationsInWorkingSetAction
-
Creates a new FindDeclarationsInWorkingSetAction
.
- FindDeclarationsInWorkingSetAction(JavaEditor, IWorkingSet[]) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindDeclarationsInWorkingSetAction
-
Note: This constructor is for internal use only.
- 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.
- findDefinedMember(char[]) - Method in class org.eclipse.wst.jsdt.core.infer.InferEngine
-
- findDefinedType(char[]) - Method in class org.eclipse.wst.jsdt.core.infer.InferEngine
-
- 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.
- FindExceptionOccurrencesAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Action to find all originators of a exception (e.g. method invocations,
class casts, ...) for a given exception.
- FindExceptionOccurrencesAction(JavaEditor) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindExceptionOccurrencesAction
-
Note: This constructor is for internal use only.
- FindExceptionOccurrencesAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindExceptionOccurrencesAction
-
Creates a new FindExceptionOccurrencesAction
.
- findFreePort() - Static method in class org.eclipse.wst.jsdt.debug.core.jsdi.connect.SocketUtil
-
Returns a free port number on localhost, or -1 if unable to find a free port.
- findFreePortString() - Static method in class org.eclipse.wst.jsdt.debug.core.jsdi.connect.SocketUtil
-
Returns a free port number encoded as a string
- findFunctions(IFunction) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptUnit
-
Finds the function in this javaScript file that correspond to
the given function.
- FindImplementOccurrencesAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Action to find all implement occurrences of an extended class or an implemented interface.
- FindImplementOccurrencesAction(JavaEditor) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindImplementOccurrencesAction
-
Note: This constructor is for internal use only.
- FindImplementOccurrencesAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindImplementOccurrencesAction
-
Creates a new FindImplementOccurrencesAction
.
- FindImplementorsAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Finds implementors of the selected element in the workspace.
- FindImplementorsAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindImplementorsAction
-
Creates a new FindImplementorsAction
.
- FindImplementorsInProjectAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Finds implementors of the selected element in the enclosing project.
- FindImplementorsInProjectAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindImplementorsInProjectAction
-
Creates a new FindImplementorsInProjectAction
.
- FindImplementorsInWorkingSetAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Finds implementors of the selected element in working sets.
- FindImplementorsInWorkingSetAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindImplementorsInWorkingSetAction
-
Creates a new FindImplementorsInWorkingSetAction
.
- FindImplementorsInWorkingSetAction(IWorkbenchSite, IWorkingSet[]) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindImplementorsInWorkingSetAction
-
Creates a new FindImplementorsInWorkingSetAction
.
- FindImplementorsInWorkingSetAction(JavaEditor, IWorkingSet[]) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindImplementorsInWorkingSetAction
-
Note: This constructor is for internal use only.
- findInContext(String, String, int) - Method in class org.eclipse.wst.jsdt.core.dom.rewrite.ImportRewrite.ImportRewriteContext
-
- findJavaExecutable(File) - Static method in class org.eclipse.wst.jsdt.launching.StandardVMType
-
Starting in the specified VM install location, attempt to find the 'java' executable
file.
- 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.
- FindOccurrencesInFileAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Action to find all occurrences of a compilation unit member (e.g.
- FindOccurrencesInFileAction(IViewPart) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindOccurrencesInFileAction
-
Creates a new FindOccurrencesInFileAction
.
- FindOccurrencesInFileAction(Page) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindOccurrencesInFileAction
-
Creates a new FindOccurrencesInFileAction
.
- FindOccurrencesInFileAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindOccurrencesInFileAction
-
Creates a new FindOccurrencesInFileAction
.
- 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.
- FindReadReferencesAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Finds field read accesses of the selected element in the workspace.
- FindReadReferencesAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindReadReferencesAction
-
Creates a new FindReadReferencesAction
.
- FindReadReferencesInHierarchyAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Finds field read accesses of the selected element in its hierarchy.
- FindReadReferencesInHierarchyAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindReadReferencesInHierarchyAction
-
Creates a new FindReadReferencesInHierarchyAction
.
- FindReadReferencesInProjectAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Finds field read accesses of the selected element in the enclosing project.
- FindReadReferencesInProjectAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindReadReferencesInProjectAction
-
Creates a new FindReadReferencesInProjectAction
.
- FindReadReferencesInWorkingSetAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Finds field read accesses of the selected element in working sets.
- FindReadReferencesInWorkingSetAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindReadReferencesInWorkingSetAction
-
Creates a new FindReadReferencesInWorkingSetAction
.
- FindReadReferencesInWorkingSetAction(IWorkbenchSite, IWorkingSet[]) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindReadReferencesInWorkingSetAction
-
Creates a new FindReadReferencesInWorkingSetAction
.
- FindReadReferencesInWorkingSetAction(JavaEditor, IWorkingSet[]) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindReadReferencesInWorkingSetAction
-
Note: This constructor is for internal use only.
- findRecommendedLineSeparator() - Method in interface org.eclipse.wst.jsdt.core.IOpenable
-
Finds and returns the recommended line separator for this element.
- FindReferencesAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Finds references of the selected element in the workspace.
- FindReferencesAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindReferencesAction
-
Creates a new FindReferencesAction
.
- FindReferencesInHierarchyAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Finds references of the selected element in its hierarchy.
- FindReferencesInHierarchyAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindReferencesInHierarchyAction
-
Creates a new FindReferencesInHierarchyAction
.
- FindReferencesInProjectAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Finds references to the selected element in the enclosing project
of the selected element.
- FindReferencesInProjectAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindReferencesInProjectAction
-
Creates a new FindReferencesInProjectAction
.
- FindReferencesInWorkingSetAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Finds references of the selected element in working sets.
- FindReferencesInWorkingSetAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindReferencesInWorkingSetAction
-
Creates a new FindReferencesInWorkingSetAction
.
- FindReferencesInWorkingSetAction(IWorkbenchSite, IWorkingSet[]) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindReferencesInWorkingSetAction
-
Creates a new FindReferencesInWorkingSetAction
.
- FindReferencesInWorkingSetAction(JavaEditor, IWorkingSet[]) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindReferencesInWorkingSetAction
-
Note: This constructor is for internal use only.
- 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
-
- 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
-
- findTypes(String) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
-
Returns all the types found following this project's include path with
the given fully qualified name.
- findTypes(String, WorkingCopyOwner) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptProject
-
Returns all the types found following this project's include path with
the given fully qualified name.
- findVMInstall(String) - Method in class org.eclipse.wst.jsdt.launching.AbstractVMInstallType
-
- findVMInstall(String) - Method in interface org.eclipse.wst.jsdt.launching.IVMInstallType
-
Finds the VM with the given id.
- findVMInstallByName(String) - Method in class org.eclipse.wst.jsdt.launching.AbstractVMInstallType
-
- findVMInstallByName(String) - Method in interface org.eclipse.wst.jsdt.launching.IVMInstallType
-
Finds the VM with the given name.
- findWorkingCopy(WorkingCopyOwner) - Method in interface org.eclipse.wst.jsdt.core.IJavaScriptUnit
-
- FindWriteReferencesAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Finds field write accesses of the selected element in the workspace.
- FindWriteReferencesAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindWriteReferencesAction
-
Creates a new FindWriteReferencesAction
.
- FindWriteReferencesInHierarchyAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Finds field write accesses of the selected element in its hierarchy.
- FindWriteReferencesInHierarchyAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindWriteReferencesInHierarchyAction
-
Creates a new FindWriteReferencesInHierarchyAction
.
- FindWriteReferencesInProjectAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Finds field write accesses of the selected element in the enclosing project.
- FindWriteReferencesInProjectAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindWriteReferencesInProjectAction
-
Creates a new FindWriteReferencesInProjectAction
.
- FindWriteReferencesInWorkingSetAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Finds field write accesses of the selected element in working sets.
- FindWriteReferencesInWorkingSetAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindWriteReferencesInWorkingSetAction
-
Creates a new FindWriteReferencesInWorkingSetAction
.
- FindWriteReferencesInWorkingSetAction(IWorkbenchSite, IWorkingSet[]) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindWriteReferencesInWorkingSetAction
-
Creates a new FindWriteReferencesInWorkingSetAction
.
- FindWriteReferencesInWorkingSetAction(JavaEditor, IWorkingSet[]) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FindWriteReferencesInWorkingSetAction
-
Note: This constructor is for internal use only.
- 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 - Class in org.eclipse.wst.jsdt.core.compiler.libraries
-
- FireFoxLibInitializer - Class in org.eclipse.wst.jsdt.core.compiler.libraries
-
- FireFoxLibInitializer() - Constructor for class org.eclipse.wst.jsdt.core.compiler.libraries.FireFoxLibInitializer
-
- FireFoxLibInitializer() - Constructor for class org.eclipse.wst.jsdt.core.compiler.libraries.FireFoxLibInitializer
-
- FireFoxLibInitializer() - Constructor for class org.eclipse.wst.jsdt.core.compiler.libraries.FireFoxLibInitializer
-
- FireFoxUiInitializer - Class in org.eclipse.wst.jsdt.core.compiler.libraries
-
- FireFoxUiInitializer - Class in org.eclipse.wst.jsdt.core.compiler.libraries
-
- FireFoxUiInitializer - Class in org.eclipse.wst.jsdt.core.compiler.libraries
-
- FireFoxUiInitializer() - Constructor for class org.eclipse.wst.jsdt.core.compiler.libraries.FireFoxUiInitializer
-
- FireFoxUiInitializer() - Constructor for class org.eclipse.wst.jsdt.core.compiler.libraries.FireFoxUiInitializer
-
- FireFoxUiInitializer() - Constructor for class org.eclipse.wst.jsdt.core.compiler.libraries.FireFoxUiInitializer
-
- fireVMAdded(IVMInstall) - Static method in class org.eclipse.wst.jsdt.launching.JavaRuntime
-
Notifies all VM install changed listeners of the VM addition
- fireVMChanged(PropertyChangeEvent) - Static method in class org.eclipse.wst.jsdt.launching.JavaRuntime
-
Notifies all VM install changed listeners of the given property change.
- fireVMRemoved(IVMInstall) - Static method in class org.eclipse.wst.jsdt.launching.JavaRuntime
-
Notifies all VM install changed listeners of the VM removal
- FIRST_KIND - Static variable in class org.eclipse.wst.jsdt.core.CompletionProposal
-
First valid completion kind.
- firstLeadingCommentIndex(ASTNode) - Method in class org.eclipse.wst.jsdt.core.dom.JavaScriptUnit
-
- fixLibPackageTail(char[]) - Static method in class org.eclipse.wst.jsdt.core.compiler.CharOperation
-
- 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
-
- fModifierStatus - Variable in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
-
- FOLDING_COLLAPSE_COMMENTS - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition id of the collapse comments action
(value: "org.eclipse.wst.jsdt.ui.edit.text.java.folding.collapseComments"
).
- FOLDING_COLLAPSE_MEMBERS - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition id of the collapse members action
(value: "org.eclipse.wst.jsdt.ui.edit.text.java.folding.collapseMembers"
).
- 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_OF_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
.
- 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.
- 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.
- FORMAT - Static variable in interface org.eclipse.wst.jsdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition ID of the source -> format action
(value "org.eclipse.wst.jsdt.ui.edit.text.java.format"
).
- FORMAT - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Source menu: name of standard Format global action
(value "org.eclipse.wst.jsdt.ui.actions.Format"
).
- FORMAT_ELEMENT - Static variable in class org.eclipse.wst.jsdt.ui.actions.JdtActionConstants
-
Source menu: name of standard Format Element global action
(value "org.eclipse.wst.jsdt.ui.actions.FormatElement"
).
- FormatAllAction - Class in org.eclipse.wst.jsdt.ui.actions
-
Formats the code of the compilation units contained in the selection.
- FormatAllAction(IWorkbenchSite) - Constructor for class org.eclipse.wst.jsdt.ui.actions.FormatAllAction
-
Creates a new FormatAllAction
.
- FormatAllAction.ObjectDelegate - Class in org.eclipse.wst.jsdt.ui.actions
-
- 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
-
- 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
-
- 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_COLON_IN_OBJECT_INITIALIZER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
-
FORMATTER / Option to insert a space after the colon in an object initializer expression
- option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_colon_in_object_initializer"
- 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_FUNCTION_KEYWORD - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
-
FORMATTER / Option to insert a space after the function keyword (opening parenthesis in an anonymous function declaration)
- option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_after_function_keyword"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_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_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_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_COLON_IN_OBJECT_INITIALIZER - Static variable in class org.eclipse.wst.jsdt.core.formatter.DefaultCodeFormatterConstants
-
FORMATTER / Option to insert a space before colon in an object initializer expression
- option id: "org.eclipse.wst.jsdt.core.formatter.insert_space_before_colon_in_object_initializer"
- 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_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_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
-
- ForOfStatement - Class in org.eclipse.wst.jsdt.core.dom
-
For...of statement AST node type.
- ForStatement - Class in org.eclipse.wst.jsdt.core.dom
-
For statement AST node type.
- fPackageStatus - Variable in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
-
- fProvideMembers - Variable in class org.eclipse.wst.jsdt.ui.StandardJavaScriptElementContentProvider
-
- fProvideWorkingCopy - Variable in class org.eclipse.wst.jsdt.ui.StandardJavaScriptElementContentProvider
-
- 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(int) - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.ThreadReference
-
Returns the stack frame for the given index in this thread.
- frameCount() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.ThreadReference
-
Returns the total stack frame count for this thread
- frames() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.ThreadReference
-
Returns the live list of stack frames for this thread.
- freeObject(ElementInfo) - Static method in class org.eclipse.wst.jsdt.jsdoc.ElementInfo
-
- FROM_EVAL - Static variable in class org.eclipse.wst.jsdt.debug.rhino.debugger.shell.DebugMain
-
Copy from Main
to specify as the path when evaluating a script via the -e
argument
Value is: <command>
- 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.
- fSuperClassStatus - Variable in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
-
- fSuperInterfacesStatus - Variable in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
-
- fTypeNameStatus - Variable in class org.eclipse.wst.jsdt.ui.wizards.NewTypeWizardPage
-
- FUNCTION - Static variable in interface org.eclipse.wst.jsdt.core.search.IJavaScriptSearchConstants
-
- FUNCTION - Static variable in interface org.eclipse.wst.jsdt.debug.core.model.IJavaScriptValue
-
- 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_DECLARATION_STATEMENT - Static variable in class org.eclipse.wst.jsdt.core.dom.ASTNode
-
- 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_NAME - Static variable in class org.eclipse.wst.jsdt.core.infer.InferredType
-
- FUNCTION_NAME - Static variable in interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptFunctionBreakpoint
-
The id of the attribute for the function name
- 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
.
- FUNCTION_SIGNAURE - Static variable in interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptFunctionBreakpoint
-
The id of the attribute for a method signature
- functionBody() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.FunctionReference
-
Returns the source code for the body of the function.
- FunctionDeclaration - Class in org.eclipse.wst.jsdt.core.dom
-
Method declaration AST node type.
- FunctionDeclarationStatement - Class in org.eclipse.wst.jsdt.core.dom
-
Wrapper to turn
FunctionDeclaration
to a
Statement
Provisional API: This class/interface is part of an interim API that is still under development and expected to
change significantly before reaching stability.
- 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.
- functionLocation(String) - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.ScriptReference
-
Returns the
Location
information for a function with the given name in this script.
- functionName() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.FunctionReference
-
Returns the name of the function as it has been defined at the creation time of this value.
- functionName() - Method in interface org.eclipse.wst.jsdt.debug.core.jsdi.Location
-
Returns the name of the function this location resides in, if any
- FunctionRef - Class in org.eclipse.wst.jsdt.core.dom
-
AST node for a method or constructor reference within a doc comment
(
JSdoc
).
- FunctionReference - Interface in org.eclipse.wst.jsdt.debug.core.jsdi
-
Abstract representation of a function object with-respect-to Javascript debugging.
- 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
-