Uses of Package
org.eclipse.jdt.internal.core

Packages that use org.eclipse.jdt.internal.core
org.eclipse.jdt.core.compiler This package contains compiler associated infrastructure APIs. 
org.eclipse.jdt.core.dom The Java DOM/AST is the set of classes that model the source code of a Java program as a structured document. 
org.eclipse.jdt.core.tests.model   
org.eclipse.jdt.internal.codeassist   
org.eclipse.jdt.internal.codeassist.impl   
org.eclipse.jdt.internal.core   
org.eclipse.jdt.internal.core.eval   
org.eclipse.jdt.internal.core.hierarchy   
org.eclipse.jdt.internal.core.search   
org.eclipse.jdt.internal.core.search.indexing   
org.eclipse.jdt.internal.core.search.matching   
org.eclipse.jdt.internal.core.util   
org.eclipse.jdt.internal.eval   
 

Classes in org.eclipse.jdt.internal.core used by org.eclipse.jdt.core.compiler
CompilationUnit
           
ReconcileWorkingCopyOperation
          Reconcile a working copy and signal the changes through a delta.
 

Classes in org.eclipse.jdt.internal.core used by org.eclipse.jdt.core.dom
CompilationUnit
           
 

Classes in org.eclipse.jdt.internal.core used by org.eclipse.jdt.core.tests.model
JavaElement
          Root of Java element handle hierarchy.
Openable
          Abstract class for implementations of java elements which are IOpenable.
OverflowingLRUCache
          The OverflowingLRUCache is an LRUCache which attempts to maintain a size equal or less than its fSpaceLimit by removing the least recently used elements.
PackageFragmentRoot
           
 

Classes in org.eclipse.jdt.internal.core used by org.eclipse.jdt.internal.codeassist
CompilationUnitElementInfo
           
CompilationUnitStructureRequestor
          A requestor for the fuzzy parser, used to compute the children of an ICompilationUnit.
SearchableEnvironment
          This class provides a SearchableBuilderEnvironment for code assist which uses the Java model as a search tool.
 

Classes in org.eclipse.jdt.internal.core used by org.eclipse.jdt.internal.codeassist.impl
Annotation
           
CompilationUnit
           
ImportContainer
           
ImportDeclaration
          Handle for an import declaration.
Initializer
           
JavaElement
          Root of Java element handle hierarchy.
Member
           
NamedMember
           
Openable
          Abstract class for implementations of java elements which are IOpenable.
PackageDeclaration
           
ResolvedSourceField
          Handle representing a source field that is resolved.
ResolvedSourceMethod
          Handle representing a source method that is resolved.
ResolvedSourceType
          Handle representing a source type that is resolved.
SearchableEnvironment
          This class provides a SearchableBuilderEnvironment for code assist which uses the Java model as a search tool.
SourceField
           
SourceMethod
           
SourceRefElement
          Abstract class for Java elements which implement ISourceReference.
SourceType
          Handle for a source type.
TypeParameter
           
 

Classes in org.eclipse.jdt.internal.core used by org.eclipse.jdt.internal.core
AnnotatableInfo
           
BatchInitializationMonitor
          Copyright (c) 2000, 2007 IBM Corporation and others.
BinaryMember
          Common functionality for Binary member handles.
BinaryType
          Parent is an IClassFile.
Buffer
           
BufferManager
          The buffer manager manages the set of open buffers.
ChangeClasspathOperation
           
ClassFile
           
ClasspathChange
           
ClasspathEntry
           
ClasspathValidation
           
CompilationUnit
           
CompilationUnitElementInfo
           
CopyElementsOperation
          This operation copies/moves a collection of elements from their current container to a new container, optionally renaming the elements.
CopyPackageFragmentRootOperation
           
CopyResourceElementsOperation
          This operation copies/moves/renames a collection of resources from their current container to a new container, optionally renaming the elements.
CreateElementInCUOperation
          This abstract class implements behavior common to CreateElementInCUOperations.
CreateTypeMemberOperation
          Implements functionality common to operations that create type members.
DefaultWorkingCopyOwner
          A working copy owner that creates internal buffers.
DeltaProcessingState
          Keep the global states used during Java element delta processing.
DeltaProcessor
          This class is used by JavaModelManager to convert IResourceDeltas into IJavaElementDeltas.
