Overview

 
Package  Class  Use  Tree  Deprecated  Help 
Eclipse JDT
Release 3.0
 PREV LETTER   NEXT LETTER FRAMES    NO FRAMES  
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _


 

F

F2D - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
F2I - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
F2L - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FADD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FALSE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Value to set an option to true.
FASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FATAL - Static variable in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Status severity constant (value 4) indicating this status represents a fatal error.
FCMPG - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FCMPL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FCONST_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FCONST_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FCONST_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FDIV - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FIELD - Static variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
FIELD - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a field.
FIELD - Static variable in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Node type constant indicating a field declaration.
FIELD - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a field.
FIELD_ACCESS - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type FieldAccess.
FIELD_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type FieldDeclaration.
FIELD_INFOS - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read the constant pool entries and the field infos of a .class file.
FIELD_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a reference to a field.
FILTER_FIELDS - Static variable in class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
 
FILTER_LOCALTYPES - Static variable in class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
 
FILTER_NONPUBLIC - Static variable in class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
 
FILTER_STATIC - Static variable in class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
 
FINAL - Static variable in class org.eclipse.jdt.core.dom.Modifier
"final" modifier constant (bit mask).
FINAL - Static variable in class org.eclipse.jdt.ui.JavaElementImageDescriptor
Flag to render the final adornment.
FINALLY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TryStatement
The "finally" structural property of this node type.
FINAL_CONDITIONS - Static variable in class org.eclipse.ltk.core.refactoring.CheckConditionsOperation
Flag indicating that only final conditions will be checked
FINAL_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
"final" modifier with flag value Modifier.FINAL.
FIND_DECLARATIONS_IN_HIERARCHY - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Search menu: name of standard Find Declarations in Hierarchy global action (value "org.eclipse.jdt.ui.actions.DeclarationsInHierarchy").
FIND_DECLARATIONS_IN_PROJECT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Search menu: name of standard Find Declarations in Project global action (value "org.eclipse.jdt.ui.actions.DeclarationsInProject").
FIND_DECLARATIONS_IN_WORKING_SET - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Search menu: name of standard Find Declarations in Working Set global action (value "org.eclipse.jdt.ui.actions.DeclarationsInWorkingSet").
FIND_DECLARATIONS_IN_WORKSPACE - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Search menu: name of standard Find Declarations in Workspace global action (value "org.eclipse.jdt.ui.actions.DeclarationsInWorkspace").
FIND_EXCEPTION_OCCURRENCES - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Search menu: name of standard Find exception occurrences global action (value "org.eclipse.jdt.ui.actions.ExceptionOccurrences").
FIND_IMPLEMENTORS_IN_PROJECT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Search menu: name of standard Find Implementors in Project global action (value "org.eclipse.jdt.ui.actions.ImplementorsInProject").
FIND_IMPLEMENTORS_IN_WORKING_SET - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Search menu: name of standard Find Implementors in Working Set global action (value "org.eclipse.jdt.ui.actions.ImplementorsInWorkingSet").
FIND_IMPLEMENTORS_IN_WORKSPACE - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Search menu: name of standard Find Implementors in Workspace global action (value "org.eclipse.jdt.ui.actions.ImplementorsInWorkspace").
FIND_OCCURRENCES_IN_FILE - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Search menu: name of standard Occurrences in File global action (value "org.eclipse.jdt.ui.actions.OccurrencesInFile").
FIND_READ_ACCESS_IN_HIERARCHY - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Search menu: name of standard Find Read Access in Hierarchy global action (value "org.eclipse.jdt.ui.actions.ReadAccessInHierarchy").
FIND_READ_ACCESS_IN_PROJECT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Search menu: name of standard Find Read Access in Project global action (value "org.eclipse.jdt.ui.actions.ReadAccessInProject").
FIND_READ_ACCESS_IN_WORKING_SET - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Search menu: name of standard Find Read Access in Working Set global action (value "org.eclipse.jdt.ui.actions.ReadAccessInWorkingSet").
FIND_READ_ACCESS_IN_WORKSPACE - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Search menu: name of standard Find Read Access in Workspace global action (value "org.eclipse.jdt.ui.actions.ReadAccessInWorkspace").
FIND_REFERENCES_IN_HIERARCHY - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Search menu: name of standard Find References in Hierarchy global action (value "org.eclipse.jdt.ui.actions.ReferencesInHierarchy").
FIND_REFERENCES_IN_PROJECT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Search menu: name of standard Find References in Project global action (value "org.eclipse.jdt.ui.actions.ReferencesInProject").
FIND_REFERENCES_IN_WORKING_SET - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Search menu: name of standard Find References in Working Set global action (value "org.eclipse.jdt.ui.actions.ReferencesInWorkingSet").
FIND_REFERENCES_IN_WORKSPACE - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Search menu: name of standard Find References in Workspace global action (value "org.eclipse.jdt.ui.actions.ReferencesInWorkspace").
FIND_STRINGS_TO_EXTERNALIZE - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> find strings to externalize action (value "org.eclipse.jdt.ui.edit.text.java.find.strings.to.externalize").
FIND_STRINGS_TO_EXTERNALIZE - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Find Strings to Externalize global action (value "org.eclipse.jdt.ui.actions.FindStringsToExternalize").
FIND_WRITE_ACCESS_IN_HIERARCHY - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Search menu: name of standard Find Read Access in Hierarchy global action (value "org.eclipse.jdt.ui.actions.WriteAccessInHierarchy").
FIND_WRITE_ACCESS_IN_PROJECT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Search menu: name of standard Find Write Access in Project global action (value "org.eclipse.jdt.ui.actions.WriteAccessInProject").
FIND_WRITE_ACCESS_IN_WORKING_SET - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Search menu: name of standard Find Read Access in Working Set global action (value "org.eclipse.jdt.ui.actions.WriteAccessInWorkingSet").
FIND_WRITE_ACCESS_IN_WORKSPACE - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Search menu: name of standard Find Write Access in Workspace global action (value "org.eclipse.jdt.ui.actions.WriteAccessInWorkspace").
FLAGS - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Flags marker attribute (value "flags").
FLOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FLOAD_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FLOAD_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FLOAD_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FLOAD_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FLOAT - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
Type code for the primitive type "float".
FMUL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FNEG - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FORCE_IMMEDIATE_SEARCH - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search operation starts immediately, even if the underlying indexer has not finished indexing the workspace.
FORCE_SAVE - Static variable in class org.eclipse.ltk.core.refactoring.TextFileChange
Flag (value 2) indicating that the file is to be saved after the change has been applied.
FORMAT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> format action (value "org.eclipse.jdt.ui.edit.text.java.format").
FORMAT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Format global action (value "org.eclipse.jdt.ui.actions.Format").
FORMATTER_alignMENT_FOR_ARGUMENTS_IN_ALLOCATION_EXPRESSION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of arguments in allocation expression - option id: "org.eclipse.jdt.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_EXPLICIT_CONSTRUCTOR_CALL - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of arguments in explicit constructor call - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of arguments in method invocation - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of arguments in qualified allocation expression - option id: "org.eclipse.jdt.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_BINARY_EXPRESSION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of binary expression - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of compact if - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of conditional expression - option id: "org.eclipse.jdt.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_EXPRESSIONS_IN_ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of expressions in array initializer - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of multiple fields - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of parameters in constructor declaration - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of parameters in method declaration - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of selector in method invocation - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of superclass in type declaration - option id: "org.eclipse.jdt.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_TYPE_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of superinterfaces in type declaration - option id: "org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration" - possible values: values returned by createAlignmentValue(boolean, int, int) call - default: createAlignmentValue(false, WRAP_NEXT_SHIFTED, INDENT_DEFAULT)
FORMATTER_alignMENT_FOR_THROWS_CLAUSE_IN_CONSTRUCTOR_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of throws clause in constructor declaration - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option for alignment of throws clause in method declaration - option id: "org.eclipse.jdt.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_align_TYPE_MEMBERS_ON_COLUMNS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to align type members of a type declaration on column - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines after the imports declaration - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines after the package declaration - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines at the beginning of the method body - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines before a field declaration - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines before the first class body declaration - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines before the imports declaration - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines before a member type declaration - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines before a method declaration - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines before a new chunk - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines before the package declaration - option id: "org.eclipse.jdt.core.formatter.blank_lines_before_package" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BLANK_LINES_BETWEEN_TYPE_DECLARATIONS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to add blank lines between type declarations - option id: "org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations" - possible values: "<n>", where n is zero or a positive integer - default: "0"
FORMATTER_BRACE_POSITION_FOR_ANONYMOUS_TYPE_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of a anonymous type declaration - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of an array initializer - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of a block - option id: "org.eclipse.jdt.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.jdt.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.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of a constructor declaration - option id: "org.eclipse.jdt.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_METHOD_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of a method declaration - option id: "org.eclipse.jdt.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_SWITCH - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of a switch statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to position the braces of a type declaration - option id: "org.eclipse.jdt.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_CLEAR_BLANK_LINES - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use DefaultCodeFormatterConstants.FORMATTER_NUMBER_OF_EMPTY_LINES_TO_PRESERVE instead
FORMATTER_COMMENT_CLEARBLANKLINES - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether blank lines are cleared during formatting.
FORMATTER_COMMENT_FORMAT - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether Javadoc comments are formatted by the content formatter.
FORMATTER_COMMENT_FORMATHEADER - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether the header comment of a Java source file is formatted.
FORMATTER_COMMENT_FORMATHTML - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether HTML tags are formatted.
FORMATTER_COMMENT_FORMATSOURCE - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether code snippets are formatted in Javadoc comments.
FORMATTER_COMMENT_INDENTPARAMETERDESCRIPTION - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether description of Javadoc parameters are indented.
FORMATTER_COMMENT_INDENTROOTTAGS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether Javadoc root tags are indented.
FORMATTER_COMMENT_LINELENGTH - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls the line length of comments.
FORMATTER_COMMENT_NEWLINEFORPARAMETER - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether a new line is inserted after Javadoc root tag parameters.
FORMATTER_COMMENT_SEPARATEROOTTAGS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether an empty line is inserted before the Javadoc root tag block.
FORMATTER_COMPACT_ASSIGNMENT - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use DefaultCodeFormatterConstants.FORMATTER_INSERT_SPACE_BEFORE_ASSIGNMENT_OPERATOR instead
FORMATTER_COMPACT_ELSE_IF - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to compact else/if - option id: "org.eclipse.jdt.core.formatter.compact_else_if" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_CONTINUATION_INDENTATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to set the continuation indentation - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to set the continuation indentation inside array initializer - option id: "org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer" - possible values: "<n>", where n is zero or a positive integer - default: "2"
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_TYPE_HEADER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent body declarations compare to its enclosing type header - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent breaks compare to cases - option id: "org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_INDENT_STATEMENTS_COMPARE_TO_BLOCK - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent statements inside a block - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent statements inside the body of a method or a constructor - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent switch statements compare to cases - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to indent switch statements compare to switch - option id: "org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch" - possible values: { TRUE, FALSE } - default: TRUE
FORMATTER_INSERT_NEW_LINE_AFTER_OPENING_BRACE_IN_ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line after the opening brace in an array initializer - option id: "org.eclipse.jdt.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_BEFORE_CATCH_IN_TRY_STATEMENT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line before the catch keyword in try statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line before the closing brace in an array initializer - option id: "org.eclipse.jdt.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_ELSE_IN_IF_STATEMENT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line before the else keyword in if statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line before the finally keyword in try statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line before while in do statement - option id: "org.eclipse.jdt.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_ANONYMOUS_TYPE_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line in an empty anonymous type declaration - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line in an empty block - option id: "org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_METHOD_BODY - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line in an empty method body - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a new line in an empty type declaration - option id: "org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_ASSIGNMENT_OPERATOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after an assignment operator - option id: "org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_BINARY_OPERATOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after a binary operator - option id: "org.eclipse.jdt.core.formatter.insert_space_after_binary_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_CLOSING_BRACE_IN_BLOCK - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the closing brace of a block - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the closing parenthesis of a cast expression - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the colon in an assert statement - option id: "org.eclipse.jdt.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.jdt.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.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the colon in a conditional expression - option id: "org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COLON_IN_LABELED_STATEMENT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the colon in a labeled statement - option id: "org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ALLOCATION_EXPRESSION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in an allocation expression - option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in an array initializer - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the parameters of a constructor declaration - option id: "org.eclipse.jdt.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.jdt.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.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_EXPLICIT_CONSTRUCTOR_CALL_ARGUMENTS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the arguments of an explicit constructor call - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the increments of a for statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the initializations of a for statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the parameters of a method declaration - option id: "org.eclipse.jdt.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.jdt.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.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in the arguments of a method invocation - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in multiple field declaration - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in multiple local declaration - option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_SUPERINTERFACES - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the comma in superinterfaces names of a type header - option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_AFTER_OPENING_BRACE_IN_ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening brace in an array initializer - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening bracket inside an array allocation expression - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening bracket inside an array reference - option id: "org.eclipse.jdt.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_CAST - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a cast expression - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a catch - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a constructor declaration - option id: "org.eclipse.jdt.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_FOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a for statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in an if statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a method declaration - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a method invocation - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a parenthesized expression - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a switch statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a synchronized statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after the opening parenthesis in a while statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after a postfix operator - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after a prefix operator - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after question mark in a conditional expression - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after semicolon in a for statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space after an unary operator - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before an assignment operator - option id: "org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_BINARY_OPERATOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before an binary operator - option id: "org.eclipse.jdt.core.formatter.insert_space_before_binary_operator" - 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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing brace in an array initializer - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing bracket in an array allocation expression - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing bracket in an array reference - option id: "org.eclipse.jdt.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_CAST - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a cast expression - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a catch - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a constructor declaration - option id: "org.eclipse.jdt.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_FOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a for statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in an if statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a method declaration - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a method invocation - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a parenthesized expression - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a switch statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a synchronized statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the closing parenthesis in a while statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before colon in an assert statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before colon in a case statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before colon in a conditional expression - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before colon in a default statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_LABELED_STATEMENT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before colon in a labeled statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ALLOCATION_EXPRESSION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in an allocation expression - option id: "org.eclipse.jdt.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_ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in an array initializer - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the parameters of a constructor declaration - option id: "org.eclipse.jdt.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.jdt.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.jdt.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_EXPLICIT_CONSTRUCTOR_CALL_ARGUMENTS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the arguments of an explicit constructor call - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the increments of a for statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the initializations of a for statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the parameters of a method declaration - option id: "org.eclipse.jdt.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.jdt.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.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the arguments of a method invocation - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in a multiple field declaration - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in a multiple local declaration - option id: "org.eclipse.jdt.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_SUPERINTERFACES - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before comma in the superinterfaces names in a type header - option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ANONYMOUS_TYPE_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in an anonymous type declaration - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in an array initializer - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_BLOCK - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in a block - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in a constructor declaration - option id: "org.eclipse.jdt.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_METHOD_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in a method declaration - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in a switch statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening brace in a type declaration - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening bracket in an array allocation expression - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening bracket in an array reference - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening bracket in an array type reference - option id: "org.eclipse.jdt.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_CATCH - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a catch - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a constructor declaration - option id: "org.eclipse.jdt.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_FOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a for statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in an if statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a method declaration - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a method invocation - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a parenthesized expression - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a switch statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a synchronized statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before the opening parenthesis in a while statement - option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
FORMATTER_INSERT_SPACE_BEFORE_POSTFIX_OPERATOR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before a postfix operator - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before a prefix operator - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before question mark in a conditional expression - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before semicolon - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before semicolon in for statement - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space before unary operator - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space between brackets in an array type reference - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space between empty braces in an array initializer - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space between empty brackets in an array allocation expression - option id: "org.eclipse.jdt.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_CONSTRUCTOR_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space between empty parenthesis in a constructor declaration - option id: "org.eclipse.jdt.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_METHOD_DECLARATION - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space between empty parenthesis in a method declaration - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to insert a space between empty parenthesis in a method invocation - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to keep else statement on the same line - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to keep empty array initializer one one line - option id: "org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_KEEP_GUARDIAN_CLAUSE_ON_ONE_LINE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to keep guardian clause on one line - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to keep simple if statement on the one line - option id: "org.eclipse.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to keep then statement on the same line - option id: "org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_LINE_SPLIT - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use DefaultCodeFormatterConstants.FORMATTER_LINE_SPLIT instead
FORMATTER_LINE_SPLIT - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to specify the length of the page.
FORMATTER_NEWLINE_CONTROL - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_IN_CONTROL_STATEMENTS instead.
FORMATTER_NEWLINE_ELSE_IF - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use DefaultCodeFormatterConstants.FORMATTER_COMPACT_ELSE_IF instead
FORMATTER_NEWLINE_EMPTY_BLOCK - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_IN_EMPTY_BLOCK instead
FORMATTER_NEWLINE_OPENING_BRACE - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_ANONYMOUS_TYPE_DECLARATION, DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_BLOCK, DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_CONSTRUCTOR_DECLARATION, DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_METHOD_DECLARATION, DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_SWITCH, DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_TYPE_DECLARATION instead
FORMATTER_NUMBER_OF_EMPTY_LINES_TO_PRESERVE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to specify the number of empty lines to preserve - option id: "org.eclipse.jdt.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.jdt.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.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to specify whether or not empty statement should be on a new line - option id: "org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line" - possible values: { TRUE, FALSE } - default: FALSE
FORMATTER_SPACE_CASTEXPRESSION - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use DefaultCodeFormatterConstants.FORMATTER_INSERT_SPACE_AFTER_CLOSING_PAREN_IN_CAST instead
FORMATTER_TAB_CHAR - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use DefaultCodeFormatterConstants.FORMATTER_TAB_CHAR instead
FORMATTER_TAB_CHAR - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to specify the tabulation size - option id: "org.eclipse.jdt.core.formatter.tabulation.size" - possible values: { TAB, SPACE } - default: TAB
FORMATTER_TAB_SIZE - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. Use DefaultCodeFormatterConstants.FORMATTER_TAB_SIZE instead
FORMATTER_TAB_SIZE - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Option to specify the tabulation size - option id: "org.eclipse.jdt.core.formatter.tabulation.size" - possible values: "<n>", where n is zero or a positive integer - default: "4"
FORMAT_ELEMENT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Format Element global action (value "org.eclipse.jdt.ui.actions.FormatElement").
FOR_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ForStatement.
FRAGMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.FieldDeclaration
The "fragments" structural property of this node type).
FRAGMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TagElement
The "fragments" structural property of this node type.
FRAGMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
The "fragments" structural property of this node type).
FRAGMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
The "fragments" structural property of this node type).
FREM - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FRETURN - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FSTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FSTORE_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FSTORE_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FSTORE_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FSTORE_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
FSUB - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
F_ABSTRACT - Variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Abstract property flag.
F_ADDED_TO_CLASSPATH - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that a classpath entry corresponding to the element has been added to the project's classpath.
F_ARCHIVE_CONTENT_CHANGED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the element's archive content on the classpath has changed.
F_CHILDREN - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that there are changes to the children of the element.
F_CLASSPATH_CHANGED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the raw classpath (or the output folder) of a project has changed.
F_CLASSPATH_REORDER - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Deprecated. Use F_REORDER instead.
F_CLOSED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the underlying IProject has been closed.
F_CONTENT - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the content of the element has changed.
F_FINAL - Variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Final access flag.
F_FINE_GRAINED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
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_MODIFIERS - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the modifiers of the element have changed.
F_MOVED_FROM - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the element was moved from another location.
F_MOVED_TO - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the element was moved to another location.
F_OPENED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the underlying IProject has been opened.
F_PRIMARY_RESOURCE - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the resource of a primary compilation unit has changed.
F_PRIMARY_WORKING_COPY - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that a compilation unit has become a primary working copy, or that a primary working copy has reverted to a compilation unit.
F_PRIVATE - Variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Private access flag.
F_PROTECTED - Variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Protected access flag.
F_PUBLIC - Variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Public access flag.
F_REMOVED_FROM_CLASSPATH - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that a classpath entry corresponding to the element has been removed from the project's classpath.
F_REORDER - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the element has changed position relatively to its siblings.
F_SOURCEATTACHED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the source attachment path or the source attachment root path of a classpath entry corresponding to the element was added.
F_SOURCEDETACHED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that the source attachment path or the source attachment root path of a classpath entry corresponding to the element was removed.
F_STATIC - Variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Static access flag.
F_SUPER_TYPES - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Change flag indicating that one of the supertypes of an IType has changed.
FieldAccess - class org.eclipse.jdt.core.dom.FieldAccess.
Field access expression AST node type.
FieldDeclaration - class org.eclipse.jdt.core.dom.FieldDeclaration.
Field declaration node type.
FieldDeclarationMatch - class org.eclipse.jdt.core.search.FieldDeclarationMatch.
A Java search match that represents a field declaration.
FieldDeclarationMatch(IJavaElement, int, int, int, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.FieldDeclarationMatch
Creates a new field declaration match.
FieldHidingField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
The field {0}.{1} is hiding the field {2}.{3}
FieldHidingLocalVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
The field {0}.{1} is hiding another local variable defined in an enclosing type scope
FieldReferenceMatch - class org.eclipse.jdt.core.search.FieldReferenceMatch.
A Java search match that represents a field reference.
FieldReferenceMatch(IJavaElement, int, int, int, boolean, boolean, boolean, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.FieldReferenceMatch
Creates a new field reference match.
FieldRelated - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
FieldTypeAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
FieldTypeInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
FieldTypeInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
FieldTypeNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
FieldTypeNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
FileStatusContext - class org.eclipse.ltk.core.refactoring.FileStatusContext.
A file context can be used to annotate a RefactoringStatusEntry with detailed information about a problem detected in an IFile.
FileStatusContext(IFile, IRegion) - Constructor for class org.eclipse.ltk.core.refactoring.FileStatusContext
Creates an status entry context for the given file and source region.
FinalFieldAssignment - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
FinalMethodCannotBeOverridden - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
FinalOuterLocalAssignment - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
FinallyMustCompleteNormally - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
FindAction - class org.eclipse.jdt.ui.actions.FindAction.
Abstract class for Java search actions.
FindDeclarationsAction - class org.eclipse.jdt.ui.actions.FindDeclarationsAction.
Finds declarations of the selected element in the workspace.
FindDeclarationsAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.FindDeclarationsAction
Creates a new FindDeclarationsAction.
FindDeclarationsAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.FindDeclarationsAction
Note: This constructor is for internal use only.
FindDeclarationsInHierarchyAction - class org.eclipse.jdt.ui.actions.FindDeclarationsInHierarchyAction.
Finds declarations of the selected element in its hierarchy.
FindDeclarationsInHierarchyAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.FindDeclarationsInHierarchyAction
Creates a new FindDeclarationsInHierarchyAction.
FindDeclarationsInHierarchyAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.FindDeclarationsInHierarchyAction
Note: This constructor is for internal use only.
FindDeclarationsInProjectAction - class org.eclipse.jdt.ui.actions.FindDeclarationsInProjectAction.
Finds declarations of the selected element in the enclosing project of the selected element.
FindDeclarationsInProjectAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.FindDeclarationsInProjectAction
Creates a new FindDeclarationsInProjectAction.
FindDeclarationsInProjectAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.FindDeclarationsInProjectAction
Note: This constructor is for internal use only.
FindDeclarationsInWorkingSetAction - class org.eclipse.jdt.ui.actions.FindDeclarationsInWorkingSetAction.
Finds declarations of the selected element in working sets.
FindDeclarationsInWorkingSetAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.FindDeclarationsInWorkingSetAction
Creates a new FindDeclarationsInWorkingSetAction.
FindDeclarationsInWorkingSetAction(IWorkbenchSite, IWorkingSet[]) - Constructor for class org.eclipse.jdt.ui.actions.FindDeclarationsInWorkingSetAction
Creates a new FindDeclarationsInWorkingSetAction.
FindDeclarationsInWorkingSetAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.FindDeclarationsInWorkingSetAction
Note: This constructor is for internal use only.
FindDeclarationsInWorkingSetAction(JavaEditor, IWorkingSet[]) - Constructor for class org.eclipse.jdt.ui.actions.FindDeclarationsInWorkingSetAction
Note: This constructor is for internal use only.
FindImplementorsAction - class org.eclipse.jdt.ui.actions.FindImplementorsAction.
Finds implementors of the selected element in the workspace.
FindImplementorsAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.FindImplementorsAction
Creates a new FindImplementorsAction.
FindImplementorsAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.FindImplementorsAction
Note: This constructor is for internal use only.
FindImplementorsInProjectAction - class org.eclipse.jdt.ui.actions.FindImplementorsInProjectAction.
Finds implementors of the selected element in the enclosing project.
FindImplementorsInProjectAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.FindImplementorsInProjectAction
Creates a new FindImplementorsInProjectAction.
FindImplementorsInProjectAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.FindImplementorsInProjectAction
Note: This constructor is for internal use only.
FindImplementorsInWorkingSetAction - class org.eclipse.jdt.ui.actions.FindImplementorsInWorkingSetAction.
Finds implementors of the selected element in working sets.
FindImplementorsInWorkingSetAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.FindImplementorsInWorkingSetAction
Creates a new FindImplementorsInWorkingSetAction.
FindImplementorsInWorkingSetAction(IWorkbenchSite, IWorkingSet[]) - Constructor for class org.eclipse.jdt.ui.actions.FindImplementorsInWorkingSetAction
Creates a new FindImplementorsInWorkingSetAction.
FindImplementorsInWorkingSetAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.FindImplementorsInWorkingSetAction
Note: This constructor is for internal use only.
FindImplementorsInWorkingSetAction(JavaEditor, IWorkingSet[]) - Constructor for class org.eclipse.jdt.ui.actions.FindImplementorsInWorkingSetAction
Note: This constructor is for internal use only.
FindOccurrencesInFileAction - class org.eclipse.jdt.ui.actions.FindOccurrencesInFileAction.
Action to find all occurrences of a compilation unit member (e.g.
FindOccurrencesInFileAction(IViewPart) - Constructor for class org.eclipse.jdt.ui.actions.FindOccurrencesInFileAction
Creates a new FindOccurrencesInFileAction.
FindOccurrencesInFileAction(Page) - Constructor for class org.eclipse.jdt.ui.actions.FindOccurrencesInFileAction
Creates a new FindOccurrencesInFileAction.
FindOccurrencesInFileAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.FindOccurrencesInFileAction
Note: This constructor is for internal use only.
FindReadReferencesAction - class org.eclipse.jdt.ui.actions.FindReadReferencesAction.
Finds field read accesses of the selected element in the workspace.
FindReadReferencesAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.FindReadReferencesAction
Creates a new FindReadReferencesAction.
FindReadReferencesAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.FindReadReferencesAction
Note: This constructor is for internal use only.
FindReadReferencesInHierarchyAction - class org.eclipse.jdt.ui.actions.FindReadReferencesInHierarchyAction.
Finds field read accesses of the selected element in its hierarchy.
FindReadReferencesInHierarchyAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.FindReadReferencesInHierarchyAction
Creates a new FindReadReferencesInHierarchyAction.
FindReadReferencesInHierarchyAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.FindReadReferencesInHierarchyAction
Note: This constructor is for internal use only.
FindReadReferencesInProjectAction - class org.eclipse.jdt.ui.actions.FindReadReferencesInProjectAction.
Finds field read accesses of the selected element in the enclosing project.
FindReadReferencesInProjectAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.FindReadReferencesInProjectAction
Creates a new FindReadReferencesInProjectAction.
FindReadReferencesInProjectAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.FindReadReferencesInProjectAction
Note: This constructor is for internal use only.
FindReadReferencesInWorkingSetAction - class org.eclipse.jdt.ui.actions.FindReadReferencesInWorkingSetAction.
Finds field read accesses of the selected element in working sets.
FindReadReferencesInWorkingSetAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.FindReadReferencesInWorkingSetAction
Creates a new FindReadReferencesInWorkingSetAction.
FindReadReferencesInWorkingSetAction(IWorkbenchSite, IWorkingSet[]) - Constructor for class org.eclipse.jdt.ui.actions.FindReadReferencesInWorkingSetAction
Creates a new FindReadReferencesInWorkingSetAction.
FindReadReferencesInWorkingSetAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.FindReadReferencesInWorkingSetAction
Note: This constructor is for internal use only.
FindReadReferencesInWorkingSetAction(JavaEditor, IWorkingSet[]) - Constructor for class org.eclipse.jdt.ui.actions.FindReadReferencesInWorkingSetAction
Note: This constructor is for internal use only.
FindReferencesAction - class org.eclipse.jdt.ui.actions.FindReferencesAction.
Finds references of the selected element in the workspace.
FindReferencesAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.FindReferencesAction
Creates a new FindReferencesAction.
FindReferencesAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.FindReferencesAction
Note: This constructor is for internal use only.
FindReferencesInHierarchyAction - class org.eclipse.jdt.ui.actions.FindReferencesInHierarchyAction.
Finds references of the selected element in its hierarchy.
FindReferencesInHierarchyAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.FindReferencesInHierarchyAction
Creates a new FindReferencesInHierarchyAction.
FindReferencesInHierarchyAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.FindReferencesInHierarchyAction
Note: This constructor is for internal use only.
FindReferencesInProjectAction - class org.eclipse.jdt.ui.actions.FindReferencesInProjectAction.
Finds references to the selected element in the enclosing project of the selected element.
FindReferencesInProjectAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.FindReferencesInProjectAction
Creates a new FindReferencesInProjectAction.
FindReferencesInProjectAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.FindReferencesInProjectAction
Note: This constructor is for internal use only.
FindReferencesInWorkingSetAction - class org.eclipse.jdt.ui.actions.FindReferencesInWorkingSetAction.
Finds references of the selected element in working sets.
FindReferencesInWorkingSetAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.FindReferencesInWorkingSetAction
Creates a new FindReferencesInWorkingSetAction.
FindReferencesInWorkingSetAction(IWorkbenchSite, IWorkingSet[]) - Constructor for class org.eclipse.jdt.ui.actions.FindReferencesInWorkingSetAction
Creates a new FindReferencesInWorkingSetAction.
FindReferencesInWorkingSetAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.FindReferencesInWorkingSetAction
Note: This constructor is for internal use only.
FindReferencesInWorkingSetAction(JavaEditor, IWorkingSet[]) - Constructor for class org.eclipse.jdt.ui.actions.FindReferencesInWorkingSetAction
Note: This constructor is for internal use only.
FindStringsToExternalizeAction - class org.eclipse.jdt.ui.actions.FindStringsToExternalizeAction.
Find all strings in a package or project that are not externalized yet.
FindStringsToExternalizeAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.FindStringsToExternalizeAction
Creates a new FindStringsToExternalizeAction.
FindWriteReferencesAction - class org.eclipse.jdt.ui.actions.FindWriteReferencesAction.
Finds field write accesses of the selected element in the workspace.
FindWriteReferencesAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.FindWriteReferencesAction
Creates a new FindWriteReferencesAction.
FindWriteReferencesAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.FindWriteReferencesAction
Note: This constructor is for internal use only.
FindWriteReferencesInHierarchyAction - class org.eclipse.jdt.ui.actions.FindWriteReferencesInHierarchyAction.
Finds field write accesses of the selected element in its hierarchy.
FindWriteReferencesInHierarchyAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.FindWriteReferencesInHierarchyAction
Creates a new FindWriteReferencesInHierarchyAction.
FindWriteReferencesInHierarchyAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.FindWriteReferencesInHierarchyAction
Note: This constructor is for internal use only.
FindWriteReferencesInProjectAction - class org.eclipse.jdt.ui.actions.FindWriteReferencesInProjectAction.
Finds field write accesses of the selected element in the enclosing project.
FindWriteReferencesInProjectAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.FindWriteReferencesInProjectAction
Creates a new FindWriteReferencesInProjectAction.
FindWriteReferencesInProjectAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.FindWriteReferencesInProjectAction
Note: This constructor is for internal use only.
FindWriteReferencesInWorkingSetAction - class org.eclipse.jdt.ui.actions.FindWriteReferencesInWorkingSetAction.
Finds field write accesses of the selected element in working sets.
FindWriteReferencesInWorkingSetAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.FindWriteReferencesInWorkingSetAction
Creates a new FindWriteReferencesInWorkingSetAction.
FindWriteReferencesInWorkingSetAction(IWorkbenchSite, IWorkingSet[]) - Constructor for class org.eclipse.jdt.ui.actions.FindWriteReferencesInWorkingSetAction
Creates a new FindWriteReferencesInWorkingSetAction.
FindWriteReferencesInWorkingSetAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.FindWriteReferencesInWorkingSetAction
Note: This constructor is for internal use only.
FindWriteReferencesInWorkingSetAction(JavaEditor, IWorkingSet[]) - Constructor for class org.eclipse.jdt.ui.actions.FindWriteReferencesInWorkingSetAction
Note: This constructor is for internal use only.
Flags - class org.eclipse.jdt.core.Flags.
Utility class for decoding modifier flags in Java elements.
ForStatement - class org.eclipse.jdt.core.dom.ForStatement.
For statement AST node type.
FormatAllAction - class org.eclipse.jdt.ui.actions.FormatAllAction.
Formats the code of the compilation units contained in the selection.
FormatAllAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.FormatAllAction
Creates a new FormatAllAction.
FormatAllAction.ObjectDelegate - class org.eclipse.jdt.ui.actions.FormatAllAction.ObjectDelegate.
 
FormatAllAction.ObjectDelegate() - Constructor for class org.eclipse.jdt.ui.actions.FormatAllAction.ObjectDelegate
 
fAllowTerminateButton - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
fArgumentComposite - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
fArgumentMap - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
fClasspathViewer - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
 
fConnector - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
fConnectorCombo - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
fConnectors - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
fConsiderInheritedMainButton - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
fContainerStatus - Variable in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
The status of the last validation.
fDynamicTab - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
fDynamicTabHolder - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
fEnclosingTypeStatus - Variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
 
fFieldEditorMap - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
fInput - Variable in class org.eclipse.jdt.ui.JavaElementContentProvider
Deprecated.  
fIsInitializing - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
fJREBlock - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
fLaunchConfiguration - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
The last launch config this tab was initialized from
fLaunchConfiguration - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
fMainText - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
fModifierStatus - Variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
 
fOkToClearUnknownVM - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
fPackageStatus - Variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
 
fPrgmArgumentsLabel - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
fPrgmArgumentsText - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
fProjButton - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
fProjButton - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
fProjLabel - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
fProjText - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
fProjText - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
fProvideMembers - Variable in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
 
fProvideWorkingCopy - Variable in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
 
fSearchButton - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
fSearchExternalJarsCheckButton - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
fSourceLookupBlock - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaSourceLookupTab
Deprecated.  
fStopInMainCheckButton - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
fSuperClassStatus - Variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
 
fSuperInterfacesStatus - Variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
 
fTypeNameStatus - Variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
 
fUnknownVMName - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
fUnknownVMType - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
fUseDynamicArea - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
fVMArgumentsBlock - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
fViewer - Variable in class org.eclipse.jdt.ui.JavaElementContentProvider
Deprecated.  
fWorkingCopy - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
fWorkingDirectoryBlock - Variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
fillActionBars(IActionBars) - Method in class org.eclipse.jdt.ui.actions.BuildActionGroup
 
fillActionBars(IActionBars) - Method in class org.eclipse.jdt.ui.actions.CCPActionGroup
 
fillActionBars(IActionBars) - Method in class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup
 
fillActionBars(IActionBars) - Method in class org.eclipse.jdt.ui.actions.DeclarationsSearchGroup
 
fillActionBars(IActionBars) - Method in class org.eclipse.jdt.ui.actions.GenerateActionGroup
 
fillActionBars(IActionBars) - Method in class org.eclipse.jdt.ui.actions.ImplementorsSearchGroup
 
fillActionBars(IActionBars) - Method in class org.eclipse.jdt.ui.actions.JavaSearchActionGroup
 
fillActionBars(IActionBars) - Method in class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
 
fillActionBars(IActionBars) - Method in class org.eclipse.jdt.ui.actions.NavigateActionGroup
 
fillActionBars(IActionBars) - Method in class org.eclipse.jdt.ui.actions.OpenEditorActionGroup
 
fillActionBars(IActionBars) - Method in class org.eclipse.jdt.ui.actions.OpenViewActionGroup
 
fillActionBars(IActionBars) - Method in class org.eclipse.jdt.ui.actions.ProjectActionGroup
 
fillActionBars(IActionBars) - Method in class org.eclipse.jdt.ui.actions.ReadReferencesSearchGroup
 
fillActionBars(IActionBars) - Method in class org.eclipse.jdt.ui.actions.RefactorActionGroup
 
fillActionBars(IActionBars) - Method in class org.eclipse.jdt.ui.actions.ReferencesSearchGroup
 
fillActionBars(IActionBars) - Method in class org.eclipse.jdt.ui.actions.ShowActionGroup
 
fillActionBars(IActionBars) - Method in class org.eclipse.jdt.ui.actions.WriteReferencesSearchGroup
 
fillContextMenu(IMenuManager) - Method in class org.eclipse.jdt.ui.actions.BuildActionGroup
 
fillContextMenu(IMenuManager) - Method in class org.eclipse.jdt.ui.actions.CCPActionGroup
 
fillContextMenu(IMenuManager) - Method in class org.eclipse.jdt.ui.actions.DeclarationsSearchGroup
 
fillContextMenu(IMenuManager) - Method in class org.eclipse.jdt.ui.actions.GenerateActionGroup
 
fillContextMenu(IMenuManager) - Method in class org.eclipse.jdt.ui.actions.ImplementorsSearchGroup
 
fillContextMenu(IMenuManager) - Method in class org.eclipse.jdt.ui.actions.ImportActionGroup
 
fillContextMenu(IMenuManager) - Method in class org.eclipse.jdt.ui.actions.JavaSearchActionGroup
 
fillContextMenu(IMenuManager) - Method in class org.eclipse.jdt.ui.actions.NavigateActionGroup
 
fillContextMenu(IMenuManager) - Method in class org.eclipse.jdt.ui.actions.OpenEditorActionGroup
 
fillContextMenu(IMenuManager) - Method in class org.eclipse.jdt.ui.actions.OpenViewActionGroup
 
fillContextMenu(IMenuManager) - Method in class org.eclipse.jdt.ui.actions.ProjectActionGroup
 
fillContextMenu(IMenuManager) - Method in class org.eclipse.jdt.ui.actions.ReadReferencesSearchGroup
 
fillContextMenu(IMenuManager) - Method in class org.eclipse.jdt.ui.actions.RefactorActionGroup
 
fillContextMenu(IMenuManager) - Method in class org.eclipse.jdt.ui.actions.ReferencesSearchGroup
 
fillContextMenu(IMenuManager) - Method in class org.eclipse.jdt.ui.actions.ShowActionGroup
 
fillContextMenu(IMenuManager) - Method in class org.eclipse.jdt.ui.actions.WriteReferencesSearchGroup
 
fillViewMenu(IMenuManager) - Method in class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup
Fills the given view menu with the entries managed by the group.
filter - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
findClassfilesFor(IFile) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Finds the class files for the given java file and returns them.
findDeclaringNode(IBinding) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Finds the corresponding AST node in the given compilation unit from which the given binding originated.
findDeclaringNode(String) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Finds the corresponding AST node in the given compilation unit from which the binding with the given key originated.
findElement(IPath) - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the IJavaElement corresponding to the given classpath-relative path, or null if no such IJavaElement is found.
findElement(IPath, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the IJavaElement corresponding to the given classpath-relative path, or null if no such IJavaElement is found.
findElements(IJavaElement) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Finds the elements in this compilation unit that correspond to the given element.
findElements(IJavaElement) - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Finds the elements in this compilation unit that correspond to the given element.
findFreePort() - Static method in class org.eclipse.jdt.launching.SocketUtil
Returns a free port number on localhost, or -1 if unable to find a free port.
findInHierarchy(IType, ITypeHierarchy, String, String[]) - Method in class org.eclipse.jdt.ui.OverrideIndicatorLabelDecorator
Note: This method is for internal use only.
findMethods(IMethod) - Method in interface org.eclipse.jdt.core.IType
Finds the methods in this type that correspond to the given method.
findPackageFragment(IPath) - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the first existing package fragment on this project's classpath whose path matches the given (absolute) path, or null if none exist.
findPackageFragmentRoot(IPath) - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the existing package fragment root on this project's classpath whose path matches the given (absolute) path, or null if one does not exist.
findPackageFragmentRoots(IClasspathEntry) - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the existing package fragment roots identified by the given entry.
findParameterNames(IProgressMonitor) - Method in class org.eclipse.jdt.core.CompletionProposal
Finds the method parameter names.
findPrimaryType() - Method in interface org.eclipse.jdt.core.ICompilationUnit
Finds the primary type of this compilation unit (that is, the type with the same name as the compilation unit), or null if no such a type exists.
findPrimaryType() - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Finds the primary type of this compilation unit (that is, the type with the same name as the compilation unit), or null if no such a type exists.
findSharedWorkingCopy(IBufferFactory) - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Finds the shared working copy for this element, given a IBuffer factory.
findSourceElement(String) - Method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Deprecated.  
findSourceElement(String) - Method in class org.eclipse.jdt.launching.sourcelookup.DirectorySourceLocation
Deprecated.  
findSourceElement(String) - Method in interface org.eclipse.jdt.launching.sourcelookup.IJavaSourceLocation
Deprecated. Returns an object representing the source code for a type with the specified name, or null if none could be found.
findSourceElement(String) - Method in class org.eclipse.jdt.launching.sourcelookup.JavaProjectSourceLocation
Deprecated.  
findSourceElement(String) - Method in class org.eclipse.jdt.launching.sourcelookup.PackageFragmentRootSourceLocation
Deprecated.  
findSourceElements(String) - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer
 
findSourceElements(String) - Method in class org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer
 
findType(String) - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the first type found following this project's classpath with the given fully qualified name or null if none is found.
findType(String, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the first type found following this project's classpath with the given fully qualified name or null if none is found.
findType(String, String) - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the first type found following this project's classpath with the given package name and type qualified name or null if none is found.
findType(String, String, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the first type found following this project's classpath with the given package name and type qualified name or null if none is found.
findUnusedLocalPort(String, int, int) - Static method in class org.eclipse.jdt.launching.SocketUtil
Deprecated. Use findFreePort() instead. It is possible that this method can return a port that is already in use since the implementation does not bind to the given port to ensure that it is free.
findVMInstall(String) - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
 
findVMInstall(String) - Method in interface org.eclipse.jdt.launching.IVMInstallType
Finds the VM with the given id.
findVMInstallByName(String) - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
 
findVMInstallByName(String) - Method in interface org.eclipse.jdt.launching.IVMInstallType
Finds the VM with the given name.
findVariable(String) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Searches for and returns a variable with the given name, or null if unable to resolve a variable with the name.
findVariable(String) - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
Returns the local, static, or "this" variable with the given name, or null if unable to resolve a variable with the name.
findVariable(String) - Method in interface org.eclipse.jdt.debug.core.IJavaThread
Returns a variable with the given name, or null if unable to resolve a variable with the name, or if this thread is not currently suspended.
findWorkingCopy(WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Finds the working copy for this compilation unit, given a WorkingCopyOwner.
finish() - Method in interface org.eclipse.jdt.ui.wizards.IClasspathContainerPage
Called when the classpath container wizard is closed by selecting the finish button.
fireVMAdded(IVMInstall) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Notifies all VM install changed listeners of the VM addition
fireVMChanged(PropertyChangeEvent) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Notifies all VM install changed listeners of the given property change.
fireVMRemoved(IVMInstall) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Notifies all VM install changed listeners of the VM removal
flush() - Method in interface org.eclipse.ltk.core.refactoring.IUndoManager
Flushes the undo manager's undo and redo stacks.
format(String, int, int[], String) - Method in interface org.eclipse.jdt.core.ICodeFormatter
Deprecated. Formats the String sourceString, and returns a string containing the formatted version.
format(int, String, int, int, int, String) - Method in class org.eclipse.jdt.core.formatter.CodeFormatter
Format source, and returns a text edit that correspond to the difference between the given string and the formatted string.
fragmentEquals(char[], char[], int, boolean) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
If isCaseSensite is true, the equality is case sensitive, otherwise it is case insensitive.
fragments() - Method in class org.eclipse.jdt.core.dom.FieldDeclaration
Returns the live list of variable declaration fragments in this field declaration.
fragments() - Method in class org.eclipse.jdt.core.dom.TagElement
Returns the live list of fragments in this tag element.
fragments() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
Returns the live list of variable declaration fragments in this expression.
fragments() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
Returns the live list of variable declaration fragments in this statement.
fromFlagValue(int) - Static method in class org.eclipse.jdt.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.


 

Overview

 
Package  Class  Use  Tree  Deprecated  Help 
Eclipse JDT
Release 3.0
 PREV LETTER   NEXT LETTER FRAMES    NO FRAMES  
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _


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