Eclipse JDT
Release 3.2
A B C D E F G H I J K L M N O P Q R S T U V W X Z _

C

CALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
CANCEL_IF_NOT_READY_TO_SEARCH - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search operation throws an org.eclipse.core.runtime.OperationCanceledException if the underlying indexer has not finished indexing the workspace.
CANNOT_RETRIEVE_ATTACHED_JAVADOC - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that the attached javadoc content cannot be retrieved due to multiple reasons: invalid url, timed-out,...
CAPTURE_TYPE_SIGNATURE - Static variable in class org.eclipse.jdt.core.Signature
Kind constant for the capture of a wildcard type signature.
CASE_INSENSITIVE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Deprecated. Use the methods that take the matchMode without SearchPattern.R_CASE_SENSITIVE as a matchRule instead.
CASE_SENSITIVE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Deprecated. Use the methods that take the matchMode with SearchPattern.R_CASE_SENSITIVE as a matchRule instead.
CASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
CAST_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type CastExpression.
CATCH_CLAUSE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type CatchClause.
CATCH_CLAUSES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TryStatement
The "catchClauses" structural property of this node type.
CATEGORY_ID - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
ID category marker attribute (value "categoryId")
CAT_BUILDPATH - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for problems related to buildpath
CAT_CODE_STYLE - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for optional problems related to coding style practices
CAT_DEPRECATION - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for optional problems related to deprecation
CAT_IMPORT - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for fatal problems in import statements
CAT_INTERNAL - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for fatal problems which could not be addressed by external changes, but require an edit to be addressed
CAT_JAVADOC - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for optional problems in Javadoc
CAT_MEMBER - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for fatal problems related to type members, could be addressed by some field or method change
CAT_NAME_SHADOWING_CONFLICT - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for optional problems related to naming conflicts
CAT_NLS - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for optional problems related to internationalization of String literals
CAT_POTENTIAL_PROGRAMMING_PROBLEM - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for optional problems related to potential programming flaws
CAT_RESTRICTION - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for optional problems related to access restrictions
CAT_SYNTAX - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for fatal problems related to syntax
CAT_TYPE - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for fatal problems related to types, could be addressed by some type change
CAT_UNCHECKED_RAW - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for optional problems related to type safety in generics
CAT_UNNECESSARY_CODE - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
Category for optional problems related to unnecessary code
CAT_UNSPECIFIED - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
List of standard category IDs used by Java problems, more categories will be added in the future.
CCPActionGroup - class org.eclipse.jdt.ui.actions.CCPActionGroup.
Action group that adds the copy, cut, paste actions to a view part's context menu and installs handlers for the corresponding global menu actions.
CCPActionGroup(IViewPart) - Constructor for class org.eclipse.jdt.ui.actions.CCPActionGroup
Creates a new CCPActionGroup.
CCPActionGroup(Page) - Constructor for class org.eclipse.jdt.ui.actions.CCPActionGroup
Creates a new CCPActionGroup.
CF_POST_QUALIFIED - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
Class file names are post qualified.
CF_QUALIFIED - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
Class file names are fully qualified.
CHANGED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Status constant indicating that the element has been changed, as described by the change flags.
CHANGE_TYPE - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> change type action (value "org.eclipse.jdt.ui.edit.text.java.change.type").
CHANGE_TYPE - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard Generalize Declared Type global action (value "org.eclipse.jdt.ui.actions.ChangeType").
CHAR - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
Type code for the primitive type "char".
CHARACTER_LITERAL - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type CharacterLiteral.
CHAR_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Tag value for a constant of type char
CHECKCAST - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
CLASS - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a class.
CLASSES - Static variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
CLASSFILE_ATTRIBUTES - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read the constant pool entries and the attributes of a .class file.
CLASSPATH_ATTR_LIBRARY_PATH_ENTRY - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Attribute key for a classpath attribute referencing a list of shared libraries that should appear on the -Djava.library.path system property.
CLASSPATH_CYCLE - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status indicating that a project is involved in a build path cycle.
CLASSPATH_FILE_FORMAT - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Classpath file format marker attribute (value "classpathFileFormat").
CLASS_AND_ENUM - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a class or enum type.
CLASS_AND_INTERFACE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a class or interface type.
CLASS_BODY_TEMPLATE_ID - Static variable in class org.eclipse.jdt.ui.CodeGeneration
Constant ID for the type kind to be used in CodeGeneration.getTypeBody(String, ICompilationUnit, String, String) to get the code template used for a new class type body.
CLASS_FILE - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a class file.
CLASS_INSTANCE_CREATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ClassInstanceCreation.
CLASS_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Tag value for a value that represents a class
CLASS_TYPE - Static variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Constant to signal that the created type is a class.
CLASS_TYPE_SIGNATURE - Static variable in class org.eclipse.jdt.core.Signature
Kind constant for a class type signature.
CLEAN - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
CLEAN_UP - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition id of the code clean up action (value: "org.eclipse.jdt.ui.edit.text.java.clean.up").
CLEAN_UP - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Clean up global action (value "org.eclipse.jdt.ui.actions.CleanUp").
CLEAR_ALL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
CODE - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"Code" attribute.
CODEASSIST_ADDIMPORT - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if the Java code assist adds import statements.
CODEASSIST_ARGUMENT_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_ARGUMENT_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_AUTOACTIVATION - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if the Java code assist gets auto activated.
CODEASSIST_AUTOACTIVATION_DELAY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A name preference that holds the auto activation delay time in milliseconds.
CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVA - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the characters that auto activate code assist in Java code.
CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVADOC - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the characters that auto activate code assist in Javadoc.
CODEASSIST_AUTOINSERT - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if the Java code assist inserts a proposal automatically if only one proposal is available.
CODEASSIST_CAMEL_CASE_MATCH - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_CASE_SENSITIVITY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether code assist proposals filtering is case sensitive or not.
CODEASSIST_CATEGORY_ORDER - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls which the order of the specific code assist commands.
CODEASSIST_DEPRECATION_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_DISCOURAGED_REFERENCE_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_EXCLUDED_CATEGORIES - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls which completion proposal categories have been excluded from the default proposal list.
CODEASSIST_FIELD_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_FIELD_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_FILL_ARGUMENT_NAMES - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if argument names are filled in when a method is selected from as list of code assist proposal.
CODEASSIST_FORBIDDEN_REFERENCE_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_GUESS_METHOD_ARGUMENTS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if method arguments are guessed when a method is selected from as list of code assist proposal.
CODEASSIST_IMPLICIT_QUALIFICATION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_INSERT_COMPLETION - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if the Java code assist only inserts completions.
CODEASSIST_LOCAL_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_LOCAL_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_LRU_HISTORY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that stores the content assist LRU history Value is an XML encoded version of the history.
CODEASSIST_ORDER_PROPOSALS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. use PreferenceConstants.CODEASSIST_SORTER instead
CODEASSIST_PARAMETERS_BACKGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the background color used for parameter hints.
CODEASSIST_PARAMETERS_FOREGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the foreground color used in the code assist selection dialog.
CODEASSIST_PREFIX_COMPLETION - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if content assist inserts the common prefix of all proposals before presenting choices.
CODEASSIST_PROPOSALS_BACKGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the background color used in the code assist selection dialog.
CODEASSIST_PROPOSALS_FOREGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the foreground color used in the code assist selection dialog.
CODEASSIST_REPLACEMENT_BACKGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the background color used in the code assist selection dialog to mark replaced code.
CODEASSIST_REPLACEMENT_FOREGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the foreground color used in the code assist selection dialog to mark replaced code.
CODEASSIST_SHOW_VISIBLE_PROPOSALS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if code assist contains only visible proposals.
CODEASSIST_SORTER - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that stores the content assist sorter id.
CODEASSIST_STATIC_FIELD_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_STATIC_FIELD_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_VISIBILITY_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEGEN_ADD_COMMENTS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if comment stubs will be added automatically to newly created types and methods.
CODEGEN_EXCEPTION_VAR_NAME - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that defines the preferred variable names for exceptions in catch clauses.
CODEGEN_GETTERSETTER_PREFIX - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use JavaCore preference store (key JavaCore. CODEASSIST_FIELD_PREFIXES and CODEASSIST_STATIC_FIELD_PREFIXES)
CODEGEN_GETTERSETTER_SUFFIX - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use setting from JavaCore preference store (key JavaCore. CODEASSIST_FIELD_SUFFIXES and CODEASSIST_STATIC_FIELD_SUFFIXES)
CODEGEN_IS_FOR_GETTERS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether to use the prefix "is" or the prefix "get" for automatically created getters which return a boolean field.
CODEGEN_KEYWORD_THIS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether the keyword "this" will be added automatically to field accesses in generated methods.
CODEGEN_USE_GETTERSETTER_PREFIX - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use JavaCore preference store (key JavaCore. CODEASSIST_FIELD_PREFIXES and CODEASSIST_STATIC_FIELD_PREFIXES)
CODEGEN_USE_GETTERSETTER_SUFFIX - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use JavaCore preference store (key JavaCore. CODEASSIST_FIELD_PREFIXES and CODEASSIST_STATIC_FIELD_PREFIXES)
CODEGEN_USE_OVERRIDE_ANNOTATION - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether to add a override annotation for newly created methods Value is of type Boolean.
CODEGEN__FILE_COMMENTS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. New code template story: user can specify the new file code template.
CODEGEN__JAVADOC_STUBS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use CODEGEN_ADD_COMMENTS instead (Name is more precise).
CODEGEN__NON_JAVADOC_COMMENTS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. New code template story: user can specify the overriding method comment.
CODE_SNIPPET - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
Indicates a compilation problem related to a code snippet.
COMMA_STRING - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
User-readable string for separating list items (e.g. ", ").
COMMENT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> comment action (value "org.eclipse.jdt.ui.edit.text.java.comment").
COMMENT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Comment global action (value "org.eclipse.jdt.ui.actions.Comment").
COMMENT_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Javadoc
Deprecated. Replaced by Javadoc.TAGS_PROPERTY in the JLS3 API.
COMPACT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
COMPACT - Static variable in class org.eclipse.jdt.core.util.ClassFileBytesDisassembler
This mode is used to compact the class name to a simple name instead of a qualified name.
COMPILATION_UNIT - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a Java compilation unit.
COMPILATION_UNIT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type CompilationUnit.
COMPILATION_UNIT - Static variable in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Node type constant indicating a compilation unit.
COMPILER_CODEGEN_INLINE_JSR_BYTECODE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_CODEGEN_TARGET_PLATFORM - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_CODEGEN_UNUSED_LOCAL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_COMPLIANCE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_DOC_COMMENT_SUPPORT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_FAILURE - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a compiler failure occurred.
COMPILER_LINE_NUMBER_ATTR - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_LOCAL_VARIABLE_ATTR - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_ANNOTATION_SUPER_INTERFACE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_ASSERT_IDENTIFIER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_AUTOBOXING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_BOOLEAN_METHOD_THROWING_EXCEPTION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_CHAR_ARRAY_IN_STRING_CONCATENATION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_DEPRECATION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_DEPRECATION_IN_DEPRECATED_CODE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_DEPRECATION_WHEN_OVERRIDING_DEPRECATED_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_DISCOURAGED_REFERENCE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_EMPTY_STATEMENT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_ENUM_IDENTIFIER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_FALLTHROUGH_CASE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_FATAL_OPTIONAL_ERROR - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_FIELD_HIDING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_FINALLY_BLOCK_NOT_COMPLETING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_FINAL_PARAMETER_BOUND - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_FORBIDDEN_REFERENCE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_HIDDEN_CATCH_BLOCK - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_INCOMPATIBLE_NON_INHERITED_INTERFACE_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_INCOMPLETE_ENUM_SWITCH - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_INCONSISTENT_NULL_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. use JavaCore.COMPILER_PB_NULL_REFERENCE instead
COMPILER_PB_INDIRECT_STATIC_ACCESS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_INVALID_IMPORT - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. - discontinued since turning off would violate language specs
COMPILER_PB_INVALID_JAVADOC - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_INVALID_JAVADOC_TAGS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_INVALID_JAVADOC_TAGS_VISIBILITY - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_INVALID_JAVADOC_TAGS__DEPRECATED_REF - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_INVALID_JAVADOC_TAGS__NOT_VISIBLE_REF - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_LOCAL_VARIABLE_HIDING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MAX_PER_UNIT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_METHOD_WITH_CONSTRUCTOR_NAME - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MISSING_DEPRECATED_ANNOTATION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_COMMENTS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_COMMENTS_OVERRIDING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_COMMENTS_VISIBILITY - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_TAGS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_TAGS_OVERRIDING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_TAGS_VISIBILITY - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MISSING_OVERRIDE_ANNOTATION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MISSING_SERIAL_VERSION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_NON_NLS_STRING_LITERAL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_NO_EFFECT_ASSIGNMENT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_NULL_REFERENCE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_OVERRIDING_PACKAGE_DEFAULT_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_PARAMETER_ASSIGNMENT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_POSSIBLE_ACCIDENTAL_BOOLEAN_ASSIGNMENT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_RAW_TYPE_REFERENCE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_SPECIAL_PARAMETER_HIDING_FIELD - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_STATIC_ACCESS_RECEIVER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_SUPPRESS_WARNINGS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_SYNTHETIC_ACCESS_EMULATION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_TYPE_PARAMETER_HIDING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNCHECKED_TYPE_OPERATION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNDOCUMENTED_EMPTY_BLOCK - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNHANDLED_WARNING_TOKEN - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNNECESSARY_ELSE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNNECESSARY_TYPE_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNQUALIFIED_FIELD_ACCESS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNREACHABLE_CODE - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. - discontinued since turning off would violate language specs
COMPILER_PB_UNSAFE_TYPE_OPERATION - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. - got renamed into JavaCore.COMPILER_PB_UNCHECKED_TYPE_OPERATION
COMPILER_PB_UNUSED_DECLARED_THROWN_EXCEPTION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_DECLARED_THROWN_EXCEPTION_WHEN_OVERRIDING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_IMPORT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_LABEL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_LOCAL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_PARAMETER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_PARAMETER_WHEN_IMPLEMENTING_ABSTRACT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_PARAMETER_WHEN_OVERRIDING_CONCRETE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_PRIVATE_MEMBER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_VARARGS_ARGUMENT_NEED_CAST - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_SOURCE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_SOURCE_FILE_ATTR - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_TASK_CASE_SENSITIVE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_TASK_PRIORITIES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_TASK_PRIORITY_HIGH - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value for COMPILER_TASK_PRIORITIES.
COMPILER_TASK_PRIORITY_LOW - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value for COMPILER_TASK_PRIORITIES.
COMPILER_TASK_PRIORITY_NORMAL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value for COMPILER_TASK_PRIORITIES.
COMPILER_TASK_TAGS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPLEMENT - Static variable in class org.eclipse.jdt.core.dom.PrefixExpression.Operator
Bitwise complement "~" operator.
COMPONENT_TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ArrayType
The "componentType" structural property of this node type.
COMPUTE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
CONCAT_STRING - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
User-readable string for separating post qualified names (e.g. " - ").
CONDITIONAL_AND - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Conditional AND "&&" operator.
CONDITIONAL_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ConditionalExpression.
CONDITIONAL_OR - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Conditional OR "||" operator.
CONSIDER_ALL_TYPES - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant indicating that classes, interfaces, annotations and enums should be considered.
CONSIDER_ANNOTATION_TYPES - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant indicating that annotation types should be considered.
CONSIDER_BINARIES - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant (bit mask) indicating that binaries should be considered.
CONSIDER_CLASSES - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant indicating that classes should be considered.
CONSIDER_CLASSES_AND_ENUMS - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant indicating that only classes and enumeration types should be considered.
CONSIDER_CLASSES_AND_INTERFACES - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant indicating that only classes and interfaces should be considered.
CONSIDER_ENUMS - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant indicating that enums should be considered.
CONSIDER_EXTERNAL_JARS - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant (bit mask) indicating that external JARs should be considered.
CONSIDER_INTERFACES - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant indicating that interfaces should be considered.
CONSIDER_REQUIRED_PROJECTS - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant (bit mask) indicating that required projects should be considered.
CONSIDER_TYPES - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Deprecated. use CONSIDER_ALL_TYPES or CONSIDER_CLASSES_AND_INTERFACES instead
CONSTANT_Class - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Class_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Double - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Double_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Fieldref - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Fieldref_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Float - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Float_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Integer - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Integer_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_InterfaceMethodref - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_InterfaceMethodref_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Long - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Long_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Methodref - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Methodref_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_NameAndType - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_NameAndType_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_POOL - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read only the constant pool entries of a .class file.
CONSTANT_String - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_String_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Utf8 - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Utf8_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_VALUE - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"ConstantValue" attribute.
CONSTRUCTOR - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a constructor.
CONSTRUCTOR - Static variable in class org.eclipse.jdt.ui.JavaElementImageDescriptor
Flag to render the 'constructor' adornment.
CONSTRUCTOR_INVOCATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ConstructorInvocation.
CONSTRUCTOR_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
The "constructor" structural property of this node type.
CONTAINER - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Type identifier for container entries.
CONTAINER - Static variable in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
Id of the container field
CONTENT_ASSIST - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Edit menu: name of standard Code Assist global action (value "org.eclipse.jdt.ui.actions.ContentAssist").
CONTENT_ASSIST_COMPLETE_PREFIX - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the edit -> content assist complete prefix action (value: "org.eclipse.jdt.ui.edit.text.java.complete.prefix").
CONTINUE_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ContinueStatement.
CONVERT_ANONYMOUS_TO_NESTED - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> convert anonymous to nested action (value "org.eclipse.jdt.ui.edit.text.java.convert.anonymous.to.nested").
CONVERT_ANONYMOUS_TO_NESTED - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard Covert Anonymous to Nested global action (value "org.eclipse.jdt.ui.actions.ConvertAnonymousToNested").
CONVERT_LINE_DELIMITERS_TO_MAC - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standardConvert Line Delimiters To Mac global action (value "org.eclipse.jdt.ui.actions.ConvertLineDelimitersToMac").
CONVERT_LINE_DELIMITERS_TO_UNIX - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Convert Line Delimiters To UNIX global action (value "org.eclipse.jdt.ui.actions.ConvertLineDelimitersToUNIX").
CONVERT_LINE_DELIMITERS_TO_WINDOWS - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Convert Line Delimiters To Windows global action (value "org.eclipse.jdt.ui.actions.ConvertLineDelimitersToWindows").
CONVERT_LOCAL_TO_FIELD - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard global action to convert a local variable to a field (value "org.eclipse.jdt.ui.actions.ConvertLocalToField").
CONVERT_NESTED_TO_TOP - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard global action to convert a nested type to a top level type (value "org.eclipse.jdt.ui.actions.MoveInnerToTop").
CORE_CIRCULAR_CLASSPATH - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_ENABLE_CLASSPATH_EXCLUSION_PATTERNS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_ENABLE_CLASSPATH_MULTIPLE_OUTPUT_LOCATIONS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_ENCODING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_EXCEPTION - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating a core exception occurred.
CORE_INCOMPATIBLE_JDK_LEVEL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_INCOMPLETE_CLASSPATH - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_JAVA_BUILD_CLEAN_OUTPUT_FOLDER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_JAVA_BUILD_DUPLICATE_RESOURCE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_JAVA_BUILD_INVALID_CLASSPATH - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_JAVA_BUILD_ORDER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_JAVA_BUILD_RECREATE_MODIFIED_CLASS_FILES_IN_OUTPUT_FOLDER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_JAVA_BUILD_RESOURCE_COPY_FILTER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORRECTION_ASSIST_PROPOSALS - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Deprecated. As of 3.2, replaced by ITextEditorActionDefinitionIds.QUICK_ASSIST
CPE_CONTAINER - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry representing a name classpath container.
CPE_LIBRARY - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry identifying a library.
CPE_PROJECT - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry identifying a required project.
CPE_SOURCE - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry identifying a folder containing package fragments with source code to be compiled.
CPE_VARIABLE - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry defined using a path that begins with a classpath variable reference.
CP_CONTAINER_PATH_UNBOUND - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a container path was not resolvable indicating either the referred container is undefined, unbound.
CP_VARIABLE_PATH_UNBOUND - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a variable path was not resolvable indicating either the referred variable is undefined, unbound or the resolved variable path does not correspond to an existing file or folder.
CREATE_DELEGATE_METHODS - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> generate delegates action (value "org.eclipse.jdt.ui.edit.text.java.create.delegate.methods").
CREATE_GETTER_SETTER - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> generate setter/getter action (value "org.eclipse.jdt.ui.edit.text.java.create.getter.setter").
CU_POST_QUALIFIED - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
Compilation unit names are post qualified.
CU_QUALIFIED - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
Compilation unit names are fully qualified.
CYCLE_DETECTED - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Cycle detected marker attribute (value "cycleDetected").
C_ARRAY - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating an array type in a signature.
C_BOOLEAN - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type boolean in a signature.
C_BYTE - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type byte in a signature.
C_CAPTURE - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating a capture of a wildcard type in a signature.Value is '!'
C_CHAR - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type char in a signature.
C_COLON - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the colon in a signature.
C_DOLLAR - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the dollar in a signature.
C_DOT - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the dot in a signature.
C_DOUBLE - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type double in a signature.
C_EXCEPTION_START - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating an exception in a signature.
C_EXTENDS - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating a bound wildcard type argument in a signature with extends clause.
C_FLOAT - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type float in a signature.
C_GENERIC_END - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the end of a generic type list in a signature.
C_GENERIC_START - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the start of a formal type parameter (or type argument) list in a signature.
C_INT - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type int in a signature.
C_LONG - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type long in a signature.
C_NAME_END - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the end of a named type in a signature.
C_PARAM_END - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the end of a parameter type list in a signature.
C_PARAM_START - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the start of a parameter type list in a signature.
C_RESOLVED - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the start of a resolved, named type in a signature.
C_SEMICOLON - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the semicolon in a signature.
C_SHORT - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type short in a signature.
C_STAR - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating an unbound wildcard type argument in a signature.
C_SUPER - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating a bound wildcard type argument in a signature with super clause.
C_TYPE_VARIABLE - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the start of a resolved type variable in a signature.
C_UNRESOLVED - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the start of an unresolved, named type in a signature.
C_VOID - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating result type void in a signature.
CannotAllocateVoidArray - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotDeclareEnumSpecialMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotDefineAnnotationInLocalType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotDefineDimensionExpressionsWithInit - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotDefineEnumInLocalType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotDefineInterfaceInLocalType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotDefineStaticInitializerInLocalType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotExtendEnum - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotHideAnInstanceMethodWithAStaticMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotImportPackage - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotInvokeSuperConstructorInEnum - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotOverrideAStaticMethodWithAnInstanceMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotReadSource - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotReturnInInitializer - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotThrowNull - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotThrowType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotUseSuperInCodeSnippet - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CastExpression - class org.eclipse.jdt.core.dom.CastExpression.
Cast expression AST node type.
CatchClause - class org.eclipse.jdt.core.dom.CatchClause.
Catch clause AST node type.
CategorizedProblem - class org.eclipse.jdt.core.compiler.CategorizedProblem.
Richer description of a Java problem, as detected by the compiler or some of the underlying technology reusing the compiler.
CategorizedProblem() - Constructor for class org.eclipse.jdt.core.compiler.CategorizedProblem
 
