Package org.aspectj.org.eclipse.jdt.internal.core.util

Interface Summary
ICacheEnumeration The ICacheEnumeration is used to iterate over both the keys and values in an LRUCache.
ILRUCacheable Types implementing this interface can occupy a variable amount of space in an LRUCache.
Util.BindingsToNodesMap  
Util.Comparable  
Util.Comparer  
 

Class Summary
Annotation Default implementation of IAnnotation
AnnotationComponent Default implementation of IAnnotationComponent
AnnotationComponentValue Default implementation of IAnnotationComponent
AnnotationDefaultAttribute Default implementation of AnnotationDefaultAttribute.
ASTNodeFinder Finds an ASTNode given an IJavaElement in a CompilationUnitDeclaration
BindingKeyParser  
BindingKeyResolver  
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
ClassFileReader  
ClassFileStruct Abstract class that defines helpers methods for decoding .class file.
CodeAttribute Default implementation of ICodeAttribute.
CodeSnippetParsingUtil Utility class to parse different code snippets
CommentRecorderParser Internal parser used for parsing source to create DOM AST nodes.
ConstantPool Default implementation of IConstantPool.
ConstantPoolEntry Default implementation of IConstantPoolEntry
ConstantValueAttribute Default implementation of IConstantValueAttribute.
DefaultBytecodeVisitor Default implementation of ByteCodeVisitor
DefaultStackMapFrame Default implementation of IStackMapFrame
Disassembler Disassembler of .class files.
DOMFinder  
EnclosingMethodAttribute Default implementation of EnclosingMethodAttribute.
ExceptionAttribute Default implementation of IExceptionAttribute.
ExceptionTableEntry This class describes an entry in the exception table attribute according to the JVM specifications.
FieldInfo Default implementation of IFieldInfo.
HandleFactory Creates java element handles.
HashSetOfArray HashSet of Object[]
HashSetOfCharArrayArray HashSet of char[][]
HashtableOfArrayToObject Hashtable of {Object[] --> Object }
InnerClassesAttribute Default implementation of IInnerClassesAttribute.
InnerClassesAttributeEntry Default implementation of IInnerClassesAttributeEntry
JavaElementFinder  
KeyKind  
KeyToSignature  
LineNumberAttribute Default implementation of ILineNumberAttribute.
LocalVariableAttribute Default implementation of ILocalVariableAttribute.
LocalVariableTableEntry Default implementation of ILocalVariableTableEntry
LocalVariableTypeAttribute Default implementation of ILocalVariableTypeAttribute.
LocalVariableTypeTableEntry Default implementation of ILocalVariableTypeTableEntry
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.
MementoTokenizer  
Messages  
MethodInfo Default implementation of IMethodInfo.
ParameterAnnotation Default implementation of IParameterAnnotation
PublicScanner  
RecordedParsingInformation Use to keep track of recorded information during the parsing like comment positions, line ends or problems.
ReferenceInfoAdapter An adapter which implements the methods for handling reference information from the parser.
ResourceCompilationUnit An ICompilationUnit that retrieves its contents using an IFile
RuntimeInvisibleAnnotationsAttribute Default implementation of IRuntimeInvisibleAnnotations
RuntimeInvisibleParameterAnnotationsAttribute Default implementation of IRuntimeInvisibleParameterAnnotations
RuntimeVisibleAnnotationsAttribute Default implementation of IRuntimeVisibleAnnotations
RuntimeVisibleParameterAnnotationsAttribute Default implementation of IRuntimeVisibleAnnotations
SignatureAttribute  
SimpleDocument Minimal implementation of IDocument to apply text edit onto a string.
SimpleWordSet  
SourceFileAttribute Default implementation of ISourceAttribute
StackMapAttribute Default implementation of IStackMapAttribute.
StackMapFrame Default implementation of IStackMapFrame
StackMapTableAttribute Default implementation of IStackMapTableAttribute.
ToStringSorter The SortOperation takes a collection of objects and returns a sorted collection of these objects.
Util Provides convenient utility methods to other types in this package.
VerificationInfo  
WeakHashSet A hashset whose values can be garbage collected.
WeakHashSet.HashableWeakReference  
WeakHashSetOfCharArray A hashset of char[] whose values can be garbage collected.
WeakHashSetOfCharArray.HashableWeakReference