Uses of Class
spoon.processing.AbstractProcessor
Packages that use AbstractProcessor
Package
Description
This package contains the core API for code processing.
This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model.
This package contains some default implementations for commonly used processing tasks.
-
Uses of AbstractProcessor in spoon.processing
Subclasses of AbstractProcessor in spoon.processingModifier and TypeClassDescriptionclassAbstractAnnotationProcessor<A extends Annotation,E extends CtElement>This class defines an abstract annotation processor to be subclassed by the user for defining new annotation processors including Java 8 annotations.classAbstractParallelProcessor<E extends CtElement>AbstractParallelProcessor allows using multiple threads for concurrent processing withAbstractProcessor. -
Uses of AbstractProcessor in spoon.reflect.visitor
Subclasses of AbstractProcessor in spoon.reflect.visitorModifier and TypeClassDescriptionclassForces fully qualified identifiers by making many elements explicit (by calling setImplicit(false)).classMarks all types references as implicit so all types will get imported.classUpdates list of import statements of compilation unit followingCtElement.isImplicit().classDetects conflicts needed to be required be a fully-qualified name. -
Uses of AbstractProcessor in spoon.support
Subclasses of AbstractProcessor in spoon.supportModifier and TypeClassDescriptionclassA processor that generates compilable Java source files from the meta-model.