|
|||||||||
| Home >> All >> org >> eclipse >> jdt >> [ core overview ] | PREV NEXT | ||||||||
A
- ABORT - Static variable in class org.eclipse.jdt.core.JavaCore
- Possible configurable option value.
- ADDED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
- Status constant indicating that the element has been added.
- ANONYMOUS_CLASS_DECLARATION - Static variable in class org.eclipse.jdt.core.CompletionProposal
- Completion is a declaration of an anonymous class.
- ARGUMENTS - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
- Id marker attribute (value
"arguments"). - ARRAY_TYPE_SIGNATURE - Static variable in class org.eclipse.jdt.core.Signature
- Kind constant for an array type signature.
- ATT_HANDLE_ID - Static variable in class org.eclipse.jdt.core.JavaCore
- Name of the handle id attribute in a Java marker.
- AccAbstract - Static variable in class org.eclipse.jdt.core.Flags
- Abstract property flag.
- AccAnnotation - Static variable in class org.eclipse.jdt.core.Flags
- Annotation property flag (added in J2SE 1.5).
- AccBridge - Static variable in class org.eclipse.jdt.core.Flags
- Bridge method property flag (added in J2SE 1.5).
- AccDefault - Static variable in class org.eclipse.jdt.core.Flags
- Constant representing the absence of any flag
- AccDeprecated - Static variable in class org.eclipse.jdt.core.Flags
- Deprecated property flag.
- AccEnum - Static variable in class org.eclipse.jdt.core.Flags
- Enum property flag (added in J2SE 1.5).
- AccFinal - Static variable in class org.eclipse.jdt.core.Flags
- Final access flag.
- AccInterface - Static variable in class org.eclipse.jdt.core.Flags
- Interface property flag.
- AccNative - Static variable in class org.eclipse.jdt.core.Flags
- Native property flag.
- AccPrivate - Static variable in class org.eclipse.jdt.core.Flags
- Private access flag.
- AccProtected - Static variable in class org.eclipse.jdt.core.Flags
- Protected access flag.
- AccPublic - Static variable in class org.eclipse.jdt.core.Flags
- Public access flag.
- AccStatic - Static variable in class org.eclipse.jdt.core.Flags
- Static access flag.
- AccStrictfp - Static variable in class org.eclipse.jdt.core.Flags
- Strictfp property flag.
- AccSuper - Static variable in class org.eclipse.jdt.core.Flags
- Super property flag.
- AccSynchronized - Static variable in class org.eclipse.jdt.core.Flags
- Synchronized access flag.
- AccSynthetic - Static variable in class org.eclipse.jdt.core.Flags
- Synthetic property flag.
- AccTransient - Static variable in class org.eclipse.jdt.core.Flags
- Transient property flag.
- AccVarargs - Static variable in class org.eclipse.jdt.core.Flags
- Varargs method property flag (added in J2SE 1.5).
- AccVolatile - Static variable in class org.eclipse.jdt.core.Flags
- Volatile property flag.
- accept(CompletionProposal) - Method in class org.eclipse.jdt.core.CompletionRequestor
- Proposes a completion.
- acceptAnonymousType(char[], char[], char[][], char[][], char[][], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
- acceptAnonymousType(char[], char[], char[][], char[][], char[][], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
- Code assist notification of an anonymous type declaration completion.
- acceptClass(char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
- acceptClass(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
- Deprecated. Code assist notification of a class completion.
- acceptClass(char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
- Code assist notification of a class completion.
- acceptClass(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
- Notification of a class correction.
- acceptError(IProblem) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
- acceptError(IMarker) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
- Deprecated. Code assist notification of a compilation error detected during completion.
- acceptError(IProblem) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
- Code assist notification of a compilation error detected during completion.
- acceptField(char[], char[], char[], char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
- acceptField(char[], char[], char[], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
- Deprecated. Code assist notification of a field completion.
- acceptField(char[], char[], char[], char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
- Code assist notification of a field completion.
- acceptField(char[], char[], char[], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
- Notification of a field correction.
- acceptInterface(char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
- acceptInterface(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
- Deprecated. Code assist notification of an interface completion.
- acceptInterface(char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
- Code assist notification of an interface completion.
- acceptInterface(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
- Notification of an interface correction.
- acceptKeyword(char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
- acceptKeyword(char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
- Deprecated. Code assist notification of a keyword completion.
- acceptKeyword(char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
- Code assist notification of a keyword completion.
- acceptLabel(char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
- acceptLabel(char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
- Deprecated. Code assist notification of a label completion.
- acceptLabel(char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
- Code assist notification of a label completion.
- acceptLocalVariable(char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
- acceptLocalVariable(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
- Deprecated. Code assist notification of a local variable completion.
- acceptLocalVariable(char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
- Code assist notification of a local variable completion.
- acceptLocalVariable(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
- Notification of a local variable correction.
- acceptMethod(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
- acceptMethod(char[], char[], char[], char[][], char[][], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
- Deprecated. Code assist notification of a method completion.
- acceptMethod(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
- Code assist notification of a method completion.
- acceptMethod(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
- Notification of a method correction.
- acceptMethodDeclaration(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
- acceptMethodDeclaration(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
- Code assist notification of a method completion.
- acceptModifier(char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
- acceptModifier(char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
- Deprecated. Code assist notification of a modifier completion.
- acceptModifier(char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
- Code assist notification of a modifier completion.
- acceptNameWithPrefix(char[], boolean) - Method in class org.eclipse.jdt.core.NamingConventions.NamingRequestor
- acceptNameWithPrefixAndSuffix(char[], boolean, boolean) - Method in class org.eclipse.jdt.core.NamingConventions.NamingRequestor
- acceptNameWithSuffix(char[], boolean) - Method in class org.eclipse.jdt.core.NamingConventions.NamingRequestor
- acceptNameWithoutPrefixAndSuffix(char[]) - Method in class org.eclipse.jdt.core.NamingConventions.NamingRequestor
- acceptPackage(char[], char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
- acceptPackage(char[], char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
- Deprecated. Code assist notification of a package completion.
- acceptPackage(char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
- Code assist notification of a package completion.
- acceptPackage(char[], char[], int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
- Notification of a package correction.
- acceptProblem(IProblem) - Method in interface org.eclipse.jdt.core.IProblemRequestor
- Notification of a Java problem.
- acceptType(char[], char[], char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
- acceptType(char[], char[], char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
- Deprecated. Code assist notification of a type completion.
- acceptType(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
- Code assist notification of a type completion.
- acceptVariableName(char[], char[], char[], char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
- acceptVariableName(char[], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
- Code assist notification of a variable name completion.
- add(IJavaElement) - Method in interface org.eclipse.jdt.core.IRegion
- Adds the given element and all of its descendents to this region.
- addBufferChangedListener(IBufferChangedListener) - Method in interface org.eclipse.jdt.core.IBuffer
- Adds the given listener for changes to this buffer.
- addElementChangedListener(IElementChangedListener) - Static method in class org.eclipse.jdt.core.JavaCore
- Adds the given listener for changes to Java elements.
- addElementChangedListener(IElementChangedListener, int) - Static method in class org.eclipse.jdt.core.JavaCore
- Adds the given listener for changes to Java elements.
- addExtdirs(Path, Path) - Method in class org.eclipse.jdt.core.JDTCompilerAdapter
- Emulation of extdirs feature in java >= 1.2.
- addJavaElementMarkerAttributes(Map, IJavaElement) - Static method in class org.eclipse.jdt.core.JavaCore
- Configures the given marker attribute map for the given Java element.
- addPreProcessingResourceChangedListener(IResourceChangeListener) - Static method in class org.eclipse.jdt.core.JavaCore
- Adds the given listener for POST_CHANGE resource change events to the Java core.
- addTypeHierarchyChangedListener(ITypeHierarchyChangedListener) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
- Adds the given listener for changes to this type hierarchy.
- append(char[]) - Method in interface org.eclipse.jdt.core.IBuffer
- Appends the given character array to the contents of the buffer.
- append(String) - Method in interface org.eclipse.jdt.core.IBuffer
- Appends the given string to the contents of the buffer.
- appendArrayTypeSignature(char[], int, boolean, StringBuffer) - Static method in class org.eclipse.jdt.core.Signature
- Scans the given string for an array type signature starting at the given index and appends it to the given buffer, and returns the index of the last character.
- appendClassTypeSignature(char[], int, boolean, StringBuffer) - Static method in class org.eclipse.jdt.core.Signature
- Scans the given string for a class type signature starting at the given index and appends it to the given buffer, and returns the index of the last character.
- appendTypeArgumentSignature(char[], int, boolean, StringBuffer) - Static method in class org.eclipse.jdt.core.Signature
- Scans the given string for a type argument signature starting at the given index and appends it to the given buffer, and returns the index of the last character.
- appendTypeArgumentSignatures(char[], int, boolean, StringBuffer) - Static method in class org.eclipse.jdt.core.Signature
- Scans the given string for a list of type arguments signature starting at the given index and appends it to the given buffer, and returns the index of the last character.
- appendTypeSignature(char[], int, boolean, StringBuffer) - Static method in class org.eclipse.jdt.core.Signature
- Scans the given string for a type signature starting at the given index and appends it to the given buffer, and returns the index of the last character.
- attachSource(IPath, IPath, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
- Attaches the source archive identified by the given absolute path to this binary package fragment root.
B
- BASE_TYPE_SIGNATURE - Static variable in class org.eclipse.jdt.core.Signature
- Kind constant for a base (primitive or void) type signature.
- BOOLEAN - Static variable in class org.eclipse.jdt.core.Signature
- BUILDER_ID - Static variable in class org.eclipse.jdt.core.JavaCore
- The identifier for the Java builder
(value
"org.eclipse.jdt.core.javabuilder"). - BUILDER_INITIALIZATION_ERROR - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
- Status constant indicating that the Java builder could not be initialized.
- BUILDER_SERIALIZATION_ERROR - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
- Status constant indicating that the Java builder's last built state could not be serialized or deserialized.
- BUILDPATH_PROBLEM_MARKER - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
- Build path problem marker type (value
"org.eclipse.jdt.core.buildpath_problem"). - BYTE - Static variable in class org.eclipse.jdt.core.Signature
- BufferChangedEvent - class org.eclipse.jdt.core.BufferChangedEvent.
- A buffer changed event describes how a buffer has changed.
- BufferChangedEvent(IBuffer, int, int, String) - Constructor for class org.eclipse.jdt.core.BufferChangedEvent
- Creates a new buffer changed event indicating that the given buffer has changed.
- becomeWorkingCopy(IProblemRequestor, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
- Changes this compilation unit handle into a working copy.
- beginReporting() - Method in class org.eclipse.jdt.core.CompletionRequestor
- Pro forma notification sent before reporting a batch of completion proposals.
- beginReporting() - Method in interface org.eclipse.jdt.core.IProblemRequestor
- Notification sent before starting the problem detection process.
- bufferChanged(BufferChangedEvent) - Method in interface org.eclipse.jdt.core.IBufferChangedListener
- Notifies that the given event has occurred.
C
- 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.
- CHAR - Static variable in class org.eclipse.jdt.core.Signature
- CLASSES - Static variable in class org.eclipse.jdt.core.CorrectionEngine
- This field is not intended to be used by client.
- 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_FILE - Static variable in interface org.eclipse.jdt.core.IJavaElement
- Constant representing a class file.
- 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.
- CLEAR_ALL - Static variable in class org.eclipse.jdt.core.JavaCore
- Possible configurable option value.
- 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_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_IMPLICIT_QUALIFICATION - Static variable in class org.eclipse.jdt.core.JavaCore
- Possible configurable option ID.
- 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_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.
- COMPACT - Static variable in class org.eclipse.jdt.core.JavaCore
- Possible configurable option value.
- COMPILATION_UNIT - Static variable in interface org.eclipse.jdt.core.IJavaElement
- Constant representing a Java 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_ASSERT_IDENTIFIER - 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_EMPTY_STATEMENT - 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_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_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_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_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_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_OVERRIDING_PACKAGE_DEFAULT_METHOD - 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_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_SYNTHETIC_ACCESS_EMULATION - 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_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_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_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_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.
- COMPUTE - Static variable in class org.eclipse.jdt.core.JavaCore
- Possible configurable option value.
- 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_RESOURCE_COPY_FILTER - Static variable in class org.eclipse.jdt.core.JavaCore
- Possible configurable option ID.
- 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.
- 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_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_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 a wildcard type argument in a signature.
- 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.
- CheckDebugAttributes - class org.eclipse.jdt.core.CheckDebugAttributes.
- CheckDebugAttributes() - Constructor for class org.eclipse.jdt.core.CheckDebugAttributes
- 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.
- 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.
- CompletionProposal - class org.eclipse.jdt.core.CompletionProposal.
- Completion proposal.
- CompletionProposal(int, int) - Constructor for class org.eclipse.jdt.core.CompletionProposal
- Creates a basic completion proposal.
- 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.
- Adapter of the requestor interface
ICompletionRequestor. - CompletionRequestorAdapter() - Constructor for class org.eclipse.jdt.core.CompletionRequestorAdapter
- 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.
- canUpdateClasspathContainer(IPath, IJavaProject) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
- Returns
trueif this container initializer can be requested to perform updates on its own container values. - checkClassFile(IClassFileReader) - Method in class org.eclipse.jdt.core.CheckDebugAttributes
- checkPrimitiveType(char[], char[]) - Static method in class org.eclipse.jdt.core.Signature
- 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).
- codeComplete(int, ICodeCompletionRequestor) - Method in interface org.eclipse.jdt.core.ICodeAssist
- Deprecated. Use
codeComplete(int, ICompletionRequestor)55 instead. - codeComplete(int, ICompletionRequestor) - 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, CompletionRequestor) - Method in interface org.eclipse.jdt.core.ICodeAssist
- DO NOT USE: This API element was added in anticipation of J2SE 1.5 support, which is planned for the next release of Eclipse after 3.0.
- codeComplete(int, ICompletionRequestor, 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(int, CompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.ICodeAssist
- DO NOT USE: This API element was added in anticipation of J2SE 1.5 support, which is planned for the next release of Eclipse after 3.0.
- codeComplete(char[], int, int, char[][], char[][], int[], boolean, ICompletionRequestor) - 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, ICompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.IType
- Do code completion inside a code snippet in the context of the current type.
- codeSelect(int, int) - Method in interface org.eclipse.jdt.core.ICodeAssist
- Returns the Java elements correspondiing 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 correspondiing to the given selected text in this compilation unit.
- 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.
- compilationUnit - Variable in class org.eclipse.jdt.core.CorrectionEngine
- This field is not intended to be used by client.
- compilerClass - Static variable in class org.eclipse.jdt.core.JDTCompilerAdapter
- completion - Variable in class org.eclipse.jdt.core.CompletionProposal
- Completion string; defaults to empty string.
- completionFailure(IProblem) - Method in class org.eclipse.jdt.core.CompletionRequestor
- Notification of failure to produce any completions.
- completionKind - Variable in class org.eclipse.jdt.core.CompletionProposal
- Kind of completion request.
- completionLocation - Variable in class org.eclipse.jdt.core.CompletionProposal
- Offset in original buffer where ICodeAssist.codeComplete() was requested.
- completionRequestor - Variable in class org.eclipse.jdt.core.CorrectionEngine
- This field is not intended to be used by client.
- 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.
- computeCorrections(ICompilationUnit, int, int, int, String[], ICorrectionRequestor) - Method in class org.eclipse.jdt.core.CorrectionEngine
- configureJavaElementMarker(IMarker, IJavaElement) - Method in class org.eclipse.jdt.core.JavaCore
- Configures the given marker for the given Java element.
- contains(IResource) - Method in interface org.eclipse.jdt.core.IJavaModel
- Returns whether this Java model contains an
IJavaElementwhose 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.
- containsJavaResources() - Method in interface org.eclipse.jdt.core.IPackageFragment
- Returns whether this fragment contains at least one Java resource.
- convertCharsToString(char[][]) - Static method in class org.eclipse.jdt.core.NamingConventions
- convertStringToChars(String[]) - Static method in class org.eclipse.jdt.core.NamingConventions
- 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.
- correct(char[]) - Method in class org.eclipse.jdt.core.CorrectionEngine
- 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(), ornullif 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(), ornullif 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
nullif 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
nullif 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
nullif 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.
- 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.
- 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.
- 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.
- createClassFileFrom(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
- Creates and returns a class file element for
the given
.classfile. - 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.
- 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.
- createCompilationUnitFrom(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
- Creates and returns a compilation unit element for
the given
.javafile. - 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(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(IClassFile, int) - Static method in class org.eclipse.jdt.core.ToolFactory
- Create a classfile reader onto a classfile Java element.
- 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
- 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.
- 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.
- 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.
- createJarPackageFragmentRootFrom(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
- Creates and returns a handle for the given JAR file.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
D
- DEFAULT - Static variable in class org.eclipse.jdt.core.JavaCore
- Possible configurable option value.
- DEFAULT_PACKAGEROOT_PATH - Static variable in interface org.eclipse.jdt.core.IPackageFragmentRoot
- Empty root path
- DEFAULT_PACKAGE_NAME - Static variable in interface org.eclipse.jdt.core.IPackageFragment
-
The name of package fragment for the default package (value: the empty
string,
""). - DEFAULT_TASK_PRIORITIES - Static variable in class org.eclipse.jdt.core.JavaCore
- Default task priority
- DEFAULT_TASK_PRIORITY - Static variable in class org.eclipse.jdt.core.JavaCore
- Deprecated. - should use #DEFAULT_TASK_PRIORITIES instead
- DEFAULT_TASK_TAG - Static variable in class org.eclipse.jdt.core.JavaCore
- Deprecated. - should use #DEFAULT_TASK_TAGS instead
- DEFAULT_TASK_TAGS - Static variable in class org.eclipse.jdt.core.JavaCore
- Default task tag
- DESTINATION_PROJECT_CLASSPATH - Static variable in interface org.eclipse.jdt.core.IPackageFragmentRoot
- Update model flag constant (bit mask value 8) indicating that the operation is to update the classpath of the destination project.
- DEVICE_PATH - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
- Status constant indicating that a path specifying a device was supplied to the operation when a path with no device is required.
- DISABLED - Static variable in class org.eclipse.jdt.core.JavaCore
- Possible configurable option value.
- DISABLED_CP_EXCLUSION_PATTERNS - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
- Status constant indicating that an inclusion or an exclusion pattern got specified on a classpath source entry, though it was explicitely disabled according to its project preference settings.
- DISABLED_CP_MULTIPLE_OUTPUT_LOCATIONS - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
- Status constant indicating that a specific output location got associated with a source entry, though it was explicitely disabled according to its project preference settings.
- DOM_EXCEPTION - Static variable in interface org.eclipse.jdt.co