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

Packages that use org.eclipse.jdt.internal.core.util
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.core.util   
 

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.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