Uses of Interface
spoon.processing.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
Modifier and TypeMethodDescriptionvoid
Environment.setManager(ProcessingManager manager)
Sets the processing manager of this environment. -
Uses of ProcessingManager in spoon.support
Modifier 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.Modifier and TypeMethodDescriptionvoid
StandardEnvironment.setManager(ProcessingManager manager)