Uses of Interface
spoon.processing.FileGenerator
Packages that use FileGenerator
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 FileGenerator in spoon.compiler
Methods in spoon.compiler that return FileGeneratorModifier and TypeMethodDescriptionFileGenerator<? extends CtElement>
Environment.getDefaultFileGenerator()
Returns the default file generator for this environment (gives the default output directory for the created files).Methods in spoon.compiler with parameters of type FileGeneratorModifier and TypeMethodDescriptionvoid
Environment.setDefaultFileGenerator(FileGenerator<? extends CtElement> generator)
Sets the default file generator for this environment. -
Uses of FileGenerator in spoon.support
Classes in spoon.support that implement FileGeneratorModifier and TypeClassDescriptionclass
A processor that generates compilable Java source files from the meta-model.Methods in spoon.support that return FileGeneratorModifier and TypeMethodDescriptionFileGenerator<? extends CtElement>
StandardEnvironment.getDefaultFileGenerator()
Methods in spoon.support with parameters of type FileGeneratorModifier and TypeMethodDescriptionvoid
StandardEnvironment.setDefaultFileGenerator(FileGenerator<? extends CtElement> defaultFileGenerator)