Uses of Class
net.sf.daileon.notsupported.AbstractAnnotationsReplacer

Packages that use AbstractAnnotationsReplacer
net.sf.daileon Provides the entry point of Daileon (PerformTransformations). 
net.sf.daileon.notsupported Provides classes that specifically make possible the second functionality provided by Daileon. 
 

Uses of AbstractAnnotationsReplacer in net.sf.daileon
 

Fields in net.sf.daileon declared as AbstractAnnotationsReplacer
private static AbstractAnnotationsReplacer ResourcesFactory.replacer
          A reference to the AbstractAnnotationsReplacer object, indicated in the XML configuration file
 

Methods in net.sf.daileon that return AbstractAnnotationsReplacer
static AbstractAnnotationsReplacer ResourcesFactory.getAnnotationsReplacer(org.objectweb.asm.ClassVisitor visitor)
          Returns the implementation that extends the AbstractAnnotationsReplacer.
 

Uses of AbstractAnnotationsReplacer in net.sf.daileon.notsupported
 

Subclasses of AbstractAnnotationsReplacer in net.sf.daileon.notsupported
 class DomainAnnotationsDiscarder
          Default implementation of the AbstractAnnotationsReplacer.
 class DomainAnnotationsKeeper
           
 

Fields in net.sf.daileon.notsupported declared as AbstractAnnotationsReplacer
private  AbstractAnnotationsReplacer AnnotationsStrategy.annotationsReplacer
          The AbstractAnnotationsReplacer object, that organizes the elements and their annotations, as well as their domain annotations
private  AbstractAnnotationsReplacer AbstractAnnotationsCollector.replacer
          The object that performs the actual transformations in the final bytecode
 

Methods in net.sf.daileon.notsupported with parameters of type AbstractAnnotationsReplacer
 void Strategy.setAnnotationsReplacer(AbstractAnnotationsReplacer replacer)
          Sets the AbstractAnnotationsReplacer object.
 void AnnotationsStrategy.setAnnotationsReplacer(AbstractAnnotationsReplacer replacer)
          Sets the AbstractAnnotationsReplacer object.
(package private)  void AbstractAnnotationsCollector.setReplacer(AbstractAnnotationsReplacer replacer)
          Sets the AbstractAnnotationsReplacer object.