Uses of Package
org.eclipse.jdt.core
Packages that use org.eclipse.jdt.core
Package
Description
This package contains Eclipse extensions to some of the Sun annotation processing APIs.
This package contains miscellaneous APIs related to Java annotation processing.
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
This package contains compiler associated infrastructure APIs.
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
The Java DOM/AST rewrite is the set of classes that are used to make changes to an existing DOM/AST tree.
Provides support for the evaluation of code snippets
in a scrapbook or inside the debugger.
Provides a support for Java document manipulation through the JDOM model.
Application programming interface for the JDT core manipulation plug-in class.
Application programming interface for Java-specified refactoring framework facilities.
Application programming interface to access Java refactorings provided by JDT.
Application programming interface to access refactoring participants provided by JDT.
Provides support for searching the workspace Java
elements that match a particular description.
Provides a set of tools and utilities for manipulating .class files and Java model elements.
Provides a set classes and interfaces that support evaluations in the Java debugger.
Provides an implementation of a source locator for the Java debug model.
Provides an implementation launch configuration tabs for local and remote Java applications.
Application programming interfaces for interaction
with the Eclipse Java development tools JUnit support.
Application programming interfaces related to launching JUnit tests.
Application programming interfaces representing test elements as shown in the JUnit view.
Application programming interfaces to implement wizards to create new JUnit testcases.
Application programming interfaces for interaction
with the Eclipse Java launching support.
Application programming interfaces and classes for execution environments.
Application programming interfaces and classes for source lookup.
Provides advanced source lookup support for the Java debugger.
Provides source lookup support for the Java debugger.
Application programming interfaces for interaction
with the Eclipse Java User Interface.
Application programming interfaces for Eclipse Java User Interface specific
actions.
Application programming interfaces for code clean up.
Provides classes and interfaces to generate a JAR file.
Application programming interfaces for rename refactorings.
Application programming interfaces for Java search participants..
Application programming interfaces for interaction with the Eclipse Java Editor folding.
Application programming interfaces for interaction
with the Eclipse Java User Interface.
Application programming interfaces for correction proposals.
Application programming interfaces for interaction
with the Eclipse Java User Interface wizards.
-
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.apt.core.envClassDescriptionRepresents an entire Java compilation unit (source file with one of the
Java-like extensions
).A Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields. -
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.apt.core.utilClassDescriptionA Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.
-
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.coreClassDescriptionUtility class to decode or create a binding key.A buffer changed event describes how a buffer has changed.Abstract base implementation of all classpath container initializer.Abstract base implementation of all classpath variable initializers.Completion context.Completion proposal.Abstract base class for a completion requestor which is passed completion proposals as they are generated in response to a code assist request.An element changed event describes a change to the structure or contents of a tree of Java elements.Describes an access rule to source and class files on a classpath entry.Common protocol for Java elements that can be annotated.Represents an annotation on a package declaration, a type, a method, a field or a local variable in a compilation unit or a class file.A buffer contains the text contents of a resource.A listener, which gets notified when the contents of a specific buffer have changed, or when the buffer is closed.Deprecated.Represents a single
.class
file, holding the binary form of either a type or a module: A class file of typeIOrdinaryClassFile
has a single child of typeIType
, a class file of typeIModularClassFile
has a single child of typeIModuleDescription
. Class file elements need to be opened before they can be navigated.A classpath attribute defines a name/value pair that can be persisted with a classpath entry.A delta which describes changes inIClasspathAttribute
of a classpath between two discrete points in time.Interface of a classpath container.An entry on a Java project classpath identifying one or more package fragment roots.Common protocol for Java elements that support source code assist and code resolve.Deprecated.UseCompletionRequestor
instead.Deprecated.UseCodeFormatter
instead (note: options have changed)Represents an entire Java compilation unit (source file with one of theJava-like extensions
).Deprecated.UseCompletionRequestor
instead.A callback interface for receiving java problem correction.An element changed listener receives notification of changes to Java elements maintained by the Java model.Represents a field declared in a type.Represents an import container is a child of a Java compilation unit that contains all (and only) the import declarations.Represents an import declaration in Java compilation unit.Represents a stand-alone instance or class (static) initializer in a type.A jar entry corresponding to a non-Java resource in an archiveIPackageFragment
orIPackageFragmentRoot
.Common protocol for all elements provided by the Java model.A Java element delta describes changes in Java element between two discrete points in time.Represent the root Java element corresponding to the workspace.Represents the outcome of an Java model operation.A Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.Represents a local variable declared in a method or an initializer.Common protocol for Java elements that can be members of types.Represents a member-value pair of an annotation.Represents a method (or constructor) declared in a type.Represents the class file of a module description ("module-info.class").Represents a Java module descriptor.Common protocol for Java elements that must be opened before they can be navigated or modified.Ordinary form of aIClassFile
which holds exactly oneIType
.Represents a package declaration in Java compilation unit.A package fragment is a portion of the workspace corresponding to an entire package, or to a portion thereof.A package fragment root contains a set of package fragments.Common protocol for Java elements that contain other Java elements.A callback interface for receiving java problem as they are discovered by some Java operation.A Java model region describes a hierarchical set of elements.Common protocol for Java elements that support source code manipulations such as copy, move, rename, and delete.A source range defines an element's source coordinates relative to its source buffer.Common protocol for Java elements that have associated source code.Represents either a source type in a compilation unit (either a top-level type, a member type, a local type, an anonymous type or a lambda expression) or a binary type in a class file.A type hierarchy provides navigations between a type and its resolved supertypes and subtypes for a specific type or for all types within a region.A listener which gets notified when a particular type hierarchy object changes.Represents a type parameter defined by a type or a method in a compilation unit or a class file.Represents an entire Java type root (either anICompilationUnit
or anIClassFile
).Deprecated.UseICompilationUnit
insteadThe plug-in runtime class for the Java model plug-in containing the core (UI-free) support for Java projects.A checked exception representing a failure in the Java model.The owner of anICompilationUnit
handle in working copy mode. -
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.core.compilerClassDescriptionRepresents an entire Java compilation unit (source file with one of the
Java-like extensions
).A Java element delta describes changes in Java element between two discrete points in time.A Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.A checked exception representing a failure in the Java model. -
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.core.domClassDescriptionRepresents a single
.class
file, holding the binary form of either a type or a module: A class file of typeIOrdinaryClassFile
has a single child of typeIType
, a class file of typeIModularClassFile
has a single child of typeIModuleDescription
. Class file elements need to be opened before they can be navigated.Represents an entire Java compilation unit (source file with one of theJava-like extensions
).Common protocol for all elements provided by the Java model.A Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.A source range defines an element's source coordinates relative to its source buffer.Represents an entire Java type root (either anICompilationUnit
or anIClassFile
).A checked exception representing a failure in the Java model.The owner of anICompilationUnit
handle in working copy mode. -
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.core.dom.rewriteClassDescriptionRepresents an entire Java compilation unit (source file with one of the
Java-like extensions
).A checked exception representing a failure in the Java model. -
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.core.evalClassDescriptionAbstract base class for a completion requestor which is passed completion proposals as they are generated in response to a code assist request.Deprecated.Use
CompletionRequestor
instead.Deprecated.UseCompletionRequestor
instead.Common protocol for all elements provided by the Java model.A Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.Represents either a source type in a compilation unit (either a top-level type, a member type, a local type, an anonymous type or a lambda expression) or a binary type in a class file.A checked exception representing a failure in the Java model.The owner of anICompilationUnit
handle in working copy mode. -
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.core.jdom
-
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.core.manipulationClassDescriptionRepresents an entire Java compilation unit (source file with one of the
Java-like extensions
).A Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.Represents a method (or constructor) declared in a type.Represents a Java module descriptor.A source range defines an element's source coordinates relative to its source buffer.Represents an entire Java type root (either anICompilationUnit
or anIClassFile
).A checked exception representing a failure in the Java model. -
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.core.provisionalClassDescriptionCommon protocol for all elements provided by the Java model.Represents a Java module descriptor.A checked exception representing a failure in the Java model.
-
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.core.refactoringClassDescriptionRepresents an entire Java compilation unit (source file with one of the
Java-like extensions
).Common protocol for all elements provided by the Java model. -
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.core.refactoring.descriptorsClassDescriptionRepresents an entire Java compilation unit (source file with one of the
Java-like extensions
).Common protocol for all elements provided by the Java model.Common protocol for Java elements that can be members of types.Represents a method (or constructor) declared in a type.A package fragment is a portion of the workspace corresponding to an entire package, or to a portion thereof.A package fragment root contains a set of package fragments.A source range defines an element's source coordinates relative to its source buffer.Represents either a source type in a compilation unit (either a top-level type, a member type, a local type, an anonymous type or a lambda expression) or a binary type in a class file.A checked exception representing a failure in the Java model.The owner of anICompilationUnit
handle in working copy mode. -
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.core.refactoring.participants
-
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.core.searchClassDescriptionRepresents an entire Java compilation unit (source file with one of the
Java-like extensions
).Common protocol for all elements provided by the Java model.A Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.Represents a method (or constructor) declared in a type.A package fragment root contains a set of package fragments.Represents either a source type in a compilation unit (either a top-level type, a member type, a local type, an anonymous type or a lambda expression) or a binary type in a class file.Deprecated.UseICompilationUnit
insteadA checked exception representing a failure in the Java model.The owner of anICompilationUnit
handle in working copy mode. -
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.core.utilClassDescriptionRepresents an entire Java compilation unit (source file with one of the
Java-like extensions
).A Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.A checked exception representing a failure in the Java model. -
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.debug.evalClassDescriptionA Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.
-
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.debug.uiClassDescriptionA Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.
-
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.debug.ui.launchConfigurationsClassDescriptionCommon protocol for all elements provided by the Java model.A Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.Represents either a source type in a compilation unit (either a top-level type, a member type, a local type, an anonymous type or a lambda expression) or a binary type in a class file.
-
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.junitClassDescriptionCommon protocol for all elements provided by the Java model.Represents either a source type in a compilation unit (either a top-level type, a member type, a local type, an anonymous type or a lambda expression) or a binary type in a class file.
-
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.junit.launcherClassDescriptionCommon protocol for all elements provided by the Java model.Common protocol for Java elements that can be members of types.
-
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.junit.modelClassDescriptionA Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.
-
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.junit.wizardsClassDescriptionRepresents an entire Java compilation unit (source file with one of the
Java-like extensions
).Represents a method (or constructor) declared in a type.Represents either a source type in a compilation unit (either a top-level type, a member type, a local type, an anonymous type or a lambda expression) or a binary type in a class file. -
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.launchingClassDescriptionDescribes an access rule to source and class files on a classpath entry.A classpath attribute defines a name/value pair that can be persisted with a classpath entry.An entry on a Java project classpath identifying one or more package fragment roots.A Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.
-
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.launching.environmentsClassDescriptionDescribes an access rule to source and class files on a classpath entry.A Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.
-
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.launching.sourcelookupClassDescriptionA Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.A package fragment root contains a set of package fragments.A checked exception representing a failure in the Java model.
-
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.launching.sourcelookup.advancedClassDescriptionA Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.A package fragment root contains a set of package fragments.A checked exception representing a failure in the Java model.
-
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.launching.sourcelookup.containersClassDescriptionInterface of a classpath container.A Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.A package fragment root contains a set of package fragments.
-
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.uiClassDescriptionAn element changed event describes a change to the structure or contents of a tree of Java elements.Deprecated.Use
WorkingCopyOwner
insteadRepresents a single.class
file, holding the binary form of either a type or a module: A class file of typeIOrdinaryClassFile
has a single child of typeIType
, a class file of typeIModularClassFile
has a single child of typeIModuleDescription
. Class file elements need to be opened before they can be navigated.An entry on a Java project classpath identifying one or more package fragment roots.Represents an entire Java compilation unit (source file with one of theJava-like extensions
).An element changed listener receives notification of changes to Java elements maintained by the Java model.Represents a field declared in a type.Represents a stand-alone instance or class (static) initializer in a type.Common protocol for all elements provided by the Java model.A Java element delta describes changes in Java element between two discrete points in time.Represent the root Java element corresponding to the workspace.A Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.Represents a local variable declared in a method or an initializer.Common protocol for Java elements that can be members of types.Represents a method (or constructor) declared in a type.A package fragment is a portion of the workspace corresponding to an entire package, or to a portion thereof.A package fragment root contains a set of package fragments.Common protocol for Java elements that have associated source code.Represents either a source type in a compilation unit (either a top-level type, a member type, a local type, an anonymous type or a lambda expression) or a binary type in a class file.A type hierarchy provides navigations between a type and its resolved supertypes and subtypes for a specific type or for all types within a region.Represents a type parameter defined by a type or a method in a compilation unit or a class file.Represents an entire Java type root (either anICompilationUnit
or anIClassFile
).Deprecated.UseICompilationUnit
insteadA checked exception representing a failure in the Java model. -
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.ui.actionsClassDescriptionRepresents an entire Java compilation unit (source file with one of the
Java-like extensions
).Represents a field declared in a type.Common protocol for all elements provided by the Java model.Represents a method (or constructor) declared in a type.A checked exception representing a failure in the Java model. -
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.ui.cleanupClassDescriptionRepresents an entire Java compilation unit (source file with one of the
Java-like extensions
).A Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields. -
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.ui.jarpackagerClassDescriptionA package fragment is a portion of the workspace corresponding to an entire package, or to a portion thereof.Represents either a source type in a compilation unit (either a top-level type, a member type, a local type, an anonymous type or a lambda expression) or a binary type in a class file.
-
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.ui.refactoringClassDescriptionRepresents an entire Java compilation unit (source file with one of the
Java-like extensions
).Represents a field declared in a type.A Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.Represents a local variable declared in a method or an initializer.Represents a method (or constructor) declared in a type.Represents a Java module descriptor.A package fragment is a portion of the workspace corresponding to an entire package, or to a portion thereof.A package fragment root contains a set of package fragments.Represents either a source type in a compilation unit (either a top-level type, a member type, a local type, an anonymous type or a lambda expression) or a binary type in a class file.Represents a type parameter defined by a type or a method in a compilation unit or a class file. -
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.ui.search
-
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.ui.text.foldingClassDescriptionCommon protocol for all elements provided by the Java model.Common protocol for Java elements that can be members of types.Common protocol for Java elements that have associated source code.
-
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.ui.text.javaClassDescriptionCompletion context.Completion proposal.Abstract base class for a completion requestor which is passed completion proposals as they are generated in response to a code assist request.An entry on a Java project classpath identifying one or more package fragment roots.Represents an entire Java compilation unit (source file with one of the
Java-like extensions
).A Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.Represents either a source type in a compilation unit (either a top-level type, a member type, a local type, an anonymous type or a lambda expression) or a binary type in a class file.A checked exception representing a failure in the Java model. -
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.ui.text.java.correctionClassDescriptionRepresents an entire Java compilation unit (source file with one of the
Java-like extensions
). -
Classes in org.eclipse.jdt.core used by org.eclipse.jdt.ui.wizardsClassDescriptionA classpath attribute defines a name/value pair that can be persisted with a classpath entry.An entry on a Java project classpath identifying one or more package fragment roots.Represents an entire Java compilation unit (source file with one of the
Java-like extensions
).Common protocol for all elements provided by the Java model.A Java project represents a view of a project resource in terms of Java elements such as package fragments, types, methods and fields.Represents a method (or constructor) declared in a type.A package fragment is a portion of the workspace corresponding to an entire package, or to a portion thereof.A package fragment root contains a set of package fragments.Represents either a source type in a compilation unit (either a top-level type, a member type, a local type, an anonymous type or a lambda expression) or a binary type in a class file.
WorkingCopyOwner
instead