DeltaProcessor.RootInfo
           
ElementCache
          An LRU cache of JavaElements.
ExternalFolderChange
           
ExternalFoldersManager
           
IJavaElementRequestor
          This interface is used by IRequestorNameLookup.
INamingRequestor
           
InitializerElementInfo
          Element info for IInitializer elements.
JarEntryResource
           
JavaElement
          Root of Java element handle hierarchy.
JavaElementDelta
           
JavaElementDeltaBuilder
          A java element delta builder creates a java element delta on a java element between the version of the java element at the time the comparator was created and the current version of the java element.
JavaElementInfo
          Holds cached structure and properties for a Java element.
JavaModel
          Implementation of IJavaModel.
JavaModelManager
          The JavaModelManager manages instances of IJavaModel.
JavaModelManager.CompilationParticipants
           
JavaModelManager.PerProjectInfo
           
JavaModelManager.PerWorkingCopyInfo
           
JavaModelOperation
          Defines behavior common to all Java Model operations
JavaProject
          Handle for a Java Project.
LRUCacheEnumerator.LRUEnumeratorElement
           
Member
           
MoveElementsOperation
          This operation moves elements from their current container to a specified destination container, optionally renaming the elements.
MoveResourceElementsOperation
          This operation moves resources (package fragments and compilation units) from their current container to a specified destination container, optionally renaming the elements.
MultiOperation
          This class is used to perform operations on multiple IJavaElement.
NamedMember
           
NameLookup
          A NameLookup provides name resolution within a Java project.
NameLookup.Answer
           
Openable
          Abstract class for implementations of java elements which are IOpenable.
OpenableElementInfo
          Element info for IOpenable elements.
OverflowingLRUCache
          The OverflowingLRUCache is an LRUCache which attempts to maintain a size equal or less than its fSpaceLimit by removing the least recently used elements.
PackageFragment
           
PackageFragmentRoot
           
ProjectReferenceChange
           
SearchableEnvironment
          This class provides a SearchableBuilderEnvironment for code assist which uses the Java model as a search tool.
SimpleDelta
          A simple Java element delta that remembers the kind of changes only.
SourceField
           
SourceMapper
          A SourceMapper maps source code in a ZIP file to binary types in a JAR.
SourceMethod
           
SourceMethodElementInfo
          Element info for IMethod elements.
SourceMethodInfo
           
SourceRange
           
SourceRefElement
          Abstract class for Java elements which implement ISourceReference.
SourceType
          Handle for a source type.
TypeVector
           
UserLibrary
          Internal model element to represent a user library and code to serialize / deserialize.
UserLibraryManager
           
 

Classes in org.eclipse.jdt.internal.core used by org.eclipse.jdt.internal.core.eval
JavaProject
          Handle for a Java Project.
 

Classes in org.eclipse.jdt.internal.core used by org.eclipse.jdt.internal.core.hierarchy
IPathRequestor
           
Openable
          Abstract class for implementations of java elements which are IOpenable.
 

Classes in org.eclipse.jdt.internal.core used by org.eclipse.jdt.internal.core.search
JavaProject
          Handle for a Java Project.
 

Classes in org.eclipse.jdt.internal.core used by org.eclipse.jdt.internal.core.search.indexing
JavaProject
          Handle for a Java Project.
 

Classes in org.eclipse.jdt.internal.core used by org.eclipse.jdt.internal.core.search.matching
ClassFile
           
JavaProject
          Handle for a Java Project.
LocalVariable
           
NameLookup
          A NameLookup provides name resolution within a Java project.
Openable
          Abstract class for implementations of java elements which are IOpenable.
 

Classes in org.eclipse.jdt.internal.core used by org.eclipse.jdt.internal.core.util
JavaElement
          Root of Java element handle hierarchy.
JavaProject
          Handle for a Java Project.
MemberValuePair
           
Openable
          Abstract class for implementations of java elements which are IOpenable.
SourceRefElement
          Abstract class for Java elements which implement ISourceReference.
 

Classes in org.eclipse.jdt.internal.core used by org.eclipse.jdt.internal.eval
SearchableEnvironment
          This class provides a SearchableBuilderEnvironment for code assist which uses the Java model as a search tool.