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