- A_ACCURATE - Static variable in class org.eclipse.jdt.core.search.SearchMatch
-
The search result corresponds an exact match of the search pattern.
- A_INACCURATE - Static variable in class org.eclipse.jdt.core.search.SearchMatch
-
The search result is potentially a match for the search pattern,
but the search engine is unable to fully check it (for example, because
there are errors in the code or the classpath are not correctly set).
- AALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- AASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- ABORT - Static variable in class org.eclipse.jdt.core.JavaCore
-
Configurable option value: "abort".
- abort(String, Throwable, int) - Method in class org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationDelegate
-
- abort(String, Throwable, int) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Throws a core exception with an error status object built from the given
message, lower level exception, and error code.
- abort(String, Throwable, int) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
-
Throws a core exception with an error status object built from the given
message, lower level exception, and error code.
- abort(String, Throwable, int) - Method in class org.eclipse.jdt.launching.AbstractVMRunner
-
Throws a core exception with an error status object built from
the given message, lower level exception, and error code.
- aboutToBeReconciled(ITypeRoot) - Method in class org.eclipse.jdt.core.manipulation.CoreASTProvider
-
Informs that reconciling for the given element is about to be started.
- aboutToBuild(IJavaProject) - Method in class org.eclipse.jdt.core.compiler.CompilationParticipant
-
Notifies this participant that a build is about to start and provides it the opportunity to
create missing source folders for generated source files.
- aboutToStart() - Method in interface org.eclipse.jdt.core.search.IJavaSearchResultCollector
-
- ABSTRACT - Static variable in class org.eclipse.jdt.core.dom.Modifier
-
"abstract" modifier constant (bit mask).
- ABSTRACT - Static variable in class org.eclipse.jdt.ui.JavaElementImageDescriptor
-
Flag to render the abstract adornment.
- ABSTRACT_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
-
- AbstractJavaLaunchConfigurationDelegate - Class in org.eclipse.jdt.launching
-
Abstract implementation of a Java launch configuration delegate.
- AbstractJavaLaunchConfigurationDelegate() - Constructor for class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
- AbstractMethodCannotBeOverridden - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AbstractMethodInAbstractClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AbstractMethodInEnum - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AbstractMethodMustBeImplemented - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AbstractMethodMustBeImplementedOverConcreteMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AbstractMethodsInConcreteClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AbstractOpenWizardAction - Class in org.eclipse.jdt.ui.actions
-
Abstract base classed used for the open wizard actions.
- AbstractOpenWizardAction() - Constructor for class org.eclipse.jdt.ui.actions.AbstractOpenWizardAction
-
Creates the action.
- AbstractProposalSorter - Class in org.eclipse.jdt.ui.text.java
-
Abstract base class for sorters contributed to the
org.eclipse.jdt.ui.javaCompletionProposalSorters
extension point.
- AbstractProposalSorter() - Constructor for class org.eclipse.jdt.ui.text.java.AbstractProposalSorter
-
Creates a new sorter.
- AbstractServiceImplementation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AbstractTypeDeclaration - Class in org.eclipse.jdt.core.dom
-
Abstract subclass for type declaration, enum declaration,
and annotation type declaration AST node types.
- AbstractVMInstall - Class in org.eclipse.jdt.launching
-
Abstract implementation of a VM install.
- AbstractVMInstall(IVMInstallType, String) - Constructor for class org.eclipse.jdt.launching.AbstractVMInstall
-
Constructs a new VM install.
- AbstractVMInstallPage - Class in org.eclipse.jdt.debug.ui.launchConfigurations
-
A wizard page used to edit the attributes of an installed JRE.
- AbstractVMInstallPage(String) - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations.AbstractVMInstallPage
-
Constructs a new page with the given page name.
- AbstractVMInstallPage(String, String, ImageDescriptor) - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations.AbstractVMInstallPage
-
Creates a new wizard page with the given name, title, and image.
- AbstractVMInstallType - Class in org.eclipse.jdt.launching
-
Abstract implementation of a VM install type.
- AbstractVMInstallType() - Constructor for class org.eclipse.jdt.launching.AbstractVMInstallType
-
Constructs a new VM install type.
- AbstractVMRunner - Class in org.eclipse.jdt.launching
-
Abstract implementation of a VM runner.
- AbstractVMRunner() - Constructor for class org.eclipse.jdt.launching.AbstractVMRunner
-
- ACC_ABSTRACT - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
- ACC_ANNOTATION - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
Indicates an annotation (added in J2SE 1.5).
- ACC_BRIDGE - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
Indicates a bridge method (added in J2SE 1.5).
- ACC_ENUM - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
Indicates an enum (added in J2SE 1.5).
- ACC_FINAL - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
- ACC_INTERFACE - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
- ACC_MANDATED - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
Indicates a mandated parameter, such as this$1 (added in Java SE 8).
- ACC_MODULE - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
Indicates a module (added in Java SE 9).
- ACC_NATIVE - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
- ACC_OPEN - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
Indicates an open module in module-info file (added in Java SE 9).
- ACC_PRIVATE - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
- ACC_PROTECTED - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
- ACC_PUBLIC - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
- ACC_STATIC - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
- ACC_STATIC_PHASE - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
Indicates a static requires in module-info file (added in Java SE 9).
- ACC_STRICT - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
- ACC_SUPER - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
- ACC_SYNCHRONIZED - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
- ACC_SYNTHETIC - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
Indicates a synthetic member or method parameter.
- ACC_TRANSIENT - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
- ACC_TRANSITIVE - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
Indicates a transitive requires in module-info file (added in Java SE 9).
- ACC_VARARGS - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
Indicates a variable arity method (added in J2SE 1.5).
- ACC_VOLATILE - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
-
- AccAbstract - Static variable in class org.eclipse.jdt.core.Flags
-
Abstract property flag.
- AccAnnotation - Static variable in class org.eclipse.jdt.core.Flags
-
Annotation property flag (added in J2SE 1.5).
- AccAnnotationDefault - Static variable in class org.eclipse.jdt.core.Flags
-
Annotation method default property flag.
- AccBridge - Static variable in class org.eclipse.jdt.core.Flags
-
Bridge method property flag (added in J2SE 1.5).
- AccDefault - Static variable in class org.eclipse.jdt.core.Flags
-
Constant representing the absence of any flag.
- AccDefaultMethod - Static variable in class org.eclipse.jdt.core.Flags
-
Default method property flag.
- AccDeprecated - Static variable in class org.eclipse.jdt.core.Flags
-
Deprecated property flag.
- AccEnum - Static variable in class org.eclipse.jdt.core.Flags
-
Enum property flag (added in J2SE 1.5).
- accept(DeclarationVisitor) - Method in interface com.sun.mirror.declaration.Declaration
-
Applies a visitor to this declaration.
- accept(TypeVisitor) - Method in interface com.sun.mirror.type.TypeMirror
-
Applies a visitor to this type.
- accept(CompletionProposal) - Method in class org.eclipse.jdt.core.CompletionRequestor
-
Proposes a completion.
- accept(ASTVisitor) - Method in class org.eclipse.jdt.core.dom.ASTNode
-
Accepts the given visitor on a visit of the current node.
- accept(IResource, int, int, IJavaElement, int) - Method in interface org.eclipse.jdt.core.search.IJavaSearchResultCollector
-
- accept(CompletionProposal) - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
-
Proposes a completion.
- acceptAnonymousType(char[], char[], char[][], char[][], char[][], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
-
Deprecated.
- acceptAnonymousType(char[], char[], char[][], char[][], char[][], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
-
- acceptAST(ICompilationUnit, CompilationUnit) - Method in class org.eclipse.jdt.core.dom.ASTRequestor
-
Accepts an AST corresponding to the compilation unit.
- acceptAST(String, CompilationUnit) - Method in class org.eclipse.jdt.core.dom.FileASTRequestor
-
Accepts an AST corresponding to the compilation unit.
- acceptBinding(String, IBinding) - Method in class org.eclipse.jdt.core.dom.ASTRequestor
-
Accepts a binding corresponding to the binding key.
- acceptBinding(String, IBinding) - Method in class org.eclipse.jdt.core.dom.FileASTRequestor
-
Accepts a binding corresponding to the binding key.
- acceptClass(char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
-
Deprecated.
- acceptClass(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
-
Deprecated.
Code assist notification of a class completion.
- acceptClass(char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
-
- acceptClass(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
-
Notification of a class correction.
- acceptClass(char[], char[], char[][], String) - Method in interface org.eclipse.jdt.core.search.ITypeNameRequestor
-
Deprecated.
Accepts a top-level or a member class.
- acceptClassFiles(byte[][], String[][], String) - Method in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
-
Sends the given class files to the target and loads them.
- acceptContext(CompletionContext) - Method in class org.eclipse.jdt.core.CompletionRequestor
-
Propose the context in which the completion occurs.
- acceptContext(CompletionContext) - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
-
Propose the context in which the completion occurs.
- acceptError(IProblem) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
-
Deprecated.
- acceptError(IMarker) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
-
Deprecated.
Code assist notification of a compilation error detected during completion.
- acceptError(IProblem) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
-
- acceptField(char[], char[], char[], char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
-
Deprecated.
- acceptField(char[], char[], char[], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
-
Deprecated.
Code assist notification of a field completion.
- acceptField(char[], char[], char[], char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
-
- acceptField(char[], char[], char[], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
-
Notification of a field correction.
- acceptInterface(char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
-
Deprecated.
- acceptInterface(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
-
Deprecated.
Code assist notification of an interface completion.
- acceptInterface(char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
-
- acceptInterface(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
-
Notification of an interface correction.
- acceptInterface(char[], char[], char[][], String) - Method in interface org.eclipse.jdt.core.search.ITypeNameRequestor
-
Deprecated.
Accepts a top-level or a member interface.
- acceptKeyword(char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
-
Deprecated.
- acceptKeyword(char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
-
Deprecated.
Code assist notification of a keyword completion.
- acceptKeyword(char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
-
- acceptLabel(char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
-
Deprecated.
- acceptLabel(char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
-
Deprecated.
Code assist notification of a label completion.
- acceptLabel(char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
-
- acceptLocalVariable(char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
-
Deprecated.
- acceptLocalVariable(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
-
Deprecated.
Code assist notification of a local variable completion.
- acceptLocalVariable(char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
-
- acceptLocalVariable(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
-
Notification of a local variable correction.
- acceptMatch(String, String, char, SearchPattern, IndexQueryRequestor, SearchParticipant, IJavaSearchScope) - Method in class org.eclipse.jdt.core.search.SearchPattern
-
- acceptMatch(String, String, char, SearchPattern, IndexQueryRequestor, SearchParticipant, IJavaSearchScope, IProgressMonitor) - Method in class org.eclipse.jdt.core.search.SearchPattern
-
- acceptMethod(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
-
Deprecated.
- acceptMethod(char[], char[], char[], char[][], char[][], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
-
Deprecated.
Code assist notification of a method completion.
- acceptMethod(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
-
- acceptMethod(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
-
Notification of a method correction.
- acceptMethod(char[], int, char[], char[], int, char[], char[], char[][], char[][], char[], int, String, int) - Method in class org.eclipse.jdt.core.search.MethodNameRequestor
-
Accepts a method.
- acceptMethodDeclaration(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
-
Deprecated.
- acceptMethodDeclaration(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
-
- acceptMethodNameMatch(MethodNameMatch) - Method in class org.eclipse.jdt.core.search.MethodNameMatchRequestor
-
Accepts a method name match (
MethodNameMatch
) which contains a method
information as package name, enclosing types names, method name, modifiers, etc.
- acceptModifier(char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
-
Deprecated.
- acceptModifier(char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
-
Deprecated.
Code assist notification of a modifier completion.
- acceptModifier(char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
-
- acceptPackage(char[], char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
-
Deprecated.
- acceptPackage(char[], char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
-
Deprecated.
Code assist notification of a package completion.
- acceptPackage(char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
-
- acceptPackage(char[], char[], int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
-
Notification of a package correction.
- acceptProblem(IMarker, String, int) - Method in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
-
Notifies of an evaluation problem.
- acceptProblem(IProblem) - Method in interface org.eclipse.jdt.core.IProblemRequestor
-
Notification of a Java problem.
- acceptSearchMatch(SearchMatch) - Method in class org.eclipse.jdt.core.search.SearchRequestor
-
Accepts the given search match.
- acceptType(char[], char[], char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
-
Deprecated.
- acceptType(char[], char[], char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
-
Deprecated.
Code assist notification of a type completion.
- acceptType(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
-
- acceptType(int, char[], char[], char[][], String) - Method in class org.eclipse.jdt.core.search.TypeNameRequestor
-
Accepts a top-level or a member type.
- acceptTypeNameMatch(TypeNameMatch) - Method in class org.eclipse.jdt.core.manipulation.TypeNameMatchCollector
-
- acceptTypeNameMatch(TypeNameMatch) - Method in class org.eclipse.jdt.core.search.TypeNameMatchRequestor
-
Accepts a type name match (
TypeNameMatch
) which contains top-level or a member type
information as package name, enclosing types names, simple type name, modifiers, etc.
- acceptVariableName(char[], char[], char[], char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
-
Deprecated.
- acceptVariableName(char[], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
-
- acceptVisitChildren(boolean, ASTVisitor) - Method in class org.eclipse.jdt.core.dom.ModulePackageAccess
-
- AccFinal - Static variable in class org.eclipse.jdt.core.Flags
-
Final access flag.
- AccInterface - Static variable in class org.eclipse.jdt.core.Flags
-
Interface property flag.
- AccModule - Static variable in class org.eclipse.jdt.core.Flags
-
Module declaration property flag.
- AccNative - Static variable in class org.eclipse.jdt.core.Flags
-
Native property flag.
- AccPrivate - Static variable in class org.eclipse.jdt.core.Flags
-
Private access flag.
- AccProtected - Static variable in class org.eclipse.jdt.core.Flags
-
Protected access flag.
- AccPublic - Static variable in class org.eclipse.jdt.core.Flags
-
Public access flag.
- AccStatic - Static variable in class org.eclipse.jdt.core.Flags
-
Static access flag.
- AccStrictfp - Static variable in class org.eclipse.jdt.core.Flags
-
Strictfp property flag.
- AccSuper - Static variable in class org.eclipse.jdt.core.Flags
-
Super property flag.
- AccSynchronized - Static variable in class org.eclipse.jdt.core.Flags
-
Synchronized access flag.
- AccSynthetic - Static variable in class org.eclipse.jdt.core.Flags
-
Synthetic property flag.
- AccTransient - Static variable in class org.eclipse.jdt.core.Flags
-
Transient property flag.
- AccVarargs - Static variable in class org.eclipse.jdt.core.Flags
-
Varargs method property flag (added in J2SE 1.5).
- AccVolatile - Static variable in class org.eclipse.jdt.core.Flags
-
Volatile property flag.
- ACONST_NULL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- acquireDocument(IProgressMonitor) - Method in class org.eclipse.jdt.core.refactoring.CompilationUnitChange
-
- activated(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletParametersTab
-
- activated(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
-
- activated(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
-
- activated(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaDependenciesTab
-
- activated(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
-
- adaptToPreferenceChange(PropertyChangeEvent) - Method in class org.eclipse.jdt.ui.text.JavaTextTools
-
- add(IJavaElement) - Method in interface org.eclipse.jdt.core.IRegion
-
Adds the given element and all of its descendents to this region.
- ADD_BLOCK_COMMENT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition ID of the source -> add block comment action
(value "org.eclipse.jdt.ui.edit.text.java.add.block.comment"
).
- ADD_BLOCK_COMMENT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
-
Source menu: name of standard Block Comment global action
(value "org.eclipse.jdt.ui.actions.AddBlockComment"
).
- ADD_CONSTRUCTOR_FROM_SUPERCLASS - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
-
Source menu: name of standard Add Constructor From Superclass global action
(value "org.eclipse.jdt.ui.actions.AddConstructorFromSuperclass"
).
- ADD_EXPORTS - Static variable in interface org.eclipse.jdt.core.IClasspathAttribute
-
Constant for the name of the add-exports attribute.
- ADD_IMPORT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition ID of the source -> add import action
(value "org.eclipse.jdt.ui.edit.text.java.add.import"
).
- ADD_IMPORT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
-
Source menu: name of standard Add Import global action
(value "org.eclipse.jdt.ui.actions.AddImport"
).
- ADD_JAVA_DOC_COMMENT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
-
Source menu: name of standard Add Javadoc Comment global action
(value "org.eclipse.jdt.ui.actions.AddJavaDocComment"
).
- ADD_JAVADOC_COMMENT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition ID of the source -> add javadoc comment action (value
"org.eclipse.jdt.ui.edit.text.java.add.javadoc.comment"
).
- ADD_READS - Static variable in interface org.eclipse.jdt.core.IClasspathAttribute
-
Constant for the name of the add-reads attribute.
- ADD_UNIMPLEMENTED_CONTRUCTORS - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition ID of the source -> add unimplemented constructors action
(value "org.eclipse.jdt.ui.edit.text.java.add.unimplemented.constructors"
).
- addAnnotation(IAnnotationBinding, AST, ImportRewrite.ImportRewriteContext) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Adds the necessary imports for the given annotation binding to the rewriter's record
and returns an
Annotation
that can be used in the code.
- addBreakpointListener(String) - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
-
Adds the breakpoint listener extension with specified identifier to this
breakpoint.
- addBufferChangedListener(IBufferChangedListener) - Method in interface org.eclipse.jdt.core.IBuffer
-
Adds the given listener for changes to this buffer.
- addChild(IDOMNode) - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
-
Deprecated.
Adds the given un-parented node (document fragment) as the last child of this node.
- addContainerResolver(IRuntimeClasspathEntryResolver, String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Registers the given resolver for the specified container.
- AddDelegateMethodsAction - Class in org.eclipse.jdt.ui.actions
-
Creates delegate methods for a type's fields.
- AddDelegateMethodsAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.AddDelegateMethodsAction
-
Note: This constructor is for internal use only.
- AddDelegateMethodsAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.AddDelegateMethodsAction
-
Creates a new AddDelegateMethodsAction
.
- addDependencies(Map<File, IPackageFragmentRoot>) - Method in interface org.eclipse.jdt.launching.sourcelookup.advanced.IWorkspaceProjectDescriber.IJavaProjectSourceDescription
-
Adds runtime classes location of project dependencies and their corresponding package fragment roots, typically
for standard java application, this is dependency jar or classes directory
for equinox, this is dependency bundle location
- addDirectories(IPath, File) - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter2
-
Deprecated.
Creates the directory entries for the given path and writes it to the
current archive.
- addDirectories(IPath) - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter3
-
Creates the directory entries for the given path and writes it to the current archive.
- addDirectories(String) - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter3
-
Creates the directory entries for the given path and writes it to the current archive.
- addDirectories(IResource, IPath) - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter3
-
Creates the directory entries for the given path and writes it to the
current archive.
- ADDED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
-
Status constant indicating that the element has been added.
- addEdits(IDocument, TextEdit) - Method in class org.eclipse.jdt.core.manipulation.CUCorrectionProposalCore
-
- addEdits(IDocument, TextEdit) - Method in class org.eclipse.jdt.ui.text.java.correction.ASTRewriteCorrectionProposal
-
- addEdits(IDocument, TextEdit) - Method in class org.eclipse.jdt.ui.text.java.correction.CUCorrectionProposal
-
- addElementChangedListener(IElementChangedListener) - Static method in class org.eclipse.jdt.core.JavaCore
-
Adds the given listener for changes to Java elements.
- addElementChangedListener(IElementChangedListener, int) - Static method in class org.eclipse.jdt.core.JavaCore
-
Adds the given listener for changes to Java elements.
- addEntry(JarEntry, InputStream) - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter3
-
Write the given entry describing the given content to the
current archive
- addException(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
-
Deprecated.
Adds the given exception to the end of the list of exceptions this method
is declared to throw.
- addExternalJar(File) - Method in interface org.eclipse.jdt.apt.core.util.IFactoryPath
-
Add an external jar file (not in the workspace) to the head of the
factory path.
- addFile(IFile, IPath, File) - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter2
-
Deprecated.
Creates a new JarEntry with the passed path and contents, and writes it
to the current archive.
- addFile(IFile, IPath) - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter3
-
Creates a new JarEntry with the passed path and contents, and writes it
to the current archive.
- AddGetterSetterAction - Class in org.eclipse.jdt.ui.actions
-
Creates getter and setter methods for a type's fields.
- AddGetterSetterAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.AddGetterSetterAction
-
Creates a new AddGetterSetterAction
.
- AddGetterSetterAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.AddGetterSetterAction
-
Note: This constructor is for internal use only.
- addHotCodeReplaceListener(IJavaHotCodeReplaceListener) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
-
Adds the given listener to this target for hot code replace
notifications.
- addHotCodeReplaceListener(IJavaHotCodeReplaceListener) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
-
Registers the given listener for hot code replace notifications.
- addImport(ITypeBinding) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Adds a new import to the rewriter's record and returns a type reference that can be used
in the code.
- addImport(ITypeBinding, ImportRewrite.ImportRewriteContext) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Adds a new import to the rewriter's record and returns a type reference that can be used
in the code.
- addImport(ITypeBinding, AST) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Adds a new import to the rewriter's record and returns a
Type
that can be used
in the code.
- addImport(ITypeBinding, AST, ImportRewrite.ImportRewriteContext) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Adds a new import to the rewriter's record and returns a
Type
that can be used
in the code.
- addImport(ITypeBinding, AST, ImportRewrite.ImportRewriteContext, ImportRewrite.TypeLocation) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Adds a new import to the rewriter's record and returns a
Type
that can be used
in the code.
- addImport(String, ImportRewrite.ImportRewriteContext) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Adds a new import to the rewriter's record and returns a type reference that can be used
in the code.
- addImport(String) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Adds a new import to the rewriter's record and returns a type reference that can be used
in the code.
- addImport(String) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage.ImportsManager
-
Adds a new import declaration that is sorted in the existing imports.
- addImport(String, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage.ImportsManager
-
Adds a new import declaration that is sorted in the existing imports.
- addImport(ITypeBinding) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage.ImportsManager
-
Adds a new import declaration that is sorted in the existing imports.
- addImport(ITypeBinding, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage.ImportsManager
-
Adds a new import declaration that is sorted in the existing imports.
- addImportFromSignature(String, AST) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Adds a new import to the rewriter's record and returns a
Type
node that can be used
in the code as a reference to the type.
- addImportFromSignature(String, AST, ImportRewrite.ImportRewriteContext) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Adds a new import to the rewriter's record and returns a
Type
node that can be used
in the code as a reference to the type.
- addIndexEntry(char[], char[]) - Method in class org.eclipse.jdt.core.search.SearchDocument
-
Adds the given index entry (category and key) coming from this
document to the index.
- addingBreakpoint(IJavaDebugTarget, IJavaBreakpoint) - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpointListener
-
Notification that the given breakpoint is about to be added to the
specified target.
- addInstanceFilter(IJavaObject) - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
-
Adds the given object to the list of objects in which this breakpoint is
restricted to suspend execution.
- ADDITIONAL_DIRS - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
-
Additional directories property name in an execution environment description file.
- addJavaBreakpointListener(IJavaBreakpointListener) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
-
Registers the given listener for breakpoint notifications.
- AddJavaDocStubAction - Class in org.eclipse.jdt.ui.actions
-
Create Javadoc comment stubs for the selected members.
- AddJavaDocStubAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.AddJavaDocStubAction
-
Creates a new AddJavaDocStubAction
.
- AddJavaDocStubAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.AddJavaDocStubAction
-
Note: This constructor is for internal use only.
- addJavaElementMarkerAttributes(Map, IJavaElement) - Static method in class org.eclipse.jdt.core.JavaCore
-
Configures the given marker attribute map for the given Java element.
- addListener(AnnotationProcessorListener) - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
-
Add a listener.
- addListener(ILabelProviderListener) - Method in class org.eclipse.jdt.ui.OverrideIndicatorLabelDecorator
-
- addListener(ILabelProviderListener) - Method in class org.eclipse.jdt.ui.ProblemsLabelDecorator
-
- addLocation(File) - Method in interface org.eclipse.jdt.launching.sourcelookup.advanced.IWorkspaceProjectDescriber.IJavaProjectSourceDescription
-
Adds filesystem classes directories or jar files as reported by the runtime for project classes.
- addManifestReferences(IRuntimeClasspathEntry, List<IRuntimeClasspathEntry>) - Method in class org.eclipse.jdt.launching.StandardSourcePathProvider
-
If the given entry is an archive, adds any archives referenced by the associated manifest.
- addParameter(String, String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
-
Deprecated.
Adds the given parameter to the end of the parameter list.
- addPreProcessingResourceChangedListener(IResourceChangeListener) - Static method in class org.eclipse.jdt.core.JavaCore
-
- addPreProcessingResourceChangedListener(IResourceChangeListener, int) - Static method in class org.eclipse.jdt.core.JavaCore
-
Adds the given listener for resource change events of the given types to the Java core.
- addProcessorOption(IJavaProject, String, String) - Static method in class org.eclipse.jdt.apt.core.util.AptConfig
-
Add the equivalent of -Akey=val to the list of processor options.
- addProjectionRange(DefaultJavaFoldingStructureProvider.JavaProjectionAnnotation, Position) - Method in class org.eclipse.jdt.ui.text.folding.DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext
-
Adds a projection (folding) region to this context.
- addPropertyListener(IPropertyListener) - Method in class org.eclipse.jdt.debug.ui.breakpoints.JavaBreakpointConditionEditor
-
Adds the given property listener to this editor.
- addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.jdt.ui.actions.ConvertingSelectionProvider
-
- addSourceContainerFactory(Supplier<ISourceContainer>) - Method in interface org.eclipse.jdt.launching.sourcelookup.advanced.IWorkspaceProjectDescriber.IJavaProjectSourceDescription
-
Adds factory of source container(s) for the project itself, typically:
JavaProjectSourceContainer for normal projects with sources folders
PackageFragmentRootSourceContainer for PDE and M2E binary projects
In some cases one project will have multiple associated source container.
- addStaticImport(IBinding) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Adds a new static import to the rewriter's record and returns a name - single member name if
import is successful, else qualified name.
- addStaticImport(IBinding, ImportRewrite.ImportRewriteContext) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Adds a new static import to the rewriter's record and returns a name - single member name if
import is successful, else qualified name.
- addStaticImport(String, String, boolean) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Adds a new static import to the rewriter's record and returns a name - single member name if
import is successful, else qualified name.
- addStaticImport(String, String, boolean, ImportRewrite.ImportRewriteContext) - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Adds a new static import to the rewriter's record and returns a name - single member name if
import is successful, else qualified name.
- addStaticImport(String, String, boolean) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage.ImportsManager
-
Adds a new import declaration for a static type that is sorted in the existing imports.
- addSuperInterface(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMType
-
Deprecated.
Adds the given interface name to the names of interfaces that this type implements or extends
(the name will be added after the existing interface names).
- addSuperInterface(String) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Adds a super interface to the end of the list and selects it if it is not in the list yet.
- addTestRunListener(ITestRunListener) - Static method in class org.eclipse.jdt.junit.JUnitCore
-
- addTestRunListener(TestRunListener) - Static method in class org.eclipse.jdt.junit.JUnitCore
-
Adds a listener for test runs.
- AddToClasspathAction - Class in org.eclipse.jdt.ui.actions
-
Action to add a JAR to the classpath of its parent project.
- AddToClasspathAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.AddToClasspathAction
-
Creates a new AddToClasspathAction
.
- addTypeDependency(String) - Method in interface org.eclipse.jdt.apt.core.env.EclipseAnnotationProcessorEnvironment
-
Add a type dependency on the type named fullyQualifiedTypeName
- addTypeHierarchyChangedListener(ITypeHierarchyChangedListener) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
-
Adds the given listener for changes to this type hierarchy.
- AddUnimplementedConstructorsAction - Class in org.eclipse.jdt.ui.actions
-
Creates unimplemented constructors for a type.
- AddUnimplementedConstructorsAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.AddUnimplementedConstructorsAction
-
Note: This constructor is for internal use only.
- AddUnimplementedConstructorsAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.AddUnimplementedConstructorsAction
-
Creates a new AddUnimplementedConstructorsAction
.
- addVariableResolver(IRuntimeClasspathEntryResolver, String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Registers the given resolver for the specified variable.
- addVarJar(IPath) - Method in interface org.eclipse.jdt.apt.core.util.IFactoryPath
-
Add a jar file in the workspace, specified with a classpath variable,
to the head of the factory path.
- addVMInstallChangedListener(IVMInstallChangedListener) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Adds the given listener to the list of registered VM install changed
listeners.
- addWkspJar(IPath) - Method in interface org.eclipse.jdt.apt.core.util.IFactoryPath
-
Add a jar file in the workspace to the head of the
factory path.
- AdvancedJavaLaunchDelegate - Class in org.eclipse.jdt.launching.sourcelookup.advanced
-
A launch delegate for launching local Java applications with advanced source lookup support.
- AdvancedJavaLaunchDelegate() - Constructor for class org.eclipse.jdt.launching.sourcelookup.advanced.AdvancedJavaLaunchDelegate
-
- AdvancedJUnitLaunchConfigurationDelegate - Class in org.eclipse.jdt.junit.launcher
-
Launch configuration delegate for a JUnit test as a Java application with advanced source lookup
support.
- AdvancedJUnitLaunchConfigurationDelegate() - Constructor for class org.eclipse.jdt.junit.launcher.AdvancedJUnitLaunchConfigurationDelegate
-
- AdvancedSourceLookup - Class in org.eclipse.jdt.launching.sourcelookup.advanced
-
Static methods for implementing advanced source lookup.
- AdvancedSourceLookup() - Constructor for class org.eclipse.jdt.launching.sourcelookup.advanced.AdvancedSourceLookup
-
- AdvancedSourceLookupParticipant - Class in org.eclipse.jdt.launching.sourcelookup.advanced
-
- AdvancedSourceLookupParticipant() - Constructor for class org.eclipse.jdt.launching.sourcelookup.advanced.AdvancedSourceLookupParticipant
-
- AdvancedSourceLookupParticipant(IJDIHelpers) - Constructor for class org.eclipse.jdt.launching.sourcelookup.advanced.AdvancedSourceLookupParticipant
-
- affectsBehavior(PropertyChangeEvent) - Method in class org.eclipse.jdt.ui.text.JavaTextTools
-
- affectsTextPresentation(PropertyChangeEvent) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
Determines whether the preference change encoded by the given event
changes the behavior of one of its contained components.
- alignRegion(IRegion, DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext) - Method in class org.eclipse.jdt.ui.text.folding.DefaultJavaFoldingStructureProvider
-
Aligns region
to start and end at a line offset.
- ALL - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
-
This value should be used to read completely each part of a .class file.
- ALL_BUT_METHOD_BODIES - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
-
This value should be used to read the whole contents of the .class file except the
method bodies.
- ALL_CATEGORY - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
-
Show category for all elements.
- ALL_DEFAULT - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
-
Default options (M_PARAMETER_TYPES, M_APP_TYPE_PARAMETERS & T_TYPE_PARAMETERS enabled)
- ALL_FILTERS - Static variable in class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
-
- ALL_FULLY_QUALIFIED - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
-
Qualify all elements
- ALL_OCCURRENCES - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
-
The search result is a declaration, a reference, or an implementer
of an interface.
- ALL_POST_QUALIFIED - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
-
Post qualify all elements
- ALL_PREFIX - Static variable in class org.eclipse.jdt.core.compiler.CharOperation
-
Constant for all Prefix
- ALL_TYPES - Static variable in class org.eclipse.jdt.core.manipulation.TypeKinds
-
- ALL_UNNAMED - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
-
The unnamed module is represented by this constant for making the intent explicit
in searches involving modules
- allowAdvancedSourcelookup() - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Enabled advanced sourcelookup for this launch delegate.
- allowCollapsing() - Method in class org.eclipse.jdt.ui.text.folding.DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext
-
Returns true
if newly created folding regions may be collapsed,
false
if not.
- allowOverwrite() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Tells whether files can be overwritten without warning.
- allVariables() - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
-
Returns the global variables declared in this evaluation context.
- ALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- ALOAD_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- ALOAD_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- ALOAD_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- ALOAD_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- AmbiguousConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AmbiguousConstructorInDefaultConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AmbiguousConstructorInImplicitConstructorCall - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AmbiguousField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AmbiguousMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AmbiguousType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- analyze(IVMInstall, IProgressMonitor) - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironmentAnalyzerDelegate
-
Analyzes the given vm install and returns a collection of compatible
execution environments, possibly empty.
- and(DeclarationFilter) - Method in class com.sun.mirror.util.DeclarationFilter
-
Returns a filter that selects those declarations selected
by both this filter and another.
- AND - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
-
AND "&" operator.
- ANEWARRAY - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- AnnotatableType - Class in org.eclipse.jdt.core.dom
-
Abstract base class of AST nodes that represent an annotatable type (added in JLS8 API).
- ANNOTATE_CLASS_FILE - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition id of the annotate class file action
(value: "org.eclipse.jdt.ui.edit.text.java.annotate.classFile"
).
- annotateMember(String, IFile, String, String, String, ExternalAnnotationUtil.MergeStrategy, IProgressMonitor) - Static method in class org.eclipse.jdt.core.util.ExternalAnnotationUtil
-
Update the given external annotation file with details regarding annotations of one specific method or field.
- annotateMethodParameterType(String, IFile, String, String, String, int, ExternalAnnotationUtil.MergeStrategy, IProgressMonitor) - Static method in class org.eclipse.jdt.core.util.ExternalAnnotationUtil
-
Update the given external annotation file with details regarding annotations of a parameter type of a given method.
- annotateMethodReturnType(String, IFile, String, String, String, ExternalAnnotationUtil.MergeStrategy, IProgressMonitor) - Static method in class org.eclipse.jdt.core.util.ExternalAnnotationUtil
-
Update the given external annotation file with details regarding annotations of the return type of a given method.
- annotateParameterType(String, String, int, ExternalAnnotationUtil.MergeStrategy) - Static method in class org.eclipse.jdt.core.util.ExternalAnnotationUtil
-
Apply the specified changes on a parameter within the given signature.
- annotateReturnType(String, String, ExternalAnnotationUtil.MergeStrategy) - Static method in class org.eclipse.jdt.core.util.ExternalAnnotationUtil
-
Apply the specified changes on the return type of the given signature.
- annotateType(String, String, ExternalAnnotationUtil.MergeStrategy) - Static method in class org.eclipse.jdt.core.util.ExternalAnnotationUtil
-
Apply the specified changes on the given type.
- Annotation - Class in org.eclipse.jdt.core.dom
-
Abstract base class of AST nodes that represent annotations.
- ANNOTATION - Static variable in interface org.eclipse.jdt.core.dom.IBinding
-
Kind constant (value 5) indicating an annotation binding.
- ANNOTATION - Static variable in interface org.eclipse.jdt.core.IJavaElement
-
Constant representing an annotation.
- ANNOTATION_ATTRIBUTE_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
-
Completion is a reference to annotation's attribute.
- ANNOTATION_BODY_TEMPLATE_ID - Static variable in class org.eclipse.jdt.core.manipulation.CodeGeneration
-
- ANNOTATION_BODY_TEMPLATE_ID - Static variable in class org.eclipse.jdt.ui.CodeGeneration
-
Deprecated.
- ANNOTATION_DEFAULT - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
-
"AnnotationDefault" attribute (added in J2SE 1.5).
- ANNOTATION_DEFAULT - Static variable in class org.eclipse.jdt.ui.JavaElementImageDescriptor
-
Flag to render the 'default' annotation adornment.
- ANNOTATION_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
-
Tag value for a value that represents an annotation
- ANNOTATION_TYPE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
-
The searched element is an annotation type.
- ANNOTATION_TYPE - Static variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Constant to signal that the created type is an annotation.
- ANNOTATION_TYPE_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
AnnotationTypeDeclaration
.
- ANNOTATION_TYPE_MEMBER_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
AnnotationTypeMemberDeclaration
.
- ANNOTATION_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
-
Return only type references used as an annotation.
- AnnotationCannotOverrideMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AnnotationCircularity - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AnnotationCircularitySelfReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AnnotationFieldNeedConstantInitialization - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AnnotationMembersCannotHaveParameters - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AnnotationMembersCannotHaveTypeParameters - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AnnotationMirror - Interface in com.sun.mirror.declaration
-
Represents an annotation.
- AnnotationProcessor - Interface in com.sun.mirror.apt
-
An annotation processor, used to examine and process the
annotations of program elements.
- AnnotationProcessorEnvironment - Interface in com.sun.mirror.apt
-
The environment encapsulating the state needed by an annotation processor.
- AnnotationProcessorFactory - Interface in com.sun.mirror.apt
-
A factory for creating annotation processors.
- AnnotationProcessorListener - Interface in com.sun.mirror.apt
-
Superinterface for all annotation processor event listeners.
- AnnotationProcessors - Class in com.sun.mirror.apt
-
Utilities to create specialized annotation processors.
- AnnotationProcessors() - Constructor for class com.sun.mirror.apt.AnnotationProcessors
-
- annotations() - Method in class org.eclipse.jdt.core.dom.AnnotatableType
-
Returns the live ordered list of annotations for this Type node (added in JLS8 API).
- annotations() - Method in class org.eclipse.jdt.core.dom.Dimension
-
Returns the live ordered list of annotations for this dimension.
- annotations() - Method in class org.eclipse.jdt.core.dom.ModuleDeclaration
-
Returns the live ordered list of annotations
of this declaration.
- annotations() - Method in class org.eclipse.jdt.core.dom.PackageDeclaration
-
Returns the live ordered list of annotations of this
package declaration (added in JLS3 API).
- ANNOTATIONS - Static variable in class org.eclipse.jdt.core.manipulation.TypeKinds
-
- ANNOTATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Dimension
-
The "annotations" structural property of this node type (element type:
Annotation
).
- ANNOTATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ModuleDeclaration
-
The "annotations" structural property of this node type (element type:
Annotation
).
- ANNOTATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.NameQualifiedType
-
The "annotations" structural property of this node type (element type:
Annotation
).
- ANNOTATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.PackageDeclaration
-
The "annotations" structural property of this node type (element type:
Annotation
) (added in JLS3 API).
- ANNOTATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
-
The "annotations" structural property of this node type (element type:
Annotation
).
- ANNOTATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.QualifiedType
-
The "annotations" structural property of this node type (element type:
Annotation
).
- ANNOTATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SimpleType
-
The "annotations" structural property of this node type (element type:
Annotation
).
- ANNOTATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.WildcardType
-
The "annotations" structural property of this node type (element type:
Annotation
).
- AnnotationType - Interface in com.sun.mirror.type
-
Represents an annotation type.
- AnnotationTypeDeclaration - Interface in com.sun.mirror.declaration
-
Represents the declaration of an annotation type.
- AnnotationTypeDeclaration - Class in org.eclipse.jdt.core.dom
-
Annotation type declaration AST node type (added in JLS3 API).
- AnnotationTypeDeclarationCannotHaveConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AnnotationTypeDeclarationCannotHaveSuperclass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AnnotationTypeDeclarationCannotHaveSuperinterfaces - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AnnotationTypeElementDeclaration - Interface in com.sun.mirror.declaration
-
Represents an element of an annotation type.
- AnnotationTypeMemberDeclaration - Class in org.eclipse.jdt.core.dom
-
Annotation type member declaration AST node type (added in JLS3 API).
- AnnotationTypeUsedAsSuperInterface - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AnnotationValue - Interface in com.sun.mirror.declaration
-
Represents a value of an annotation type element.
- AnnotationValueMustBeAnEnumConstant - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AnnotationValueMustBeAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AnnotationValueMustBeArrayInitializer - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AnnotationValueMustBeClassLiteral - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AnnotationValueMustBeConstant - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ANONYMOUS_CLASS_CONSTRUCTOR_INVOCATION - Static variable in class org.eclipse.jdt.core.CompletionProposal
-
Completion is a reference of a constructor of an anonymous class.
- ANONYMOUS_CLASS_DECLARATION - Static variable in class org.eclipse.jdt.core.CompletionProposal
-
Completion is a declaration of an anonymous class.
- ANONYMOUS_CLASS_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
AnonymousClassDeclaration
.
- ANONYMOUS_CLASS_DECLARATION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ClassInstanceCreation
-
- ANONYMOUS_CLASS_DECLARATION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
-
- AnonymousClassCannotExtendFinalClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AnonymousClassDeclaration - Class in org.eclipse.jdt.core.dom
-
Anonymous class declaration AST node type.
- apiLevel() - Method in class org.eclipse.jdt.core.dom.AST
-
Return the API level supported by this AST.
- APPEARANCE_ABBREVIATE_PACKAGE_NAMES - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls if package name abbreviation is turned on or off.
- APPEARANCE_CATEGORY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls category rendering of Java elements in the UI.
- APPEARANCE_COMPRESS_PACKAGE_NAMES - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls if package name compression is turned on or off.
- APPEARANCE_ENABLE_VISIBILITY_SORT_ORDER - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preferences that controls if Java elements are also sorted by
visibility.
- APPEARANCE_FOLD_PACKAGES_IN_PACKAGE_EXPLORER - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls if empty inner packages are folded in
the hierarchical mode of the package explorer.
- APPEARANCE_JAVADOC_FONT - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
The symbolic font name for the font used to display Javadoc
(value "org.eclipse.jdt.ui.javadocfont"
).
- APPEARANCE_MEMBER_SORT_ORDER - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that defines how member elements are ordered by the
Java views using the JavaElementSorter
.
- APPEARANCE_METHOD_RETURNTYPE - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls return type rendering of methods in the UI.
- APPEARANCE_METHOD_TYPEPARAMETERS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls type parameter rendering of methods in the UI.
- APPEARANCE_OVERRIDE_INDICATOR - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
- APPEARANCE_PKG_NAME_ABBREVIATION_PATTERN_FOR_PKG_VIEW - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that defines the patterns used for package name abbreviation.
- APPEARANCE_PKG_NAME_PATTERN_FOR_PKG_VIEW - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that defines the pattern used for package name compression.
- APPEARANCE_SORT_LIBRARY_ENTRIES_BY_NAME - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls if entries of library containers are sorted alphabetically.
- APPEARANCE_VISIBILITY_SORT_ORDER - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that defines how member elements are ordered by visibility in the
Java views using the JavaElementSorter
.
- append(char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers a new array with appending the suffix character at the end of the array.
- append(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers a new array with appending the sub-array at the end of the array.
- append(char[], int, char[], int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Append the given sub-array to the target array starting at the given index in the target array.
- append(char[]) - Method in interface org.eclipse.jdt.core.IBuffer
-
Appends the given character array to the contents of the buffer.
- append(String) - Method in interface org.eclipse.jdt.core.IBuffer
-
Appends the given string to the contents of the buffer.
- APPEND_ROOT_PATH - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
-
Add root path to all elements except Package Fragment Roots and Java projects.
- AppletArgumentsTab - Class in org.eclipse.jdt.debug.ui.launchConfigurations
-
A launch configuration tab that displays and edits program arguments,
VM arguments, and working directory launch configuration attributes,
for an applet.
- AppletArgumentsTab() - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations.AppletArgumentsTab
-
- AppletMainTab - Class in org.eclipse.jdt.debug.ui.launchConfigurations
-
This tab appears for Java applet launch configurations and allows the user to edit
attributes such as the applet class to launch and its owning project, if any.
- AppletMainTab() - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations.AppletMainTab
-
- AppletParametersTab - Class in org.eclipse.jdt.debug.ui.launchConfigurations
-
This tab appears for java applet launch configurations and allows the user to edit
applet-specific attributes such as width, height, name & applet parameters.
- AppletParametersTab() - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations.AppletParametersTab
-
- ApplicableMethodOverriddenByInapplicable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- APPLICATION_LIBRARIES - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchScope
-
Include type constant (bit mask) indicating that application libraries should be considered in the search scope.
- apply() - Method in class org.eclipse.jdt.core.manipulation.ChangeCorrectionProposalCore
-
- apply() - Method in class org.eclipse.jdt.core.manipulation.CUCorrectionProposalCore
-
- apply(IDocument) - Method in class org.eclipse.jdt.ui.text.java.correction.ChangeCorrectionProposal
-
- apply(IDocument) - Method in class org.eclipse.jdt.ui.text.java.correction.CUCorrectionProposal
-
- applyIfNonNull(T, Function<? super T, ? extends U>) - Static method in class org.eclipse.jdt.annotation.Checks
-
Apply the given function if and only if the given value is not null
.
- applyIfNonNullElse(T, Function<? super T, ? extends U>, U) - Static method in class org.eclipse.jdt.annotation.Checks
-
Apply the given function if and only if the given value is not null
.
- applyIfNonNullElseGet(T, Function<? super T, ? extends U>, Supplier<? extends U>) - Static method in class org.eclipse.jdt.annotation.Checks
-
Apply the given function if and only if the given value is not null
.
- applyTextEdit(TextEdit, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IBuffer.ITextEditCapability
-
Applies a text edit to this underlying buffer.
- applyTextEdit(TextEdit, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Applies a text edit to the compilation unit's buffer.
- APT_ENABLED - Static variable in class org.eclipse.jdt.apt.core.util.AptPreferenceConstants
-
- APT_GENSRCDIR - Static variable in class org.eclipse.jdt.apt.core.util.AptPreferenceConstants
-
- APT_GENTESTSRCDIR - Static variable in class org.eclipse.jdt.apt.core.util.AptPreferenceConstants
-
- APT_NULLVALUE - Static variable in class org.eclipse.jdt.apt.core.util.AptPreferenceConstants
-
- APT_PROBLEM_ID - Static variable in interface org.eclipse.jdt.apt.core.util.EclipseMessager
-
Problem ID for APT problems that do not have quick fixes
- APT_PROCESSANNOTATIONS - Static variable in class org.eclipse.jdt.apt.core.util.AptPreferenceConstants
-
- APT_PROCESSOROPTIONS - Static variable in class org.eclipse.jdt.apt.core.util.AptPreferenceConstants
-
- APT_QUICK_FIX_PROBLEM_ID - Static variable in interface org.eclipse.jdt.apt.core.util.EclipseMessager
-
Problem ID for APT problems that have quick fixes.
- APT_RECONCILEENABLED - Static variable in class org.eclipse.jdt.apt.core.util.AptPreferenceConstants
-
- APT_STRING_BASE - Static variable in class org.eclipse.jdt.apt.core.util.AptPreferenceConstants
-
- AptBuilder - Class in org.eclipse.jdt.apt.core.build
-
Commandline entry point for building a workspace using APT.
- AptBuilder() - Constructor for class org.eclipse.jdt.apt.core.build.AptBuilder
-
- AptConfig - Class in org.eclipse.jdt.apt.core.util
-
Accesses configuration data for APT.
- AptPreferenceConstants - Class in org.eclipse.jdt.apt.core.util
-
String constants used to access APT preference store
This class is not intended to be subclassed or instantiated.
- AptPreferenceConstants() - Constructor for class org.eclipse.jdt.apt.core.util.AptPreferenceConstants
-
- AptUtil - Class in org.eclipse.jdt.apt.core.util
-
- ARCHIVE - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
-
Type identifier for archive entries.
- ArchiveSourceLocation - Class in org.eclipse.jdt.launching.sourcelookup
-
- ArchiveSourceLocation() - Constructor for class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
-
Deprecated.
Constructs a new empty source location to be initialized with
a memento.
- ArchiveSourceLocation(String, String) - Constructor for class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
-
Deprecated.
Constructs a new source location that will retrieve source
elements from the zip file with the given name.
- areClassFilesExported() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Tells whether class files and resources are exported.
- areDirectoryEntriesIncluded() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Tells whether directory entries are added to the jar.
- areErrorsExported() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Answers if compilation units with errors are exported.
- areGeneratedFilesExported() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Tells whether files created by the Java builder are exported.
- areJavaFilesExported() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Tells whether java files and resources are exported.
- areOutputFoldersExported() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Tells whether all output folders for the
enclosing projects of the exported elements.
- ARETURN - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- ArgumentHidingField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ArgumentHidingLocalVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ArgumentIsNeverUsed - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- arguments() - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
-
Returns the live ordered list of argument expressions in this class
instance creation expression.
- arguments() - Method in class org.eclipse.jdt.core.dom.ConstructorInvocation
-
Returns the live ordered list of argument expressions in this alternate
constructor invocation statement.
- arguments() - Method in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
-
Returns the live ordered list of argument expressions in this enumeration
constant declaration.
- arguments() - Method in class org.eclipse.jdt.core.dom.MethodInvocation
-
Returns the live ordered list of argument expressions in this method
invocation expression.
- arguments() - Method in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
-
Returns the live ordered list of argument expressions in this super
constructor invocation statement.
- arguments() - Method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
-
Returns the live ordered list of argument expressions in this
"super" method invocation expression.
- ARGUMENTS - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
-
Id marker attribute (value "arguments"
).
- ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ClassInstanceCreation
-
The "arguments" structural property of this node type (element type:
Expression
).
- ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ConstructorInvocation
-
The "arguments" structural property of this node type (element type:
Expression
).
- ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
-
The "arguments" structural property of this node type (element type:
Expression
).
- ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodInvocation
-
The "arguments" structural property of this node type (element type:
Expression
).
- ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
-
The "arguments" structural property of this node type (element type:
Expression
).
- ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SuperMethodInvocation
-
The "arguments" structural property of this node type (element type:
Expression
).
- ArgumentTypeAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ArgumentTypeCannotBeVoid - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ArgumentTypeCannotBeVoidArray - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ArgumentTypeInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ArgumentTypeInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ArgumentTypeNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ArgumentTypeNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ARRAY_ACCESS - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
ArrayAccess
.
- ARRAY_CREATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
ArrayCreation
.
- ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
ArrayInitializer
.
- ARRAY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ArrayAccess
-
The "array" structural property of this node type (child type:
Expression
).
- ARRAY_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
-
Tag value for a value that represents an array
- ARRAY_TYPE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
ArrayType
.
- ARRAY_TYPE_SIGNATURE - Static variable in class org.eclipse.jdt.core.Signature
-
Kind constant for an array type signature.
- ArrayAccess - Class in org.eclipse.jdt.core.dom
-
Array access expression AST node type.
- arrayConcat(char[][], char[][]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers the concatenation of the two arrays.
- arrayConcat(char[][], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers a new array adding the second array at the end of first array.
- ArrayConstantsOnlyInArrayInitializers - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ArrayCreation - Class in org.eclipse.jdt.core.dom
-
Array creation expression AST node type.
- ArrayInitializer - Class in org.eclipse.jdt.core.dom
-
Array initializer AST node type.
- ARRAYLENGTH - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- ArrayReferencePotentialNullReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ArrayReferenceRequired - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ArrayType - Interface in com.sun.mirror.type
-
Represents an array type.
- ArrayType - Class in org.eclipse.jdt.core.dom
-
Type node for an array type.
- asNullable(Optional<T>) - Static method in class org.eclipse.jdt.annotation.Checks
-
Answer the value of an
Optional
, or
null
if it has no value.
- ASSERT_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
AssertStatement
.
- assertNonNull(T...) - Static method in class org.eclipse.jdt.annotation.Checks
-
Checks whether any of the provided values is null
.
- assertNonNullElements(Iterable<T>) - Static method in class org.eclipse.jdt.annotation.Checks
-
Checks whether any element in the provided values is null
.
- assertNonNullElements(Iterable<T>, String) - Static method in class org.eclipse.jdt.annotation.Checks
-
Checks whether any of the provided values is null
.
- assertNonNullWithMessage(String, T...) - Static method in class org.eclipse.jdt.annotation.Checks
-
Checks whether any of the provided values is null
.
- AssertStatement - Class in org.eclipse.jdt.core.dom
-
Assert statement AST node type.
- ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
-
= operator.
- Assignment - Class in org.eclipse.jdt.core.dom
-
Assignment expression AST node type.
- ASSIGNMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
Assignment
.
- Assignment.Operator - Class in org.eclipse.jdt.core.dom
-
Assignment operators (typesafe enumeration).
- AssignmentHasNoEffect - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AssignmentToMultiCatchParameter - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AssignmentToResource - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ASSIST_SUFFIX - Static variable in interface org.eclipse.jdt.ui.text.java.correction.ICommandAccess
-
Commands for quick assists must have this suffix.
- AST - Class in org.eclipse.jdt.core.dom
-
Umbrella owner and abstract syntax tree node factory.
- AST() - Constructor for class org.eclipse.jdt.core.dom.AST
-
- AST(Map) - Constructor for class org.eclipse.jdt.core.dom.AST
-
- ASTMatcher - Class in org.eclipse.jdt.core.dom
-
Concrete superclass and default implementation of an AST subtree matcher.
- ASTMatcher() - Constructor for class org.eclipse.jdt.core.dom.ASTMatcher
-
Creates a new AST matcher instance.
- ASTMatcher(boolean) - Constructor for class org.eclipse.jdt.core.dom.ASTMatcher
-
Creates a new AST matcher instance.
- ASTNode - Class in org.eclipse.jdt.core.dom
-
Abstract superclass of all Abstract Syntax Tree (AST) node types.
- ASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- ASTORE_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- ASTORE_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- ASTORE_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- ASTORE_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- ASTParser - Class in org.eclipse.jdt.core.dom
-
A Java language parser for creating abstract syntax trees (ASTs).
- ASTRequestor - Class in org.eclipse.jdt.core.dom
-
- ASTRequestor() - Constructor for class org.eclipse.jdt.core.dom.ASTRequestor
-
Creates a new instance.
- ASTRewrite - Class in org.eclipse.jdt.core.dom.rewrite
-
Infrastructure for modifying code by describing changes to AST nodes.
- ASTRewrite(AST) - Constructor for class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
-
Internal constructor.
- ASTRewriteCorrectionProposal - Class in org.eclipse.jdt.ui.text.java.correction
-
A proposal for quick fixes and quick assists that works on an AST rewrite.
- ASTRewriteCorrectionProposal(String, ICompilationUnit, ASTRewrite, int, Image) - Constructor for class org.eclipse.jdt.ui.text.java.correction.ASTRewriteCorrectionProposal
-
Constructs an AST rewrite correction proposal.
- ASTRewriteCorrectionProposal(String, ICompilationUnit, ASTRewrite, int) - Constructor for class org.eclipse.jdt.ui.text.java.correction.ASTRewriteCorrectionProposal
-
Constructs an AST rewrite correction proposal.
- ASTVisitor - Class in org.eclipse.jdt.core.dom
-
A visitor for abstract syntax trees.
- ASTVisitor() - Constructor for class org.eclipse.jdt.core.dom.ASTVisitor
-
Creates a new AST visitor instance.
- ASTVisitor(boolean) - Constructor for class org.eclipse.jdt.core.dom.ASTVisitor
-
Creates a new AST visitor instance.
- ATHROW - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- ATT_HANDLE_ID - Static variable in class org.eclipse.jdt.core.JavaCore
-
Name of the handle id attribute in a Java marker.
- attachSource(IPath, IPath, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
-
Attaches the source archive identified by the given absolute path to this
binary package fragment root.
- ATTR_ALLOW_TERMINATE - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_ANT_AFTER_CLEAN_TARGETS - Static variable in interface org.eclipse.ant.launching.IAntLaunchConstants
-
String attribute indicating the Ant targets to execute after a clean (full build) for an Ant builder.
- ATTR_ANT_AFTER_CLEAN_TARGETS - Static variable in interface org.eclipse.ant.ui.launching.IAntLaunchConfigurationConstants
-
- ATTR_ANT_AUTO_TARGETS - Static variable in interface org.eclipse.ant.launching.IAntLaunchConstants
-
String attribute indicating the Ant targets to execute during an auto build for an Ant builder.
- ATTR_ANT_AUTO_TARGETS - Static variable in interface org.eclipse.ant.ui.launching.IAntLaunchConfigurationConstants
-
- ATTR_ANT_CLEAN_TARGETS - Static variable in interface org.eclipse.ant.launching.IAntLaunchConstants
-
String attribute indicating the Ant targets to execute during a clean for an Ant builder.
- ATTR_ANT_CLEAN_TARGETS - Static variable in interface org.eclipse.ant.ui.launching.IAntLaunchConfigurationConstants
-
- ATTR_ANT_MANUAL_TARGETS - Static variable in interface org.eclipse.ant.launching.IAntLaunchConstants
-
String attribute indicating the Ant targets to execute during a manual build for an Ant builder.
- ATTR_ANT_MANUAL_TARGETS - Static variable in interface org.eclipse.ant.ui.launching.IAntLaunchConfigurationConstants
-
- ATTR_ANT_PROPERTIES - Static variable in interface org.eclipse.ant.launching.IAntLaunchConstants
-
Map attribute indicating the Ant properties to be defined during the build.
- ATTR_ANT_PROPERTIES - Static variable in interface org.eclipse.ant.ui.launching.IAntLaunchConfigurationConstants
-
- ATTR_ANT_PROPERTY_FILES - Static variable in interface org.eclipse.ant.launching.IAntLaunchConstants
-
String attribute indicating the Ant targets to execute.
- ATTR_ANT_PROPERTY_FILES - Static variable in interface org.eclipse.ant.ui.launching.IAntLaunchConfigurationConstants
-
- ATTR_ANT_TARGETS - Static variable in interface org.eclipse.ant.launching.IAntLaunchConstants
-
String attribute indicating the Ant targets to execute.
- ATTR_ANT_TARGETS - Static variable in interface org.eclipse.ant.ui.launching.IAntLaunchConfigurationConstants
-
- ATTR_APPLET_APPLETVIEWER_CLASS - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_APPLET_HEIGHT - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_APPLET_NAME - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_APPLET_PARAMETERS - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_APPLET_WIDTH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_BOOTPATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Attribute key for a VM specific argument.
- ATTR_BOOTPATH_APPEND - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Attribute key for a VM specific argument.
- ATTR_BOOTPATH_PREPEND - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Attribute key for a VM specific argument.
- ATTR_CLASSPATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_CLASSPATH_PROVIDER - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_CMDLINE - Static variable in class org.eclipse.jdt.launching.JavaRuntime
-
- ATTR_CMDLINE - Static variable in class org.eclipse.jdt.ui.JavaUI
-
- ATTR_CONNECT_MAP - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_CONSIDER_INHERITED_MAIN - Static variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
-
Boolean launch configuration attribute indicating whether types inheriting
a main method should be considered when searching for a main type.
- ATTR_DEFAULT_CLASSPATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_DEFAULT_MODULE_CLI_OPTIONS - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_DEFAULT_SOURCE_PATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_DEFAULT_VM_INSTALL - Static variable in interface org.eclipse.ant.launching.IAntLaunchConstants
-
Boolean attribute indicating if the default VM install should be used for the separate JRE build Default value is false
for
backwards compatibility
- ATTR_DEFAULT_VM_INSTALL - Static variable in interface org.eclipse.ant.ui.launching.IAntLaunchConfigurationConstants
-
- ATTR_EXCLUDE_TEST_CODE - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_FIND_ALL_SOURCE_ELEMENTS - Static variable in class org.eclipse.jdt.debug.ui.JavaUISourceLocator
-
Deprecated.
Launch configuration attribute indicating that this source locator should
locate all source elements that correspond to a stack frame, rather than
the first match.
- ATTR_HIDE_INTERNAL_TARGETS - Static variable in interface org.eclipse.ant.launching.IAntLaunchConstants
-
Boolean attribute indicating whether or not internal targets (targets with no description) should be hidden from the user in the launch
configuration dialog.
- ATTR_HIDE_INTERNAL_TARGETS - Static variable in interface org.eclipse.ant.ui.launching.IAntLaunchConfigurationConstants
-
- ATTR_INCLUDE_EXTERNAL_JARS - Static variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
-
Boolean launch configuration attribute indicating that external jars (on
the runtime classpath) should be searched when looking for a main type.
- ATTR_JAVA_COMMAND - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Attribute key for VM specific attributes found in the
ATTR_VM_INSTALL_TYPE_SPECIFIC_ATTRS_MAP
.
- ATTR_JRE_CONTAINER_PATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_MAIN_TYPE_NAME - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_MODULE_CLI_OPTIONS - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_MODULEPATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_PROGRAM_ARGUMENTS - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_PROJECT_NAME - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_SORT_TARGETS - Static variable in interface org.eclipse.ant.launching.IAntLaunchConstants
-
Integer attribute indicating which column targets should be sorted on.
- ATTR_SORT_TARGETS - Static variable in interface org.eclipse.ant.ui.launching.IAntLaunchConfigurationConstants
-
- ATTR_SOURCE_PATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_SOURCE_PATH_PROVIDER - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_STOP_IN_MAIN - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_TARGETS_UPDATED - Static variable in interface org.eclipse.ant.launching.IAntLaunchConstants
-
Boolean attribute indicating whether or not target specification for an Ant builder has been updated for 3.1
- ATTR_TARGETS_UPDATED - Static variable in interface org.eclipse.ant.ui.launching.IAntLaunchConfigurationConstants
-
- ATTR_USE_CLASSPATH_ONLY_JAR - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
- ATTR_USE_START_ON_FIRST_THREAD - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Attribute key for a Mac OSX VM-specific argument.
- ATTR_VM_ARGUMENTS - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_VM_CONNECTOR - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_VM_INSTALL_NAME - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
- ATTR_VM_INSTALL_TYPE - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
- ATTR_VM_INSTALL_TYPE_SPECIFIC_ATTRS_MAP - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTR_WORKING_DIRECTORY - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
-
Launch configuration attribute key.
- ATTRIBUTE_ELEMENT - Static variable in class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor
-
Predefined argument called element<Number>
.
- ATTRIBUTE_INPUT - Static variable in class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor
-
Predefined argument called input
.
- ATTRIBUTE_NAME - Static variable in class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor
-
Predefined argument called name
.
- ATTRIBUTE_NOT_SUPPORTED - Static variable in class org.eclipse.jdt.core.ClasspathContainerInitializer
-
Status code indicating that an attribute is not supported.
- ATTRIBUTE_READ_ONLY - Static variable in class org.eclipse.jdt.core.ClasspathContainerInitializer
-
Status code indicating that an attribute is not modifiable.
- ATTRIBUTE_REFERENCES - Static variable in class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor
-
Predefined argument called references
.
- ATTRIBUTE_SELECTION - Static variable in class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor
-
Predefined argument called selection
.
- ATTRIBUTE_VERSION - Static variable in class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor
-
The version attribute
- AutoManagedResourceNotBelow17 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- AutoManagedVariableResourceNotBelow9 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-