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

Packages that use org.eclipse.jdt.internal.core.util
org.eclipse.jdt.internal.codeassist   
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.core   
org.eclipse.jdt.internal.core.jdom   
org.eclipse.jdt.internal.core.search.indexing   
org.eclipse.jdt.internal.core.search.matching   
org.eclipse.jdt.internal.core.util   
org.eclipse.jdt.internal.formatter   
 

Classes in org.eclipse.jdt.internal.core.util used by org.eclipse.jdt.internal.codeassist
ReferenceInfoAdapter
          An adapter which implements the methods for handling reference information from the parser.
 

Classes in org.eclipse.jdt.internal.core.util used by org.eclipse.jdt.internal.compiler
CommentRecorderParser
          Internal parser used for parsing source to create DOM AST nodes.
 

Classes in org.eclipse.jdt.internal.core.util used by org.eclipse.jdt.internal.core
HandleFactory
          Creates java element handles.
HashSetOfCharArrayArray
          HashSet of char[][]
HashtableOfArrayToObject
          Hashtable of {Object[] --> Object }
LRUCache
          The LRUCache is a hashtable that stores a finite number of elements.
LRUCache.LRUCacheEntry
          This type is used internally by the LRUCache to represent entries stored in the cache.
LRUCache.Stats
           
MementoTokenizer
           
ReferenceInfoAdapter
          An adapter which implements the methods for handling reference information from the parser.
 

Classes in org.eclipse.jdt.internal.core.util used by org.eclipse.jdt.internal.core.jdom
CharArrayBuffer
          The CharArrayBuffer is intended as a lightweight partial implementation of the StringBuffer class, but using char[]'s instead of Strings.
ReferenceInfoAdapter
          An adapter which implements the methods for handling reference information from the parser.
 

Classes in org.eclipse.jdt.internal.core.util used by org.eclipse.jdt.internal.core.search.indexing
CommentRecorderParser
          Internal parser used for parsing source to create DOM AST nodes.
 

Classes in org.eclipse.jdt.internal.core.util used by org.eclipse.jdt.internal.core.search.matching
HandleFactory
          Creates java element handles.
 

Classes in org.eclipse.jdt.internal.core.util used by org.eclipse.jdt.internal.core.util
BindingKeyParser
           
CharArrayBuffer
          The CharArrayBuffer is intended as a lightweight partial implementation of the StringBuffer class, but using char[]'s instead of Strings.
ClassFileAttribute
          Default implementation of IClassFileAttribute
ClassFileStruct
          Abstract class that defines helpers methods for decoding .class file.
ConstantPoolEntry
          Default implementation of IConstantPoolEntry
ICacheEnumeration
          The ICacheEnumeration is used to iterate over both the keys and values in an LRUCache.
LRUCache
          The LRUCache is a hashtable that stores a finite number of elements.
LRUCache.LRUCacheEntry
          This type is used internally by the LRUCache to represent entries stored in the cache.
RecordedParsingInformation
          Use to keep track of recorded information during the parsing like comment positions, line ends or problems.
Util.BindingsToNodesMap
           
Util.Comparable
           
Util.Comparer
           
 

Classes in org.eclipse.jdt.internal.core.util used by org.eclipse.jdt.internal.formatter
CodeSnippetParsingUtil
          Utility class to parse different code snippets