| Interface | Description |
|---|---|
| ICacheEnumeration<K,V> |
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 | Description |
|---|---|
| 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 | |
| BootstrapMethodsAttribute |
Default implementation of IBootstrapMethodsAttribute.
|
| BootstrapMethodsEntry |
Default implementation of
IBootstrapMethodsEntry |
| 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.
|
| ComponentInfo |
Default implementation of IComponentInfo.
|
| ConstantPool |
Default implementation of IConstantPool.
|
| ConstantPoolEntry |
Default implementation of IConstantPoolEntry
|
| ConstantPoolEntry2 |
Default implementation of IConstantPoolEntry2 and IConstantPoolEntry3.
|
| 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.
|
| ExtendedAnnotation | |
| 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.
|
| LocalVariableReferenceInfo | |
| LocalVariableTableEntry |
Default implementation of ILocalVariableTableEntry
|
| LocalVariableTypeAttribute |
Default implementation of ILocalVariableTypeAttribute.
|
| LocalVariableTypeTableEntry |
Default implementation of ILocalVariableTypeTableEntry
|
| LRUCache<K,V> |
The
LRUCache is a hashtable that stores a finite number of elements. |
| LRUCache.LRUCacheEntry<K,V> |
This type is used internally by the LRUCache to represent entries
stored in the cache.
|
| MementoTokenizer | |
| Messages | |
| MethodInfo |
Default implementation of IMethodInfo.
|
| MethodParametersAttribute | |
| ModuleAttribute | |
| ModuleMainClassAttribute |
Default implementation of IModuleMainClassAttribute
|
| ModulePackagesAttribute |
Default implementation of IModulePackagesAttribute
|
| ModuleUtil | |
| NestHostAttribute | |
| NestMembersAttribute |
Default implementation of INestMembersAttribute.
|
| NestMembersAttributeEntry | |
| PackageVisibilityInfo | |
| ParameterAnnotation |
Default implementation of IParameterAnnotation
|
| ProvidesInfo | |
| PublicScanner | |
| RecordAttribute |
Default implementation of
IRecordAttribute. |
| 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.
|
| RequiresInfo | |
| ResourceCompilationUnit |
An ICompilationUnit that retrieves its contents using an IFile
|
| RuntimeInvisibleAnnotationsAttribute |
Default implementation of IRuntimeInvisibleAnnotations
|
| RuntimeInvisibleParameterAnnotationsAttribute |
Default implementation of IRuntimeInvisibleParameterAnnotations
|
| RuntimeInvisibleTypeAnnotationsAttribute |
Default implementation of IRuntimeInvisibleTypeAnnotations
|
| RuntimeVisibleAnnotationsAttribute |
Default implementation of IRuntimeVisibleAnnotations
|
| RuntimeVisibleParameterAnnotationsAttribute |
Default implementation of IRuntimeVisibleAnnotations
|
| RuntimeVisibleTypeAnnotationsAttribute |
Default implementation of IRuntimeVisibleTypeAnnotations
|
| 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<T> |
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 |