ChangeTypeAction - class org.eclipse.jdt.ui.actions.ChangeTypeAction.
Action to generalize the type of a local or field declaration or the return type of a method declaration.
ChangeTypeAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.ChangeTypeAction
Note: This constructor is for internal use only.
ChangeTypeAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.ChangeTypeAction
Creates a new ChangeTypeAction.
CharOperation - class org.eclipse.jdt.core.compiler.CharOperation.
This class is a collection of helper methods to manipulate char arrays.
CharOperation() - Constructor for class org.eclipse.jdt.core.compiler.CharOperation
 
CharacterLiteral - class org.eclipse.jdt.core.dom.CharacterLiteral.
Character literal nodes.
CheckDebugAttributes - class org.eclipse.jdt.core.CheckDebugAttributes.
An Ant task to find out if a class file or a jar contains debug attributes.
CheckDebugAttributes() - Constructor for class org.eclipse.jdt.core.CheckDebugAttributes
 
ChildListPropertyDescriptor - class org.eclipse.jdt.core.dom.ChildListPropertyDescriptor.
Descriptor for a child list property of an AST node.
ChildPropertyDescriptor - class org.eclipse.jdt.core.dom.ChildPropertyDescriptor.
Descriptor for a child property of an AST node.
ClassExtendFinalClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ClassFileBytesDisassembler - class org.eclipse.jdt.core.util.ClassFileBytesDisassembler.
This class is intended to be subclassed to disassemble classfile bytes onto a String using the proper line separator.
ClassFileBytesDisassembler() - Constructor for class org.eclipse.jdt.core.util.ClassFileBytesDisassembler
 
