Uses of Interface
spoon.processing.ProcessingManager
Packages that use ProcessingManager
Package
Description
This package defines interfaces for Java file compilation with Spoon.
This package contains some default implementations for commonly used processing tasks.
-
Uses of ProcessingManager in spoon.compiler
Methods in spoon.compiler that return ProcessingManagerMethods in spoon.compiler with parameters of type ProcessingManagerModifier and TypeMethodDescriptionvoidEnvironment.setManager(ProcessingManager manager)Sets the processing manager of this environment. -
Uses of ProcessingManager in spoon.support
Classes in spoon.support that implement ProcessingManagerModifier and TypeClassDescriptionclassThis processing manager applies the processors one by one from the given root element.classThis processing manager implements a blocking processing policy that consists of applying the processors in a FIFO order until no processors remain to be applied.Methods in spoon.support that return ProcessingManagerMethods in spoon.support with parameters of type ProcessingManagerModifier and TypeMethodDescriptionvoidStandardEnvironment.setManager(ProcessingManager manager)