A B C D E F G H I J K M N P R S T V X

A

AbstractAnnotationsCollector - Class in net.sf.daileon.notsupported
Essentially, the AbstractAnnotationsCollector is responsible for evaluating the annotations that correspond to a domain annotation and organizing this information in the AbstractAnnotationsReplacer object, referenced by it.
AbstractAnnotationsCollector(ClassVisitor) - Constructor for class net.sf.daileon.notsupported.AbstractAnnotationsCollector
Class constructor.
AbstractAnnotationsReplacer - Class in net.sf.daileon.notsupported
The AbstractAnnotationsReplacer class is responsible for visiting the elements of a particular class and organizing their annotations.
AbstractAnnotationsReplacer(ClassVisitor) - Constructor for class net.sf.daileon.notsupported.AbstractAnnotationsReplacer
Class constructor.
AbstractAnnotationsReplacerBase - Class in net.sf.daileon.notsupported
The AbstractAnnotationsReplacerBase class is responsible for organizing the elements and their annotations, as well as their domain annotations.
AbstractAnnotationsReplacerBase(ClassVisitor) - Constructor for class net.sf.daileon.notsupported.AbstractAnnotationsReplacerBase
Class constructor.
AbstractTemplateAnnotationsCollector - Class in net.sf.daileon.notsupported
The AbstractTemplateAnnotationsCollector class is responsible for collecting the annotations of the elements indicated in template annotations, such as FieldTemplate or MethodTemplate.
AbstractTemplateAnnotationsCollector(ClassVisitor) - Constructor for class net.sf.daileon.notsupported.AbstractTemplateAnnotationsCollector
Class constructor.
access - Variable in class net.sf.daileon.notsupported.ElementBase
The access modifier of the element
addDomainAnnotation(ElementRoot, String) - Method in class net.sf.daileon.notsupported.AbstractAnnotationsReplacerBase
Associates the name of a domain annotation to a particular element.
addElementAnnotations(ElementRoot, RuntimeVisibleAnnotations) - Method in class net.sf.daileon.notsupported.AbstractAnnotationsReplacerBase
Associates annotations to a particular element.
annotatedClass - Variable in class net.sf.daileon.xml.items.DomainAnnotations
The List<String> of classes containing domain annotations to be evaluated
annotation - Variable in class net.sf.daileon.notsupported.AnnotationsStrategy
The domain annotation to be evaluated
annotation - Variable in exception net.sf.daileon.notsupported.DuplicateAnnotationException
The Annotation duplicated object
annotations - Variable in class net.sf.daileon.notsupported.AbstractTemplateAnnotationsCollector
The element that keeps the annotations that are collected from a particular element, which is indicated in a template annotation
AnnotationsCollector - Class in net.sf.daileon.notsupported
The AnnotationsCollector class is responsible for visiting the annotations of a particular class, as well as its fields and methods.
AnnotationsCollector(ClassVisitor) - Constructor for class net.sf.daileon.notsupported.AnnotationsCollector
Class constructor.
annotationsReplacer - Variable in class net.sf.daileon.notsupported.AnnotationsStrategy
The AbstractAnnotationsReplacer object, that organizes the elements and their annotations, as well as their domain annotations
AnnotationsStrategy - Class in net.sf.daileon.notsupported
The AnnotationsStrategy class assumes that the annotations that correspond to domain annotations are organized in class elements, indicated in template annotations that annotate the domain annotations.
AnnotationsStrategy() - Constructor for class net.sf.daileon.notsupported.AnnotationsStrategy
Default class constructor.
attribute - Variable in class net.sf.daileon.notsupported.ElementRoot
The Attribute (or annotations) that annotate the class

A B C D E F G H I J K M N P R S T V X