| Interface | Description |
|---|---|
| TypeBuilder |
Plug-able interface to build type
|
| TypeProxy.Notifier<T> | |
| TypesCtr.ProxyTask |
| Class | Description |
|---|---|
| AnnotatedElementImpl |
Implementation of an annotated element
|
| AnnotationModelImpl |
Model a annotation instance
|
| AnnotationTypeImpl |
Implementation of an annotation model
|
| ClassModelImpl |
Implementation of a class model
|
| ExtensibleTypeImpl<T extends ExtensibleType> |
Implementation of an extensible type (Class or Interface)
|
| FieldModelImpl |
Implementation of a field model
|
| InterfaceModelImpl |
Implementation of an interface model
|
| MethodModelImpl |
Implementation of a method model
|
| ModelBuilder |
convenient class to build model implementations
|
| ModelClassVisitor |
ASM class visitor, used to build to model
|
| ModelClassVisitor.AnnotationVisitingContext | |
| ModelClassVisitor.ClassVisitingContext | |
| ModelClassVisitor.FieldVisitingContext | |
| ModelClassVisitor.MemberVisitingContext | |
| ModelClassVisitor.MethodVisitingContext | |
| ParameterizedInterfaceModelImpl |
Implementation of the
ParameterizedInterfaceModel |
| SignatureVisitorImpl |
Signature visitor to visit parameterized declarations
|
| TypeImpl |
Implementation of the Type abstraction.
|
| TypeProxy<T extends Type> |
Proxy for types, used in place until the type can be properly instantiated.
|
| TypesCtr |
contains all the parsed types references.
|
| TypesImpl |
Results of a parsing activity, all java resources are inventoried in three
main categories : classes, interfaces and annotations with cross references
|