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 TypeMethodDescriptionvoid
Environment.setManager(ProcessingManager manager)
Sets the processing manager of this environment. -
Uses of ProcessingManager in spoon.support
Classes in spoon.support that implement ProcessingManagerModifier and TypeClassDescriptionclass
This processing manager applies the processors one by one from the given root element.class
This 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 TypeMethodDescriptionvoid
StandardEnvironment.setManager(ProcessingManager manager)