ClassFormatException - exception org.eclipse.jdt.core.util.ClassFormatException.
Exception thrown by a class file reader when encountering a error in decoding information contained in a .class file.
ClassFormatException(int) - Constructor for class org.eclipse.jdt.core.util.ClassFormatException
Constructor for ClassFormatException.
ClassFormatException(String) - Constructor for class org.eclipse.jdt.core.util.ClassFormatException
Constructor for ClassFormatException.
ClassInstanceCreation - class org.eclipse.jdt.core.dom.ClassInstanceCreation.
Class instance creation expression AST node type.
ClasspathContainerInitializer - class org.eclipse.jdt.core.ClasspathContainerInitializer.
Abstract base implementation of all classpath container initializer.
ClasspathContainerInitializer() - Constructor for class org.eclipse.jdt.core.ClasspathContainerInitializer
Creates a new classpath container initializer.
ClasspathContainerSourceContainer - class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.
A source container for a classpath container.
ClasspathContainerSourceContainer(IPath) - Constructor for class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
Constructs a new source container for the given classpath container.
ClasspathVariableInitializer - class org.eclipse.jdt.core.ClasspathVariableInitializer.
Abstract base implementation of all classpath variable initializers.
ClasspathVariableInitializer() - Constructor for class org.eclipse.jdt.core.ClasspathVariableInitializer
Creates a new classpath variable initializer.
ClasspathVariableSourceContainer - class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathVariableSourceContainer.
A classpath variable source container contains a source container that is the resolved value of the associated variable.
ClasspathVariableSourceContainer(IPath) - Constructor for class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathVariableSourceContainer
Constructs a new source container on the given variable and suffix.
CodeCannotBeReached - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CodeFormatter - class org.eclipse.jdt.core.formatter.CodeFormatter.
Specification for a generic source code formatter.
CodeFormatter() - Constructor for class org.eclipse.jdt.core.formatter.CodeFormatter
 
