spoon.support |
This package contains some default implementations for commonly used processing tasks.
Related Documentation
|
Java Source File Name | Type | Comment |
ByteCodeOutputProcessor.java | Class | This class defines a processor that generates class files from the metamodel. |
DefaultCoreFactory.java | Class | This class implements a default core factory for Spoon's meta-model. |
JavaOutputProcessor.java | Class | A processor that generates compilable Java source files from the meta-model. |
QueueProcessingManager.java | 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. |
RuntimeProcessingManager.java | 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. |
SerializationModelStreamer.java | Class | This class provides a regular Java serialization-based implementation of the
model streamer. |
StandardEnvironment.java | Class | This class implements a simple Spoon environment that reports messages in the
standard output stream (Java-compliant). |