Package spoon
Interface SpoonModelBuilder.InputType
- All Known Implementing Classes:
FactoryCompilerConfig
,FileCompilerConfig
- Enclosing interface:
- SpoonModelBuilder
public static interface SpoonModelBuilder.InputType
The types of compilable elements
FILES - compiles the java files from the file system, which were registered by
SpoonModelBuilder.addInputSource(File)
and SpoonModelBuilder.addTemplateSource(File)
CTTYPES - compiles virtual java files, which are dynamically generated from the all top level classes of the CtModel by DefaultJavaPrettyPrinter
-
Field Summary
Modifier and TypeFieldDescriptionstatic SpoonModelBuilder.InputType
static SpoonModelBuilder.InputType
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initializeCompiler(JDTBatchCompiler compiler)
responsible for setting the parameters of JDTBatchCompiler, must call setCompilationUnits()
-
Field Details
-
FILES
-
CTTYPES
-
-
Method Details
-
initializeCompiler
responsible for setting the parameters of JDTBatchCompiler, must call setCompilationUnits()
-