CodeFormatterApplication - class org.eclipse.jdt.core.formatter.CodeFormatterApplication.
Implements an Eclipse Application for org.eclipse.jdt.core.JavaCodeFormatter.
CodeFormatterApplication() - Constructor for class org.eclipse.jdt.core.formatter.CodeFormatterApplication
 
CodeGeneration - class org.eclipse.jdt.ui.CodeGeneration.
Class that offers access to the templates contained in the 'code templates' preference page.
CodeSnippetMissingClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CodeSnippetMissingMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CodeStyleConfiguration - class org.eclipse.jdt.ui.CodeStyleConfiguration.
Gives access to the import rewrite configured with the settings as specified in the user interface.
Comment - class org.eclipse.jdt.core.dom.Comment.
Abstract base class for all AST nodes that represent comments.
CompatibleEnvironment - class org.eclipse.jdt.launching.environments.CompatibleEnvironment.
The result of analyzing a vm install for compatibility with an execution environment.
CompatibleEnvironment(IExecutionEnvironment, boolean) - Constructor for class org.eclipse.jdt.launching.environments.CompatibleEnvironment
Constructs a new compatible environment result from an execution environment analysis.
CompilationParticipant - class org.eclipse.jdt.core.compiler.CompilationParticipant.
A compilation participant is notified of events occuring during the compilation process.
CompilationParticipant() - Constructor for class org.eclipse.jdt.core.compiler.CompilationParticipant
 
CompilationUnit - class org.eclipse.jdt.core.dom.CompilationUnit.
Java compilation unit AST node type.
CompilationUnitSorter - class org.eclipse.jdt.core.util.CompilationUnitSorter.
Operation for sorting members within a compilation unit.
CompletionContext - class org.eclipse.jdt.core.CompletionContext.
Completion context.
CompletionContext() - Constructor for class org.eclipse.jdt.core.CompletionContext
 
