Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- 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.
- 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_INTERSECTION - Static variable in class org.eclipse.jdt.core.Signature
-
Character constant indicating an intersection type 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_UNION - Static variable in class org.eclipse.jdt.core.Signature
-
Character constant indicating a union type 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.
- cache(CompilationUnit, ITypeRoot) - Method in class org.eclipse.jdt.core.manipulation.CoreASTProvider
-
Caches the given compilation unit AST for the given Java element.
- call() - Method in interface org.eclipse.jdt.core.JavaCore.JavaCallable
-
Computes a value or throws an exception.
- callReadOnly(JavaCore.JavaCallable<T, E>) - Static method in class org.eclipse.jdt.core.JavaCore
-
Calls the argument and returns its result or its Exception.
- CALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
- 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. char[] CamelCase matching does NOT accept explicit wild-cards '*' and '?'
- camelCaseMatch(char[], char[], boolean) - 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. char[] CamelCase matching does NOT accept explicit wild-cards '*' and '?'
- 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 sub-part of the given name using CamelCase rules, or false otherwise.
- camelCaseMatch(char[], int, int, char[], int, int, boolean) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers true if a sub-pattern matches the sub-part of 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 sub-part of the given name using CamelCase rules, or false otherwise.
- camelCaseMatch(String, int, int, String, int, int, boolean) - Static method in class org.eclipse.jdt.core.search.SearchPattern
-
Answers true if a sub-pattern matches the sub-part 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. char[] CamelCase matching does NOT accept explicit wild-cards '*' and '?'
- camelCaseMatch(String, String, boolean) - 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. char[] CamelCase matching does NOT accept explicit wild-cards '*' and '?'
- 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. - 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.
- canDoReturn() - Method in interface org.eclipse.jdi.hcr.VirtualMachine
-
Determines if this implementation supports the early return of the top stack frame of a thread.
- canEdit(ClasspathAttributeConfiguration.ClasspathAttributeAccess) - Method in class org.eclipse.jdt.ui.wizards.ClasspathAttributeConfiguration
-
Specifies if the given attribute can be edited.
- canEnableFor(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenAttachedJavadocAction
-
Tells whether this action can be enabled for the given selection.
- canFlipToNextPage() - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
- canForceReturn() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
-
Returns whether this frame currently supports a force return operation.
- canGetClassFileVersion() - Method in interface org.eclipse.jdi.hcr.VirtualMachine
-
Determines if this implementation supports the retrieval of a class file version.
- canHaveChildren() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
-
Deprecated.Returns whether this node is allowed to have children.
- 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, incorrect proxy, wrong authentication,...
- CANNOT_RETRIEVE_ATTACHED_JAVADOC_TIMEOUT - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
-
Status constant indicating that the attached javadoc content cannot be retrieved due to timeout
- 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
- CannotImplementIncompatibleNullness - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- CannotImportPackage - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- CannotInferElidedTypes - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- CannotInferInvocationType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- CannotInferRecordPatternTypes - 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
- CannotUseDiamondWithAnonymousClasses - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- CannotUseDiamondWithExplicitTypeArguments - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- CannotUseSuperInCodeSnippet - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- canReenterOnExit() - Method in interface org.eclipse.jdi.hcr.VirtualMachine
-
Determines if this implementation supports the reenter stepping.
- canReloadClasses() - Method in interface org.eclipse.jdi.hcr.VirtualMachine
-
Determines if this implementation supports the replacement of classes on the fly.
- canRemove(ClasspathAttributeConfiguration.ClasspathAttributeAccess) - Method in class org.eclipse.jdt.ui.wizards.ClasspathAttributeConfiguration
-
Specifies if 'Remove' is a valid action on the given attribute.
- 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. - canUseDiamond(CompletionContext) - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns whether it is safe to use the
'<>'
(diamond) operator in place of explicitly specifying type arguments for this proposal. - CAPTURE_TYPE_SIGNATURE - Static variable in class org.eclipse.jdt.core.Signature
-
Kind constant for the capture of a wildcard type signature.
- CASE_DEFAULT_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
CaseDefaultExpression
. - CASE_INSENSITIVE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
-
Deprecated.
- 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. - CaseDefaultExpression - Class in org.eclipse.jdt.core.dom
-
Case Default Literal Pattern node.
- CAST - Enum constant in enum class org.eclipse.jdt.core.dom.rewrite.ImportRewrite.TypeLocation
-
The special value
ImportRewrite.TypeLocation.CAST
is used for casts. - CAST - Static variable in interface org.eclipse.jdt.core.util.IExtendedAnnotationConstants
- CAST_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
CastExpression
. - CAST_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
-
Return only type references used in a cast expression.
- CastExpression - Class in org.eclipse.jdt.core.dom
-
Cast expression AST node type.
- CASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
- 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_COMPLIANCE - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
- 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_MODULE - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
-
Category for fatal problems relating to modules
- 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_PREVIEW_RELATED - Static variable in class org.eclipse.jdt.core.compiler.CategorizedProblem
-
Category for problems related to preview features
- 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.
- 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 (element type:
CatchClause
). - CATCH_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
-
Return only type references used in a catch header.
- CatchClause - Class in org.eclipse.jdt.core.dom
-
Catch clause AST node type.
- catchClauses() - Method in class org.eclipse.jdt.core.dom.TryStatement
-
Returns the live ordered list of catch clauses for this try statement.
- CategorizedProblem - Class in org.eclipse.jdt.core.compiler
-
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
- category(Object) - Method in class org.eclipse.jdt.ui.JavaElementComparator
- category(Object) - Method in class org.eclipse.jdt.ui.JavaElementSorter
-
Deprecated.
- CATEGORY_ID - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
-
ID category marker attribute (value
"categoryId"
) - CATEGORY_SEPARATOR_STRING - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
-
User-readable string for concatenating categories (e.g. " ").
- CCPActionGroup - Class in org.eclipse.jdt.ui.actions
-
Action group that adds copy, cut, paste, and delete 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(IViewPart, boolean) - Constructor for class org.eclipse.jdt.ui.actions.CCPActionGroup
-
Creates a new
CCPActionGroup
. - CCPActionGroup(IWorkbenchSite, ISelectionProvider) - 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.
- CHANGE_METHOD_SIGNATURE - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
-
Refactoring id of the 'Change Method Signature' refactoring (value:
org.eclipse.jdt.ui.change.method.signature
). - CHANGE_METHOD_SIGNATURE_PROCESSOR - Static variable in interface org.eclipse.jdt.core.refactoring.participants.IRefactoringProcessorIds
-
Processor ID of the Change Method Signature processor (value
"org.eclipse.jdt.ui.changeMethodSignatureRefactoring"
). - 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"
). - ChangeCorrectionProposal - Class in org.eclipse.jdt.ui.text.java.correction
-
Implementation of a Java completion proposal to be used for quick fix and quick assist proposals that are based on a
Change
. - ChangeCorrectionProposal(String, Change, int) - Constructor for class org.eclipse.jdt.ui.text.java.correction.ChangeCorrectionProposal
-
Constructs a change correction proposal.
- ChangeCorrectionProposal(String, Change, int, Image) - Constructor for class org.eclipse.jdt.ui.text.java.correction.ChangeCorrectionProposal
-
Constructs a change correction proposal.
- ChangeCorrectionProposalCore - Class in org.eclipse.jdt.core.manipulation
- ChangeCorrectionProposalCore(String, Change, int) - Constructor for class org.eclipse.jdt.core.manipulation.ChangeCorrectionProposalCore
-
Constructs a change correction proposal.
- CHANGED - Static variable in interface org.eclipse.jdt.core.IClasspathAttributeDelta
-
Status constant indicating that the attribute has been changed.
- 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.
- 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.
- ChangeMethodSignatureArguments - Class in org.eclipse.jdt.core.refactoring.participants
-
Change method signature arguments describe the data that a processor provides to its change signature participants
- ChangeMethodSignatureArguments(String, String, int, ChangeMethodSignatureArguments.Parameter[], ChangeMethodSignatureArguments.ThrownException[], boolean) - Constructor for class org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments
-
Creates new change method signature arguments.
- ChangeMethodSignatureArguments.Parameter - Class in org.eclipse.jdt.core.refactoring.participants
-
Instances of
ChangeMethodSignatureArguments.Parameter
are used to describe the new parameters after a change method signature refactoring. - ChangeMethodSignatureArguments.ThrownException - Class in org.eclipse.jdt.core.refactoring.participants
-
Instances of
ChangeMethodSignatureArguments.ThrownException
are used to describe the new thrown exceptions after a change method signature refactoring. - ChangeMethodSignatureDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
-
Refactoring descriptor for the change method signature refactoring.
- ChangeMethodSignatureDescriptor() - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.ChangeMethodSignatureDescriptor
-
Creates a new refactoring descriptor.
- ChangeMethodSignatureDescriptor(String, String, String, Map<String, String>, int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.ChangeMethodSignatureDescriptor
-
Creates a new refactoring descriptor.
- ChangeMethodSignatureParticipant - Class in org.eclipse.jdt.core.refactoring.participants
-
A participant to participate in refactorings that change method signatures.
- ChangeMethodSignatureParticipant() - Constructor for class org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureParticipant
- ChangeTypeAction - Class in org.eclipse.jdt.ui.actions
-
Action to generalize the type of a local or field declaration or the return type of a method declaration.
- ChangeTypeAction(JavaEditor) - 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
. - CHAR - Enum constant in enum class com.sun.mirror.type.PrimitiveType.Kind
-
The primitive type
char
- CHAR - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
-
Type code for the primitive type "char".
- CHAR_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
-
Tag value for a constant of type
char
- CHARACTER_LITERAL - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
CharacterLiteral
. - CharacterLiteral - Class in org.eclipse.jdt.core.dom
-
Character literal nodes.
- charArrayToStringArray(char[][]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Returns the char arrays as an array of Strings
- CharOperation - Class in org.eclipse.jdt.core.compiler
-
This class is a collection of helper methods to manipulate char arrays.
- CharOperation() - Constructor for class org.eclipse.jdt.core.compiler.CharOperation
- 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.
- CHECKCAST - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
- CheckDebugAttributes - Class in org.eclipse.jdt.core
-
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
- checkPostConditions(IProgressMonitor) - Method in interface org.eclipse.jdt.ui.cleanup.ICleanUp
-
Called when done cleaning up.
- checkPreConditions(IJavaProject, ICompilationUnit[], IProgressMonitor) - Method in interface org.eclipse.jdt.ui.cleanup.ICleanUp
-
After call to checkPreConditions clients will start creating fixes for
compilationUnits
inproject
unless the result of checkPreConditions contains a fatal error - Checks - Class in org.eclipse.jdt.annotation
-
Utility functions intended for use with the null annotations defined in this package.
- Checks() - Constructor for class org.eclipse.jdt.annotation.Checks
- ChildListPropertyDescriptor - Class in org.eclipse.jdt.core.dom
-
Descriptor for a child list property of an AST node.
- ChildPropertyDescriptor - Class in org.eclipse.jdt.core.dom
-
Descriptor for a child property of an AST node.
- chooseClassFolderEntries(Shell, IPath, IPath[]) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
-
Shows the UI to select new class folders.
- chooseConfiguration(List<ILaunchConfiguration>) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchShortcut
-
Returns a configuration from the given collection of configurations that should be launched, or
null
to cancel. - 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.
- chooseExternalClassFolderEntries(Shell) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
-
Shows the UI to select new external class folder entries.
- chooseExternalJAREntries(Shell) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
-
Shows the UI to select new external JAR or ZIP archive entries.
- chooseImports(TypeNameMatch[][], ISourceRange[]) - Method in interface org.eclipse.jdt.core.manipulation.OrganizeImportsOperation.IChooseImportQuery
-
Selects imports from a list of choices.
- 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.
- chooseType(IType[], String) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchShortcut
-
Prompts the user to select a type from the given types.
- chooseVariableEntries(Shell, IPath[]) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
-
Shows the UI for selecting new variable classpath entries.
- CLASS - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
-
The searched element is a class.
- 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.core.manipulation.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_BODY_TEMPLATE_ID - Static variable in class org.eclipse.jdt.ui.CodeGeneration
-
Deprecated.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_EXTENDS - Static variable in interface org.eclipse.jdt.core.util.IExtendedAnnotationConstants
- 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_INSTANCE_CREATION_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
-
Return only type references used in class instance creation.
- CLASS_LIB_LEVEL - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
-
OSGi profile property name in an execution environment description file.
- CLASS_PATH - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
-
Classpath property identifier for entries that should appear on the class path for modular project.
- CLASS_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
-
Tag value for a value that represents a class
- CLASS_TREE - Enum constant in enum class com.sun.mirror.apt.Filer.Location
-
The location of new class files.
- CLASS_TYPE - Static variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Constant to signal that the created type is a class.
- CLASS_TYPE_PARAMETER - Static variable in interface org.eclipse.jdt.core.util.IExtendedAnnotationConstants
- CLASS_TYPE_PARAMETER_BOUND - Static variable in interface org.eclipse.jdt.core.util.IExtendedAnnotationConstants
- CLASS_TYPE_SIGNATURE - Static variable in class org.eclipse.jdt.core.Signature
-
Kind constant for a class type signature.
- CLASS_UNDER_TEST - Static variable in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
-
Field ID of the class under test field.
- ClassDeclaration - Interface in com.sun.mirror.declaration
-
Represents the declaration of a class.
- CLASSES - Static variable in class org.eclipse.jdt.core.CorrectionEngine
-
This field is not intended to be used by client.
- CLASSES - Static variable in class org.eclipse.jdt.core.manipulation.TypeKinds
- CLASSES_IN_SUITE - Static variable in class org.eclipse.jdt.junit.wizards.NewTestSuiteWizardPage
-
Field ID of the class in suite field.
- classesHaveChanged(String[]) - Method in interface org.eclipse.jdi.hcr.VirtualMachine
-
Notifies the VM that the class file base that it is running from has changed.
- ClassExtendFinalClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ClassExtendFinalRecord - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- 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.
- ClassFileBytesDisassembler - Class in org.eclipse.jdt.core.util
-
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
- classFilesCreated() - Method in interface com.sun.mirror.apt.RoundState
-
Returns
true
if new class files were created in this round of processing; returnsfalse
otherwise. - ClassFormatException - Exception in org.eclipse.jdt.core.util
-
Exception thrown by a class file reader when encountering a error in decoding information contained in a .class file.
- ClassFormatException(int) - Constructor for exception org.eclipse.jdt.core.util.ClassFormatException
-
Constructor for ClassFormatException.
- ClassFormatException(String) - Constructor for exception org.eclipse.jdt.core.util.ClassFormatException
-
Constructor for ClassFormatException.
- ClassFormatException(String, Throwable) - Constructor for exception org.eclipse.jdt.core.util.ClassFormatException
-
Constructor for ClassFormatException.
- ClassInstanceCreation - Class in org.eclipse.jdt.core.dom
-
Class instance creation expression AST node type.
- 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"
). - CLASSPATH_FILE_NAME - Static variable in interface org.eclipse.jdt.core.IJavaProject
-
Path of the file containing the project's classpath relative to the project's root.
- ClasspathAttributeAccess() - Constructor for class org.eclipse.jdt.ui.wizards.ClasspathAttributeConfiguration.ClasspathAttributeAccess
- ClasspathAttributeConfiguration - Class in org.eclipse.jdt.ui.wizards
-
A
ClasspathAttributeConfiguration
specifies how aclass path attribute
is presented and configured in the Java build path dialog. - ClasspathAttributeConfiguration() - Constructor for class org.eclipse.jdt.ui.wizards.ClasspathAttributeConfiguration
- ClasspathAttributeConfiguration.ClasspathAttributeAccess - Class in org.eclipse.jdt.ui.wizards
-
This class provides information about the attribute to be rendered or configured.
- ClasspathContainerInitializer - Class in org.eclipse.jdt.core
-
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 in org.eclipse.jdt.launching.sourcelookup.containers
-
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.
- ClasspathFixProcessor - Class in org.eclipse.jdt.ui.text.java
-
Class to be implemented by contributors to the extension point
org.eclipse.jdt.ui.classpathFixProcessors
. - ClasspathFixProcessor() - Constructor for class org.eclipse.jdt.ui.text.java.ClasspathFixProcessor
- ClasspathFixProcessor.ClasspathFixProposal - Class in org.eclipse.jdt.ui.text.java
-
A proposal to fix a class path issue.
- ClasspathFixProposal() - Constructor for class org.eclipse.jdt.ui.text.java.ClasspathFixProcessor.ClasspathFixProposal
- ClasspathVariableInitializer - Class in org.eclipse.jdt.core
-
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 in org.eclipse.jdt.launching.sourcelookup.containers
-
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.
- ClassType - Interface in com.sun.mirror.type
-
Represents a class type.
- classUnderTestChanged() - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
-
Hook method that gets called when the class under test has changed.
- CLEAN - Static variable in class org.eclipse.jdt.core.JavaCore
-
Configurable option value: "clean".
- 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"
). - 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.
- CleanUpContext - Class in org.eclipse.jdt.ui.cleanup
-
The context that contains all information required by a clean up to create a fix.
- CleanUpContext(ICompilationUnit, CompilationUnit) - Constructor for class org.eclipse.jdt.ui.cleanup.CleanUpContext
-
Creates a new clean up context.
- CleanUpContextCore - Class in org.eclipse.jdt.core.manipulation
-
Deprecated, for removal: This API element is subject to removal in a future version.Please use CleanUpContext in the future
- CleanUpContextCore(ICompilationUnit, CompilationUnit) - Constructor for class org.eclipse.jdt.core.manipulation.CleanUpContextCore
-
Deprecated.Creates a new clean up context.
- CleanUpOptions - Class in org.eclipse.jdt.ui.cleanup
-
Allows to set and retrieve clean up settings for given options keys.
- CleanUpOptions() - Constructor for class org.eclipse.jdt.ui.cleanup.CleanUpOptions
-
Creates a new instance.
- CleanUpOptions(Map<String, String>) - Constructor for class org.eclipse.jdt.ui.cleanup.CleanUpOptions
-
Creates a new CleanUpOptions instance with the given options.
- CleanUpOptionsCore - Class in org.eclipse.jdt.core.manipulation
-
Deprecated, for removal: This API element is subject to removal in a future version.Please use CleanUpOptions in the future This class is not intended to be subclassed by clients.
- CleanUpOptionsCore() - Constructor for class org.eclipse.jdt.core.manipulation.CleanUpOptionsCore
-
Deprecated.Creates a new instance.
- CleanUpOptionsCore(Map<String, String>) - Constructor for class org.eclipse.jdt.core.manipulation.CleanUpOptionsCore
-
Deprecated.Creates a new CleanUpOptions instance with the given options.
- CleanUpRequirements - Class in org.eclipse.jdt.ui.cleanup
-
Specifies the requirements of a clean up.
- CleanUpRequirements(boolean, boolean, boolean, Map<String, String>) - Constructor for class org.eclipse.jdt.ui.cleanup.CleanUpRequirements
-
Create a new instance
- CleanUpRequirementsCore - Class in org.eclipse.jdt.core.manipulation
-
Deprecated, for removal: This API element is subject to removal in a future version.Please use CleanUpRequirements in the future
- CleanUpRequirementsCore(boolean, boolean, boolean, Map<String, String>) - Constructor for class org.eclipse.jdt.core.manipulation.CleanUpRequirementsCore
-
Deprecated.Create a new instance
- CLEAR_ALL - Static variable in class org.eclipse.jdt.core.JavaCore
-
Configurable option value: "clear all".
- clearReconciliation() - Method in class org.eclipse.jdt.core.manipulation.CoreASTProvider
-
Clear the reconciliation state.
- 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.
- clone() - Method in class org.eclipse.jdt.core.search.SearchPattern
- cloneHelper(AST, ModulePackageAccess) - Method in class org.eclipse.jdt.core.dom.ModulePackageAccess
- 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.IJarBuilder
-
Called when building of the JAR finished.
- 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.
- CODE - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
-
"Code" attribute.
- CODE_SNIPPET - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
-
Indicates a compilation problem related to a code snippet.
- 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
-
Code assist option ID: Define the Prefixes for Argument Name.
- CODEASSIST_ARGUMENT_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
-
Code assist option ID: Define the Suffixes for Argument Name.
- 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
-
Code assist option ID: Activate Camel Case Sensitive Completion.
- 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
-
Code assist option ID: Activate Deprecation Sensitive Completion.
- CODEASSIST_DISABLE_COMPLETION_PROPOSAL_TRIGGER_CHARS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls if the Java code assist ignores the insertion trigger characters for completion proposals.
- CODEASSIST_DISCOURAGED_REFERENCE_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
-
Code assist option ID: Activate Discouraged Reference Sensitive Completion.
- 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_FAVORITE_STATIC_MEMBERS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that holds the favorite static members.
- CODEASSIST_FIELD_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
-
Code assist option ID: Define the Prefixes for Field Name.
- CODEASSIST_FIELD_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
-
Code assist option ID: Define the Suffixes for Field Name.
- 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
-
Code assist option ID: Activate Forbidden Reference Sensitive Completion.
- 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
-
Code assist option ID: Automatic Qualification of Implicit Members.
- 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
-
Code assist option ID: Define the Prefixes for Local Variable Name.
- CODEASSIST_LOCAL_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
-
Code assist option ID: Define the Suffixes for Local Variable Name.
- CODEASSIST_LRU_HISTORY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that stores the content assist LRU history
- CODEASSIST_NONUITHREAD_COMPUTATION - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls whether completion processors should be called from the non-UI thread, when they declare ability to work from non-UI Thread.
- 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
-
Deprecated.As of 3.4, replaced by
JFacePreferences.CONTENT_ASSIST_BACKGROUND_COLOR
, - CODEASSIST_PROPOSALS_FOREGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
Deprecated.As of 3.4, replaced by
JFacePreferences.CONTENT_ASSIST_FOREGROUND_COLOR
, - 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
-
Code assist option ID: Define the Prefixes for Static Field Name.
- CODEASSIST_STATIC_FIELD_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
-
Code assist option ID: Define the Suffixes for Static Field Name.
- CODEASSIST_STATIC_FINAL_FIELD_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
-
Code assist option ID: Define the Prefixes for Static Final Field Name.
- CODEASSIST_STATIC_FINAL_FIELD_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
-
Code assist option ID: Define the Suffixes for Static Final Field Name.
- CODEASSIST_SUBSTRING_MATCH - Static variable in class org.eclipse.jdt.core.JavaCore
-
Deprecated.- this option has no effect
- CODEASSIST_SUBWORD_MATCH - Static variable in class org.eclipse.jdt.core.JavaCore
-
Code assist option ID: Activate Subword Code Completion.
- CODEASSIST_SUGGEST_STATIC_IMPORTS - Static variable in class org.eclipse.jdt.core.JavaCore
-
Code assist option ID: Activate Suggestion of Static Import.
- CODEASSIST_VISIBILITY_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
-
Code assist option ID: Activate Visibility Sensitive Completion.
- CodeCannotBeReached - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- 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, IProgressMonitor) - 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(char[], int, int, char[][], char[][], int[], boolean, CompletionRequestor, WorkingCopyOwner, IProgressMonitor) - 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) - Method in interface org.eclipse.jdt.core.IType
-
Deprecated.
- codeComplete(char[], int, int, char[][], char[][], int[], boolean, ICompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.IType
- 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, CompletionRequestor, IProgressMonitor) - 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
-
Performs code completion at the given offset position in this compilation unit, reporting results to the given completion requestor.
- codeComplete(int, CompletionRequestor, WorkingCopyOwner, IProgressMonitor) - 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, 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, ICompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.ICodeAssist
-
Deprecated.
- 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, IProgressMonitor) - 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, CompletionRequestor, WorkingCopyOwner, IProgressMonitor) - 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
- codeComplete(String, int, ICompletionRequestor) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
-
Deprecated.
- codeComplete(String, int, ICompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
-
Deprecated.
- CodeFormatter - Class in org.eclipse.jdt.core.formatter
-
Specification for a generic source code formatter.
- CodeFormatter() - Constructor for class org.eclipse.jdt.core.formatter.CodeFormatter
- CodeFormatterApplication - Class in org.eclipse.jdt.core.formatter
-
Implements an Eclipse Application for org.eclipse.jdt.core.JavaCodeFormatter.
- CodeFormatterApplication() - Constructor for class org.eclipse.jdt.core.formatter.CodeFormatterApplication
- 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.
- 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 automatically created getters which return a boolean field should start with "is" or should be prefixed with "get".
- 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
- CodeGeneration - Class in org.eclipse.jdt.core.manipulation
-
Class that offers access to the templates contained in the 'code templates' preference page.
- CodeGeneration - Class in org.eclipse.jdt.ui
-
Deprecated.See
CodeGeneration
- 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.
- CodeSnippetMissingClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- CodeSnippetMissingMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- CodeStyleConfiguration - Class in org.eclipse.jdt.core.manipulation
-
Gives access to the import rewrite configured with the settings as specified in the user interface.
- CodeStyleConfiguration - Class in org.eclipse.jdt.ui
-
Gives access to the import rewrite configured with the settings as specified in the user interface.
- 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
- collapseMembers() - Method in class org.eclipse.jdt.ui.text.folding.DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext
-
Returns
true
if methods should be collapsed. - collapseMembers() - Method in interface org.eclipse.jdt.ui.text.folding.IJavaFoldingStructureProviderExtension
-
Collapses all members except for top level types.
- collect(ASTNode, IJavaProject, Region, boolean, Collection<SimpleName>, Collection<SimpleName>) - Static method in class org.eclipse.jdt.core.manipulation.ImportReferencesCollector
-
Collect import statements from an AST node.
- collect(ASTNode, IJavaProject, Region, Collection<SimpleName>, Collection<SimpleName>) - Static method in class org.eclipse.jdt.core.manipulation.ImportReferencesCollector
-
Collect import statements from an AST node.
- collectExecutionArguments(ILaunchConfiguration, List<String>, List<String>) - Method in class org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationDelegate
-
Collects all VM and program arguments.
- collectRequiredProjects(IJavaProject, ArrayList<IJavaProject>) - Static method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
-
Deprecated.Adds all projects required by
proj
to the listres
- COLORIZE - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
-
Specifies to apply color styles to labels.
- column() - Method in interface com.sun.mirror.util.SourcePosition
-
Returns the column number of this position.
- com.sun.mirror.apt - package com.sun.mirror.apt
-
Classes used to communicate information between annotation processors and an annotation processing tool.
- com.sun.mirror.declaration - package com.sun.mirror.declaration
-
Interfaces used to model program element declarations.
- com.sun.mirror.type - package com.sun.mirror.type
-
Interfaces used to model types.
- com.sun.mirror.util - package com.sun.mirror.util
-
Utilities to assist in the processing of declarations and types.
- 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.
- COMMA_SEPARATOR - Static variable in class org.eclipse.jdt.core.compiler.CharOperation
-
Constant for comma
- COMMA_STRING - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
-
User-readable string for separating list items (e.g. ", ").
- COMMAND_ID_PREFIX - Static variable in interface org.eclipse.jdt.ui.text.java.correction.ICommandAccess
-
Correction commands starting with this prefix will be handled by the Java editor.
- Comment - Class in org.eclipse.jdt.core.dom
-
Abstract base class for all AST nodes that represent comments.
- 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. - COMMENT_START - Static variable in class org.eclipse.jdt.junit.wizards.NewTestSuiteWizardPage
- commit(boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IWorkingCopy
-
Deprecated.
- commitWorkingCopy(boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Commits the contents of this working copy to its underlying resource.
- COMMON_LINES - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
-
FORMATTER / Value to set opening and closing parentheses location in common lines with their contents (or simply a single line if the parentheses are empty).
- COMPACT - Static variable in class org.eclipse.jdt.core.JavaCore
-
Configurable option value: "compact".
- 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.
- COMPACT_CONSTRUCTOR_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
-
The "compact constructor" structural property of record node type (type:
Boolean
). - compare(ICompletionProposal, ICompletionProposal) - Method in class org.eclipse.jdt.ui.text.java.AbstractProposalSorter
-
The orderings imposed by an implementation need not be consistent with equals.
- compare(ICompletionProposal, ICompletionProposal) - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalComparator
- compare(Viewer, Object, Object) - Method in class org.eclipse.jdt.ui.JavaElementComparator
- compare(Viewer, Object, Object) - Method in class org.eclipse.jdt.ui.JavaElementSorter
-
Deprecated.
- compareJavaVersions(String, String) - Static method in class org.eclipse.jdt.core.JavaCore
-
Compares two given versions of the Java platform.
- compareJavaVersions(IVMInstall, String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Compares the version of vm and a version of the Java platform.
- compareTo(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Compares the two char arrays lexicographically.
- compareTo(char[], char[], int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Compares the two char arrays lexicographically between the given start and end positions.
- compareWith(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Compares the contents of the two arrays array and prefix.
- ComparingIdentical - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- CompatibleEnvironment - Class in org.eclipse.jdt.launching.environments
-
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.
- 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.IJavaElement
-
Constant representing a Java compilation unit.
- COMPILATION_UNIT - Static variable in interface org.eclipse.jdt.core.jdom.IDOMNode
-
Deprecated.Node type constant indicating a compilation unit.
- CompilationParticipant - Class in org.eclipse.jdt.core.compiler
-
A compilation participant is notified of events occurring during the compilation process.
- CompilationParticipant() - Constructor for class org.eclipse.jdt.core.compiler.CompilationParticipant
- CompilationProgress - Class in org.eclipse.jdt.core.compiler
-
A compilation progress is used by the
BatchCompiler
to report progress during compilation. - CompilationProgress() - Constructor for class org.eclipse.jdt.core.compiler.CompilationProgress
- compilationUnit - Variable in class org.eclipse.jdt.core.CorrectionEngine
-
This field is not intended to be used by client.
- CompilationUnit - Class in org.eclipse.jdt.core.dom
-
Java compilation unit AST node type.
- CompilationUnitChange - Class in org.eclipse.jdt.core.refactoring
-
A
TextFileChange
that operates on anICompilationUnit
in the workspace. - CompilationUnitChange(String, ICompilationUnit) - Constructor for class org.eclipse.jdt.core.refactoring.CompilationUnitChange
-
Creates a new
CompilationUnitChange
. - CompilationUnitSorter - Class in org.eclipse.jdt.core.util
-
Operation for sorting members within a compilation unit.
- compile(String[], PrintWriter, PrintWriter, CompilationProgress) - Static method in class org.eclipse.jdt.core.compiler.batch.BatchCompiler
-
Invokes the Eclipse Compiler for Java with the given command line arguments, using the given writers to print messages, and reporting progress to the given compilation progress.
- compile(String, PrintWriter, PrintWriter, CompilationProgress) - Static method in class org.eclipse.jdt.core.compiler.batch.BatchCompiler
-
Invokes the Eclipse Compiler for Java with the given command line arguments, using the given writers to print messages, and reporting progress to the given compilation progress.
- COMPILER_ANNOTATION_NULL_ANALYSIS - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Annotation-based Null Analysis.
- COMPILER_ANNOTATION_RESOURCE_ANALYSIS - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Enable the use of specific annotations for more precise analysis of resource leaks.
- COMPILER_CODEGEN_INLINE_JSR_BYTECODE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Deprecated.this option is implicitly enabled and can't be switched off anymore
- COMPILER_CODEGEN_METHOD_PARAMETERS_ATTR - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Generating Method Parameters Attribute.
- COMPILER_CODEGEN_TARGET_PLATFORM - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Defining Target Java Platform.
- COMPILER_CODEGEN_UNUSED_LOCAL - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Preserving Unused Local Variables.
- COMPILER_COMPLIANCE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Setting Compliance Level.
- COMPILER_DOC_COMMENT_SUPPORT - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Javadoc Comment Support.
- COMPILER_FAILURE - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
-
Status constant indicating that a compiler failure occurred.
- COMPILER_IGNORE_UNNAMED_MODULE_FOR_SPLIT_PACKAGE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Ignore unnamed module for split package.
- COMPILER_INHERIT_NULL_ANNOTATIONS - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Inheritance of null annotations.
- COMPILER_LINE_NUMBER_ATTR - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Generating Line Number Debug Attribute.
- COMPILER_LOCAL_VARIABLE_ATTR - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Generating Local Variable Debug Attribute.
- COMPILER_NONNULL_ANNOTATION_NAME - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Name of Annotation Type for Non-Null Types.
- COMPILER_NONNULL_ANNOTATION_SECONDARY_NAMES - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Names of Secondary Annotation Types for Non-Null Types.
- COMPILER_NONNULL_BY_DEFAULT_ANNOTATION_NAME - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Name of Annotation Type to specify a nullness default for unannotated types.
- COMPILER_NONNULL_BY_DEFAULT_ANNOTATION_SECONDARY_NAMES - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Names of Secondary Annotation Types to specify a nullness default for unannotated types.
- COMPILER_NOTOWNING_ANNOTATION_NAME - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Name of annotation type for "not-owned" resource values.
- COMPILER_NULLABLE_ANNOTATION_NAME - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Name of Annotation Type for Nullable Types.
- COMPILER_NULLABLE_ANNOTATION_SECONDARY_NAMES - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Names of Secondary Annotation Types for Nullable Types.
- COMPILER_OWNING_ANNOTATION_NAME - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Name of annotation type for "owned" resource values.
- COMPILER_PB_ANNOTATED_TYPE_ARGUMENT_TO_UNANNOTATED - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Unsafe Conversion To Unannotated Type Argument.
- COMPILER_PB_ANNOTATION_SUPER_INTERFACE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Use of Annotation Type as Super Interface.
- COMPILER_PB_API_LEAKS - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting when public API uses a non-API type.
- COMPILER_PB_ASSERT_IDENTIFIER - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Usage of
'assert'
Identifier. - COMPILER_PB_AUTOBOXING - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Boxing/Unboxing Conversion.
- COMPILER_PB_BOOLEAN_METHOD_THROWING_EXCEPTION - Static variable in class org.eclipse.jdt.core.JavaCore
-
Deprecated.- this option has no effect
- COMPILER_PB_CHAR_ARRAY_IN_STRING_CONCATENATION - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Usage of
char[]
Expressions in String Concatenations. - COMPILER_PB_COMPARING_IDENTICAL - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Comparison of Identical Expressions.
- COMPILER_PB_DEAD_CODE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Dead Code.
- COMPILER_PB_DEAD_CODE_IN_TRIVIAL_IF_STATEMENT - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Dead Code Inside Trivial If Statement.
- COMPILER_PB_DEPRECATION - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Deprecation.
- COMPILER_PB_DEPRECATION_IN_DEPRECATED_CODE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Deprecation Inside Deprecated Code.
- COMPILER_PB_DEPRECATION_WHEN_OVERRIDING_DEPRECATED_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Deprecation When Overriding Deprecated Method.
- COMPILER_PB_DISCOURAGED_REFERENCE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Discouraged Reference to Type with Restricted Access.
- COMPILER_PB_EMPTY_STATEMENT - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Empty Statements and Unnecessary Semicolons.
- COMPILER_PB_ENABLE_PREVIEW_FEATURES - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Enabling support for preview language features.
- COMPILER_PB_ENUM_IDENTIFIER - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Usage of
'enum'
Identifier. - COMPILER_PB_EXPLICITLY_CLOSED_AUTOCLOSEABLE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting a resource that is not managed by try-with-resources.
- COMPILER_PB_FALLTHROUGH_CASE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Switch Fall-Through Case.
- COMPILER_PB_FATAL_OPTIONAL_ERROR - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Treating Optional Error as Fatal.
- COMPILER_PB_FIELD_HIDING - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Field Declaration Hiding another Variable.
- COMPILER_PB_FINAL_PARAMETER_BOUND - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting final Bound for Type Parameter.
- COMPILER_PB_FINALLY_BLOCK_NOT_COMPLETING - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Finally Blocks Not Completing Normally.
- COMPILER_PB_FORBIDDEN_REFERENCE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Forbidden Reference to Type with Restricted Access.
- COMPILER_PB_HIDDEN_CATCH_BLOCK - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Hidden Catch Block.
- COMPILER_PB_INCLUDE_ASSERTS_IN_NULL_ANALYSIS - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Raise null related errors or warnings arising because of assert statements.
- COMPILER_PB_INCOMPATIBLE_NON_INHERITED_INTERFACE_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Interface Method not Compatible with non-Inherited Methods.
- COMPILER_PB_INCOMPATIBLE_OWNING_CONTRACT - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting when a method override incompatibly changes the owning contract.
- COMPILER_PB_INCOMPLETE_ENUM_SWITCH - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Incomplete Enum Switch.
- 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
-
Compiler option ID: Reporting Indirect Reference to a Static Member.
- 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
-
Compiler option ID: Reporting Invalid Javadoc Comment.
- COMPILER_PB_INVALID_JAVADOC_TAGS - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Invalid Javadoc Tags.
- COMPILER_PB_INVALID_JAVADOC_TAGS__DEPRECATED_REF - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Invalid Javadoc Tags with Deprecated References.
- COMPILER_PB_INVALID_JAVADOC_TAGS__NOT_VISIBLE_REF - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Invalid Javadoc Tags with Not Visible References.
- COMPILER_PB_INVALID_JAVADOC_TAGS_VISIBILITY - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Visibility Level For Invalid Javadoc Tags.
- COMPILER_PB_LOCAL_VARIABLE_HIDING - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Local Variable Declaration Hiding another Variable.
- COMPILER_PB_MAX_PER_UNIT - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Maximum Number of Problems Reported per Compilation Unit.
- COMPILER_PB_METHOD_WITH_CONSTRUCTOR_NAME - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Method With Constructor Name.
- COMPILER_PB_MISSING_DEPRECATED_ANNOTATION - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Missing
@Deprecated
Annotation. - COMPILER_PB_MISSING_ENUM_CASE_DESPITE_DEFAULT - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Missing Enum Case In Switch Despite An Existing Default Case.
- COMPILER_PB_MISSING_HASHCODE_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Missing HashCode Method.
- COMPILER_PB_MISSING_JAVADOC_COMMENTS - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Missing Javadoc Comments.
- COMPILER_PB_MISSING_JAVADOC_COMMENTS_OVERRIDING - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Missing Javadoc Comments on Overriding Methods.
- COMPILER_PB_MISSING_JAVADOC_COMMENTS_VISIBILITY - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Visibility Level For Missing Javadoc Comments.
- COMPILER_PB_MISSING_JAVADOC_TAG_DESCRIPTION - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting missing tag description.
- COMPILER_PB_MISSING_JAVADOC_TAG_DESCRIPTION_ALL_STANDARD_TAGS - Static variable in class org.eclipse.jdt.core.JavaCore
-
Configurable option value: "all_standard_tags".
- COMPILER_PB_MISSING_JAVADOC_TAG_DESCRIPTION_NO_TAG - Static variable in class org.eclipse.jdt.core.JavaCore
-
Configurable option value: "no_tag".
- COMPILER_PB_MISSING_JAVADOC_TAG_DESCRIPTION_RETURN_TAG - Static variable in class org.eclipse.jdt.core.JavaCore
-
Configurable option value: "return_tag".
- COMPILER_PB_MISSING_JAVADOC_TAGS - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Missing Javadoc Tags.
- COMPILER_PB_MISSING_JAVADOC_TAGS_METHOD_TYPE_PARAMETERS - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Missing Javadoc Tags for Method Type Parameters.
- COMPILER_PB_MISSING_JAVADOC_TAGS_OVERRIDING - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Missing Javadoc Tags on Overriding Methods.
- COMPILER_PB_MISSING_JAVADOC_TAGS_VISIBILITY - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Visibility Level For Missing Javadoc Tags.
- COMPILER_PB_MISSING_NONNULL_BY_DEFAULT_ANNOTATION - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting missing default nullness annotation.
- COMPILER_PB_MISSING_OVERRIDE_ANNOTATION - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Missing
@Override
Annotation. - COMPILER_PB_MISSING_OVERRIDE_ANNOTATION_FOR_INTERFACE_METHOD_IMPLEMENTATION - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Missing
@Override
Annotation for interface method implementation. - COMPILER_PB_MISSING_SERIAL_VERSION - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Missing Declaration of serialVersionUID Field on Serializable Class.
- COMPILER_PB_MISSING_STATIC_ON_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting a method that qualifies as static, but not declared static.
- COMPILER_PB_MISSING_SYNCHRONIZED_ON_INHERITED_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Missing Synchronized Modifier On Inherited Method.
- COMPILER_PB_NO_EFFECT_ASSIGNMENT - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Assignment with no Effect.
- COMPILER_PB_NON_NLS_STRING_LITERAL - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Non-Externalized String Literal.
- COMPILER_PB_NONNULL_PARAMETER_ANNOTATION_DROPPED - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Dropped Nonnull Parameter Annotations.
- COMPILER_PB_NONNULL_TYPEVAR_FROM_LEGACY_INVOCATION - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Unsafe NonNull Interpretation Of Type Variables.
- COMPILER_PB_NULL_ANNOTATION_INFERENCE_CONFLICT - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting conflicts between declared null annotation and inferred null value
- COMPILER_PB_NULL_REFERENCE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Null Dereference.
- COMPILER_PB_NULL_SPECIFICATION_VIOLATION - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Violations of Null Specifications.
- COMPILER_PB_NULL_UNCHECKED_CONVERSION - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting unchecked conversion from a type with unknown nullness to a null annotated type
- COMPILER_PB_OVERRIDING_METHOD_WITHOUT_SUPER_INVOCATION - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Overriding method that doesn't call the super method invocation.
- COMPILER_PB_OVERRIDING_PACKAGE_DEFAULT_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Attempt to Override Package Visible Method.
- COMPILER_PB_PARAMETER_ASSIGNMENT - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Parameter Assignment.
- COMPILER_PB_PESSIMISTIC_NULL_ANALYSIS_FOR_FREE_TYPE_VARIABLES - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting problems detected by pessimistic null analysis for free type variables.
- COMPILER_PB_POSSIBLE_ACCIDENTAL_BOOLEAN_ASSIGNMENT - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Possible Accidental Boolean Assignment.
- COMPILER_PB_POTENTIAL_NULL_REFERENCE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Potential Null Dereference.
- COMPILER_PB_POTENTIALLY_MISSING_STATIC_ON_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting a method that may qualify as static, but not declared static.
- COMPILER_PB_POTENTIALLY_UNCLOSED_CLOSEABLE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting a resource that may not be closed properly.
- COMPILER_PB_RAW_TYPE_REFERENCE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Raw Type Reference.
- COMPILER_PB_RECOMMENDED_RESOURCE_MANAGEMENT - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting a resource that is not managed by recommended strategies.
- COMPILER_PB_REDUNDANT_NULL_ANNOTATION - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Redundant Null Annotations.
- COMPILER_PB_REDUNDANT_NULL_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Redundant Null Check.
- COMPILER_PB_REDUNDANT_SUPERINTERFACE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Redundant Superinterface.
- COMPILER_PB_REDUNDANT_TYPE_ARGUMENTS - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting redundant specification of type arguments in class instance creation expressions.
- COMPILER_PB_REPORT_PREVIEW_FEATURES - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Preview features.
- COMPILER_PB_SPECIAL_PARAMETER_HIDING_FIELD - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Special Parameter Hiding another Field.
- COMPILER_PB_STATIC_ACCESS_RECEIVER - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Non-Static Reference to a Static Member.
- COMPILER_PB_SUPPRESS_OPTIONAL_ERRORS - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Further Determining the Effect of
@SuppressWarnings
if alsoJavaCore.COMPILER_PB_SUPPRESS_WARNINGS
is enabled. - COMPILER_PB_SUPPRESS_WARNINGS - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Determining Effect of
@SuppressWarnings
. - COMPILER_PB_SUPPRESS_WARNINGS_NOT_FULLY_ANALYSED - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting when a
@SuppressWarnings
annotation might be unused, but exact information is not available. - COMPILER_PB_SWITCH_MISSING_DEFAULT_CASE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Missing Default Case In Switch.
- COMPILER_PB_SYNTACTIC_NULL_ANALYSIS_FOR_FIELDS - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Perform syntactic null analysis for fields.
- COMPILER_PB_SYNTHETIC_ACCESS_EMULATION - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Synthetic Access Emulation.
- COMPILER_PB_TERMINAL_DEPRECATION - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Terminal Deprecation.
- COMPILER_PB_TYPE_PARAMETER_HIDING - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Type Declaration Hiding another Type.
- COMPILER_PB_UNAVOIDABLE_GENERIC_TYPE_PROBLEMS - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting of Unavoidable Generic Type Problems due to raw APIs.
- COMPILER_PB_UNCHECKED_TYPE_OPERATION - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Unchecked Type Operation.
- COMPILER_PB_UNCLOSED_CLOSEABLE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting a resource that is not closed properly.
- COMPILER_PB_UNDOCUMENTED_EMPTY_BLOCK - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Undocumented Empty Block.
- COMPILER_PB_UNHANDLED_WARNING_TOKEN - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Unhandled Warning Token for
@SuppressWarnings
. - COMPILER_PB_UNLIKELY_COLLECTION_METHOD_ARGUMENT_TYPE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting a method invocation providing an argument of an unlikely type.
- COMPILER_PB_UNLIKELY_COLLECTION_METHOD_ARGUMENT_TYPE_STRICT - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Perform strict analysis against the expected type of collection methods.
- COMPILER_PB_UNLIKELY_EQUALS_ARGUMENT_TYPE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting a method invocation providing an argument of an unlikely type to method 'equals'.
- COMPILER_PB_UNNECESSARY_ELSE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Unnecessary Else.
- COMPILER_PB_UNNECESSARY_TYPE_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Unnecessary Type Check.
- COMPILER_PB_UNQUALIFIED_FIELD_ACCESS - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Unqualified Access to Field.
- 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.Use
JavaCore.COMPILER_PB_UNCHECKED_TYPE_OPERATION
instead. - COMPILER_PB_UNSTABLE_AUTO_MODULE_NAME - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting when a module requires an auto module with an unstable name.
- COMPILER_PB_UNUSED_DECLARED_THROWN_EXCEPTION - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Unused Declared Thrown Exception.
- COMPILER_PB_UNUSED_DECLARED_THROWN_EXCEPTION_EXEMPT_EXCEPTION_AND_THROWABLE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Unused Declared Thrown Exception Exempts Exception And Throwable.
- COMPILER_PB_UNUSED_DECLARED_THROWN_EXCEPTION_INCLUDE_DOC_COMMENT_REFERENCE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Consider Reference in Doc Comment for Unused Declared Thrown Exception Check.
- COMPILER_PB_UNUSED_DECLARED_THROWN_EXCEPTION_WHEN_OVERRIDING - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Unused Declared Thrown Exception in Overriding Method.
- COMPILER_PB_UNUSED_EXCEPTION_PARAMETER - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Unused Exception Parameter.
- COMPILER_PB_UNUSED_IMPORT - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Unused Import.
- COMPILER_PB_UNUSED_LABEL - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Unreferenced Label.
- COMPILER_PB_UNUSED_LOCAL - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Unused Local.
- COMPILER_PB_UNUSED_OBJECT_ALLOCATION - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Allocation of an Unused Object.
- COMPILER_PB_UNUSED_PARAMETER - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Unused Parameter.
- COMPILER_PB_UNUSED_PARAMETER_INCLUDE_DOC_COMMENT_REFERENCE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Consider Reference in Doc Comment for Unused Parameter Check.
- COMPILER_PB_UNUSED_PARAMETER_WHEN_IMPLEMENTING_ABSTRACT - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Unused Parameter if Implementing Abstract Method.
- COMPILER_PB_UNUSED_PARAMETER_WHEN_OVERRIDING_CONCRETE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Unused Parameter if Overriding Concrete Method.
- COMPILER_PB_UNUSED_PRIVATE_MEMBER - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Unused Private Members.
- COMPILER_PB_UNUSED_TYPE_ARGUMENTS_FOR_METHOD_INVOCATION - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Presence of Type Arguments for a Non-Generic Method Invocation.
- COMPILER_PB_UNUSED_TYPE_PARAMETER - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Unused Type Parameter.
- COMPILER_PB_UNUSED_WARNING_TOKEN - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Unnecessary
@SuppressWarnings
. - COMPILER_PB_VARARGS_ARGUMENT_NEED_CAST - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Reporting Varargs Argument Needing a Cast in Method/Constructor Invocation.
- COMPILER_RELEASE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Use system libraries from release.
- COMPILER_SOURCE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Setting Source Compatibility Mode.
- COMPILER_SOURCE_FILE_ATTR - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Generating Source Debug Attribute.
- COMPILER_TASK_CASE_SENSITIVE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Determining whether task tags are case-sensitive.
- COMPILER_TASK_PRIORITIES - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Defining the Automatic Task Priorities.
- COMPILER_TASK_PRIORITY_HIGH - Static variable in class org.eclipse.jdt.core.JavaCore
-
Configurable option value for
JavaCore.COMPILER_TASK_PRIORITIES
: "HIGH". - COMPILER_TASK_PRIORITY_LOW - Static variable in class org.eclipse.jdt.core.JavaCore
-
Configurable option value for
JavaCore.COMPILER_TASK_PRIORITIES
: "LOW". - COMPILER_TASK_PRIORITY_NORMAL - Static variable in class org.eclipse.jdt.core.JavaCore
-
Configurable option value for
JavaCore.COMPILER_TASK_PRIORITIES
: "NORMAL". - COMPILER_TASK_TAGS - Static variable in class org.eclipse.jdt.core.JavaCore
-
Compiler option ID: Defining the Automatic Task Tags.
- compileWithAttributes(IModuleDescription, Map<String, String>) - Static method in class org.eclipse.jdt.core.JavaCore
-
Compile the given module description in the context of its enclosing Java project and add class file attributes using the given map of attribute values.
- COMPLEMENT - Static variable in class org.eclipse.jdt.core.dom.PrefixExpression.Operator
-
Bitwise complement "~" operator.
- COMPLETED - Static variable in class org.eclipse.jdt.junit.model.ITestElement.ProgressState
-
state that describes that the test element has completed
- CompletionContext - Class in org.eclipse.jdt.core
-
Completion context.
- CompletionContext() - Constructor for class org.eclipse.jdt.core.CompletionContext
- 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.
- CompletionFlags - Class in org.eclipse.jdt.core
-
Utility class for decoding additional flags in completion proposal.
- CompletionProposal - Class in org.eclipse.jdt.core
-
Completion proposal.
- CompletionProposal() - Constructor for class org.eclipse.jdt.core.CompletionProposal
- CompletionProposalCollector - Class in org.eclipse.jdt.ui.text.java
-
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(ICompilationUnit, boolean) - 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 in org.eclipse.jdt.ui.text.java
-
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 in org.eclipse.jdt.ui.text.java
-
Provides labels for java content assist proposals.
- CompletionProposalLabelProvider() - Constructor for class org.eclipse.jdt.ui.text.java.CompletionProposalLabelProvider
-
Creates a new label provider.
- completionRequestor - Variable in class org.eclipse.jdt.core.CorrectionEngine
-
This field is not intended to be used by client.
- CompletionRequestor - Class in org.eclipse.jdt.core
-
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.
- CompletionRequestor(boolean) - Constructor for class org.eclipse.jdt.core.CompletionRequestor
-
Creates a new completion requestor.
- CompletionRequestorAdapter - Class in org.eclipse.jdt.core
-
Deprecated.Subclass
CompletionRequestor
instead. - CompletionRequestorAdapter() - Constructor for class org.eclipse.jdt.core.CompletionRequestorAdapter
-
Deprecated.
- Compliance - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- COMPONENT_TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ArrayType
-
Deprecated.In the JLS8 API, this property is replaced by
ArrayType.ELEMENT_TYPE_PROPERTY
andArrayType.DIMENSIONS_PROPERTY
. - components() - Method in class org.eclipse.jdt.core.dom.StringTemplateExpression
- COMPUTE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Configurable option value: "compute".
- 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
-
Computes the adornment flags for the given element.
- computeCompletionProposals(ICompilationUnit, int, int, int) - Method in interface org.eclipse.jdt.ui.text.java.IJavadocCompletionProcessor
-
Deprecated.Returns the completion proposals based on the specified location within the compilation unit.
- 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.
- computeContextInformation(ICompilationUnit, int) - Method in interface org.eclipse.jdt.ui.text.java.IJavadocCompletionProcessor
-
Deprecated.Returns information about possible contexts 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.
- 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. - 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. - 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. - computeModularJREEntry(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns a runtime classpath or modulepath entry identifying the JRE referenced by the specified project, or
null
if none. - 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(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Computes and returns the unresolved class path for the given launch configuration.
- computeUnresolvedRuntimeClasspath(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Computes and returns the default unresolved runtime classpath for the given project.
- computeUnresolvedRuntimeClasspath(IJavaProject, boolean) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Computes and returns the default unresolved runtime classpath for the given project.
- computeUnresolvedRuntimeDependencies(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Computes and returns the default unresolved runtime classpath and modulepath for the given project.
- computeUnresolvedRuntimeDependencies(IJavaProject, boolean) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Computes and returns the default unresolved runtime classpath and modulepath for the given project.
- 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 two arrays inserting the separator character between 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[], 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.
- CONCAT_STRING - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
-
User-readable string for separating post qualified names (e.g. " - ").
- concatAll(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.
- concatenate(Object[], Object[]) - Static method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
-
Utility method to concatenate two arrays.
- concatNonEmpty(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.
- concatNonEmpty(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.
- 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.
- 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 prepending the given name at the beginning.
- concatWithAll(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 irrespective of whether an element is a zero length array or not.
- 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.
- ConditionalExpression - Class in org.eclipse.jdt.core.dom
-
Conditional expression AST node type.
- 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.
- configureExternalAnnotationsAttachment(Shell, IPath) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
-
Shows the UI for configuring an external annotations attachment.
- configureExternalClassFolderEntries(Shell, IPath) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
-
Shows the UI to configure an external class folder.
- 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.
- 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.
- configureJavaElementMarker(IMarker, IJavaElement) - Method in class org.eclipse.jdt.core.JavaCore
-
Configures the given marker for the given Java element.
- configureJavaProject(String, 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.
- 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.
- configureSourceAttachment(Shell, IClasspathEntry) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
-
Shows the UI for configuring source attachments, with editing of source attachment encoding disabled.
- configureSourceAttachment(Shell, IClasspathEntry, boolean) - 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.
- ConflictingImport - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ConflictingInheritedNullAnnotations - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ConflictingNullAnnotations - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ConflictingPackageFromModules - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ConflictingPackageFromOtherModules - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ConflictingPackageInModules - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- connect(Map<String, String>, 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.
- 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_INTERFACES_AND_ANNOTATIONS - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
-
Search scope constant indicating that interfaces and annotation types 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_Dynamic - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
-
For the proposed section of JVMLS11 4.4.13 The CONSTANT_Dynamic_info Structure
- CONSTANT_Dynamic_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
- CONSTANT_DynamicCallSite - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
-
proposed new name in JVMLS11
- 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_InvokeDynamic - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
- CONSTANT_InvokeDynamic_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_MethodHandle - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
- CONSTANT_MethodHandle_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_MethodType - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
- CONSTANT_MethodType_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
- CONSTANT_Module - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
- CONSTANT_Module_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_Package - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
- CONSTANT_Package_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.
- ConstantWithPatternIncompatible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ConstNonNullFieldComparisonYieldsFalse - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- constructCUContent(ICompilationUnit, String, String) - Method in class org.eclipse.jdt.junit.wizards.NewTestSuiteWizardPage
- 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.
- ConstructedArrayIncompatible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ConstructionTypeMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- 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.CompletionProposal
-
Completion is a reference to a constructor.
- CONSTRUCTOR_INVOCATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
ConstructorInvocation
. - CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT - Static variable in interface org.eclipse.jdt.core.util.IExtendedAnnotationConstants
- CONSTRUCTOR_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
-
The "constructor" structural property of this node type (type:
Boolean
). - CONSTRUCTOR_REFERENCE - Static variable in interface org.eclipse.jdt.core.util.IExtendedAnnotationConstants
- CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT - Static variable in interface org.eclipse.jdt.core.util.IExtendedAnnotationConstants
- ConstructorDeclaration - Interface in com.sun.mirror.declaration
-
Represents a constructor of a class or interface.
- ConstructorInvocation - Class in org.eclipse.jdt.core.dom
-
Alternate constructor invocation statement AST node type.
- ConstructorReferenceNotBelow18 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ConstructorRelated - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ConstructorVarargsArgumentNeedCast - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- 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
- ContainerAnnotationTypeHasNonDefaultMembers - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ContainerAnnotationTypeHasShorterRetention - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ContainerAnnotationTypeHasWrongValueType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ContainerAnnotationTypeMustHaveValue - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- containerChanged() - Method in class org.eclipse.jdt.ui.wizards.NewAnnotationWizardPage
- 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(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.
- 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(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.
- containsEqual(char[][], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Does the given array contain a char sequence that is equal to the give sequence?
- containsJavaResources() - Method in interface org.eclipse.jdt.core.IPackageFragment
-
Returns whether this fragment contains at least one Java resource.
- containsNull(Iterable<?>) - Static method in class org.eclipse.jdt.annotation.Checks
-
Answer whether an element in the provided values is
null
. - containsOpenPropertiesAction(boolean) - Method in class org.eclipse.jdt.ui.actions.OpenViewActionGroup
-
Specifies if this action group also contains the 'Properties' action (
PropertyDialogAction
). - containsShowInMenu(boolean) - Method in class org.eclipse.jdt.ui.actions.OpenViewActionGroup
-
Specifies if this action group also contains the 'Show In' menu (See
ContributionItemFactory.VIEWS_SHOW_IN
). - 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"
). - ContentAssistInvocationContext - Class in org.eclipse.jdt.ui.text.java
-
Describes the context of an invocation of content assist in a text viewer.
- 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.
- ContentAssistInvocationContext(ITextViewer) - Constructor for class org.eclipse.jdt.ui.text.java.ContentAssistInvocationContext
- ContentAssistInvocationContext(ITextViewer, int) - Constructor for class org.eclipse.jdt.ui.text.java.ContentAssistInvocationContext
-
Creates a new context for the given viewer and offset.
- CONTINUE_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
ContinueStatement
. - ContinueStatement - Class in org.eclipse.jdt.core.dom
-
Continue statement AST node type.
- ContradictoryNullAnnotations - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ContradictoryNullAnnotationsInferred - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ContradictoryNullAnnotationsInferredFunctionType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ContradictoryNullAnnotationsOnBound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- 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.
- CONVERT_ANONYMOUS - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
-
Refactoring id of the 'Convert Anonymous To Nested' refactoring (value:
org.eclipse.jdt.ui.convert.anonymous
). - 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_LOCAL_VARIABLE - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
-
Refactoring id of the 'Convert Local Variable to Field' refactoring (value:
org.eclipse.jdt.ui.promote.temp
). - CONVERT_MEMBER_TYPE - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
-
Refactoring id of the 'Convert Member Type to Top Level' refactoring (value:
org.eclipse.jdt.ui.move.inner
). - 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"
). - ConvertAnonymousDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
-
Refactoring descriptor for the convert anonymous to nested refactoring.
- ConvertAnonymousDescriptor() - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.ConvertAnonymousDescriptor
-
Creates a new refactoring descriptor.
- ConvertAnonymousDescriptor(String, String, String, Map<String, String>, int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.ConvertAnonymousDescriptor
-
Creates a new refactoring descriptor.
- ConvertAnonymousToNestedAction - Class in org.eclipse.jdt.ui.actions
-
Action to convert an anonymous inner class to a nested class.
- ConvertAnonymousToNestedAction(JavaEditor) - 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
. - convertCompilationUnit(int, CompilationUnitDeclaration, char[], Map, boolean, CompilationUnit, int, IProgressMonitor) - Static method in class org.eclipse.jdt.core.dom.AST
-
Deprecated.Use org.eclipse.jdt.core.dom.AST.convertCompilationUnit(int, CompilationUnitDeclaration, Map, boolean, CompilationUnit, int, IProgressMonitor) instead
- convertCompilationUnit(int, CompilationUnitDeclaration, Map, boolean, CompilationUnit, int, 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.
- ConvertingSelectionProvider - Class in org.eclipse.jdt.ui.actions
-
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. - ConvertLocalToFieldAction - Class in org.eclipse.jdt.ui.actions
-
Action to convert a local variable to a field.
- ConvertLocalToFieldAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.ConvertLocalToFieldAction
-
Note: This constructor is for internal use only.
- ConvertLocalVariableDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
-
Refactoring descriptor for the convert local variable refactoring.
- ConvertLocalVariableDescriptor() - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.ConvertLocalVariableDescriptor
-
Creates a new refactoring descriptor.
- ConvertLocalVariableDescriptor(String, String, String, Map<String, String>, int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.ConvertLocalVariableDescriptor
-
Creates a new refactoring descriptor.
- ConvertMemberTypeDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
-
Refactoring descriptor for the convert member type refactoring.
- ConvertMemberTypeDescriptor() - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.ConvertMemberTypeDescriptor
-
Creates a new refactoring descriptor.
- ConvertMemberTypeDescriptor(String, String, String, Map<String, String>, int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.ConvertMemberTypeDescriptor
-
Creates a new refactoring descriptor.
- ConvertNestedToTopAction - Class in org.eclipse.jdt.ui.actions
-
Action to convert a nested class to a top level class.
- ConvertNestedToTopAction(JavaEditor) - 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
. - 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 stand-in instance.
- 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[], IJavaElement[], String[], boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaModel
-
Copies the given elements to the specified container(s).
- copy(IJavaElement, IJavaElement, String, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ISourceManipulation
-
Copies this element to the given container.
- COPY - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
-
Refactoring id of the 'Copy' refactoring (value:
org.eclipse.jdt.ui.copy
). - COPY_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
-
Deprecated.Processor ID of the copy processor (value
"org.eclipse.jdt.ui.CopyProcessor"
). - COPY_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIdsCore
-
Processor ID of the copy processor (value
"org.eclipse.jdt.ui.CopyProcessor"
). - CopyDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
-
Refactoring descriptor for the copy refactoring.
- CopyDescriptor() - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.CopyDescriptor
-
Creates a new refactoring descriptor.
- CopyDescriptor(String, String, String, Map<String, String>, int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.CopyDescriptor
-
Creates a new refactoring descriptor.
- 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.
- CORE_CIRCULAR_CLASSPATH - Static variable in class org.eclipse.jdt.core.JavaCore
-
Core option ID: Reporting Classpath Cycle.
- CORE_ENABLE_CLASSPATH_EXCLUSION_PATTERNS - Static variable in class org.eclipse.jdt.core.JavaCore
-
Core option ID: Enabling Usage of Classpath Exclusion Patterns.
- CORE_ENABLE_CLASSPATH_MULTIPLE_OUTPUT_LOCATIONS - Static variable in class org.eclipse.jdt.core.JavaCore
-
Core option ID: Enabling Usage of Classpath Multiple Output Locations.
- CORE_ENCODING - Static variable in class org.eclipse.jdt.core.JavaCore
-
Core option ID: Default Source Encoding Format.
- 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
-
Core option ID: Reporting Incompatible JDK Level for Required Binaries.
- CORE_INCOMPLETE_CLASSPATH - Static variable in class org.eclipse.jdt.core.JavaCore
-
Core option ID: Reporting Incomplete Classpath.
- CORE_JAVA_BUILD_CLEAN_OUTPUT_FOLDER - Static variable in class org.eclipse.jdt.core.JavaCore
-
Core option ID: Cleaning Output Folder(s).
- CORE_JAVA_BUILD_DUPLICATE_RESOURCE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Core option ID: Reporting Duplicate Resources.
- CORE_JAVA_BUILD_EXTERNAL_ANNOTATIONS_FROM_ALL_LOCATIONS - Static variable in class org.eclipse.jdt.core.JavaCore
-
Core option ID: Read external annotations from all build path entries.
- CORE_JAVA_BUILD_INVALID_CLASSPATH - Static variable in class org.eclipse.jdt.core.JavaCore
-
Core option ID: Abort if Invalid Classpath.
- CORE_JAVA_BUILD_ORDER - Static variable in class org.eclipse.jdt.core.JavaCore
-
Core option ID: Computing Project Build Order.
- CORE_JAVA_BUILD_RECREATE_MODIFIED_CLASS_FILES_IN_OUTPUT_FOLDER - Static variable in class org.eclipse.jdt.core.JavaCore
-
Core option ID: Recreate Modified class files in Output Folder.
- CORE_JAVA_BUILD_RESOURCE_COPY_FILTER - Static variable in class org.eclipse.jdt.core.JavaCore
-
Core option ID: Specifying Filters for Resource Copying Control.
- CORE_MAIN_ONLY_PROJECT_HAS_TEST_ONLY_DEPENDENCY - Static variable in class org.eclipse.jdt.core.JavaCore
-
Core option ID: Reporting if a project which has only main sources depends on a project with only test sources.
- CORE_OUTPUT_LOCATION_OVERLAPPING_ANOTHER_SOURCE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Core option ID: Reporting an output location overlapping another source location.
- CoreASTProvider - Class in org.eclipse.jdt.core.manipulation
-
The
CoreASTProvider
provides access to theAST root
used by the current active Java editor. - CoreASTProvider.WAIT_FLAG - Class in org.eclipse.jdt.core.manipulation
-
Wait flag class.
- CORRECTION_ASSIST_PROPOSALS - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
-
Deprecated.As of 3.2, replaced by
ITextEditorActionDefinitionIds.QUICK_ASSIST
- correctionEnd - Variable in class org.eclipse.jdt.core.CorrectionEngine
-
This field is not intended to be used by client.
- CorrectionEngine - Class in org.eclipse.jdt.core
-
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.
- 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.
- CorruptedSignature - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- 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_INVALID_EXTERNAL_ANNOTATION_PATH - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
-
Status constant indicating that an external annotation path is invalid.
- 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.
- 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.
- 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()
, ornull
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()
, ornull
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(IResource, IJavaProject) - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns the Java element corresponding to the given file, its project being the given project.
- 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(CompilationUnit, boolean) - Static method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Creates an
ImportRewrite
from an AST (CompilationUnit
). - create(ICompilationUnit, boolean) - Static method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Creates an
ImportRewrite
from anICompilationUnit
. - create(ICompilationUnit, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
-
Creates a new rename support for the given
ICompilationUnit
. - create(IField, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
-
Creates a new rename support for the given
IField
. - create(IJavaProject, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
-
Creates a new rename support for the given
IJavaProject
. - create(ILocalVariable, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
-
Creates a new rename support for the given
ILocalVariable
. - create(IMethod, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
-
Creates a new rename support for the given
IMethod
. - create(IModuleDescription, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
-
Creates a new rename support for the given
IModuleDescription
. - create(IPackageFragment, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
-
Creates a new rename support for the given
IPackageFragment
. - create(IPackageFragmentRoot, String) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
-
Creates a new rename support for the given
IPackageFragmentRoot
. - create(ITypeParameter, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
-
Creates a new rename support for the given
ITypeParameter
. - create(IType, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
-
Creates a new rename support for the given
IType
. - create(RenameJavaElementDescriptor) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
-
Creates a new rename support for the given
RenameJavaElementDescriptor
. - create(JarPackageData) - Method in interface org.eclipse.jdt.ui.jarpackager.IManifestProvider
-
Creates a manifest as defined by the
JarPackage
. - 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"
). - createAction(ITextEditor, IVerticalRulerInfo) - Method in class org.eclipse.jdt.debug.ui.actions.JavaBreakpointPropertiesRulerActionDelegate
- createAlignmentValue(boolean, int) - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
-
Create a new alignment value according to the given values.
- 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
-
Deprecated.Unfortunately, this functionality is not fully supported yet (see "https://bugs.eclipse.org/bugs/show_bug.cgi?id=142044" for more details). This might be done in a further version...
- 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.
- createArrayType(int) - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Answer an array type binding using the receiver and the given dimension.
- 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.
- createAST(IProgressMonitor) - Method in class org.eclipse.jdt.core.dom.ASTParser
-
Creates an abstract syntax tree.
- createASTs(String[], String[], String[], FileASTRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.core.dom.ASTParser
-
Creates ASTs for a batch of compilation units.
- createASTs(ICompilationUnit[], String[], ASTRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.core.dom.ASTParser
-
Creates ASTs for a batch of compilation units.
- createBinaryFile(Filer.Location, String, File) - Method in interface com.sun.mirror.apt.Filer
-
Creates a new binary file, and returns a stream for writing to it.
- createBindings(String[]) - Method in class org.eclipse.jdt.core.dom.ASTRequestor
-
Resolves bindings for the given binding keys.
- createBindings(String[]) - Method in class org.eclipse.jdt.core.dom.FileASTRequestor
-
Resolves bindings for the given binding keys.
- createBindings(IJavaElement[], IProgressMonitor) - Method in class org.eclipse.jdt.core.dom.ASTParser
-
Creates bindings for a batch of Java elements.
- createBuffer(ICompilationUnit) - Method in class org.eclipse.jdt.core.WorkingCopyOwner
-
Creates a buffer for the given working copy.
- createBuffer(IOpenable) - Method in interface org.eclipse.jdt.core.IBufferFactory
-
Deprecated.Creates a buffer for the given owner.
- createBuildPathConfigureControls(Composite, int) - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
-
Creates the controls for the JUnit 4 toggle control.
- createButton(Composite, RuntimeClasspathAction) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
-
Creates a button for the given action.
- createButton(Composite, RuntimeClasspathAction) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaDependenciesTab
-
Creates a button for the given action.
- createChange() - Method in class org.eclipse.jdt.core.manipulation.ChangeCorrectionProposalCore
-
Creates the change for this proposal.
- createChange() - Method in class org.eclipse.jdt.core.manipulation.CUCorrectionProposalCore
- createChange() - Method in class org.eclipse.jdt.ui.text.java.correction.CUCorrectionProposal
-
Clients should not override this method
- createChange(IProgressMonitor) - Method in interface org.eclipse.jdt.core.manipulation.ICleanUpFixCore
-
Deprecated.Calculates and returns a
CompilationUnitChange
which can be applied on a document to fix one or more problems in a compilation unit. - createChange(IProgressMonitor) - Method in interface org.eclipse.jdt.ui.cleanup.ICleanUpFix
-
Calculates and returns a
CompilationUnitChange
which can be applied on a document to fix one or more problems in a compilation unit. - createChange(IProgressMonitor) - Method in class org.eclipse.jdt.ui.text.java.ClasspathFixProcessor.ClasspathFixProposal
-
Returns the change to invoke when the proposal is selected.
- 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.
- createClassesInSuiteControl(Composite, int) - Method in class org.eclipse.jdt.junit.wizards.NewTestSuiteWizardPage
-
Creates the controls for the list of classes in the suite.
- createClassFile(String) - Method in interface com.sun.mirror.apt.Filer
-
Creates a new class file, and returns a stream for writing to it.
- 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<String, Object>) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
-
Creates and returns a class prepare breakpoint for a type with the given name.
- createClassUnderTestControls(Composite, int) - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
-
Creates the controls for the 'class under test' field.
- createCodeFormatter() - Static method in class org.eclipse.jdt.core.ToolFactory
-
Deprecated.The extension point has been deprecated, use
ToolFactory.createCodeFormatter(Map)
instead. - createCodeFormatter(Map) - Static method in class org.eclipse.jdt.core.ToolFactory
-
Create an instance of the built-in code formatter.
- createCodeFormatter(Map, int) - Static method in class org.eclipse.jdt.core.ToolFactory
-
Creates an instance of a 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. - createCommentWithLinkControls(Composite, int, boolean) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Creates the comment and link in the single line for the preference page links.
- createCompilationUnit() - 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 class org.eclipse.jdt.core.jdom.DOMFactory
-
Deprecated.
- 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 class org.eclipse.jdt.core.jdom.DOMFactory
-
Deprecated.
- createCompilationUnit(String, String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
-
Deprecated.Creates a JDOM on the given source code.
- 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 source file (i.e. a file with one of the
Java-like extensions
). - createConfiguration(IType) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaAppletLaunchShortcut
- createConfiguration(IType) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaApplicationLaunchShortcut
- createConfiguration(IType) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchShortcut
-
Creates and returns a new configuration based on the specified type.
- 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.
- createContents(Composite) - Method in interface org.eclipse.jdt.ui.cleanup.ICleanUpConfigurationUI
-
Creates the contents for this clean up configuration UI.
- createContents(Composite) - Method in class org.eclipse.jdt.ui.wizards.JavadocExportWizardPage
-
Creates the content of this page under the given parent composite.
- createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.breakpoints.JavaBreakpointConditionEditor
-
Creates the condition editor widgets and returns the top level control.
- 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.JavaDependenciesTab
- 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 class org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationTab
- createControl(Composite) - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
- createControl(Composite) - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageTwo
- createControl(Composite) - Method in class org.eclipse.jdt.junit.wizards.NewTestSuiteWizardPage
- 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
-
Deprecated.
- createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
- createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewModuleInfoWizardPage
- createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
- createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewRecordWizardPage
- 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.
- 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.
- createDefaultClassFileReader(IClassFile, int) - Static method in class org.eclipse.jdt.core.ToolFactory
-
Create a classfile reader onto a classfile Java element.
- createDefaultCodeFormatter(Map) - Static method in class org.eclipse.jdt.core.ToolFactory
-
Deprecated.Use
ToolFactory.createCodeFormatter(Map)
instead but note the different options - 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<String, Object>) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
-
Creates and returns an exception breakpoint for an exception with the given name.
- createFatJarBuilder() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Creates and returns a jar builder capable of handling files and archives.
- createField() - 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 class org.eclipse.jdt.core.jdom.DOMFactory
-
Deprecated.
- createField(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
-
Deprecated.Creates a field document fragment on the given source code.
- 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.
- createFix(CleanUpContext) - Method in interface org.eclipse.jdt.ui.cleanup.ICleanUp
-
Create an
ICleanUpFix
which fixes all problems incontext
ornull
if nothing to fix. - 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() - 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 class org.eclipse.jdt.core.jdom.DOMFactory
-
Deprecated.
- createImport(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
-
Deprecated.Creates an import document fragment on the given source code.
- 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(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.
- createImportRewrite(CompilationUnit) - Method in class org.eclipse.jdt.ui.text.java.correction.ASTRewriteCorrectionProposal
- createImportRewrite(CompilationUnit, boolean) - Static method in class org.eclipse.jdt.core.manipulation.CodeStyleConfiguration
-
Returns a
ImportRewrite
usingImportRewrite.create(CompilationUnit, 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
usingImportRewrite.create(CompilationUnit, boolean)
and configures the rewriter with the settings as specified in the JDT UI preferences. - createImportRewrite(ICompilationUnit, boolean) - Static method in class org.eclipse.jdt.core.manipulation.CodeStyleConfiguration
-
Returns a
ImportRewrite
usingImportRewrite.create(ICompilationUnit, boolean)
and configures the rewriter with the settings as specified in the JDT UI preferences. - createImportRewrite(ICompilationUnit, boolean) - Static method in class org.eclipse.jdt.ui.CodeStyleConfiguration
-
Returns a
ImportRewrite
usingImportRewrite.create(ICompilationUnit, 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.
- createInfoControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
-
Creates the controls for the info section.
- 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() - 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 class org.eclipse.jdt.core.jdom.DOMFactory
-
Deprecated.
- createInitializer(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
-
Deprecated.Creates an initializer document fragment from the given source code.
- 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.
- createInstance(int) - Method in class org.eclipse.jdt.core.dom.AST
-
Creates an unparented node of the given node type.
- 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
). - 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.
- createIntersectionTypeSignature(char[][]) - Static method in class org.eclipse.jdt.core.Signature
-
Creates a new intersection type signature from the given type signatures.
- createIntersectionTypeSignature(String[]) - Static method in class org.eclipse.jdt.core.Signature
-
Creates a new intersection type signature from the given type signatures.
- 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
-
Deprecated.
- createJarDescriptionWriter(OutputStream, String) - 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(JarPackageData[], Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Creates and returns a JarExportRunnable for a list of JAR package data objects.
- createJarExportRunnable(Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Creates and returns a JarExportRunnable.
- 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
-
Deprecated.use
JarPackageData.createPlainJarBuilder()
instead - createJavaCompletionProposal(CompletionProposal) - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
-
Creates a new java completion proposal from a core proposal.
- createJavaSearchScope(boolean, IJavaElement[], boolean) - Static method in class org.eclipse.jdt.core.search.SearchEngine
-
Returns a Java search scope limited to the given Java elements.
- createJavaSearchScope(boolean, IJavaElement[], int) - Static method in class org.eclipse.jdt.core.search.SearchEngine
-
Returns a Java search scope limited to the given Java elements.
- 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.
- createJRESelectionControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
-
Creates the controls for the JRE selection
- createJUnit4Controls(Composite, int) - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
-
Creates the controls for the JUnit version radio buttons.
- createJUnit4Controls(Composite, int) - Method in class org.eclipse.jdt.junit.wizards.NewTestSuiteWizardPage
-
Creates the controls for the JUnit 4 toggle control.
- 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.
- createLaunchConfiguration(IJavaElement) - Method in class org.eclipse.jdt.junit.launcher.JUnitLaunchShortcut
-
Creates a launch configuration working copy for the given element.
- createLaunchConfiguration(IJavaElement, String) - Method in class org.eclipse.jdt.junit.launcher.JUnitLaunchShortcut
-
Creates a launch configuration working copy for the given element.
- createLineBreakpoint(IResource, String, int, int, int, int, boolean, Map<String, Object>) - 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.
- createLocationControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
-
Creates the controls for the location field.
- createMainMethod(IType, NewTypeWizardPage.ImportsManager) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Creates the stub for 'public static void main(String[] args)' 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. - 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. - createMainTypeExtensions(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
- 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() - 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 class org.eclipse.jdt.core.jdom.DOMFactory
-
Deprecated.
- createMethod(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
-
Deprecated.Creates a method document fragment on the given source code.
- 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.
- createMethodBreakpoint(IResource, String, String, String, boolean, boolean, boolean, int, int, int, int, boolean, Map<String, Object>) - 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<String, Object>) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
-
Creates and returns a method entry breakpoint with the specified criteria.
- createMethodNameMatch(IMethod, int) - Static method in class org.eclipse.jdt.core.search.SearchEngine
-
Create a method name match on a given method with specific modifiers.
- 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.
- createMethodStubSelectionControls(Composite, int) - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
-
Creates the controls for the method stub selection buttons.
- createMethodStubSelectionControls(Composite, int) - Method in class org.eclipse.jdt.junit.wizards.NewTestSuiteWizardPage
-
Creates the controls for the method stub selection buttons.
- createModifierControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Creates the controls for the modifiers radio/checkbox buttons.
- createModuleControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
-
Creates the controls for the module section.
- 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.
- createNameControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
-
Creates the controls for the name field.
- 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.
- createPackage() - 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 class org.eclipse.jdt.core.jdom.DOMFactory
-
Deprecated.
- 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.NewPackageWizardPage
- 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, boolean, int, String) - Static method in class org.eclipse.jdt.ui.JavaUI
-
Creates a selection dialog that lists all packages of all the Java projects.
- 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, 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, IPackageFragmentRoot) - 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, 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, 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, IRunnableContext, IJavaSearchScope, boolean, int, String) - Static method in class org.eclipse.jdt.ui.JavaUI
-
Creates a selection dialog that lists all packages of the given Java search scope.
- 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.
- 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.
- createParameterList(CompletionProposal) - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalLabelProvider
-
Creates and returns a parameter list of the given method or type proposal suitable for display.
- createParameters(IMethod) - Static method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor
-
Creates the parameters for this method.
- createPathButtons(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
-
Creates the buttons to manipulate the classpath.
- createPathButtons(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaDependenciesTab
-
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<String, Object>) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
-
Deprecated.use
createStratumBreakpoint
instead - createPlainJarBuilder() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Creates and returns a jar builder capable of handling files but not archives.
- createProject(IProject, URI, IProgressMonitor) - Static method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
-
Helper method to create and open a IProject.
- createProject(IProject, IPath, IProgressMonitor) - Static method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
-
Deprecated.
- createProjectLayoutControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
-
Creates the controls for the project layout selection.
- createProvisonalProject() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageTwo
-
Creates the provisional project on which the wizard is working on.
- createReenterStepRequest(ThreadReference) - Method in interface org.eclipse.jdi.hcr.EventRequestManager
-
Creates a new disabled
ReenterStepRequest
. - createRefactoring(JavaRefactoringDescriptor, RefactoringStatus) - Method in class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringContribution
-
Creates the a new refactoring instance.
- createRefactoring(RefactoringStatus) - Method in class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor
- 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.
- 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.
- 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.
- createScanner(boolean, boolean, boolean, String, String, boolean) - 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
- createSourceFile(String) - Method in interface com.sun.mirror.apt.Filer
-
Creates a new source file and returns a writer for it.
- createSourceLocator(String, ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.sourcelookup.advanced.AdvancedSourceLookup
-
Creates and returns new
IPersistableSourceLocator
of the specified type and with the provided configuration. - createStratumBreakpoint(IResource, String, String, String, String, int, int, int, int, boolean, Map<String, Object>) - 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.
- createStrictHierarchyScope(IJavaProject, IType, boolean, boolean, WorkingCopyOwner) - Static method in class org.eclipse.jdt.core.search.SearchEngine
-
Returns a Java search scope limited to the hierarchy of the given type and to a given project.
- 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.
- createStyledLabel(CompletionProposal) - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalLabelProvider
-
Creates a display label with styles for a given
CompletionProposal
. - 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<String, Object>) - 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.
- createTextChange() - Method in class org.eclipse.jdt.core.manipulation.CUCorrectionProposalCore
-
Creates the text change for this proposal.
- createTextChange() - Method in class org.eclipse.jdt.ui.text.java.correction.CUCorrectionProposal
-
Creates the text change for this proposal.
- createTextChangeLocal() - Method in class org.eclipse.jdt.ui.text.java.correction.CUCorrectionProposal
- createTextChangeViaDelegate() - Method in class org.eclipse.jdt.ui.text.java.correction.CUCorrectionProposal
- createTextEdit(IProgressMonitor) - Method in class org.eclipse.jdt.core.manipulation.OrganizeImportsOperation
- createTextFile(Filer.Location, String, File, String) - Method in interface com.sun.mirror.apt.Filer
-
Creates a new text file, and returns a writer for it.
- createType() - 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 class org.eclipse.jdt.core.jdom.DOMFactory
-
Deprecated.
- createType(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
-
Deprecated.Creates a type document fragment on the given source code.
- 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(IProgressMonitor) - Method in class org.eclipse.jdt.junit.wizards.NewTestSuiteWizardPage
- 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.junit.wizards.NewTestCaseWizardPageOne
- createTypeMembers(IType, NewTypeWizardPage.ImportsManager, IProgressMonitor) - Method in class org.eclipse.jdt.junit.wizards.NewTestSuiteWizardPage
- createTypeMembers(IType, NewTypeWizardPage.ImportsManager, IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewAnnotationWizardPage
- 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.NewRecordWizardPage
- 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.
- createTypeNameMatch(IType, int) - Static method in class org.eclipse.jdt.core.search.SearchEngine
-
Create a type name match on a given type with specific modifiers.
- 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.
- createUndoChange(UndoEdit, ContentStamp) - Method in class org.eclipse.jdt.core.refactoring.CompilationUnitChange
- createUnionTypeSignature(String[]) - Static method in class org.eclipse.jdt.core.Signature
-
Creates a new union type signature from the given type signatures.
- createVMArgsBlock() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
- createVMFromDefinitionFile(File, String, String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Creates a new VM based on the attributes specified in the given execution environment description file.
- 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<String, Object>) - 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
-
Deprecated.This method is missing crucial information necessary for proper wildcard binding key creation.
- createWildcardTypeBindingKey(String, char, String, int) - Static method in class org.eclipse.jdt.core.BindingKey
-
Creates a new wildcard type binding key from the given generic type binding key, the given wildcard kind (one of
Signature.C_STAR
,Signature.C_SUPER
, orSignature.C_EXTENDS
the given bound type binding key and the given rank. - 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.OpenNewRecordWizardAction
- 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
-
Creates a control to specify a working directory.
- createWorkingSetControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
-
Creates the controls for the working set selection.
- createWorkspaceScope() - Static method in class org.eclipse.jdt.core.search.SearchEngine
-
Returns a Java search scope with the workspace as the only limit.
- CREATION_REFERENCE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
CreationReference
. - CreationReference - Class in org.eclipse.jdt.core.dom
-
Creation reference expression AST node type (added in JLS8 API).
- 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.
- CUCorrectionProposal - Class in org.eclipse.jdt.ui.text.java.correction
-
A proposal for quick fixes and quick assists that work on a single compilation unit.
- CUCorrectionProposal(String, ICompilationUnit, int, Image) - Constructor for class org.eclipse.jdt.ui.text.java.correction.CUCorrectionProposal
-
Constructs a correction proposal working on a compilation unit.
- CUCorrectionProposal(String, ICompilationUnit, int, Image, CUCorrectionProposalCore) - Constructor for class org.eclipse.jdt.ui.text.java.correction.CUCorrectionProposal
-
Constructs a correction proposal working on a compilation unit.
- CUCorrectionProposal(String, ICompilationUnit, TextChange, int) - Constructor for class org.eclipse.jdt.ui.text.java.correction.CUCorrectionProposal
-
Constructs a correction proposal working on a compilation unit with a given text change.
- CUCorrectionProposal(String, ICompilationUnit, TextChange, int, Image) - Constructor for class org.eclipse.jdt.ui.text.java.correction.CUCorrectionProposal
-
Constructs a correction proposal working on a compilation unit with a given text change.
- CUCorrectionProposal(String, ICompilationUnit, TextChange, int, Image, CUCorrectionProposalCore) - Constructor for class org.eclipse.jdt.ui.text.java.correction.CUCorrectionProposal
-
Constructs a correction proposal working on a compilation unit.
- CUCorrectionProposalCore - Class in org.eclipse.jdt.core.manipulation
-
A proposal for quick fixes and quick assists that work on a single compilation unit.
- CUCorrectionProposalCore(String, ICompilationUnit, int) - Constructor for class org.eclipse.jdt.core.manipulation.CUCorrectionProposalCore
-
Constructs a correction proposal working on a compilation unit.
- CUCorrectionProposalCore(String, ICompilationUnit, TextChange, int) - Constructor for class org.eclipse.jdt.core.manipulation.CUCorrectionProposalCore
-
Constructs a correction proposal working on a compilation unit with a given text change.
- CUCorrectionProposalCore(ICUCorrectionProposal, String, ICompilationUnit, TextChange, int) - Constructor for class org.eclipse.jdt.core.manipulation.CUCorrectionProposalCore
-
Constructs a correction proposal working on a compilation unit with a given text change.
- currentPattern() - Method in class org.eclipse.jdt.core.search.SearchPattern
- CustomFiltersActionGroup - Class in org.eclipse.jdt.ui.actions
-
Action group to add the filter action to a view part's tool bar menu.
- CustomFiltersActionGroup(String, StructuredViewer) - Constructor for class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup
-
Creates a new
CustomFiltersActionGroup
. - CustomFiltersActionGroup(IViewPart, StructuredViewer) - Constructor for class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup
-
Creates a new
CustomFiltersActionGroup
. - CYCLE_DETECTED - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
-
Cycle detected marker attribute (value
"cycleDetected"
). - 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.
- CyclicModuleDependency - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
SearchPattern.R_CASE_SENSITIVE
as a matchRule instead.