CompletionProposal - class org.eclipse.jdt.core.CompletionProposal.
Completion proposal.
CompletionProposalCollector - class org.eclipse.jdt.ui.text.java.CompletionProposalCollector.
Java UI implementation of CompletionRequestor.
CompletionProposalCollector(ICompilationUnit) - Constructor for class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
Creates a new instance ready to collect proposals.
CompletionProposalCollector(IJavaProject) - Constructor for class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
Creates a new instance ready to collect proposals.
CompletionProposalComparator - class org.eclipse.jdt.ui.text.java.CompletionProposalComparator.
Comparator for java completion proposals.
CompletionProposalComparator() - Constructor for class org.eclipse.jdt.ui.text.java.CompletionProposalComparator
Creates a comparator that sorts by relevance.
CompletionProposalLabelProvider - class org.eclipse.jdt.ui.text.java.CompletionProposalLabelProvider.
Provides labels for java content assist proposals.
CompletionProposalLabelProvider() - Constructor for class org.eclipse.jdt.ui.text.java.CompletionProposalLabelProvider
Creates a new label provider.
CompletionRequestor - class org.eclipse.jdt.core.CompletionRequestor.
Abstract base class for a completion requestor which is passed completion proposals as they are generated in response to a code assist request.
CompletionRequestor() - Constructor for class org.eclipse.jdt.core.CompletionRequestor
Creates a new completion requestor.
CompletionRequestorAdapter - class org.eclipse.jdt.core.CompletionRequestorAdapter.
Deprecated. Subclass CompletionRequestor instead.
CompletionRequestorAdapter() - Constructor for class org.eclipse.jdt.core.CompletionRequestorAdapter
Deprecated.  
ConditionalExpression - class org.eclipse.jdt.core.dom.ConditionalExpression.
Conditional expression AST node type.
ConflictingImport - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ConstructorInvocation - class org.eclipse.jdt.core.dom.ConstructorInvocation.
Alternate constructor invocation statement AST node type.
ConstructorRelated - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ConstructorVarargsArgumentNeedCast - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ContentAssistInvocationContext - class org.eclipse.jdt.ui.text.java.ContentAssistInvocationContext.
Describes the context of an invocation of content assist in a text viewer.
ContentAssistInvocationContext(ITextViewer) - Constructor for class org.eclipse.jdt.ui.text.java.ContentAssistInvocationContext
Equivalent to ContentAssistInvocationContext(viewer, viewer.getSelectedRange().x).
ContentAssistInvocationContext(ITextViewer, int) - Constructor for class org.eclipse.jdt.ui.text.java.ContentAssistInvocationContext
Creates a new context for the given viewer and offset.
ContentAssistInvocationContext() - Constructor for class org.eclipse.jdt.ui.text.java.ContentAssistInvocationContext
Creates a new context with no viewer or invocation offset set.
ContentAssistInvocationContext(IDocument, int) - Constructor for class org.eclipse.jdt.ui.text.java.ContentAssistInvocationContext
Creates a new context for the given document and offset.
ContinueStatement - class org.eclipse.jdt.core.dom.ContinueStatement.
Continue statement AST node type.
ConvertAnonymousToNestedAction - class org.eclipse.jdt.ui.actions.ConvertAnonymousToNestedAction.
Action to convert an anonymous inner class to a nested class.
ConvertAnonymousToNestedAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.ConvertAnonymousToNestedAction
Note: This constructor is for internal use only.
ConvertAnonymousToNestedAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.ConvertAnonymousToNestedAction
Creates a new ConvertAnonymousToNestedAction.
ConvertLocalToFieldAction - class org.eclipse.jdt.ui.actions.ConvertLocalToFieldAction.
Action to convert a local variable to a field.
ConvertLocalToFieldAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.ConvertLocalToFieldAction
Note: This constructor is for internal use only.
ConvertNestedToTopAction - class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction.
Action to convert a nested class to a top level class.
ConvertNestedToTopAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction
Note: This constructor is for internal use only.
ConvertNestedToTopAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction
Creates a new MoveInnerToTopAction.
ConvertingSelectionProvider - class org.eclipse.jdt.ui.actions.ConvertingSelectionProvider.
A converting selection provider is a special selection provider which converts a selection before notifying any listeners.
ConvertingSelectionProvider(ISelectionProvider) - Constructor for class org.eclipse.jdt.ui.actions.ConvertingSelectionProvider
Creates a ConvertingSelectionProvider to convert from a given selection provider using the default mechanism.
CorrectionEngine - class org.eclipse.jdt.core.CorrectionEngine.
This class is the entry point for source corrections.
CorrectionEngine(Map) - Constructor for class org.eclipse.jdt.core.CorrectionEngine
The CorrectionEngine is responsible for computing problem corrections.
CorruptedSignature - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CustomFiltersActionGroup - class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup.
Action group to add the filter action to a view part's tool bar menu.
CustomFiltersActionGroup(IViewPart, StructuredViewer) - Constructor for class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup
Creates a new CustomFiltersActionGroup.
CustomFiltersActionGroup(String, StructuredViewer) - Constructor for class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup
Creates a new CustomFiltersActionGroup.
camelCaseMatch(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the pattern matches the given name using CamelCase rules, or false otherwise.
camelCaseMatch(char[], int, int, char[], int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if a sub-pattern matches the subpart of the given name using CamelCase rules, or false otherwise.
camelCaseMatch(String, String) - Static method in class org.eclipse.jdt.core.search.SearchPattern
Answers true if the pattern matches the given name using CamelCase rules, or false otherwise.
camelCaseMatch(String, int, int, String, int, int) - Static method in class org.eclipse.jdt.core.search.SearchPattern
Answers true if a sub-pattern matches the subpart of the given name using CamelCase rules, or false otherwise.
canCreateJar(Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter
Deprecated. Checks if the JAR file can be overwritten.
canCreateJar(Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter2
Deprecated. Checks if the JAR file can be overwritten.
canCreateJar(Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter3
Checks if the JAR file can be overwritten.
canHaveChildren() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns whether this node is allowed to have children.
canTerminateEvaluation() - Method in interface org.eclipse.jdt.debug.core.IJavaThread
Returns whether the currently executing IEvaluationRunnable supports termination.
canUpdateClasspathContainer(IPath, IJavaProject) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
Returns true if this container initializer can be requested to perform updates on its own container values.
catchClauses() - Method in class org.eclipse.jdt.core.dom.TryStatement
Returns the live ordered list of catch clauses for this try statement.
category(Object) - Method in class org.eclipse.jdt.ui.JavaElementSorter
 
changeIndent(String, int, int, int, String, String) - Static method in class org.eclipse.jdt.core.formatter.IndentManipulation
Change the indent of a, possible multiple line, code string.
charArrayToStringArray(char[][]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Returns the char arrays as an array of Strings
charToString(char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Returns the char array as a String
charValue() - Method in class org.eclipse.jdt.core.dom.CharacterLiteral
Returns the value of this literal node.
chooseClassFolderEntries(Shell, IPath, IPath[]) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI to select new class folders.
chooseContainer() - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
Opens a selection dialog that allows to select a source container.
chooseContainerEntries(Shell, IJavaProject, IClasspathEntry[]) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI to choose new classpath container classpath entries.
chooseEnclosingType() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Opens a selection dialog that allows to select an enclosing type.
chooseExternalJAREntries(Shell) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI to select new external JAR or ZIP archive entries.
chooseJAREntries(Shell, IPath, IPath[]) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI to select new JAR or ZIP archive entries located in the workspace.
choosePackage() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Opens a selection dialog that allows to select a package.
chooseSourceFolderEntries(Shell, IPath, IPath[]) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI to select new source folders.
chooseSuperClass() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Opens a selection dialog that allows to select a super class.
chooseSuperInterfaces() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Opens a selection dialog that allows to select the super interfaces.
chooseVariableEntries(Shell, IPath[]) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI for selecting new variable classpath entries.
cleanStarting(IJavaProject) - Method in class org.eclipse.jdt.core.compiler.CompilationParticipant
Notifies this participant that a clean is about to start and provides it the opportunity to delete generated source files.
clone() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns a stand-alone copy of the document fragment represented by this node that is in no way dependent on the document this node is part of.
close() - Method in interface org.eclipse.jdt.core.IBuffer
Closes the buffer.
close() - Method in interface org.eclipse.jdt.core.IOpenable
Closes this element and its buffer (if any).
close() - Method in interface org.eclipse.jdt.ui.jarpackager.IJarDescriptionReader
Closes this reader.
close() - Method in interface org.eclipse.jdt.ui.jarpackager.IJarDescriptionWriter
Closes this writer.
close() - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter
Deprecated. Closes the archive and does all required cleanup.
close() - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter2
Deprecated. Closes the archive and does all required cleanup.
close() - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter3
Closes the archive and does all required cleanup.
closeArchives() - Static method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Deprecated. Closes all zip files that have been opened, and removes them from the zip file cache.
codeComplete(int, ICodeCompletionRequestor) - Method in interface org.eclipse.jdt.core.ICodeAssist
Deprecated. Use ICodeAssist.codeComplete(int, ICompletionRequestor) instead.
codeComplete(int, ICompletionRequestor) - Method in interface org.eclipse.jdt.core.ICodeAssist
Deprecated. Use ICodeAssist.codeComplete(int, CompletionRequestor) instead.
codeComplete(int, CompletionRequestor) - Method in interface org.eclipse.jdt.core.ICodeAssist
Performs code completion at the given offset position in this compilation unit, reporting results to the given completion requestor.
codeComplete(int, ICompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.ICodeAssist
Deprecated. Use ICodeAssist.codeComplete(int, CompletionRequestor, WorkingCopyOwner) instead.
codeComplete(int, CompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.ICodeAssist
Performs code completion at the given offset position in this compilation unit, reporting results to the given completion requestor.
codeComplete(char[], int, int, char[][], char[][], int[], boolean, ICompletionRequestor) - Method in interface org.eclipse.jdt.core.IType
Deprecated. Use IType.codeComplete(char[],int,int,char[][],char[][],int[],boolean,CompletionRequestor) instead.
codeComplete(char[], int, int, char[][], char[][], int[], boolean, ICompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.IType
Deprecated. Use IType.codeComplete(char[],int,int,char[][],char[][],int[],boolean,CompletionRequestor,WorkingCopyOwner) instead.
codeComplete(char[], int, int, char[][], char[][], int[], boolean, CompletionRequestor) - Method in interface org.eclipse.jdt.core.IType
Do code completion inside a code snippet in the context of the current type.
codeComplete(char[], int, int, char[][], char[][], int[], boolean, CompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.IType
Do code completion inside a code snippet in the context of the current type.
codeComplete(String, int, ICompletionRequestor) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Deprecated. Use IEvaluationContext.codeComplete(String,int,CompletionRequestor) instead.
codeComplete(String, int, ICompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Deprecated. Use IEvaluationContext.codeComplete(String,int,CompletionRequestor,WorkingCopyOwner) instead.
codeComplete(String, int, CompletionRequestor) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Performs a code completion at the given position in the given code snippet, reporting results to the given completion requestor.
codeComplete(String, int, CompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Performs a code completion at the given position in the given code snippet, reporting results to the given completion requestor.
codeComplete(String, int, ICodeCompletionRequestor) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Deprecated. - use codeComplete(String, int, ICompletionRequestor) instead
codeSelect(int, int) - Method in interface org.eclipse.jdt.core.ICodeAssist
Returns the Java elements corresponding to the given selected text in this compilation unit.
codeSelect(int, int, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.ICodeAssist
Returns the Java elements corresponding to the given selected text in this compilation unit.
codeSelect(String, int, int) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Resolves and returns a collection of Java elements corresponding to the source code at the given positions in the given code snippet.
codeSelect(String, int, int, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Resolves and returns a collection of Java elements corresponding to the source code at the given positions in the given code snippet.
collapseComments() - Method in class org.eclipse.jdt.ui.text.folding.DefaultJavaFoldingStructureProvider
 
collapseComments() - Method in interface org.eclipse.jdt.ui.text.folding.IJavaFoldingStructureProviderExtension
Collapses all comments.
collapseElements(IJavaElement[]) - Method in class org.eclipse.jdt.ui.text.folding.DefaultJavaFoldingStructureProvider
 
collapseElements(IJavaElement[]) - Method in interface org.eclipse.jdt.ui.text.folding.IJavaFoldingStructureProviderExtension
Collapses the given elements.
collapseHeaderComments() - Method in class org.eclipse.jdt.ui.text.folding.DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext
Returns true if header comments should be collapsed.
collapseImportContainer() - Method in class org.eclipse.jdt.ui.text.folding.DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext
Returns true if import containers should be collapsed.
collapseInnerTypes() - Method in class org.eclipse.jdt.ui.text.folding.DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext
Returns true if inner types should be collapsed.
collapseJavadoc() - Method in class org.eclipse.jdt.ui.text.folding.DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext
Returns true if javadoc comments should be collapsed.
collapseMembers() - Method in class org.eclipse.jdt.ui.text.folding.DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext
Returns true if methods should be collapsed.
collapseMembers() - Method in class org.eclipse.jdt.ui.text.folding.DefaultJavaFoldingStructureProvider
 
collapseMembers() - Method in interface org.eclipse.jdt.ui.text.folding.IJavaFoldingStructureProviderExtension
Collapses all members except for top level types.
collectRequiredProjects(IJavaProject, ArrayList) - Static method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Deprecated. Adds all projects required by proj to the list res
combineAccessRules() - Method in interface org.eclipse.jdt.core.IClasspathEntry
Returns whether the access rules of the project's exported entries should be combined with this entry's access rules.
combineVmArgs(VMRunnerConfiguration, IVMInstall) - Method in class org.eclipse.jdt.launching.AbstractVMRunner
Combines and returns VM arguments specified by the runner configuration, with those specified by the VM install, if any.
commit(boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Commits the contents of this working copy to its original element and underlying resource, bringing the Java model up-to-date with the current contents of the working copy.
commitWorkingCopy(boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Commits the contents of this working copy to its underlying resource.
compare(Viewer, Object, Object) - Method in class org.eclipse.jdt.ui.JavaElementSorter
 
compare(ICompletionProposal, ICompletionProposal) - Method in class org.eclipse.jdt.ui.text.java.AbstractProposalSorter
Implements the same contract as Comparator.compare(Object, Object) but with completion proposals as parameters.
compare(Object, Object) - Method in class org.eclipse.jdt.ui.text.java.AbstractProposalSorter
This method delegates to AbstractProposalSorter.compare(ICompletionProposal, ICompletionProposal) and may be removed if the class is ever converted to extend Comparator<ICompletionProposal>.
compare(Object, Object) - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalComparator
 
compareWith(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Compares the contents of the two arrays array and prefix.
compilationUnit - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
completionFailure(IProblem) - Method in class org.eclipse.jdt.core.CompletionRequestor
Notification of failure to produce any completions.
completionFailure(IProblem) - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
Notification of failure to produce any completions. The problem object explains what prevented completing.

The default implementation of this method does nothing. Clients may override to receive this kind of notice.

Subclasses may extend, but must call the super implementation.
completionRequestor - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
computeAdornmentFlags(Object) - Method in class org.eclipse.jdt.ui.OverrideIndicatorLabelDecorator
Note: This method is for internal use only.
computeAdornmentFlags(Object) - Method in class org.eclipse.jdt.ui.ProblemsLabelDecorator
Note: This method is for internal use only.
computeCompletionProposals(ContentAssistInvocationContext, IProgressMonitor) - Method in interface org.eclipse.jdt.ui.text.java.IJavaCompletionProposalComputer
Returns a list of completion proposals valid at the given invocation context.
computeCompletionProposals(ICompilationUnit, int, int, int) - Method in interface org.eclipse.jdt.ui.text.java.IJavadocCompletionProcessor
Returns the completion proposals based on the specified location within the compilation unit.
computeContextInformation(ContentAssistInvocationContext, IProgressMonitor) - Method in interface org.eclipse.jdt.ui.text.java.IJavaCompletionProposalComputer
Returns context information objects valid at the given invocation context.
computeContextInformation(ICompilationUnit, int) - Method in interface org.eclipse.jdt.ui.text.java.IJavadocCompletionProcessor
Returns information about possible contexts based on the specified location within the compilation unit.
computeCorrections(IMarker, ICompilationUnit, int, ICorrectionRequestor) - Method in class org.eclipse.jdt.core.CorrectionEngine
Performs code correction for the given marker, reporting results to the given correction requestor.
computeCorrections(IProblem, ICompilationUnit, ICorrectionRequestor) - Method in class org.eclipse.jdt.core.CorrectionEngine
Performs code correction for the given IProblem, reporting results to the given correction requestor.
computeDefaultRuntimeClassPath(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Computes the default application classpath entries for the given project.
computeFoldingStructure(IJavaElement, DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext) - Method in class org.eclipse.jdt.ui.text.folding.DefaultJavaFoldingStructureProvider
Computes the folding structure for a given java element.
computeIdentifierPrefix() - Method in class org.eclipse.jdt.ui.text.java.ContentAssistInvocationContext
Computes the identifier (as specified by Character.isJavaIdentifierPart(char)) that immediately precedes the invocation offset.
computeJREEntry(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a runtime classpath entry identifying the JRE to use when launching the specified configuration or null if none is specified.
computeJREEntry(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a runtime classpath entry identifying the JRE referenced by the specified project, or null if none.
computeJavaLibraryPath(IJavaProject, boolean) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns a collection of paths that should be appended to the given project's java.library.path system property when launched.
computeProjectionRanges(ISourceReference, DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext) - Method in class org.eclipse.jdt.ui.text.folding.DefaultJavaFoldingStructureProvider
Computes the projection ranges for a given ISourceReference.
computeRelevance(CompletionProposal) - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
Computes the relevance for a given CompletionProposal.
computeSourceContainers(ILaunchConfiguration, IProgressMonitor) - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaSourcePathComputer
 
computeSourceRange(ASTNode) - Method in class org.eclipse.jdt.core.dom.rewrite.TargetSourceRangeComputer
Returns the target source range of the given node.
computeUnresolvedClasspath(ILaunchConfiguration) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathProvider
Computes and returns an unresolved classpath for the given launch configuration.
computeUnresolvedClasspath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.StandardClasspathProvider
 
computeUnresolvedClasspath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.StandardSourcePathProvider
 
computeUnresolvedRuntimeClasspath(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Computes and returns the default unresolved runtime classpath for the given project.
computeUnresolvedRuntimeClasspath(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Computes and returns the unresolved class path for the given launch configuration.
computeUnresolvedSourceLookupPath(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Computes and returns the unresolved source lookup path for the given launch configuration.
computeVMInstall(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns the VM install for the given launch configuration.
concat(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the two arrays.
concat(char[], char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the three arrays.
concat(char[], char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the two arrays inserting the separator character between the two arrays.
concat(char[], char, char[], char, char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the three arrays inserting the sep1 character between the first two arrays and sep2 between the last two.
concat(char, char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers a new array with prepending the prefix character and appending the suffix character at the end of the array.
concatWith(char[], char[][], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the given array parts using the given separator between each part and appending the given name at the end.
concatWith(char[][], char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the given array parts using the given separator between each part and appending the given name at the end.
concatWith(char[][], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the given array parts using the given separator between each part.
concatenate(Object[], Object[]) - Static method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
Note: This method is for internal use only.
configureContainerEntry(Shell, IClasspathEntry, IJavaProject, IClasspathEntry[]) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI to configure a classpath container classpath entry.
configureExternalJAREntry(Shell, IPath) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI to configure an external JAR or ZIP archive.
configureJAREntry(Shell, IPath, IPath[]) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI to configure a JAR or ZIP archive located in the workspace.
configureJavaElementMarker(IMarker, IJavaElement) - Method in class org.eclipse.jdt.core.JavaCore
Configures the given marker for the given Java element.
configureJavaProject(IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
Adds the Java nature to the project (if not set yet) and configures the build classpath.
configureJavadocLocation(Shell, String, URL) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI for configuring a javadoc location.
configureJavadocLocation(Shell, IClasspathEntry) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI for configuring a javadoc location attribute of the classpath entry.
configureSourceAttachment(Shell, IClasspathEntry) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI for configuring source attachments.
configureVariableEntry(Shell, IPath, IPath[]) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI for configuring a variable classpath entry.
connect(Map, IProgressMonitor, ILaunch) - Method in interface org.eclipse.jdt.launching.IVMConnector
Establishes a JDI connection with a debuggable VM using the arguments specified in the given map, contributing results (debug targets and processes), to the given launch.
connect(IEditorInput) - Method in interface org.eclipse.jdt.ui.IWorkingCopyManager
Connects the given editor input to this manager.
constructCUContent(ICompilationUnit, String, String) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Uses the New Java file template from the code template page to generate a compilation unit with the given type content.
containerChanged() - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
This method is a hook which gets called after the source folder's text input field has changed.
containerChanged() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
 
contains(IResource) - Method in interface org.eclipse.jdt.core.IJavaModel
Returns whether this Java model contains an IJavaElement whose resource is the given resource or a non-Java resource which is the given resource.
contains(IJavaElement) - Method in interface org.eclipse.jdt.core.IRegion
Returns whether the given element is contained in this region.
contains(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns whether the given type is part of this hierarchy.
contains(char, char[][]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the array contains an occurrence of character, false otherwise.
contains(char, char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the array contains an occurrence of character, false otherwise.
contains(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the array contains an occurrence of one of the characters, false otherwise.
containsJavaResources() - Method in interface org.eclipse.jdt.core.IPackageFragment
Returns whether this fragment contains at least one Java resource.
contributeToToolBar(IToolBarManager) - Method in class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
Adds the filter actions to the given tool bar
contributeToViewMenu(IMenuManager) - Method in class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
Adds the filter actions to the given menu manager.
convertCompilationUnit(int, CompilationUnitDeclaration, char[], Map, boolean, CompilationUnit, IProgressMonitor) - Static method in class org.eclipse.jdt.core.dom.AST
Internal method.
convertFrom(ISelection) - Method in class org.eclipse.jdt.ui.actions.ConvertingSelectionProvider
Converts the given original viewer selection into a new selection.
convertTo(ISelection) - Method in class org.eclipse.jdt.ui.actions.ConvertingSelectionProvider
Converts a selection to a viewer selection.
convertToRealVM() - Method in class org.eclipse.jdt.launching.VMStandin
If no corresponding 'real' VM exists, create one and populate it from this standin instance.
copy(IJavaElement[], IJavaElement[], IJavaElement[], String[], boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaModel
Copies the given elements to the specified container(s).
copy(IPath, int, int, IClasspathEntry, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Copies the resource of this package fragment root to the destination path as specified by IResource.copy(IPath, int, IProgressMonitor) but excluding nested source folders.
copy(IJavaElement, IJavaElement, String, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ISourceManipulation
Copies this element to the given container.
copySubtree(AST, ASTNode) - Static method in class org.eclipse.jdt.core.dom.ASTNode
Returns a deep copy of the subtree of AST nodes rooted at the given node.
copySubtrees(AST, List) - Static method in class org.eclipse.jdt.core.dom.ASTNode
Returns a deep copy of the subtrees of AST nodes rooted at the given list of nodes.
correctionEnd - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
correctionRequestor - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
correctionStart - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
create(int, int) - Static method in class org.eclipse.jdt.core.CompletionProposal
Creates a basic completion proposal.
create(String) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java model element corresponding to the given handle identifier generated by IJavaElement.getHandleIdentifier(), or null if unable to create the associated element.
create(String, WorkingCopyOwner) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java model element corresponding to the given handle identifier generated by IJavaElement.getHandleIdentifier(), or null if unable to create the associated element.
create(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java element corresponding to the given file, or null if unable to associate the given file with a Java element.
create(IFolder) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the package fragment or package fragment root corresponding to the given folder, or null if unable to associate the given folder with a Java element.
create(IProject) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java project corresponding to the given project.
create(IResource) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java element corresponding to the given resource, or null if unable to associate the given resource with a Java element.
create(IWorkspaceRoot) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java model.
create(AST) - Static method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Creates a new instance for describing manipulations of the given AST.
create(ICompilationUnit, boolean) - Static method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Creates a ImportRewrite from a ICompilationUnit.
create(CompilationUnit, boolean) - Static method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Creates a ImportRewrite from a an AST (CompilationUnit).
create(JarPackageData) - Method in interface org.eclipse.jdt.ui.jarpackager.IManifestProvider
Creates a manifest as defined by the JarPackage.
create(IJavaProject, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IJavaProject.
create(IPackageFragmentRoot, String) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IPackageFragmentRoot.
create(IPackageFragment, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IPackageFragment.
create(ICompilationUnit, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given ICompilationUnit.
create(IType, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IType.
create(IMethod, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IMethod.
create(IField, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IField.
create(ITypeParameter, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given ITypeParameter.
create(ILocalVariable, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given ILocalVariable.
createAST(IProgressMonitor) - Method in class org.eclipse.jdt.core.dom.ASTParser
Creates an abstract syntax tree.
createASTs(ICompilationUnit[], String[], ASTRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.core.dom.ASTParser
Creates ASTs for a batch of compilation units.
createAlignmentValue(boolean, int, int) - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
Create a new alignment value according to the given values.
createAndPattern(SearchPattern, SearchPattern) - Static method in class org.eclipse.jdt.core.search.SearchPattern
Returns a search pattern that combines the given two patterns into an "and" pattern.
createArraySignature(char[], int) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature with the given amount of array nesting added to the given type signature.
createArraySignature(String, int) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature with the given amount of array nesting added to the given type signature.
createArrayTypeBindingKey(String, int) - Static method in class org.eclipse.jdt.core.BindingKey
Creates a new array type binding key from the given type binding key and the given array dimension.
createBindings(IJavaElement[], IProgressMonitor) - Method in class org.eclipse.jdt.core.dom.ASTParser
Creates bindings for a batch of Java elements.
createBindings(String[]) - Method in class org.eclipse.jdt.core.dom.ASTRequestor
Resolves bindings for the given binding keys.
createBuffer(IOpenable) - Method in interface org.eclipse.jdt.core.IBufferFactory
Deprecated. Creates a buffer for the given owner.
createBuffer(ICompilationUnit) - Method in class org.eclipse.jdt.core.WorkingCopyOwner
Creates a buffer for the given working copy.
createButton(Composite, RuntimeClasspathAction) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
Creates a button for the given action.
createCharArrayTypeSignature(char[], boolean) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature from the given type name encoded as a character array.
createClass() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createClass() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a default type document fragment.
createClassFileFrom(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a class file element for the given .class file.
createClassPrepareBreakpoint(IResource, String, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a class prepare breakpoint for a type with the given name.
createCodeFormatter() - Static method in class org.eclipse.jdt.core.ToolFactory
Deprecated. - should use #createCodeFormatter(Map) instead. Extension point is discontinued
createCodeFormatter(Map) - Static method in class org.eclipse.jdt.core.ToolFactory
Create an instance of the built-in code formatter.
createCommentControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the preference page links.
createCommentPosition(IRegion) - Method in class org.eclipse.jdt.ui.text.folding.DefaultJavaFoldingStructureProvider
Creates a comment folding position from an aligned region.
createCompilationUnit(String, String, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragment
Creates and returns a compilation unit in this package fragment with the specified name and contents.
createCompilationUnit() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createCompilationUnit(char[], String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createCompilationUnit(String, String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createCompilationUnit() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates and return an empty JDOM.
createCompilationUnit(char[], String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a JDOM on the given source code.
createCompilationUnit(String, String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a JDOM on the given source code.
createCompilationUnitFrom(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a compilation unit element for the given source file (i.e. a file with one of the Java-like extensions).
createContainerControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
Creates the necessary controls (label, text field and browse button) to edit the source folder location.
createContentArea(Composite) - Method in class org.eclipse.jdt.ui.dialogs.TypeSelectionExtension
Creates the content area which the extensions contributes to the type selection dialog.
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletMainTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletParametersTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaSourceLookupTab
Deprecated.  
createControl(Composite) - Method in interface org.eclipse.jdt.ui.text.folding.IJavaFoldingPreferenceBlock
Creates the control that will be displayed on the Java > Editor > Folding preference page.
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewAnnotationWizardPage
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewClassWizardPage
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewEnumWizardPage
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewInterfaceWizardPage
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
 
createCopyTarget(ASTNode) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Creates and returns a placeholder node for a true copy of the given node.
createCopyTarget(ASTNode, ASTNode) - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
Creates and returns a placeholder node for a true copy of a range of nodes of the current list.
createDefault(String) - Method in interface org.eclipse.jdt.ui.jarpackager.IManifestProvider
Creates a default manifest.
createDefaultClassFileBytesDisassembler() - Static method in class org.eclipse.jdt.core.ToolFactory
Create a classfile bytecode disassembler, able to produce a String representation of a given classfile.
createDefaultClassFileDisassembler() - Static method in class org.eclipse.jdt.core.ToolFactory
Deprecated. - should use factory method creating ClassFileBytesDisassembler instead
createDefaultClassFileReader(IClassFile, int) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a classfile reader onto a classfile Java element.
createDefaultClassFileReader(InputStream, int) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a default classfile reader, able to expose the internal representation of a given classfile according to the decoding flag used to initialize the reader.
createDefaultClassFileReader(String, int) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a default classfile reader, able to expose the internal representation of a given classfile according to the decoding flag used to initialize the reader.
createDefaultClassFileReader(String, String, int) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a default classfile reader, able to expose the internal representation of a given classfile according to the decoding flag used to initialize the reader.
createDefaultCodeFormatter(Map) - Static method in class org.eclipse.jdt.core.ToolFactory
Deprecated. - use #createCodeFormatter(Map) instead
createDialogArea(Composite) - Method in class org.eclipse.jdt.debug.ui.JavaSourceLookupDialog
Deprecated.  
createDocumentPartitioner() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
Factory method for creating a Java-specific document partitioner using this object's partitions scanner.
createEnclosingTypeControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the enclosing type name field.
createExceptionBreakpoint(IResource, String, boolean, boolean, boolean, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns an exception breakpoint for an exception with the given name.
createField(String, IJavaElement, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a field in this type with the given contents.
createField() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createField(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createField() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a default field document fragment.
createField(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a field document fragment on the given source code.
createGroupNode(ASTNode[]) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Creates and returns a node that represents a sequence of nodes.
createHierarchyScope(IType) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a Java search scope limited to the hierarchy of the given type.
createHierarchyScope(IType, WorkingCopyOwner) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a Java search scope limited to the hierarchy of the given type.
createImageDescriptor(CompletionProposal) - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalLabelProvider
Creates and returns a decorated image descriptor for a completion proposal.
createImport(String, IJavaElement, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Creates and returns an non-static import declaration in this compilation unit with the given name.
createImport(String, IJavaElement, int, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Creates and returns an import declaration in this compilation unit with the given name.
createImport() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createImport(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createImport() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates an empty import document fragment.
createImport(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates an import document fragment on the given source code.
createImportRewrite(ICompilationUnit, boolean) - Static method in class org.eclipse.jdt.ui.CodeStyleConfiguration
Returns a ImportRewrite using ImportRewrite.create(ICompilationUnit, boolean) and configures the rewriter with the settings as specified in the JDT UI preferences.
createImportRewrite(CompilationUnit, boolean) - Static method in class org.eclipse.jdt.ui.CodeStyleConfiguration
Returns a ImportRewrite using ImportRewrite.create(CompilationUnit, boolean) and configures the rewriter with the settings as specified in the JDT UI preferences.
createIndentationString(int) - Method in class org.eclipse.jdt.core.formatter.CodeFormatter
Answers the string that corresponds to the indentation to the given indentation level or an empty string if the indentation cannot be computed.
createInheritedMethods(IType, boolean, boolean, NewTypeWizardPage.ImportsManager, IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the bodies of all unimplemented methods and constructors and adds them to the type.
createInitializer(String, IJavaElement, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a static initializer in this type with the given contents.
createInitializer() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createInitializer(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createInitializer() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates an empty initializer document fragment.
createInitializer(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates an initializer document fragment from the given source code.
createInstance(Class) - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented node of the given node class (non-abstract subclass of ASTNode).
createInstance(int) - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented node of the given node type.
createInterface() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createInterface() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a default type document fragment.
createJarDescriptionReader(InputStream) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Creates and returns a JAR package data description reader for this JAR package data object.
createJarDescriptionWriter(OutputStream) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Creates and returns a JAR package data description writer for this JAR package data object.
createJarExportRunnable(Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Creates and returns a JarExportRunnable.
createJarExportRunnable(JarPackageData[], Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Creates and returns a JarExportRunnable for a list of JAR package data objects.
createJarPackageFragmentRootFrom(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a handle for the given JAR file.
createJarWriter(Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Deprecated. Use JarPackageData.createJarWriter3(Shell) instead
createJarWriter3(Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Creates and returns a JarWriter for this JAR package.
createJavaCompletionProposal(CompletionProposal) - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
Creates a new java completion proposal from a core proposal.
createJavaSearchScope(IResource[]) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use SearchEngine.createJavaSearchScope(IJavaElement[]) instead.
createJavaSearchScope(IJavaElement[]) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a Java search scope limited to the given Java elements.
createJavaSearchScope(IJavaElement[], boolean) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a Java search scope limited to the given Java elements.
createJavaSearchScope(IJavaElement[], int) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a Java search scope limited to the given Java elements.
createLabel(CompletionProposal) - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalLabelProvider
Creates the display label for a given CompletionProposal.
createLabelProvider() - Method in interface org.eclipse.jdt.ui.search.IMatchPresentation
Creates a new instance of a label provider for elements that have been contributed to a search result by the corresponding query participant.
createLineBreakpoint(IResource, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a line breakpoint in the type with the given name, at the given line number.
createMainTypeDialog(Shell, IRunnableContext, IJavaSearchScope, int, boolean, String) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all types in the given scope containing a standard main method.
createMainTypeDialog(Shell, IRunnableContext, IJavaSearchScope, int, boolean) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all types in the given scope containing a standard main method.
createMemberPosition(IRegion, IMember) - Method in class org.eclipse.jdt.ui.text.folding.DefaultJavaFoldingStructureProvider
Creates a folding position that remembers its member from an aligned region.
createMethod(String, IJavaElement, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a method or constructor in this type with the given contents.
createMethod() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createMethod(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createMethod() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a default method document fragment.
createMethod(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a method document fragment on the given source code.
createMethodBreakpoint(IResource, String, String, String, boolean, boolean, boolean, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a method breakpoint with the specified criteria.
createMethodContextInformation(CompletionProposal) - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
Creates the context information for a given method reference proposal.
createMethodEntryBreakpoint(IResource, String, String, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a method entry breakpoint with the specified criteria.
createMethodSignature(char[][], char[]) - Static method in class org.eclipse.jdt.core.Signature
Creates a method signature from the given parameter and return type signatures.
createMethodSignature(String[], String) - Static method in class org.eclipse.jdt.core.Signature
Creates a method signature from the given parameter and return type signatures.
createModifierControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the modifiers radio/checkbox buttons.
createMoveTarget(ASTNode) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Creates and returns a placeholder node for the new locations of the given node.
createMoveTarget(ASTNode, ASTNode) - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
Creates and returns a placeholder node for a move of a range of nodes of the current list.
createMoveTarget(ASTNode, ASTNode, ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
Creates and returns a placeholder node for a move of a range of nodes of the current list.
createOrPattern(SearchPattern, SearchPattern) - Static method in class org.eclipse.jdt.core.search.SearchPattern
Returns a search pattern that combines the given two patterns into an "or" pattern.
createOrSearchPattern(ISearchPattern, ISearchPattern) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use SearchPattern.createOrPattern(SearchPattern, SearchPattern) instead.
createPackage() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createPackage(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createPackage() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates an empty package document fragment.
createPackage(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a package document fragment on the given source code.
createPackage(IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
Creates the new package using the entered field values.
createPackageControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the package name field.
createPackageDeclaration(String, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Creates and returns a package declaration in this compilation unit with the given package name.
createPackageDialog(Shell, IJavaProject, int, String) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all packages of the given Java project.
createPackageDialog(Shell, IRunnableContext, IJavaSearchScope, boolean, boolean, String) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all packages of the given Java search scope.
createPackageDialog(Shell, IJavaProject, int) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all packages of the given Java project.
createPackageDialog(Shell, IPackageFragmentRoot, String) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all packages under the given package fragment root.
createPackageDialog(Shell, IPackageFragmentRoot) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all packages under the given package fragment root.
createPackageFragment(String, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Creates and returns a package fragment in this root with the given dot-separated package name.
createParameterList(CompletionProposal) - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalLabelProvider
Creates and returns a parameter list of the given method proposal suitable for display.
createParameterizedTypeBindingKey(String, String[]) - Static method in class org.eclipse.jdt.core.BindingKey
Creates a new parameterized type binding key from the given generic type binding key and the given argument type binding keys.
createPathButtons(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
Creates the buttons to manipulate the classpath.
createPattern(String, int, int, int) - Static method in class org.eclipse.jdt.core.search.SearchPattern
Returns a search pattern based on a given string pattern.
createPattern(IJavaElement, int) - Static method in class org.eclipse.jdt.core.search.SearchPattern
Returns a search pattern based on a given Java element.
createPattern(IJavaElement, int, int) - Static method in class org.eclipse.jdt.core.search.SearchPattern
Returns a search pattern based on a given Java element.
createPatternBreakpoint(IResource, String, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Deprecated. use createStratumBreakpoint instead
createProject(IProject, IPath, IProgressMonitor) - Static method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
Deprecated. use JavaCapabilityConfigurationPage.createProject(IProject, URI, IProgressMonitor) instead.
createProject(IProject, URI, IProgressMonitor) - Static method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
Helper method to create and open a IProject.
createRunnable(CompilationUnit, ITypeBinding, IMethodBinding[], int, boolean, int, boolean) - Static method in class org.eclipse.jdt.ui.actions.AddUnimplementedConstructorsAction
Returns a runnable that creates the constructor stubs.
createRunnable(CompilationUnit, ITypeBinding, IMethodBinding[], int, boolean) - Static method in class org.eclipse.jdt.ui.actions.OverrideMethodsAction
Returns a runnable that creates the method stubs for overridden methods.
createScanner(boolean, boolean, boolean, boolean) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a scanner, indicating the level of detail requested for tokenizing.
createScanner(boolean, boolean, boolean, String) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a scanner, indicating the level of detail requested for tokenizing.
createScanner(boolean, boolean, boolean, String, String) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a scanner, indicating the level of detail requested for tokenizing.
createSearchPattern(String, int, int, boolean) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use SearchPattern.createPattern(String, int, int, int) instead.
createSearchPattern(IJavaElement, int) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use SearchPattern.createPattern(IJavaElement, int) instead.
createSeparator(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates a separator line.
createSourceContainers() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
 
createSourceContainers() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathVariableSourceContainer
 
createSourceContainers() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer
 
createStratumBreakpoint(IResource, String, String, String, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a line breakpoint identified by its source file name and/or path, and stratum that it is relative to.
createStringPlaceholder(String, int) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Creates and returns a placeholder node for a source string that is to be inserted into the output document at the position corresponding to the placeholder.
createSuperClassControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the superclass name field.
createSuperInterfacesControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the superclass name field.
createTargetPatternBreakpoint(IResource, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a target pattern breakpoint for the given resource at the given line number.
createType(String, IJavaElement, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Creates and returns a type in this compilation unit with the given contents.
createType(String, IJavaElement, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a type in this type with the given contents.
createType() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createType(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createType() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a default type document fragment.
createType(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a type document fragment on the given source code.
createType(IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the new type using the entered field values.
createTypeBindingKey(String) - Static method in class org.eclipse.jdt.core.BindingKey
Creates a new type binding key from the given type name.
createTypeDialog(Shell, IRunnableContext, IProject, int, boolean) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all types in the given project.
createTypeDialog(Shell, IRunnableContext, IJavaSearchScope, int, boolean) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all types in the given scope.
createTypeDialog(Shell, IRunnableContext, IJavaSearchScope, int, boolean, String) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all types in the given scope.
createTypeDialog(Shell, IRunnableContext, IJavaSearchScope, int, boolean, String, TypeSelectionExtension) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all types in the given scope.
createTypeMembers(IType, NewTypeWizardPage.ImportsManager, IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewClassWizardPage
 
createTypeMembers(IType, NewTypeWizardPage.ImportsManager, IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Hook method that gets called from createType to support adding of unanticipated methods, fields, and inner types to the created type.
createTypeNameControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the type name field.
createTypeParameterSignature(char[], char[][]) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type parameter signature with the given name and bounds.
createTypeParameterSignature(String, String[]) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type parameter signature with the given name and bounds.
createTypeSignature(char[], boolean) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature from the given type name encoded as a character array.
createTypeSignature(String, boolean) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature from the given type name.
createTypeVariableBindingKey(String, String) - Static method in class org.eclipse.jdt.core.BindingKey
Creates a new type variable binding key from the given type variable name and the given declaring key.
createVMArgsBlock() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
createVMInstall(String) - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
 
createVMInstall(String) - Method in interface org.eclipse.jdt.launching.IVMInstallType
Creates a new instance of this VM Install type.
createWatchpoint(IResource, String, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a watchpoint on a field with the given name in a type with the given name.
createWilcardTypeBindingKey(String, char) - Static method in class org.eclipse.jdt.core.BindingKey
Creates a new wildcard type binding key from the given type binding key and the given wildcard kind (one of Signature.C_STAR, Signature.C_SUPER, or Signature.C_EXTENDS.
createWizard() - Method in class org.eclipse.jdt.ui.actions.AbstractOpenWizardAction
Creates and configures the wizard.
createWizard() - Method in class org.eclipse.jdt.ui.actions.OpenNewAnnotationWizardAction
 
createWizard() - Method in class org.eclipse.jdt.ui.actions.OpenNewClassWizardAction
 
createWizard() - Method in class org.eclipse.jdt.ui.actions.OpenNewEnumWizardAction
 
createWizard() - Method in class org.eclipse.jdt.ui.actions.OpenNewInterfaceWizardAction
 
createWizard() - Method in class org.eclipse.jdt.ui.actions.OpenNewJavaProjectWizardAction
 
createWizard() - Method in class org.eclipse.jdt.ui.actions.OpenNewPackageWizardAction
 
createWizard() - Method in class org.eclipse.jdt.ui.actions.OpenNewSourceFolderWizardAction
 
createWorkingDirBlock() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletArgumentsTab
 
createWorkingDirBlock() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
createWorkspaceScope() - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a Java search scope with the workspace as the only limit.
cycleRisk() - Method in class org.eclipse.jdt.core.dom.ChildListPropertyDescriptor
Returns whether this property is vulnerable to cycles.
cycleRisk() - Method in class org.eclipse.jdt.core.dom.ChildPropertyDescriptor
Returns whether this property is vulnerable to cycles.

Eclipse JDT
Release 3.2
A B C D E F G H I J K L M N O P Q R S T U V W X Z _
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.